.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.page-list .current_page_item > a {
font-weight: bold; } .page-list-ext {
clear: both;
} .page-list-ext {
*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
display: table;
line-height: 0;
content: "";
}
.page-list-ext:after {
clear: both;
}
.page-list-ext .page-list-ext-item {
clear: both;
margin: 10px 0 30px 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.page-list-ext .page-list-ext-image {
float: left;
display: inline;
margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
clear: none;
}
.page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-gap: 30px;
}
.page-list-cols-2 {
column-count: 2;
}
.page-list-cols-3 {
column-count: 3;
}
.page-list-cols-4 {
column-count: 4;
}
.page-list-cols-5 {
column-count: 5;
} @media (max-width: 767px) { .page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-count: 1;
}
}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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align:top;}:focus {outline: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} nav ul {list-style:none;} body {line-height:normal;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} table {border-collapse: collapse; border-spacing: 0;} input, select {vertical-align:middle;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}  mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;} del { text-decoration: line-through;} ins { color:#000; text-decoration:none;} body {font-family: 'Roboto', serif; font-size:14px; color:#333333; line-height:24px;}
h1, h2, h3, h4, h5, h6 {font-weight:700; line-height:normal; margin:0; font-family: 'Roboto Slab', serif;}
h1, h2, h3 {color:#3a5795; font-weight:700;} h4, h5, h6 {color:#3a5795;}
h1, h2 {font-size:24px; padding:0 0 15px; }
h3 {font-size:20px; padding:0px 0 12px;}
h4 {font-size:18px; padding:0px 0 8px;}
h5 {font-size:16px; padding:0px 0 6px;}
h6 {font-size:16px; padding:0px 0 6px;}
a:link, a:visited {color:#3a5795; text-decoration:none;}
a:focus, a:hover{color:#000; text-decoration:none;}
a:active {color:#000; text-decoration:none;}
p {padding:0 0 10px 0;} 
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {margin:0;} .fl {float:left;} .fr {float:right;} blockquote{margin:1.5em;color:#666;font-style:italic;} 
strong, dfn, b {font-weight:bold;} em, dfn{font-style:italic;} sup,sub {line-height:0; font-size:.6em;} 
sup {vertical-align:super} sub {vertical-align:sub;} abbr,acronym{border-bottom:1px dotted #666;} address{margin:0 0 1.5em;font-style:italic;} 
del{color:#666;} pre{margin:1.5em 0;white-space:pre;} pre,code,tt {font:1em'andale mono','lucida console',monospace;line-height:1.5;}
ul,ol{margin:0 0 1.5em 0; padding-left:1.5em;} li ul, li ol{margin:0;} ul{list-style-type:disc;} ol{list-style-type:decimal;}
dl{margin:0 0 1.5em 0;} dl dt{font-weight:bold;} dd{margin-left:1.5em;}
table{margin-bottom:10px; width:100%;} th{font-weight:bold;} thead th{background:#c3d9ff;} th,td,caption{padding:4px 10px 4px 5px;} tfoot{font-style:italic;} caption{background:#eee;} tbody tr:nth-child(even) td,tbody tr.even td{} small{font-size:11px;} .red, .require, .star {color:#F00;} .center {text-align:center;} .justify {text-align:justify;} .clearing, .flowfix {overflow:hidden; width:100%;} .overfix {overflow:hidden;} .clr, .clear {clear:both; line-height:0px; height:0; display:block;} .nomg {margin-left:0 !important; margin-right:0 !important;} .hide, .ui-helper-hidden-accessible, .ui-tabs-hide {display:none;} .animated {visibility:hidden;} .section {float:left; width:100%; clear:both;} .row {display:block; float:left; margin-bottom:0px;} .relative {position:relative;} .fleft {float:left;} .fright {float:right;} .main, .container {width:1200px; margin:0 auto; position:relative;} .container {position:static;} .main-boxed {width:1220px; margin:0 auto;} 
.grid, [class*="grid"] {float: left; margin-left:10px; margin-right:10px; } .off-grid  {float:left;}
.grid.first, [class*="grid"].first {margin-left:0px; } [class*="grid"] [class*="grid"]:first-child {margin-left:0px;}
.grid.last, [class*="grid"].last {margin-right:0px;} [class*="grid"] [class*="grid"]:last-child {margin-right:0px;}
.grid1 {width:80px;} .grid2 {width:180px;} .grid3 {width:280px;} .grid4 {width:380px;} .grid5 {width:480px;} .grid6 {width:580px;} 
.grid7 {width:680px;} .grid8 {width:780px;} .grid9 {width:880px;} .grid10 {width:980px;} .grid11 {width:1080px;} .grid12 {width:1180px;}
.grid12 .grid3+.grid3+.grid3+.grid3, .grid9 .grid3+.grid3+.grid3 {margin-right:0;}
.off-desktop, .on-tablet, .on-phone {display:none;} .on-desktop, .off-tablet, .off-phone {display:block;} 
a.on-desktop, a.off-tablet, a.off-phone {display:inline-block;}
@media (max-width: 1279px) {
.main, .container {width:960px;} .main-boxed {width:980px;}
.grid1 {width:60px;} .grid2 {width:140px;} .grid3 {width:220px;} .grid4 {width:300px;} .grid5 {width:380px;} .grid6 {width:460px;} 
.grid7 {width:540px;} .grid8 {width:620px;} .grid9 {width:700px;} .grid10 {width:780px;} .grid11 {width:860px;} .grid12 {width:940px;}
.off-desktop, .off-tablet, .on-phone {display:none;} a.off-desktop, a.off-tablet, a.on-phone {display:none;}
.on-desktop, .on-tablet, .off-phone {display:block;} a.on-desktop, a.on-tablet, a.off-phone {display:inline-block;}
}
@media (min-width: 768px) and (max-width: 979px) {
.main, .container { width:720px;}  .main-boxed {width:740px;}  
.grid1 {width:40px;} .grid2 {width:100px;} .grid3 {width:160px;} .grid4 {width:220px;} .grid5 {width:280px;} .grid6 { width:340px;} 
.grid7 {width:400px;} .grid8 {width:460px;} .grid9 {width:520px;} .grid10 {width:580px;} .grid11 {width:640px;} .grid12 {width:700px;} 
.off-tablet, .on-desktop, .on-phone {display:none;} a.off-tablet, a.on-desktop, a.on-phone {display:none;} 
.off-phone, .on-tablet, .off-desktop  {display:block;} a.off-phone, a.on-tablet, a.off-desktop  {display:inline-block;} 
}
@media (max-width: 767px) {
.main, .container {max-width:90%; width:90%; } .row {width:100%; margin-bottom:0px;} .off-grid {display:none;}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {width:100%; margin-left:0px; margin-right:0px;}
.on-desktop, .off-phone, .on-tablet {display:none;} a.on-desktop, a.off-phone, a.on-tablet {display:none;} 
.on-phone, .off-desktop, .off-tablet {display:block;} a.on-phone, a.off-desktop, a.off-tablet {display:inline-block;} 
} .one-half, .one-third, .two-third, .one-fourth, .three-fourth {padding-bottom:10px; float:left;}
.one-half {width:49%; padding-right:2%;} .one-half.last {float:right; padding-right:0;}
.one-third {width:32%; padding-right:2%;} .one-third.last {float:right; padding-right:0;}
.two-third {width:66%; padding-right:2%;} .two-third.last {float:right; padding-right:0;}
.one-fourth {width:23.5%; padding-right:2%;} .one-fourth.last {float:right; padding-right:0;}
.three-fourth {width:74.5%; padding-right:2%;} .three-fourth.last {float:right; padding-right:0;}
.one-half+.one-half, .one-third+.two-third, .two-third+.one-third, .one-third+.one-third+.one-third, 
.one-fourth+.one-fourth+.one-half, .one-fourth+.one-half+.one-fourth, .one-half+.one-fourth+.one-fourth, 
.one-fourth+.three-fourth, .three-fourth+.one-fourth, .one-fourth+.one-fourth+.one-fourth+.one-fourth {float:right; padding-right:0%;} 
.one-half.fleft {padding-right:2%;} .one-half.fright {padding-right:0%;} .col-full, .full-col {width:100%; float:left; padding-bottom:10px;}
.ie7 .one-half {width:48.5%;} .ie7 .one-third {width:31.5%;} .ie7 .two-third {width:65.5%;} .ie7 .one-fourth {width:23%;} .ie7 .three-fourth {width:74%;}
@media (max-width:767x) { 
.one-half, .one-fourth, .three-fourth {width:49%; padding-right:2%;} .one-fourth+.one-fourth {padding-right:0;} 
.one-third, .two-third {width:100%; padding-right:0;} }
@media (max-width: 599px) { 
.one-half, .one-third, .two-third, .one-fourth, .three-fourth {width:100%; padding-right:0%;} } .header {height:88px; background:#1e2757;}
.site-header { background:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/header-bg.png) #1e2757 repeat-x left top; padding:8px 0 0; position:fixed; z-index:99; top:0; height:80px;} 
.logo {float:left; margin-top:-3px;} .logo img {max-width:100%; height:auto; z-index:333; position:relative;}
.header .call-phone, .header .buttons {float:right; margin-left:25px;}
.header a.btn-trans {font-size:14px; font-family: 'Roboto Slab', serif; border:1px solid #fff; color:#fff; border-radius:5px; margin:0; padding:6px 15px 6px; }
.header a.btn-trans:hover {background:#fff; color:#3157a8; border-color:#fff;}
.header .phone { font-size:18px; line-height:36px; font-weight:700;color:#540f2c; background-image:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/icon-phone.png); background-repeat:no-repeat; background-position:0 50%; padding-left:22px; margin:0px; display:inline-block;}
.header .phone a {color:#fff; text-decoration:none;} .header .phone a:hover {color:#8ee7ff;} .admin-bar .site-header {top:32px;} .socials .link a {text-indent:9999em; display:inline-block; overflow:hidden; padding:0; width:32px; height:32px; margin:0 0px; background-color:none; background-repeat:no-repeat; background-position:0 0; background-image:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/icon-fb.png); text-align:left; transition:background ease-in-out .3s; -webkit-transition:background ease-in-out .3s; -moz-transition:background ease-in-out .3s;} 
.socials .link a:hover {} .socials span.link {display:inline-block;} 
.socials a.icon-fb {background-position:0 0;} .socials a.icon-fb:hover {background-position:0 -32px} .top-contact { position:absolute; z-index:88; width:100%; height:1px; top:50%; transform:translate(0,-50%); -moz-transform:translate(0,-50%); -webkit-transform:translate(0,-50%); -ms-transform:translate(0,-50%);}
.top-contact .wg-contact {background:#000; background:rgba(0,0,0,0.85); margin:10px 0; margin-top:-180px; width:320px; position:absolute; right:0; padding:18px 20px 15px; color:#fff; border-radius:5px; float:right;} 
.top-contact .wg-title {color:#fff; font-size:22px; line-height:24px; padding-bottom:12px; text-transform:uppercase;}
.top-contact input[type="text"], .top-contact input[type="email"], .top-contact input[type="tel"], .top-contact input.wpcf7-text, .top-contact input.wpcf7-email, .top-contact select, .top-contact textarea{width:100% !important; border:1px solid #fff; font-size:14px; margin:2px 0; color:#5a5a5a;} .top-contact textarea {height:55px; vertical-align:top;} 
.top-contact span.wpcf7-form-control-wrap{ width:100%;}  .top-contact .wpcf7 img.wpcf7-captchac {border-color:#fff;}
.top-contact ::-webkit-input-placeholder {color:#515151; opacity:.9} .top-contact ::-moz-placeholder {color: #515151; opacity:.9} 
.top-contact :-ms-input-placeholder {color: #515151; opacity:.9} .top-contact :-moz-placeholder {color: #151515; opacity:.9}
.top-contact .wpcf7-response-output {padding:2px 8px !important;} .featured{ padding-top:3px;} .featured h3{ text-align:center; line-height:26px; font-size:24px; font-weight:700; padding-bottom:20px;} .featured .wgs-side img{height: auto;margin: 0;width: 100%;}
.wg-featured { position: relative;text-align: center; width:20%; float:left;} .wg-featured:first-child {margin-left: 0;} .wg-featured:last-child {margin-right: 0;}
.wg-featured a {color: #fff;display: block;} .wg-featured a img { opacity: 1;  margin:0 !important; border-radius:0px; transition:all 450ms; width: 100%; height:auto;}
.featured a span {left: 50%; position: absolute;top: 50%;left:50%;z-index:10; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transition: all 450ms; font-size:24px; font-weight:700; text-transform:uppercase; font-family: 'Roboto Slab', serif;}
.wg-featured a:before{content:""; display:block; background:#000; opacity:0.5; position:absolute; top:0; left: 0; bottom:0; right:0; z-index:9; transition: all 300ms;} 
.wg-featured a:hover:before{ opacity:0.8;} .wg-featured a img:hover{ opacity:0.7;} .bottom {background-color:#3a5795; padding:40px 0 35px; color:#fff; font-size:18px; line-height:24px;}
.bottom h2, .bottom h3, .bottom h4, .bottom h5 {color:#fff; font-size:32px; font-weight:normal; line-height:1.3; padding:0 0 15px;}
.bottom .wgs-cta {padding-right:220px; padding-left:10px; position:relative;} .bottom .wgs-cta a.button {position:absolute; right:10px; top:0; padding:9px 20px 10px; font-size:22px; font-family: 'Roboto Slab', serif; background:#fff; color:#3a5795; border-color:#fff;} .bottom .wgs-cta a.button:hover {background:none; color:#fff;}
.footer {  color:#fff; font-size:14px; line-height:20px; text-align:left;}
.footer-top{ background:#454545; padding:40px 0 40px;} .footer-bottom{ background:#343434; padding:15px 0; text-align:center;}
.footer a {color:#fff; text-decoration:none; } .footer a:hover { color:#fff ; text-decoration:underline;}
.footer .footer-menu ul { padding:0; margin:0; list-style:none;}
.footer .footer-menu ul li {background: url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/menu-arraow.png) no-repeat 0 6px; float:left; width:25%; box-sizing:border-box; padding:0 10px 5px 15px;} .inav {  float:right; margin:0 10px;} .inav #nav-icon {display:none;}
.inav ul, .inav ul.menu {list-style:none; margin:0; padding:0;} 
.inav ul li {float:none; margin:0; position: relative; display:inline;}
.inav ul li a {color:#fff; font-weight:700; font-size:14px; line-height:20px; padding:11px 6px 10px; font-family: 'Roboto Slab', serif; display:inline-block; text-transform:uppercase; border-bottom:3px solid #1e2757;} 
.inav ul li:last-child a{ padding-right:0;}
.inav ul li a:hover {  border-color:#fff;} 
.inav ul.menu > li > a span.sf-sub-indicator {display:none;}
.inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent > a, 
.inav ul.menu > li.current-menu-parent.sfHover > a, .inav ul.menu > li.current-menu-item > a, 
.inav ul.menu > li.current-page-parent > a, .inav ul.menu > li.current_page_parent > a, 
.inav ul.menu > li.current_page_item > a, .inav ul.menu > li.current-page-ancestor > a, 
.inav ul.menu > li.current-menu-ancestor > a {  border-color:#fff;}
.inav ul.menu > li.sfHover > a {  border-color: #fff;} .inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {position:absolute; top:-999em; left:0; margin-top:-3px; width:230px; border-right:0; z-index:999; padding:0; list-style:none; background:#1e2757;} 
.inav ul li.sfHover ul, .inav ul li:hover ul {top:44px;} .inav ul li.sfHover ul ul, .inav ul li:hover ul ul {top:0; left:231px; margin-top:0;}
.inav ul ul li, .inav ul.menu ul li, .inav div.menu ul ul li {width:100%; padding-right:0 !important; padding-left:0 !important; border-left:0;} .inav ul.sub-menu li {display:block;}
.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a {padding:10px 12px 11px 18px; text-align:left; border-bottom:0px solid; display:block; color:#fff; font-size:15px; font-weight:400; line-height:18px; text-transform:inherit;} .inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:14px;  transition:all ease .8s; -moz-transition:all ease .8s; -webkit-transition:all ease .8s; }
.inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a {color:#3a5795 !important; background:#eaeaea; border-bottom:0px;} 
.inav ul.sub-menu > li.current_page_item > a,.inav ul.sub-menu > li.current-page-ancestor > a, 
.inav ul.sub-menu > li.current-page-parent > a {color:#3a5795 !important; background:#eaeaea; border-bottom:0px;} .flexslider { position: relative; margin:0 auto; padding: 0; background:#fff; width:100%; overflow:hidden;}
.flexslider .slides, .flexslider .flex-control-nav, .flexslider  .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider .slides {zoom: 1;} .flexslider .slides img {width: 100%; display: block;} 
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .no-js .flexslider .slides > li:first-child {display: block;}
.flexslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .flexslider .slides {display: block;} * html .flexslider .slides {height: 1%;} .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {background-repeat:no-repeat; background-position:50% 50%; border-radius:50%; height:47px; width:32px; text-indent:-999em; overflow:hidden; position:absolute; top:50%; margin-top:-24px; z-index:18; cursor: pointer; opacity:.8; filter:alpha(opacity=80);} .flex-direction-nav a.flex-prev {background-image:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/prev.png); left:12px;} .flex-direction-nav a.flex-next {background-image:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/next.png); right:12px;} .flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-next:hover {opacity:.9; filter:alpha(opacity=90);} 
.flex-direction-nav a.flex-prev:active, .flex-direction-nav a.flex-next:active {opacity:1; filter:alpha(opacity=100);} .flexslider .flex-control-nav {position:absolute;left:0; bottom:40px; list-style:none; padding:0; margin:0; z-index:19; padding:0; text-align:center; width:100%;}
.flexslider .flex-control-nav li {width:18px; height:18px; overflow:hidden; display:inline-block; margin-left:6px; margin-right:6px;}
.flexslider .flex-control-nav li a {display:block; padding-top:17px; height:1px; line-height:16px; text-indent:-999em; overflow:hidden; background:#fff; cursor:pointer; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}
.flexslider .flex-control-nav li a.flex-active {background:#3a5795; } .ibanner {position:relative; margin:0; padding:0; overflow:hidden;} .ibanner.iblog-header .ebanner {max-height:420px;}
.ibanner .ebanner {width:100%; margin:0 auto; max-height:500px; overflow:hidden;} .ibanner .ebanner img {width:100%; height:auto; max-width:100%;}
.ibanner .overlay {position:absolute; z-index:19; padding:10px 20px 14px; max-width:500px; border-radius:5px;} 
.ibanner .overlay.caption-hide {display:none;} .ibanner .caption .content {line-height:38px; font-size:32px; font-weight:700; font-family: 'Roboto Slab', serif;}
.ibanner .caption h2, .ibanner .caption h3, .ibanner .caption h4 {font-weight:700; font-size:32px; line-height:36px; padding:0 0 20px;} 
.ibanner .caption h4 {font-size:18px; line-height:24px;} .ibanner .caption p {padding:0 0 0px;}
.ibanner .caption.page-title {position:absolute; z-index:19; left:0; right:0; top:50%; transform:translate(0,-50%); -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); padding:20px 0 18px; color:#fff; text-align:center; text-transform:uppercase;} 
.ibanner .caption.no-overlay {position:static; padding:30px 0 35px; background:#3a5795; transform:translate(0,0); -webkit-transform:translate(0,0); -moz-transform:translate(0,0); }
.ibanner .caption.page-title h1, .ibanner .caption.page-title h2, .ibanner .caption.page-title .title {color:#fff; padding:0 0 10px; font-size:32px; line-height:36px; font-weight:500;}
.ibanner .caption.page-title p, .ibanner .caption.page-title .sub-title, .ibanner .caption.page-title .static-title { padding:0; margin-top:0; text-transform:uppercase; font-size:32px; line-height:36px; font-weight:700;}
.ibanner .caption .title {margin-bottom:0px; position:relative; text-transform:uppercase;} 
.ibanner .caption .title h3 {padding:0 0 8px; font-size:32px; line-height:36px;}
.ibanner .caption a.button {background:#3a5795; color:#fff; border:0; padding:12px 25px 13px; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; font-size:15px; line-height:24px; font-weight:700; margin-top:10px; text-transform:uppercase; min-width:220px; text-align:center;}
.ibanner .caption a.button:hover {background:#000000; color:#fff;}
.ibanner .overlay.bgcolor-dark {background: rgba(0,0,0,1); background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0))); background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); } 
.ibanner .overlay.bgcolor-light {background: rgba(0,0,0,1); background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0))); background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );} 
.ibanner .overlay.bgcolor-none {background:none; padding:0;}
.ibanner .color-light { color:#fff;} .ibanner .color-dark { color:#3a5795;}
.ibanner .color-light h3, .ibanner .color-light h4, .ibanner .color-light h5, .ibanner .color-light h2, .ibanner .color-light h1 {color:#fff;} 
.ibanner .color-dark h3, .ibanner .color-dark h4, .ibanner .color-dark h5, .ibanner .color-dark h2, .ibanner .color-dark h1 {color:#8a1d28;} 
.ibanner .color-light .content h3 {color:#fff;} .ibanner .content .title h3 {color:#3a5795;} 
.ibanner .overlay.align-right { text-align:right;} .ibanner .overlay.align-left { text-align:left;} .ibanner .overlay.align-center { text-align:center;}
.ibanner .overlay.pos-right, .ibanner .overlay.pos-right-t, .ibanner .overlay.pos-left, .ibanner .overlay.pos-left-t {top:30px;} 
.ibanner .overlay.pos-right, .ibanner .overlay.pos-right-t {right:25px;} .ibanner .overlay.pos-left, .ibanner .overlay.pos-left-t {left:25px;}
.ibanner .overlay.pos-right-t, .ibanner .overlay.pos-left-t {top:25px; margin-top:0 !important;}
.ibanner .overlay.pos-middle, .ibanner .overlay.pos-middle-t {left:50%; width:680px; max-width:inherit; margin-left:-340px; top:30px;}
.ibanner .overlay.pos-middle-t {margin-top:0 !important; top:25px; }
.ibanner .overlay.pos-bottom{ top:0 !important; margin-top:0 !important; transform:translate(0,200%);} .itabs { margin-top:15px;}
.itabs-default .tabs-nav {list-style:none; margin:0 0 10px; padding:0; border-bottom:1px solid #000000 ; overflow:hidden;}
.itabs-default .tabs-nav li {border-bottom:0 none; margin:0 1px 0 0; padding:0; font-size:20px; display:inline; text-transform:uppercase;}
.itabs-default .tabs-nav li a {color:#4d4d4f; background:#ccdee8; font-weight:normal; text-decoration:none; display:inline-block; padding:15px 38px 16px;}
.itabs-default .tabs-nav li a:hover {background:#9dc0d3; color:#000} 
.itabs-default .tabs-nav li.active a {background:#000000 ; color:#fff; font-weight:bold;}
.itabs-default .tabs-container {padding:10px 0 10px;} .iaccordion h3.title, .iaccordion .ui-accordion-header {font-size:20px; font-weight:600; line-height:24px; color:#4d4d4f; padding:10px 30px 11px 50px; border:1px solid #d7d6d6; border-bottom:0; border-left-color:#fff; border-right-color:#fff; background:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/to-close.png) no-repeat 10px 50%;} 
.iaccordion h3.title.ui-accordion-header-active, .iaccordion h3.title.ui-state-active, .iaccordion .ui-accordion-header.ui-state-active {background:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/to-expand.png) no-repeat 10px 50%; border-color:#d7d6d6;} .iaccordion .entry+.title { margin-top:-1px;}
.iaccordion h3.title a, .iaccordion .ui-accordion-header a {color:#4d4d4f; text-decoration:none;}
.iaccordion .entry, .iaccordion .ui-accordion-content {border:1px solid #d7d6d6; border-top:0; padding:8px 30px 15px 50px;} .inio-faq .ui-accordion-header {background:#fff url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/to-close-ac.png) no-repeat 98% 50%; padding:13px 50px 14px 20px; margin-bottom:10px; font-size:22px; line-height:24px; font-weight:600;} .inio-faq .ui-accordion-header:hover {cursor:pointer;} .inio-faq .ui-accordion-header a {color:#228750; }
.inio-faq .ui-accordion-header a:hover, .inio-faq .ui-accordion-header.ui-state-active a {color:#228750;}
.inio-faq .ui-accordion-header.ui-state-active {background-image:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/to-expand-ac.png); margin-bottom:0;}
.inio-faq .ui-accordion-content {padding:15px 15px 20px; background:#f2f7f5; margin-bottom:10px;} .wrapper {padding:35px 0 40px;} .wrapper.wider-page {padding:0;} .wrapper.home-page {padding:0;}
.icontent {padding:0;} .rightside {float:right;} .leftside {float:left;}
.wgs-side {margin-bottom:20px; border:1px solid #3a5795; border-radius:5px;}
.wgs-side .widget-content { padding:18px 20px 5px; } .widget-content .widget-content {padding:0;}
.wgs-side p {padding:0 0 12px;} .wgs-side p > span { color:#3a5795;}
.wgs-side ul {margin:0 0 12px; padding:0; list-style:none;} .wgs-side ul ul {margin:6px 0 0;}
.wgs-side ul li {padding:0 10px 5px 25px ;background:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/list-icon.png) no-repeat 0 5px; line-height:20px;;}
.wgs-side span.wpcf7-form-control-wrap{ display:block;}
.wgs-side h3, .wgs-side h4 {color:#3a5795; font-size:22px; line-height:28px; padding-bottom:12px;} .wgs-side h4 {font-size:18px; line-height:24px;}
.wgs-side .wg-title { text-transform:uppercase; background:#3a5795; color:#fff; padding:7px 20px 8px; margin:-18px -20px 12px; border-radius:4px 4px 0 0;} .container-section {padding:35px 0 40px;} 
.container-section.iparallax {background-size:cover; background-attachment:fixed; background-repeat:no-repeat; background-position:50% 50%;} 
.container-section.section-no-pad, .container-section.no-pad {padding:0;} .section-no-pad img.aligncenter, .no-pad img.aligncenter {margin:0 auto;}
.section-light {color:#fff;} .section-blue {background-color:#3a5795; color:#fff;} .section-grey {background-color:#f1f1f1;} 
.section-light .content h3, .section-light .content h4, .section-light .content h5, .section-light .content h2, .section-light .content h1, 
.section-light .content blockquote, .section-light .content h3 strong, .section-light .content h2 strong {color:#fff;}
.section-light .wpcf7 .wpcf7-not-valid-tip {color:#fff;}
.section-light .box-icon a, .section-light a {color:#fff; text-decoration:none;} 
.section-light .box-icon a:hover, .section-light a:hover {color:#fff;}
.section-light a.button:hover  {background:#fff; color:#252627; border-color:#fff;}
.section-light a.btn-trans {color:#fff; border-color:#fff; background-color:transparent;} 
.section-light a.btn-trans:hover {color:#333; border-color:#fff; background-color:#fff;} 
.iparallax {position:relative;} .iparallax .wrap-section {z-index:1;}
.iparallax .parallax-overlay {position:absolute; z-index:0; background:rgba(0,0,0,.45); left:0; right:0; top:0; bottom:0;}
.iparallax .parallax-overlay.overlay-half {left:50%; background-position:0 0; background-repeat:repeat; background-size:auto;}
.iparallax .parallax-overlay.overlay-style1, .iparallax .parallax-overlay.overlay-style2 {background-size:cover; background-repeat:no-repeat;} 
.iparallax .parallax-overlay.overlay-style1 {left:53%; background-position:0 50%;} .iparallax .parallax-overlay.overlay-style2 {right:53%; background-position:100% 50%;}
.section-simple.iparallax .parallax-overlay {display:none;} .icontent {overflow:hidden; font-size:14px; line-height:24px;}
.icontent h1.heading, .icontent h2.heading, .iblog h1.heading {font-size:26px; line-height:38px;}
.icontent h3.heading { font-size:26px; line-height:38px; font-weight:normal; color:#333;}
.icontent .heading a {color:#3a5795; text-decoration:none;} .icontent .heading a:hover { color:#333;}
.icontent h1 {font-size:32px; line-height:38px; padding-bottom:15px; font-family: 'Roboto Slab', serif;   }
.icontent h2 {font-size:26px; line-height:32px; padding-bottom:15px;} 
.icontent h3 {font-size:22px; line-height:28px; padding-bottom:12px; color:#323131;}
.icontent h4 {font-size:20px; line-height:26px; padding-bottom:12px; font-weight:400;}
.icontent h5 {font-size:18px; line-height:24px; padding-bottom:12px; color:#3a5795;}
.icontent h2+h3, .icontent h2+h4 {margin-top:-8px; font-size:18px; line-height:20px; padding-bottom:6px; color:#333; font-weight:400;}
.icontent h3+h3, .icontent h4+h3 {margin-top:10px;} .icontent h3+h4 {margin-top:-6px; font-weight:400; font-size:15px;}
.icontent p {padding:0 0 15px; font-family: 'Roboto', sans-serif;} .icontent p:last-child {padding:0;}
.icontent table {margin:0 0 12px;} .icontent td, .icontent th {padding:0px 15px 15px 0px;}
.icontent td, .icontent td p {line-height:19px; font-size:13px;}
.icontent td p {padding:0 0 12px;} .icontent td {vertical-align:top;}
.icontent hr {border:none; border-bottom:1px solid #dbdbdb; clear:both; padding-top:8px; margin-bottom:15px;}
.icontent .divider { border-bottom:1px solid #dbdbdb; clear:both; margin:30px 0 25px; }
.icontent .gap {display:block; clear:both; overflow:hidden;} 
.icontent .gap-size-20, .icontent .gap-size-small {height:15px;} 
.icontent .gap-size-35, .icontent .gap-size-medium {height:20px;} 
.icontent .gap-size-50, .icontent .gap-size-large {height:35px;}
.icontent blockquote {margin:0 0 20px; padding:8px 0 12px; font-size:17px; line-height:28px; font-style:normal; color:#7a7a7a; overflow:hidden;} 
.icontent blockquote p {padding:0 0 8px; font-size:17px; line-height:28px; font-style:italic;} 
.icontent blockquote+h5 {margin-top:-20px; font-style:italic; text-align:right; font-size:15px; margin-bottom:12px; color:#222;}
.icontent a {} .icontent a:hover {text-decoration: none;}
.icontent a.black{ color:#333333;} .icontent a:hover.black{ color:#3a5795;}
.icontent ol {list-style:decimal; margin:-4px 0 12px; padding:0; padding-left:20px;}
.icontent ol ol {margin:0px; padding-left:20px}
.icontent ol li {line-height:21px; padding:0 5px 5px; font-size:14px; line-height:19px;}
.icontent ul {list-style:none; margin:0px 0 10px; padding:0; padding-left:0px; font-family: 'Roboto', sans-serif;} .icontent ul:last-child {margin-bottom:0;}
.icontent ul ul {margin:0px; padding-top:6px; list-style:none;} .icontent h5+ul, .icontent h4+ul {margin-top:-5px;}
.icontent ul li {padding:0 10px 5px 25px; background:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/list-icon.png) no-repeat 0 4px; line-height:20px;}
.icontent li a {text-decoration:none; color:#110309;} .icontent li a:hover { color:#3a5795; text-decoration:none;}
.icontent ul.col4, .icontent ul.col3, .icontent ul.col2, .icontent ol.col4, .icontent ol.col3, .icontent ol.col2 { float:left; margin:0;}
.icontent ul.col4, .icontent ol.col4 {width:25%;} .icontent ul.col3, .icontent ol.col3 {width:33.33%;} .icontent ul.col2, .icontent ol.col2 {width:50%;}
.icontent .cl-logo {margin-bottom:10px;} .icontent .cl-logo p { padding:0 0 8px;}
.icontent .cl-logo a img{ border:1px solid #ccc; box-sizing:border-box; margin:0 0 6px !important;} a.button, a.btn { background-color:#3a5795; border:2px solid #3a5795; color:#fff; font-family: 'Roboto', sans-serif; font-size:13px; line-height:20px; font-weight:700; padding:7px 20px 8px; text-transform:uppercase; text-align:center;display:inline-block;margin:4px 0 8px; -webkit-transition:all .3s; -moz-transition:all .3s;transition:all .3s;text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px;border-radius:4px;}
a.button+.button {margin-right:10px;} a.button:hover, a.btn:hover { background-color:#fff; border-color:#3a5795; color:#3a5795;}
a.btn-small {padding:5px 15px 6px; font-size:12px;}  a.btn-large {padding:15px 45px 16px; font-size:18px; line-height:30px;} 
a.btn-wider {width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
a.btn-trans {background-color:transparent; color:#3a5795; border-color:#3a5795;}
a.btn-trans:hover {background-color:#3a5795; color:#fff; border-color:#3a5795;}
a.btn-none { background:none !important; color:#fff !important; padding:0; border:0 none;}
a.btn-none:hover {opacity:.6;}
a.post-edit-link {background:#000000 ; color:#fff; font-size:9px; text-decoration:none; text-transform:uppercase; padding:3px 6px; line-height:14px;}
a.post-edit-link:hover {background:#000000 ; color:#fff;}
img {max-width:100%; height:auto;} 
img.alignright {float:right; margin:8px 0 15px 20px; clear:right;} img.alignleft {float:left; margin:4px 20px 15px 0; clear:left;}
img.alignalone {margin:5px auto 15px;} img.alignnone {margin:8px 10px 15px 0px;} img.aligncenter {margin:5px auto 8px; display:block;}
img.alignright, img.alignleft, img.alignnone, img.aligncenter {border-radius:5px;}
.wp-caption.alignright {float:right; margin:4px 0 5px 20px; clear:right;} .wp-caption.alignleft {float:left; margin:4px 20px 5px 0; clear:left;}
.wp-caption.alignalone {margin:5px auto 8px;} .wp-caption.alignnone {margin:2px 0px 3px;} .wp-caption.aligncenter {margin: 5px auto 8px;}
.wp-caption.alignright, .wp-caption.alignleft, .wp-caption.alignnone {padding:0;}
.wp-caption p {padding:5px 0 0; color:#1788d5; text-align:center;} .wp-caption img {max-width:100%; height:auto;}
a.download-button {display:inline-block; margin:0 0 5px; text-decoration:none; font-size:14px; line-height:20px; padding:1px 0 4px 25px;}
a.download-button.icon-pdf { background:url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/icon-pdf.png) no-repeat 0 0px;}
a.download-button.icon-pdf span.non-visible {text-indent:-999em; overflow:hidden; display:inline-block;} .commentlist {list-style:none; padding:0; margin:8px 0 0; font-size:12px; line-height:17px;}
.commentlist ul.children { padding:0; margin:0; margin-left:100px; list-style:none;}
.commentlist li {margin-bottom:15px;} .commentlist li li {margin-bottom:0; margin-top:15px;} .pagi {text-align:center; padding:5px 0; display:table; width:100%;} .pagi ul.page-numbers {display:inline; margin:0; padding:0;} 
.pagi ul.page-numbers li {display:inline; font-family: 'Roboto Slab', serif; font-size:16px; font-weight:700; background:none;}
.pagi ul.page-numbers li a.page-numbers {display:inline-block; padding:8px 4px; width:40px; background:#efefef; color:#ec5a5b; margin:0 1px 1px 0; text-decoration:none;}
.pagi ul.page-numbers li a.page-numbers:hover{background:#dadae2; color:#3a5795; text-decoration:none;}
.pagi ul.page-numbers li span.page-numbers.current {background:#f6f6f6; padding:8px 4px; width:40px; color:#000; margin:0 1px 1px 0; display:inline-block;}
.pagi ul.page-numbers li a.next, .pagi ul.page-numbers a.prev { padding:8px 4px; width:40px;}
.pagi.ipagi {overflow:hidden; margin:10px 0;} .pagi .inext {float:right;} .pagi .iprev {float:left;}
.pagi .inext a, .pagi .iprev a {display:inline-block; padding:8px 4px; width:40px; background-color:#efefef; color:#ec5a5b; margin:0 3px 3px 0; text-decoration:none; background-repeat:no-repeat; font-weight:700; font-size:16px;}
.pagi .inext a:hover, .pagi .iprev a:hover {background-color:#dadae2; color:#3a5795; text-decoration:none;} .wpcf7 p {padding:0 0 3px;} 
.wpcf7 p > strong {font-weight:normal; display:inline-block; color:inherit; padding-bottom:10px; width:210px;} 
input.input, input[type=text], input[type=password], input[type=email], input[type=tel], input.wpcf7-text, input.wpcf7-email, input.wpcf7-date, input.wpcf7-tel, select, textarea {background:#fff; border:1px solid #d0d0d0; font-family: 'Roboto', sans-serif;  font-size:14px; line-height:21px; color:#151515; width:260px; padding:7px 12px 8px; margin:2px 0 6px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;} textarea {height:90px;} select {padding:7px 20px 8px 10px;} input.wpcf7-file {padding:5px 5px 5px;}
input.input:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input.wpcf7-text:focus, input.wpcf7-email:focus, input.wpcf7-date:focus, input.wpcf7-tel:focus, select:focus, textarea:focus {border-color:#757575; color:#333;} 
input.error, select.error, textarea.error, input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {border-color:#ffbfbf;} 
input.wpcf7-submit, input.button, input.submit, input#submit, input[type='button'], input[type='submit'], button[type=button], button.button {background:#3157a8; border:2px solid #3a5795; display:inline-block; padding:5px 20px 6px; line-height:21px; font-size:15px; color:#fff; text-decoration:none; text-transform:uppercase; margin:2px 0 6px; width:auto; font-weight:700; font-family: 'Roboto', sans-serif; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; appearance:inherit; -webkit-appearance:inherit; -moz-appearance:inherit; transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s; -webkit-transition:all ease-in-out .3s; } 
p.right input.wpcf7-submit,  p[align=right] input.wpcf7-submit {float:right;}
input.wpcf7-submit:hover, input.button:hover, input.submit:hover, input#submit:hover, input[type='button']:hover, input[type='submit']:hover, button[type=button]:hover, button.button:hover {background-color:#fff; color:#3157a8;  cursor:pointer;} input.wpcf7-submit[disabled=disabled] {background:#999; cursor:default;}
span.wpcf7-form-control-wrap {display:inline-block;} span.wpcf7-form-control-wrap input.vsmall {width:75px; margin-right:10px;} 
span.wpcf7-form-control-wrap input[type=checkbox], span.wpcf7-form-control-wrap input[type=radio] {width:auto;}
span.wpcf7-list-item {display:block; margin-left:0; margin-top:3px;} span.wpcf7-list-item input {margin-top:0; padding:0; width:auto;}
.wpcf7-not-valid-tip {font-size:9px !important; color:#000000; text-transform:none; position: absolute;  right: 5px; top: 5px; font-family: 'Roboto', sans-serif; }
.ishuman span.wpcf7-not-valid-tip { display:none;}
.wpcf7-response-output {background:#fff; font-size:13px !important; margin:2px 0 6px !important; color:#000000;  text-align:center; padding:8px !important; border: 1px solid #000000 ; } div.wpcf7-mail-sent-ok{ color:#398f14;}.wpcf7 img.ajax-loader {width:16px !important; height:16px !important; display:none;} 
div.wpcf7-validation-errors{border:2px solid #f00 !important; color:#f00; font-family: 'Roboto', sans-serif; text-transform:none; }
.wpcf7 .wpcf7-form-control-wrap.ishuman {display:inline-block !important; width:auto;}
.wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width:96px !important; margin-right:10px;}
.wpcf7 img.wpcf7-captchac {background:#fff; width:72px !important; height:24px !important; border:1px solid #ccc;padding:6px 8px 6px; margin-top:2px; margin-right:10px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.wpcf7 textarea {resize: none;}
.error {color:#F00; font-size:12px; padding:0 0 6px; line-height:16px;}
.sidebar .wpcf7 span.wpcf7-form-control-wrap, .wpcf7 .one-half span.wpcf7-form-control-wrap, .wpcf7 .col-full span.wpcf7-form-control-wrap {display:block;}
.sidebar .wpcf7 input.input, .sidebar .wpcf7 input[type="text"], .sidebar .wpcf7 input[type="password"], .sidebar .wpcf7 input[type="email"], .sidebar .wpcf7 input.wpcf7-text, .sidebar .wpcf7 select, .sidebar .wpcf7 textarea, .sidebar .wpcf7 span.wpcf7-form-control-wrap select, .sidebar .wpcf7 span.wpcf7-form-control-wrap textarea, .wpcf7 .one-half input.input, .wpcf7 .one-half input[type="text"], .wpcf7 .one-half input[type="password"], .wpcf7 .one-half input[type="email"], .wpcf7 .one-half input.wpcf7-text, .wpcf7 .one-half select, .wpcf7 .one-half textarea, .wpcf7 .one-half span.wpcf7-form-control-wrap select, .wpcf7 .one-half span.wpcf7-form-control-wrap textarea, .wpcf7 .col-full input.wpcf7-text, .wpcf7 .col-full span.wpcf7-form-control-wrap textarea{width:100%;} 
#twttrHubFrameSecure,  #twttrHubFrame, #fb-root {display:none !important;} .g-recaptcha {transform: scale(0.88); transform-origin: 0 0;}
@media (min-width: 979px) {.page-id-17 .g-recaptcha {margin-left:210px} .page-id-5 .g-recaptcha {transform: scale(0.7); margin-bottom:-18px;} .page-id-5 .wpcf7-form-control-wrap {width:69%; display:block; float: left;} .page-id-5 .wpcf7-submit {width:30%; margin-top:8px; margin-bottom:-15px;}}
@media (max-width:979px) and (min-width: 767px) {.page-id-17 .g-recaptcha {margin-left:140px}}
@media (max-width:767px) and (min-width: 600px) {.page-id-17 .g-recaptcha {margin-left:210px}}
@media (max-width:979px) { .page-id-5 .g-recaptcha {transform: scale(0.66); margin-bottom:-28px;} .page-id-5 .wpcf7-form-control-wrap {width:69%; display:block; float: left;} .page-id-5 .wpcf7-submit {width:100%; margin-top:8px; margin-bottom:0px;} }
@media (max-width:767px) { .page-id-5 .g-recaptcha {transform: scale(0.72); margin-bottom:-22px;} } @media (max-width: 1279px){
.ibanner .overlay {max-width:320px; padding:12px 15px 10px;} .ibanner .caption .content {line-height:26px; font-size:18px;}
.ibanner .caption h2, .ibanner .caption h3, .ibanner .caption h4 {font-size:18px; line-height:20px; padding:0 0 6px;}
.ibanner .caption h4 {font-size:14px; line-height:18px;} .ibanner .caption .title {margin-bottom:5px;} 
.ibanner .caption .title h3 {font-size:18px; line-height:24px; padding:0;} .ibanner .caption a.button {font-size:12px; padding:6px 15px 7px;}
.ibanner .caption.page-title h1, .ibanner .caption.page-title h2, .ibanner .caption.page-title .title {font-size:16px; line-height:32px;}
.ibanner .caption.page-title p, .ibanner .caption.page-title .sub-title, .ibanner .caption.page-title .static-title {font-size:24px;line-height:28px;}
.ibanner .overlay.pos-right, .ibanner .overlay.pos-right-t, .ibanner .overlay.pos-left, .ibanner .overlay.pos-left-t {top:40px;}
.flexslider .flex-control-nav, .fullwidex-slider .flexslider .flex-control-nav {bottom:15px;} .header .phone{background-image: url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/icon-phone2x.png); background-size: 13px auto; margin:0;}
.inav ul li a{ padding:13px 4px 8px; font-size:11px;} .featured a span {font-size:18px;}
.bottom h2, .bottom h3, .bottom h4, .bottom h5 {font-size:22px; line-height:1.8;} 
.bottom .wgs-cta a.button {font-size:20px; top:0; margin-top:0;}
.top-contact {transform:translate(0,0); top:0;} .top-contact .wg-contact {padding:12px 15px 10px; margin-top:20px;} .top-contact .wg-title {font-size:18px; line-height:20px; padding-bottom:8px;}
.top-contact input[type="text"], .top-contact input[type="email"], .top-contact input[type="tel"], .top-contact input.wpcf7-text, .top-contact input.wpcf7-email, .top-contact select, .top-contact textarea {font-size:12px; padding:3px 10px 4px;} .top-contact select {padding:5px 20px 6px 6px;} .top-contact .wpcf7 img.wpcf7-captchac {padding:2px 5px;} 
.top-contact input.wpcf7-submit, .top-contact input[type=submit] {padding:3px 15px; line-height:18px; font-size:13px;}
} @media (max-width:979px) { 
.inav {background:#3a5795; right:0; margin:0 10px; margin-top:0; clear:both; float:right; }
.inav #nav-icon {background: #3a5795  url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/nav-trigger.png) no-repeat scroll 50% 4px / 32px auto;color: #fff;cursor: pointer;display: block;float: right;font-family: 'Roboto Slab', serif; font-size: 16px;font-weight: bold;height:40px; line-height: 24px; margin-left: 0;padding: 0;text-align: left;text-transform: uppercase; width:62px; text-indent:-999em;}
.inav #nav-icon:hover, .inav #nav-icon.show {background:#1a437b  url(//www.ostromgroupllc.com/wp-content/themes/scostrom/images/nav-trigger.png) no-repeat scroll 50% 4px / 32px auto; color:#fff ;}
.inav #nav-icon span {display: block;float: left;line-height: 40px; color:#fff;} 
.inav ul.menu {clear:both;border:0 none;position:absolute; top:44px;right:10px;z-index:999; padding:0; background:#2b5697 ; max-width:400px; display:none; } 
.inav ul.menu li {float:left; margin:0; padding:0; width:100%; background:none !important; border-bottom:1px solid #3968af; border-left:0; text-align:left;} 
.inav ul.menu li:last-child, .inav ul.menu li.last {border-bottom:0 none;} 
.inav ul.menu li a {display:block; background:none !important; padding:8px 10px 9px 20px !important; line-height:20px; font-weight:400; font-size:15px; color:#fff; border:0 none !important; text-transform: none; text-align: left;} .inav ul.menu li.menu-item-has-children > a .sf-sub-indicator {display:none;}
.inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent > a, .inav ul.menu > li.current-menu-parent.sfHover > a, .inav ul.menu > li.current-menu-item > a, .inav ul.menu > li.current-page-parent > a, .inav ul.menu > li.current_page_parent > a, .inav ul.menu > li.current_page_item > a, .inav ul.menu > li.current-page-ancestor > a, .inav ul.menu > li.current-menu-ancestor > a{ color:#fff ;}
.inav ul.menu li a br, .inav ul.menu li .sf-sub-indicator {display:none !important;} .inav ul.menu li li a {color:#fff !important;} 
.inav ul.menu li a:hover, .inav ul.menu li ul a:hover, .inav ul.menu li a:active, .inav ul.menu li ul a:active, .inav ul.menu li.sfHover > a,
.inav ul.sub-menu > li.current_page_item > a, .inav ul.sub-menu > li.current-page-ancestor > a, .inav ul.sub-menu > li.current-page-parent > a {color:#fff !important; }
.inav ul.menu ul {width:100%;position:static; visibility:visible !important; display:none !important;background:#2b5697; border:0; margin:0;}
.inav ul.menu li:hover ul, .inav ul.menu li.sfHover ul {display:block !important;}
.inav ul.menu ul li {border-top:1px solid #3968af; border-left:0; border-right:0; border-bottom:0 none; width:100%;} 
.inav ul.menu ul li a {padding:7px 10px 6px 20px!important; font-size:13px;} .inav ul.menu ul li ul li a {padding:7px 10px 8px 20px !important; font-size:13px;} 
.inav ul li.sfHover ul, .inav ul li:hover ul, .inav ul li.sfHover li.sfHover ul {top:inherit; left:inherit; margin-top:auto;} 
} 
@media (min-width: 980px) { 
.inav ul.menu {display: block !important;} 
}
@media (max-width:979px) {	
.container-section {padding:25px 0 20px;} 
.icontent {font-size:14px; line-height:21px;}
.icontent h1 {font-size:26px; line-height:1.3;}
.icontent h2 {font-size:24px; line-height:1.3;}
.icontent h3 {font-size:20px; line-height:1.3;}
.icontent h4 {font-size:16px; line-height:1.3;} .header .call-phone, .header .buttons { margin-left:18px;} 
.featured a span {font-size:16px; padding:2px 0; line-height:18px; } 	
.top-contact .wg-contact { width:200px;} .top-contact .wpcf7 span.wpcf7-form-control-wrap input.wpcf7-captchar {width:86px !important;}
.top-contact input.wpcf7-submit, .top-contact input[type="submit"] {float:left !important; margin-top:3px;}
.top-contact textarea {height:50px;}
.icontent .cl-logo {font-size:13px; line-height:18px;} .bottom .wgs-cta a.button {font-size:16px;}
.footer .footer-menu ul li {width:33.33%;} 
.bottom { padding:40px 0 25px; } .bottom h2, .bottom h3, .bottom h4, .bottom h5 {line-height:2.2; font-size:18px;}
}
@media (max-width: 782px) { .admin-bar .site-header {top: 46px;} }
@media (min-width: 768px) and (max-width: 979px) {	
.site-header {height:60px;} .header {height:68px;} .header .phone{ font-size:16px; line-height:39px;}
.header .top { margin-top:8px;} .header .top .buttons {padding-right:80px;} .header a.btn-trans {padding:8px 15px 9px;}
.inav {position: absolute;right: 0;top: 48px;} 
.inav #nav-icon{ position: absolute;right: 0;top: -41px; border-radius:5px;}
.inav ul.menu{ top:12px; right:0; position: absolute; width:320px;}
.wpcf7 p > strong {padding-top:4px; padding-bottom:0; width:130px; margin-right:10px;}
.wpcf7 input.wpcf7-text, .wpcf7 input.wpcf7-email,.wpcf7  input.wpcf7-date, .wpcf7 input.wpcf7-tel, .wpcf7 select, .wpcf7 textarea {width:220px;}
.ibanner .thumbs {width:140%; margin-left:-20%;}
}
@media (max-width: 767px) {
body {min-width:300px;} .sidebar {margin-top:25px;} .column+.column {margin-top:20px;} .ec-listing+.ec-listing {margin-top:-10px;}
.icontent ul.col4, .icontent ul.col3, .icontent ul.col2, .icontent ol.col4, .icontent ol.col3, .icontent ol.col2 {float:none; width:auto;}
a.button{ padding:6px 12px 7px; font-size:13px;} .header {height:auto; position:relative;} .site-header {position:static; height:auto;}
.header .main{ max-width:100%; width:100%; position:static;} .header .buttons .wgs-top{ overflow:hidden; padding:0 0px;}
.header .logo {margin-left:5%; width:120px; margin-bottom:8px;} 
.header .call-phone {position:absolute; right:5%; width:160px; top:6px; text-align:right;} 
.header .call-phone.phone-right {top:36px;} .header .phone {font-size:16px; line-height:32px;}
.header .buttons {position:absolute; bottom:0; margin-left:0;} 
.header .buttons a.btn-trans {border-radius:0; background:#3a5795; color:#fff; border-color:#3a5795; padding:9px 22px;}
.header .buttons a.btn-trans:hover {background:#1a437b; border-color:#1a437b;}
.top-contact {position:static; background:#3a5795; width:100%; padding:25px 0 20px; float:left; height:auto;}
.top-contact .wg-contact {width:100%; max-width:480px; float:none; margin:0 auto 5px; box-sizing:border-box; position:static;}
.top-contact input.wpcf7-submit, .top-contact input[type="submit"] {float:right !important;}
.featured a span {font-size:15px; padding:2px 0; line-height:15px; }
.inav{ margin:0; background:#eee; width:100%;} .inav ul.menu{ top:118px; right:0; max-width:inherit; width:100%;}
.bottom .wgs-cta {padding-right:0; text-align:center;} 	.footer .footer-menu ul li {width:50%;}
.bottom .wgs-cta a.button {display: block; font-size: 16px; margin: 0 auto; position: static; width: 150px;}
.bottom h2, .bottom h3, .bottom h4, .bottom h5 {font-size:18px; line-height:24px; text-align:center;}	
.icontent .cl-logo {width:50%; padding-right:0;} .icontent .cl-logo .logo-block {max-width:180px; padding:0 15px 0; text-align:center; margin:0 auto;}
}
@media (max-width:599px) {
.ibanner .thumbs {width:100%;} .ibanner .caption .content {font-size:16px; line-height:24px;}
.ibanner .caption h2, .ibanner .caption h3, .ibanner .caption h4 {font-size:16px; line-height:18px; padding:0 0 5px; font-weight:bold;}
.ibanner .caption .title h3 {font-size:18px; line-height:18px;} .ibanner .caption .title {margin-bottom:0px;}
.ibanner .caption.page-title h1, .ibanner .caption.page-title h2, .ibanner .caption.page-title .title {font-size:13px; line-height:22px;}
.ibanner .caption.page-title p, .ibanner .caption.page-title .sub-title, .ibanner .caption.page-title .static-title {font-size:16px;line-height:22px;}
.ibanner .overlay.pos-middle, .ibanner .overlay.pos-middle-t {width:240px; margin-left:-120px; top:45px;}
.ibanner .overlay.pos-left, .ibanner .overlay.pos-left-t {left:0;} .ibanner .overlay.pos-right, .ibanner .overlay.pos-right-t {right:0;}
.icontent img.alignright {clear: both;display: block;float: none;margin: 0 auto 10px !important;}
.featured .wg-featured:nth-child(n+1){ width:33.33%;} .featured .wg-featured:nth-child(n+4){width:50%; max-height:145px; overflow:hidden;}
.copyright {font-size:12px;} .copyright .siteby {display:block;}
.wpcf7 p > strong {padding-top:0; padding-bottom:5px;} .wpcf7 span.wpcf7-form-control-wrap {width:100%;} 
.wpcf7 input.wpcf7-text, .wpcf7 input.wpcf7-email, .wpcf7 input.wpcf7-date, .wpcf7 input.wpcf7-tel, .wpcf7 select, .wpcf7 textarea {width:100%;}
}
@media (max-width:480px) {
.ibanner .overlay {} 
img.alignright, img.alignleft, img.alignnone, img.aligncenter {float:none; margin:6px 0 10px !important; max-width:100%; display:block;}
}
@media (max-width:375px) {
.ibanner .thumbs {width:120%; margin-left:-10%;}
.featured .wg-featured:nth-child(n+1){ width:50%;} .featured .wg-featured:nth-child(n+5){width:100%;}
.top-contact .wpcf7 input.wpcf7-submit, .top-contact .wpcf7 input[type="submit"] {float:none !important; margin-top:4px;}
.icontent {font-size:13px; line-height:20px;} .icontent h1 {font-size:22px;} .icontent h2 {font-size:20px;} .icontent h3 {font-size:17px;} .icontent h4 {font-size:15px; font-weight:700;}
.icontent .cl-logo {width:100%;}
.footer .footer-menu ul li {width:100%;} 
}