.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', sans-serif;font-size:14px; line-height:1.6; color:#333;}
h1, h2, h3, h4, h5, h6 {font-weight:700; line-height:1.5; margin:0; font-family: 'Roboto', sans-serif;}
h1, h2 {font-size:30px; padding:0 0 5px;}
h3 {font-size:24px; padding:0px 0 10px;}
h4 {font-size:18px; padding:0px 0 10px;}
h5 {font-size:16px; padding:0px 0 8px;}
h6 {font-size:16px; padding:0px 0 8px;}
a:link, a:visited {color:#666666; text-decoration:none; outline:0;}
a:focus, a:hover{color:#999; text-decoration:none;}
a:active {color:#000; text-decoration:none;}
p {padding:0 0 20px;}
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; } .grid.fright, [class*="grid"].fright {float:right;} .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:nth-child(4n), .grid9 > .grid3:nth-child(3n), .grid6 > .grid3:nth-child(2n), .grid12 > .grid4:nth-child(3n), .grid8 > .grid4:nth-child(2n) {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: 1280px) {
.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:767px) { 
.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%;} } button, input[type="button"], input[type="reset"], input[type="submit"] {border:2px solid #236b4a; background:#236b4a; color:#fff; border-radius:0px; vertical-align:top; box-sizing:border-box; -webkit-appearance:inherit; appearance:inherit; cursor:pointer; transition:all 400ms; padding:6px 30px; font-size:16px; line-height:24px; font-weight:700; text-transform:uppercase; font-family: 'Roboto', sans-serif;} 
input[type="reset"] {background:#616161;border-color:#616161;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {color:#fff; background:#287853; border-color:#287853;} 
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {}
input[type="text"], input[type="email"], input[type="url"],input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {color: #666; border: 1px solid #cccccc; border-radius:0px; box-sizing:border-box;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="date"]:focus,  textarea:focus, select:focus {color: #111; border-color:#a9a9a9;} 
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {padding:8px 15px; font-family: 'Roboto', sans-serif; font-size:14px; line-height:22px;} .g-recaptcha {transform:scale(0.88); transform-origin: 0 0;}
@media (min-width:1279px) {.page-id-21 .g-recaptcha {margin-left:29%;} .page-id-18 .g-recaptcha {margin-left:14%;}}
@media (max-width:1279px) and (min-width:979px) {.page-id-21 .g-recaptcha {margin-left:36.33%;} .page-id-18 .g-recaptcha {margin-left:17.5%;}} a:link, a:visited {color:#236b4a; text-decoration:none; transition:all 350ms;} 
a:hover, a:focus, a:active {color:#236b4a; text-decoration:none;} a:focus {outline:0;} a:hover, a:active {outline: 0;}
a.button, a.btn { background-color:#236b4a; border:1px solid transparent; color:#fff; font-size:16px; line-height:24px; font-weight:700; padding:8px 30px; text-transform:uppercase; text-align:center; display:inline-block; margin:4px 0 8px; transition:all .3s; box-sizing:border-box; text-decoration:none; border-radius:6px;} 
a.button+.button {margin-right:10px;} a.button:hover, a.btn:hover {background-color:#2e835c; border-color:#2e835c; color:#fff;}
a.btn-small {padding:9px 25px 10px; font-size:16px;} 
a.btn-large {padding:19px 75px 20px; font-size:20px; 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:#005c8e; border-color:#005c8e;}
a.btn-trans:hover {background-color:#005c8e; color:#fff; border-color:#005c8e;}
a.btn-none { background:none !important; color:#005c8e !important; padding:0; border:0 none;}
a.btn-none:hover {opacity:.6;} .masthead .site-header {} .masthead.header-style3 .site-header {display:none;} 
.masthead.header-style2.has-banner .site-header { background:rgba(255,255,255,.85);}
.site-header {padding:0 0 12px; background:#ffffff;}
.site-logo { float:left; margin-left:0px; width:625px;padding: 12px 0 0;} .site-logo img {max-width:100%; width:auto;}
.topbar{background: #805783;}.topbar-wrap{margin: 0 10px 0;padding: 10px 0;}.lan-text{float: left;}
.lan-text p{font-style: italic;font-size: 14px;font-weight: 500;color: #ffffff;}.top-nav{text-align: right;}
.top-nav a{font-size: 13px;font-weight: 500;color: #ffffff;text-transform: uppercase;padding: 10px 10px;}
.site-top {float:right; padding: 13px 0 12px;} .site-top a.button {padding: 9px 10px;margin: 0;border-radius: 0;}
.site-top a.button {font-size: 12px;font-family: 'Roboto', sans-serif;font-weight: 700;color: #ffffff}
.site-top a.button:hover{color: #fff;}
.site-top .socials, .site-top .phones, .site-top .buttons {float:left; margin-left:16px;}
.site-top a {font-weight: 700;font-size: 15px;color: #989898;vertical-align: middle;margin-left: 8px;font-family: 'Roboto Slab', serif;}
.site-top a:hover{color:#828282;}
.site-top i{font-size: 24px;color: #236b4a;vertical-align: middle;}.phones{margin-right: 5px;}.site-top .buttons {margin-left:20px;} 
.site-top .phones a.button {font-size:20px; font-weight:500;}
.site-top .buttons a.btn-trans {border-color:#22a7f0; color:#22a7f0; font-family: 'Roboto', sans-serif;}
.site-top .buttons a.btn-trans:hover {background:#22a7f0; color:#fff;}
.numbers{float: left;margin-top: 10px;} .socials {} .socials .link {width:28px;height:28px;line-height:28px; font-size:18px; display:inline-block;text-align:center;overflow:hidden;margin:0 4px;}
.socials .link a {display:block; color:#fff; background-color:#22a7f0; transition:all 300ms; border-radius:4px;} 
.socials .link a:hover {color:#fff; background:#005c8e;} .header-sticky .site-header { padding:14px 0 10px;} .banner-wgs {position:absolute; top:50%; z-index:9; transform:translate(0,-50%);} 
.banner-wgs .wgs-banner {padding:10px 18px; width:380px; background:#fff; background:rgba(255,255,255,.85); margin-bottom:0; float:right; box-sizing:border-box; border-radius:10px;} 
.banner-wgs p {padding:0 0 8px;}  .banner-wgs p span {color:#22a7f0;} .banner-wgs a {color:#22a7f0; text-decoration:none;} .banner-wgs a {color:#0e8cd1; text-decoration:none;}
.banner-wgs .wg-title {font-size:18px; padding:0 0 8px; color:#22a7f0; font-family: 'Roboto', sans-serif; text-transform:uppercase;}
.banner-wgs .wpcf7 .wpcf7-text, .banner-wgs .wpcf7 .wpcf7-textarea, .banner-wgs .wpcf7 select {padding:3px 10px; font-size:12px; border-radius:4px; border-color:#c9c9c9; margin:0;}
.banner-wgs .wpcf7 .wpcf7-textarea {height:40px;} .banner-wgs .wpcf7 p.wd {padding-bottom:0 !important;}
.banner-wgs .wpcf7 .wpcf7-not-valid-tip {position:absolute; right:5px; top:5px; font-size:11px !important;}
.banner-wgs .wpcf7 .ishuman .wpcf7-not-valid-tip {width:180px; top:35px; right:auto; left:0;}
.banner-wgs .wpcf7 .wpcf7-captchar {height:38px;} .banner-wgs .wpcf7 img.wpcf7-captchac {margin-top:0; margin-left:8px; border-radius:4px; margin-bottom:15px;}
.banner-wgs .wpcf7 .wpcf7-response-output {font-size:11px; margin:2px 0 5px; padding:7px 8px 8px} .featured {background:#fff;} .featured img {max-width:100%; height:auto;}
.featured .wgs {width:48%; float:left; margin:0; box-sizing:border-box;margin-left: 1%;margin-right: 1%;}
.featured .wgs .wg-title {color:#236b4a;font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase;font-size:24px; font-weight: 700; line-height:1.4; text-align:center; box-sizing:border-box; vertical-align:middle; display:table-cell; width:780px;}
.featured .wgs .wg-title a {color:#236b4a; display:block;}
.featured .wgs:nth-child(2n) .wg-title {}
.featured .wgs .content p{font-family: 'Roboto', sans-serif;font-size: 13px; color: #3a3a3a;text-align: center;}
.bg-wrapper{background: #fefbfb url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/featured_bg.png) repeat-x 0 0; position: relative; margin: -120px auto 0; z-index: 999; overflow:hidden; padding-top: 22px; padding-bottom:50px; max-width:1240px; } .bottom {background:#805783; color:#fff; font-size:14px; font-weight:400; line-height:20px; padding:25px 0;} 
.bottom .wgs {margin-bottom:20px;} .bottom .wgs:last-child {margin-bottom:0;}
.bottom .call-action .cta-wrap {padding:8px 0;margin: 0 10px;} .call-action, .widget-cta {margin-bottom:0;} .call-action .cta-wrap {padding:20px 0;} .call-action.section-cta .cta-wrap {padding:0 10px;}
.call-action .cta-action {display: inline-block;position: absolute;right: 10px;top: 19%;transform: translateY(19%);}
.call-action.center .cta-action, .center .cta-action {float:none; position:static;}
.call-action .cta-text h1{font-size: 30px;font-family: 'Roboto Condensed', sans-serif;line-height: 32px;color: #fff;font-weight: 700;text-transform: uppercase;}
.call-action .cta-text {padding-right:250px;}  .call-action h3 strong, .call-action h4 strong {text-transform:uppercase;}
.call-action h3, .call-action h4, .call-action h2 {padding:8px 0 9px; font-weight:700; margin:0;font-size: 30px;color: #fff;font-weight: 700;font-family: 'Roboto Condensed', sans-serif;}
.call-action a.button {position:relative; padding: 15px 30px 14px;font-size:30px; text-align: center; font-weight:700; line-height:30px; background:#544339;  color:#fff; margin:0; min-width:210px;font-family: 'Roboto Condensed', sans-serif;border-radius: 0;border: none;} 
.call-action a.button:hover {color:#fff; background:#362d28;} .iboxs .thumbs { position:relative; width:100%; max-width:720px; overflow:hidden;margin-bottom: 15px;}  .iboxs .thumbs:last-child {margin-bottom:0;}
.iboxs .thumbs img {width:100%; height:auto; transition:all 1600ms;} .iboxs .thumbs a {display:block;}
.iboxs .thumbs a:after {position:absolute; left:0; top:0; right:0; bottom:0; opacity:0; transition:all 350ms; content:""; background: #236b4a;}
.iboxs a.btn-more {margin-top: 10px;border: 0 none;color: #fff;padding: 13px 20px;text-transform: uppercase;font-weight: 700;font-size: 14px;background: #236b4a;border-radius: 0;}
.iboxs a.button:hover, a.btn:hover {background-color: #2e835c;border-color: #005c8e;color: #fff;}.iboxs {text-align: center;}
.iboxs a.btn-more:hover {color:#fff; text-decoration:none;}
.iboxs .over { position:absolute; top:50%; left:50%; margin:-30px 0 0 -30px; width:50px; height:50px; border:1px solid #fff; color:#fff; border-radius:50%; text-align:center; line-height:50px; font-size:18px; opacity:0; transition:all 450ms; transition-delay:100ms; z-index:2;} 
.iboxs:hover .over {opacity:1;} .iboxs:hover .thumbs a:after {opacity:.55;} .iboxs:hover .thumbs img {transform:scale(1.2);} .footer {background:#2c2c2c; color:#ffffff; padding:0; font-size:14px; line-height:1.35;} .footer img {max-width:100%; height:auto;}
.footer a {color:#cdcdcd; text-decoration:none;font-weight: 400;} .footer a:hover {color:#9d9999;}
.footer-wgs .nav_menu-3{padding-top: 45px;}.footer-wgs .csbox-3 p:nth-of-type(2){margin-left: 48px;line-height: 0;}
.footer-wgs .csbox-3 p span{margin-left: 18px;}.footer-wgs .csbox-3 p:last-child{background: url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/pdf-icon.png) no-repeat 130px 0%;}
.footer-wgs {padding: 37px 0 10px;} .footer-wgs .wgs {margin-bottom:20px;}
.footer-wgs .wg-title {color:#fff; text-transform:capitalize; font-weight:700; font-size:18px; line-height:30px; padding-bottom:16px;} 
.copyright-top ul{list-style: none;}
.copyright-top ul li{display: inline-block;padding: 0 10px 0px 4px;margin-bottom:10px}
.copyright-top ul li a{font-size: 12px;color: #fff;font-weight: 400;font-family:'Roboto', sans-serif;text-transform: capitalize;}
.copyright-top ul li{position: relative;}
.copyright-top ul li:after{content: "";display: block;position: absolute;width: 2px;height: 100%;background: #fff;top: 0;bottom: 0;right: 0;}
.copyright-top ul li:last-child:after{content: "";display: block;position: absolute;width: 0px;height: 100%;background: #fff;top: 0;bottom: 0;right: 0;}
.copyright-top  ul, ol {margin-bottom: 15px;}
.footer-wgs ul {list-style:none; margin:0; padding:0;} .footer-wgs ul li {padding:0 0 18px 16px; line-height:1.2; position:relative;} 
.footer-wgs ul li:before {content:"\f105"; font-family:FontAwesome; position:absolute; left:0; top:0; }
.footer-wgs ul li a{font-size: 14px;color: #cdcdcd;font-weight: 400;}
.footer-wgs .csbox-3 p{font-size: 14px;color: #cdcdcd;font-weight: 400;}
.footer-wgs .csbox-3 h5{font-size: 18px;color: #ffffff;font-weight: 700;padding-bottom: 0;}
.footer-wgs .csbox-3 p:last-child{font-size: 14px;color: #cdcdcd;font-weight: 500;font-style: italic;}
.footer-wgs .csbox-4 {padding-top: 10px}
.footer-wgs .text-2 p > span {width:50px; display:inline-block;}
.footer-wgs .text-2 p > span.sep {width:15px;}
.footer-wgs .text-2 .wg-title {color:#fff; font-size:24px; text-transform:capitalize;}
.footer-wgs .socials {margin-top:12px; margin-left:-5px;}
.footer-info {padding:50px 0px 45px; background:#3c2d23; color:#b7b7b7; text-align:center;} 
.footer-info p {padding: 3px 0;font-size: 14px;font-weight: 400;color: #fff;font-family:'Roboto', sans-serif;} 
.footer-info a {color:#fff;} .footer-info a:hover {color:#fff;} .inav ul.menu {}
.inav {  } .menu-toggle {display:none;}
.inav ul, .inav ul.menu {list-style:none; margin:0; padding:0; float:right;margin-top: -45px} .inav ul li { float:left; position:relative;}
.inav ul li a {color:#333333; font-weight:700;font-size:16px; text-transform:uppercase; line-height:22px; padding:3px 10.5px;text-decoration:none; display:block;transition:all .6s; font-family: 'Roboto Condensed', sans-serif;border: 1px solid transparent; text-align: center;}
.inav ul li a:hover, .inav ul.menu > li.sfHover > a {color:#236b4a; border: 1px solid #236b4a; background:transparent; text-decoration:none;} 
.inav ul.menu > li.current-menu-item > a, .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-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:#236b4a; background:transparent;border: 1px solid #236b4a;}
.inav ul.menu > li.menu-item-has-children > a:after {content:"\f107"; font-family:FontAwesome; display:inline-block; font-size:14px; font-weight:normal; margin-left:5px; color:#fff;} .inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {position:absolute; top:-999em; left:0px; margin-top:0; width:240px; z-index:999; padding:0; list-style:none; background:#22a7f0;} 
.inav ul li.sfHover ul, .inav ul li:hover ul {top:100%;} .inav ul li.sfHover ul ul, .inav ul li:hover ul ul {top:0; left:241px; 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-bottom:0; margin-left:0; margin-right:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;} .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 15px 11px 24px; text-align:left; display:block; color:#fff; font-size:14px; font-weight:700; line-height:18px; border-bottom:0 none; transition:background ease .8s, color ease .8s; }
.inav ul.menu > li.sfHover > a, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent.sfHover > a {color:#236b4a; background: transparent;} 
.inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a {color:#fff !important; background:#0e8cd1;} 
.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; background:#0e8cd1; } .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 .thumbs img {width: 100%; height:auto; 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 li { background: none !important; padding: 0 !important; }
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev { background-repeat: no-repeat; background-position: 50% 50%; background-size:14px auto; border-radius:20px; height:48px; width:48px; margin-top:-24px; top: 50%; text-indent: -999em; overflow: hidden; position: absolute; z-index: 19; cursor: pointer; opacity: .9; filter: alpha(opacity=90); border:0;}
.flex-direction-nav a.flex-prev {background-image:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/prev.png); left: 25px; }
.flex-direction-nav a.flex-next {background-image:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/next.png); right: 25px; }
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:active, .flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:active { opacity:.6; filter: alpha(opacity=60); }
.flex-direction-nav a.flex-disabled { opacity: .2 !important; filter: alpha(opacity=20); cursor: default; } .flexslider .flex-control-nav { position: absolute; left: 0; line-height: 10px; bottom: 15px; list-style: none; padding: 0; margin: 0 !important; z-index: 18; padding: 0 !important; text-align: center; width: 100%; }
.flexslider .flex-control-nav li { overflow: hidden; display: inline-block; margin-left: 4px; margin-right: 4px; padding: 0 !important; }
.flexslider .flex-control-nav li a { display: block; width: 10px; height: 10px; line-height: 10px; text-indent: -999em; overflow: hidden; border:1px solid #fff; background: none; cursor: pointer; border-radius: 50%; transition: all 300ms; }
.flexslider .flex-control-nav li a:hover { opacity: .7; }
.flexslider .flex-control-nav li a.flex-active { background: #fff; }
.flexslider .flex-control-nav li a.flex-active:hover { opacity: 1; cursor: default; } .ibanner { position: relative; margin: 0; padding: 0; overflow: hidden;} .ibanner.banner-static {background:#fff;}  .ibanner.only-bc {padding:0 0 10px;} 
.ibanner .thumbs, .ibanner .ebanner { position:relative;} .ibanner .ebanner { width:100%; margin:0 auto; max-height:720px; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;} .ibanner .ebanner img {width:100%; height:auto; max-width:100%;}
.ibanner .thumbs::after {content: "";display: block;left: 0;top: 0;right: 0;bottom: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.15);position: absolute;}
.ibanner .islider { border-bottom:5px solid #236b4a;}
.ibanner .slider-boxed, .ibanner .ebanner  {max-width:1400px; margin:0 auto; float:none;}
.section-no-overlay.iparallax .parallax-overlay{display: none;}
.container-section.section-cta-contact {background: #805783;padding: 18px 0;}
.icontent .section-cta-contact .call-action .cta-text {padding-right: 250px;font-size: 30px;color: #fff;font-weight: 300;}
.icontent .section-cta-contact .call-action a.button {position:relative; padding: 15px 39px 14px 23px;font-size:18px; font-weight:700; line-height:30px; background:transparent; border-color:#fff; color:#fff; margin:0; min-width:160px; font-family: 'Roboto', sans-serif;border-radius: 0;} 
.icontent .section-cta-contact .call-action a.button:hover {background: #6a0871} 
.icontent .section-cta-contact .call-action .cta-action {display:inline-block; position:absolute; right:10px; top:50%; transform:translateY(16%);}
.icontent .section-translate h1{font-size: 32px;font-weight: 400;color: #333333;font-family: 'Roboto', sans-serif;line-height: 35px;padding-bottom: 13.6%;}
.icontent .section-translate h3{font-size: 30px;font-weight: 700;color: #6d326c;font-family: 'Roboto', sans-serif;line-height: 35px;}
.icontent .section-translate p{font-size: 18px;font-weight: 400;color: #222222;font-family: 'Roboto', sans-serif;padding-right: 2%;padding-bottom: 7px;}
.icontent .section-serving h2{font-size: 36px;font-weight: 300;color: #6d326c;font-family: 'Roboto', sans-serif;line-height: 35px;}
.icontent .section-serving p{font-size: 16px;font-weight: 400;color: #333333;font-family: 'Roboto', sans-serif;}
.icontent .section-service h2{font-size: 36px;font-weight: 300;color: #6d326c;font-family: 'Roboto', sans-serif;line-height: 35px;}
.icontent .section-service p{font-size: 16px;font-weight: 400;color: #333333;font-family: 'Roboto', sans-serif;}
.section-languages.iparallax .parallax-overlay{position: absolute;z-index: 0;background: #fff;opacity: 0.7;left: 0;right: 0;top: 0;bottom: 0;}
.icontent .section-languages h2{font-size: 20px;color: #222222;font-weight: 400;text-transform: uppercase;}
.section-languages ul{list-style-type: none;}
.section-languages ul li{position: relative;padding: 0 10px;font-size: 14px;font-weight: 400;color: #333333;text-transform: capitalize;}
.section-languages ul li::before{content: "\f105";font-family: FontAwesome;position: absolute;left: 0;top: 0;}.section-languages span{font-weight: 400;}
.icontent .section-quotess h2{font-size: 30px;color: #805783;font-weight: 400;text-transform: uppercase;line-height: 40px;padding-bottom: 22px !important;}
.icontent .section-quotess ul {list-style: none;margin-bottom: 0;}
.icontent .section-quotess p{font-size: 18px;color: #805783;font-weight: 400;line-height: 25px;padding-bottom: 0;}
.icontent .section-quotess a.button, a.btn {background-color: transparent;border: 1px solid #000000;color: #fff;font-size: 18px;line-height: 24px;font-weight: 700; padding: 8px 30px;text-transform: uppercase;text-align: center; display: inline-block;margin: 4px 0 8px;transition: all .3s;box-sizing: border-box;text-decoration: none;border-radius: 0px;color: #805783;padding: 10px 70px 13px 45px} .ibanner .ov {position: absolute; z-index: 19; width: 100%; } .ibanner .ov.hide {display: none !important;}
.ibanner .ov.ps-vt {top:55px;} .ibanner .ov.ps-vb {bottom:55px;} .ibanner .ov.ps-lx {left: 0px;} .ibanner .ov.ps-rx {right:0px;}
.ibanner .ov.ps-vm {top:35%; -moz-transform: translate(0, -50%); -webkit-transform:translate(0, -50%); transform:translate(0, -50%);}
.ibanner .ov.ps-lx .cpn {float:none; } .ibanner .ov.ps-rx .cpn {float:right; margin-right:120px;} .ibanner .ov.ps-lx.tp-fw .cpn { }.ibanner .ov.ps-rx.tp-fw .cpn{margin-right:10px;}.ibanner .ov.ps-cx .cpn {max-width:520px;margin:auto;} .ibanner .cpn {font-size:16px; line-height:1.25; font-weight:400; padding:25px 30px 20px; position: relative; top: 100px; } 
.ibanner .cpn .cta { margin: 20px 0 10px;padding: 0;text-align: center;} .ibanner .cpn p { padding: 0 0 8px;text-shadow: 2px 5px 20px #000; font-size: 48px;color: #fff;font-weight: 700;font-family: 'Roboto', sans-serif;text-transform: uppercase;} .ibanner .cpn img {max-width:100%; height:auto;}
.ibanner .cpn h1, .ibanner .cpn h2, .ibanner .cpn .title h3 {font-weight:700;font-size:36px;line-height:25px;padding:0 0 8px;text-transform:uppercase;font-family: 'Roboto Condensed', sans-serif;text-shadow: 0px 0px 6px #000}
.ibanner .cpn h3, .ibanner .cpn h4 {font-weight:700;font-size:28px; line-height:1.2;padding: 0 0 8px;text-transform:uppercase;font-family: 'Roboto Condensed', sans-serif;text-shadow: 0px 0px 6px #000}
.ibanner .cpn h3 strong, .ibanner .cpn h2 strong {font-size:1.6em; line-height:1; font-weight:700;}
.ibanner .cpn a.button {background-color:#236b4a; color: #fff; border-radius:0px;border: none; padding:16px 30px; font-size:18px; line-height: 24px; font-weight:700; margin: 0; position: relative;}
.ibanner .cpn a.button:hover { background-color:#2c7654; border-color:#fff;} .ibanner .page-title {padding:0; top:50%; transform:translateY(-50%); margin-top:-2px;} .ibanner .page-title .cpn.al-left {text-align:center;}
.ibanner .page-title.ov-no {position:static; transform:translateY(0); padding:85px 0 80px; background:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/bn-default.jpg) no-repeat 50% 50%; background-size:cover;} .ibanner .page-title.ov-no:after {content:""; position:absolute; left:0; z-index:-1; right:0; top:0; bottom:0; background:#000; opacity:0.30;}
.ibanner .page-title .cpn {padding:0 10px;} .ibanner .page-title .title, .ibanner .page-title .sub-title {color:#fff;padding:0;margin:0;line-height:1;} 
.ibanner .page-title .title {font-size:42px; text-transform:uppercase;} .ibanner .page-title .sub-title {font-size:24px;}
.ibanner .page-title .title+.sub-title {margin-top:6px;} 
.ibanner .ebanner.has-bg {height:320px;} .ibanner .ebanner.has-bg:after, .ibanner .page-title.ov-no:after {content:""; position:absolute; left:0; right:0; top:0; bottom:0; background:#000000; opacity:0.30;} .ibanner.only-title {background:#005c8e !important;}
.ibanner .breadcumb {padding:0 10px; text-transform:uppercase; font-weight:400; text-shadow:0px 0px 20px #000;} 
.ibanner .breadcumb, .ibanner .breadcumb a {color:#22a7f0;} .ibanner .breadcumb a:hover {color:#22a7f0;} 
.ibanner .breadcumb .current {color:#22a7f0; font-weight:400;} .ibanner .cpn.al-right {text-align:right;} .ibanner .cpn.al-left {text-align: left;} .ibanner .cpn.al-center, .ibanner .cpn.center {text-align:center;}
.ibanner .cpn.bg-dark { } 
.ibanner .cpn.bg-light { background: #fff; background: rgba(255,255,255,.75); }
.ibanner .cpn.bg-none { background: none; padding: 0; } 
.ibanner .cl-light { color: #fff; } .ibanner .cl-dark { color: #000; }
.ibanner .cl-light h1, .ibanner .cl-light h2, .ibanner .cl-light h3, .ibanner .cl-light h4 { color: #fff; }
.ibanner .cl-dark h1, .ibanner .cl-dark h2, .ibanner .cl-dark h3, .ibanner .cl-dark h4 { color: #000; } .breadcumb {font-size:14px; line-height:1.2; color:#666; margin:8px 0 0;} .breadcumb .current {color:#333; font-weight:400;}
.breadcumb a {color:#666; text-decoration:none; padding-right:2px;} .breadcumb a:hover {color:#000; text-decoration:none;}
.breadcumb.al-left {text-align:left;} .breadcumb.al-right {text-align:right;} .breadcumb.al-center {text-align:center;} .itabs { margin-top:15px;}
.itabs-default .tabs-nav {list-style:none; margin:0; padding:0; border-bottom:0; overflow:hidden;}
.itabs-default .tabs-nav li {border-bottom:0 none; margin:0; padding:0; font-size:18px; display:inline; text-transform:uppercase;}
.itabs-default .tabs-nav li a {color:#fff; background:#000; font-weight:bold; text-decoration:none; display:inline-block; padding:8px 20px 9px;}
.itabs-default .tabs-nav li a:hover {background:#555555; color:#fff} .itabs-default .tabs-nav li.active a {background:#fff; color:#000;}
.itabs-default .tabs-container {padding:10px 0 10px; background:#fff;} .itabs-default .tab-content {padding:15px 25px 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.gymnasticsinsurance.com/wp-content/themes/scgym/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.gymnasticsinsurance.com/wp-content/themes/scgym/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;} .owl-carousel {list-style:none; margin:0; padding:0;}
.owl-nav { list-style:none; margin:0; padding:0; text-align:center; line-height:10px;}
.owl-nav .owl-prev, .owl-nav .owl-next { position:absolute; top:50%; margin-top:-16px; height:32px; line-height:32px; width:32px; background-repeat: no-repeat; background-position:50% 50%; background-size:10px auto; text-indent:-999em; text-align:left; z-index:29; transition:opacity 350ms, background-color 350ms; -ms-transition:opacity 350ms, background-color 350ms;} 
.owl-nav .owl-prev {left:-60px; background-image:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/prev-g.png);} .owl-nav .owl-next {right:-60px; background-image:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/next-g.png);}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {opacity:.7;}
.owl-dots {margin:-20px 0 30px; padding:0; text-align:center; line-height:10px; position:relative; z-index:19;} 
.owl-dots .owl-dot {display:inline; margin:0 3px;} .owl-dots .owl-dot span {display:inline-block; padding:0; line-height:10px; height:10px; width:10px; background:#333333; text-indent:-999em; text-align:left; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;} 
.owl-dots .owl-dot.active span {background:#666;} .wpcf7 h4 {font-weight:bold !important; padding-top:15px; padding-bottom:8px !important;}
.wpcf7 p {padding:0 0 6px;} .wpcf7 p > b {font-weight:normal;} 
.wpcf7 p > strong {font-weight:400; display:inline-block; width:165px; color:inherit; padding-top:8px;} 
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea {} .wpcf7 .wpcf7-textarea {height:150px;}
.wpcf7 .wpcf7-submit {min-width:150px;} .wpcf7 .wpcf7-submit.wider {width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid {border-color:#ff9a92;}
.wpcf7 .wpcf7-list-item {box-sizing: border-box; display: inline-block; margin-left: 0; padding-right: 10px; width: 100%;}
.wpcf7 .wpcf7-form-control-wrap.interested {display: inline-block; width: 60%;}
.wpcf7 .wpcf7-not-valid-tip {font-size: 12px;color: #ef382b;margin-top: 2px;padding: 0;position: absolute;top: -5px;right: 5px;display: inline-block;}
.wpcf7 .wpcf7-form-control-wrap.ishuman .wpcf7-not-valid-tip {display:none;}
.wpcf7 .wpcf7-not-valid-tip  { }
.banner-wgs .wpcf7 .ishuman .wpcf7-not-valid-tip {width:180px; top:35px; right:auto; left:0; display:none;}
.wpcf7-not-valid-tip span {display: none;}
.wpcf7 .wpcf7-response-output {background:#fff; font-size:13px; line-height:17px; margin:12px auto 8px; text-align:center; padding:10px 15px 11px; border:2px solid #747474 !important; border-radius:5px; color:#000; font-family:"Roboto", sans-serif; max-width:1180px; box-sizing:border-box;}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {border-color:#ff3300 !important;}
.wpcf7 img.ajax-loader { display:none;} .wpcf7 .wpcf7-form-control-wrap.ishuman {display:inline-block !important; width:auto !important;} 
.wpcf7 .wpcf7-form-control-wrap .wpcf7-captchar {width:120px !important; height:38px;}
.wpcf7 img.wpcf7-captchac { background:#fff; width:72px !important; height:24px !important;margin-top:0; border:1px solid #ccc; padding:6px 8px 6px; margin-right:10px; border-radius:0px;} .wgs-side {margin-bottom:30px;} .wgs-side:last-child {margin-bottom:0px;}
.wgs-side h3 {font-size:20px; padding-bottom:12px; font-weight:700; text-transform:uppercase; color:#484848;} 
.wgs-side h4 {font-size:16px; padding-bottom:12px; font-weight:700;}
.wgs-side p {padding:0 0 12px;} .wgs-side img {max-width:100%; height:auto;} 
.wgs-side a {color:#000; text-decoration:none;} .wgs-side a:hover {color:#666;}
.wgs-side ul {list-style:none; margin:0; padding:0;} .wgs-side ul ul {margin-top:4px;}
.wgs-side li {padding:12px 0 14px; border-bottom:1px solid #e8e8e8;} .wgs-side li:last-child {border-bottom:0 none;}
.wgs-side li li {border-bottom:0 none; padding:4px 0 4px;} .widget_search form {overflow:hidden; margin-bottom:0; position:relative;} .wgs-side.widget_search .widget-content {padding:0;}
.widget_search input.field {background:#fff; color:#979797; font-size:13px; line-height:19px; height:52px; border:1px solid #e8e8e8 !important; border-radius:0; margin:0; padding:8px 60px 10px 10px; width:100%;} .widget_search input.field:focus {border-color:#c9c9c9 !important;}
.widget_search .submit {background:#fff; color:#6f6f6f; width:56px; padding:0; border:0; border-left:1px solid #e8e8e8 !important; border-radius:0; cursor:pointer; overflow:hidden; position:absolute; top:1px; bottom:1px; right:1px; margin:0;} 
.widget_search .submit:hover {background:#fff; border:0; color:#212121;} .widget_search .submit span {display:none;} .wrap {background:#fff; max-width:1400px; margin:0 auto; float:none;} .wrapper {padding:55px 0 60px;}  .wrapper.wider-page {padding:0;}
.icontent {padding:0;} .rightside {float:right;} .leftside {float:left;} 
.right-sidebar.alter-sidebar .rightside, .left-sidebar.alter-sidebar .icontent {float:left;} 
.left-sidebar.alter-sidebar .leftside, .right-sidebar.alter-sidebar .icontent {float:right;}
.iblog.right-sidebar .content-indent {padding-right:20px;} .wpcf7 p, .wpcf7 .one-half p, .wpcf7 .col-full p, .wpcf7 .wider-field p, .wpcf7 .wd p {padding-bottom:10px !important;} 
.sidebar span.wpcf7-form-control-wrap, .wd span.wpcf7-form-control-wrap {display:block; margin-bottom:5px;} 
.sidebar .wpcf7 p > strong, .wpcf7 .wd p > strong {width:auto; display:block;}
.sidebar input, .sidebar select, .sidebar textarea, .wd input, .wd select, .wd textarea {width:100%;} 
.sidebar input[type=radio], .sidebar input[type=checkbox], .wd input[type=radio], .wd input[type=checkbox] {width:auto;} .container-section {padding: 60px 0 65px;} .container-section.iparallax {padding:60px 0 50px;} .container-section.iparallax-style1 {padding:65px 0 70px;}
.container-section.iparallax {background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed;text-shadow: 0px 0px 6px #000} 
.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-grey-dark {background-color:#ececec;} .section-grey {background-color:#f4f0f4;}
.section-blue {background-color:#22a7f0; color:#fff;} 
.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, .section-light .content .heading,
.section-light .content .heading.heading-block, .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;}
.container-section.has-bg {position:relative; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;} 
.container-section.has-bg .wrap-section {z-index:1;} 
.container-section .bg-overlay {position:absolute; z-index:0; background:rgba(0,0,0,.75); left:0; right:0; top:0; bottom:0;}
.iparallax {position:relative;} .iparallax .wrap-section {z-index:1;} .section-simple.iparallax .parallax-overlay {display:none;}
.section-custom.iparallax .parallax-overlay {position:absolute; z-index:0; background:#3e2116; left:0; right:0; top:0; bottom:0;opacity: 0.5;} 
.section-other-page.iparallax .parallax-overlay{position:absolute; z-index:0; background:#000; left:0; right:0; top:0; bottom:0;opacity: 0.5;} 
.iparallax .parallax-overlay > span {display:none;}
.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 {right:50%; background-position:100% 50%;} 
.iparallax .parallax-overlay.overlay-style2 {left:50%; background-position:0 50%;}
.iparallax-style1 .column.last .content, .iparallax-style2 .column.last .content {padding:0 0 0 50px;} 
.iparallax-style2 .column.first .content, .iparallax-style1 .column.first .content {padding:0 50px 0 0;} .iblog .heading-title {font-size:30px; color:#999; padding:0; margin-bottom:25px; text-align:center;}
.iblog .ep {margin-bottom:30px; border-bottom:1px solid #e8e8e8;} .iblog .ep.first {clear:left;} .iblog .ep .entry-content {margin-bottom:10px;}
.iblog .ep h1.heading, .iblog .ep h2.heading, .iblog .ep .heading {font-size:24px; color:#333; padding-bottom:12px; font-weight:700;}
.iblog .ep .heading a {color:#005c8e; text-decoration:none;} .iblog .ep .heading a:hover {color:#747474;}
.iblog .ep .thumbs {float:left; width:320px; margin-bottom:0; position:relative;} 
.iblog .ep .thumbs img {width:100%; height:auto; max-width:100%; display:block; margin:0;} 
.iblog .ep .thumbs+.post-content {overflow:hidden; padding-left:35px;}
.iblog .ep .over {display:block; opacity:0; position:absolute; top:0; left:0; right:0; bottom:0; transition:all 300ms; -ms-transition:all 400ms;} 
.iblog .ep .over::after {content:""; background:#000; height:100%; width:100%; display:block; text-align:center; opacity:0.4;}
.iblog .ep .over em {margin:-25px 0 0 -25px; border-radius:50%; height:50px; width:50px; line-height:50px; font-size:15px; transition:all 300ms; -ms-transition:all 300ms; border:1px solid #fff; color:#fff; position:absolute; left:50%; top:50%; z-index:2; text-align:center;} 
.iblog .ep .over em:hover {color:#ccc; border-color:#ccc;} .iblog .ep .thumbs:hover .over {opacity:1;}
.iblog .ep .entry-more {margin-top:15px;} .iblog .ep .entry-more a {background:#484848; padding:5px 12px 6px; margin:0; border:0 none; color:#fff; font-size:12px; line-height:24px; font-weight:700;} .iblog .ep .entry-more a:hover {color:#fff; background:#005c8e;}
.iblog .ep .post-meta {font-weight:800; color:#484848; margin:8px 0 4px; font-size:14px; line-height:18px; text-transform:uppercase;}
.iblog .ep .heading+.post-meta {margin-top:-5px; margin-bottom:15px;}
.iblog .ep.esingle .post-title .heading {font-size:28px; color:#005c8e; font-weight:bold;} 
.iblog .ep.eloop {padding:0 0 30px; background:#fff;} .icontent {font-size:16px; line-height:1.6; font-weight:400;} 
.icontent h1.heading, .icontent h2.heading, .icontent h3.heading {font-size:30px;}
.icontent .heading a {color:#22a7f0; text-decoration:none; transition:color 350ms;} 
.icontent .heading a:hover {color:#0e8cd1; text-decoration:none;}
.icontent .heading.heading-large {font-size:60px; font-weight:normal; padding-bottom:25px;}
.icontent h1{font-size: 30px;padding-bottom:30px; line-height: 1.3; color: #6c5b50; font-weight:700;font-family: 'Roboto', sans-serif; text-transform: uppercase; }
.icontent h2 {font-size:28px; padding-bottom:0px; line-height: 1.3; font-weight:700; color:#333333;text-transform: uppercase;font-family: 'Roboto Condensed', sans-serif;}
.icontent .section-experience h2 {font-size:28px;line-height: 1.3; padding-bottom:20px; font-weight:700; color:#474747; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase;}
.ec-second-part:before{
}
.section-experience:before{width: 50%;background: #eee9e7;right: 0;top: 0;bottom: 0;position: absolute;display: block;content: "";height: 100%;}
.section-experience{position: relative;}
.ec-second-part .content {padding-left: 50px;} .ec-colors .content {padding-right:30px;}
.icontent h3 {font-size:20px; padding-bottom:12px; font-weight:700; color:#6c5b50;}
.icontent h4 {font-size:18px; padding-bottom:12px; font-weight:400; color:#484848;}
.icontent h5 {font-size:16px; padding-bottom:10px; padding-top:15px; font-weight:700; color:#005c8e; text-transform:uppercase;}
.icontent h6 {font-size:16px; padding-bottom:10px; font-weight:700;}
.icontent h1+h3, .icontent h3+h3 {margin-top:-8px; font-size:22px;} 
.icontent h3+h5 {font-weight:400; font-size:15px; margin-top:-8px;}
.icontent h1:last-child, .icontent h2:last-child, .icontent h3:last-child, .icontent h4:last-child, 
.icontent h5:last-child, .icontent h6:last-child {padding-bottom:0; margin-bottom:0;}
.icontent p {font-size: 18px; font-family: 'Roboto', sans-serif;line-height: 30px;}
.icontent .section-experience p {color: #737373; font-size: 18px; font-family: 'Roboto', sans-serif;line-height: 30px;}
.icontent table {margin:0 0 12px;} .icontent td, .icontent th {padding:4px 10px 6px 0px;}
.icontent td, .icontent td p {font-size:14px; line-height:22px;}
.icontent td p {padding:0; margin:6px 0;} .icontent td {vertical-align:top;}
.icontent strong, .icontent b {font-weight:700;} .icontent .column {word-wrap: break-word;}
.icontent .econtent .column.two-third:first-child .content {padding-right:60px;}
.icontent hr {border:none; border-bottom:1px solid #dbdbdb; clear:both; padding-top:30px; margin-bottom:45px;}
.icontent .divider { border-bottom:1px solid #dbdbdb; clear:both; margin:30px 0 25px; } .icontent .divider:last-child {margin-bottom:0;}
.icontent .line {clear:both; line-height:0; margin:25px 0 20px;}  .icontent .line+h3, .icontent .line+h1 {padding-top:0px;} 
.icontent .line:first-child {margin-top:5px;} .icontent .line:last-child {margin-bottom:0;}
.icontent .line.line-center {text-align:center;} .icontent .line.line-left {text-align:left;} .icontent .line.line-right {text-align:right;}
.icontent .line i {background:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/line-bg.png) no-repeat 50% 50% /37px auto; display:inline-block; height:8px;} 
.icontent .line-size-small i {width:37px;} .icontent .line-size-large i {width:37px;}
.icontent .gap {display:block; clear:both; overflow:hidden;} 
.icontent .gap-size-10, .icontent .gap-size-small, .icontent .gap-size-s {height:15px;} 
.icontent .gap-size-20, .icontent .gap-size-medium, .icontent .gap-size-m {height:45px;} 
.icontent .gap-size-30, .icontent .gap-size-large, .icontent .gap-size-l {height:30px;}
.icontent .gap-size-40 {height:40px;} .icontent .gap-size-50 {height:50px;}
.icontent blockquote {margin:0 0 15px; padding:6px 0 10px 25px; font-size:14px; line-height:24px; font-style:normal; color:#4e4e4e; overflow:hidden; border-left:3px solid #aeaead;} 
.icontent blockquote p {padding:0 0 8px; font-size:14px; line-height:24px; font-style:italic;} 
.icontent blockquote+h5 {margin-top:-15px; font-style:italic; text-align:right; font-size:16px; margin-bottom:12px; color:#222;}
.icontent .quote {margin:35px 0 25px; display:table; width:100%;} 
.icontent .quote .block {font-size:30px; line-height:40px; font-weight:500; margin:30px auto 35px; max-width:680px; padding:0 65px; position:relative;}
.icontent .quote .quote-by {position:relative; padding-top:20px; margin-top:15px;}
.icontent .quote .quote-by h4 {font-size:15px; line-height:normal; padding:0 0 5px;} .quote .quote-by p {font-size:13px; line-height:normal;}
.icontent .entry > ol {list-style:decimal; margin:-4px 0 12px; padding:0; padding-left:20px;}
.icontent .entry > ol > ol {margin:0px; padding-left:20px}
.icontent .entry > ol > li {line-height:21px; padding:0 5px 5px; font-size:14px; line-height:19px;}
.icontent .entry > ul {list-style:none;}
.icontent .entry > ul > ul {margin:0px; padding-top:6px; list-style:none;} 
.icontent .entry h5+ul, .icontent .entry h4+ul {margin-top:-5px;}
.icontent .entry > ul:last-child, .icontent .content > ul:last-child {margin-bottom:0;}
.icontent .article.not-found.error404 {padding:45px 0; text-align:center;}
.icontent .article.not-found.error404 .heading {font-size:60px; line-height:60px; text-transform:uppercase; letter-spacing:-1px;}
.icontent .article.not-found.error404 .heading strong {line-height: 52px; font-size: 78px;}
.icontent .article.not-found.no-post .heading {font-size:24px; line-height:32px;}
.icontent .article.not-found input.field {width:260px; margin-bottom:5px;}
.icontent img {max-width:100%; height:auto;} 
img.alignright {float:right; margin:0px 0 10px 20px; clear:right;}
img.alignleft {float:left; margin:0px 20px 10px 0; clear:left;}
img.alignalone {margin:5px auto 12px;} img.alignnone {margin:5px 10px 10px 0px;} 
img.aligncenter {margin:12px auto 15px; display:block;}
img.alignright, img.alignleft, img.alignnone, img.aligncenter { border-radius:0px;}
img.border {background:#d2d2d2; padding:4px;}
.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;}
.videobox {position:relative; margin:0 auto 15px; max-width:800px; width:100%; height:0; padding-top:60%;} 
.videobox iframe {position:absolute; top:0; left:0; width:100%; height:100%;} .videobox:last-child {margin-bottom:0;}
.ec-vm.column {height:525px;} .ec-vm .content {vertical-align:middle; height:100%; width:100%; display:table; padding-top:10px; box-sizing:border-box;} 
.ec-vm .content p {display:table-cell; vertical-align:middle; width:100%;} .ec-mgb {margin-bottom:20px !important;}
a.download-button {color:#3d484e; display:inline-block; text-decoration:none;} 
a.download-button:hover {color:#005c8e;} p+.download-button {margin-top:-18px; margin-bottom:10px;}
a.download-button.icon-pdf {background-repeat:no-repeat; background-position:2px 50%; background-size:58px auto; padding:18px 10px 18px 70px;}
a.post-edit-link {background:#c01b1b; color:#fff; font-size:9px; text-decoration:none; text-transform:uppercase; padding:3px 6px; line-height:14px;}
a.post-edit-link:hover {background:#c01b1b; color:#fff;} .comment-respond {border-top:1px dotted #cccccc; padding-top:25px; margin-top:10px;} .comment-respond .pagi {margin-top:25px;}
.comment-respond label {display:block; width:100%;} .comment-respond textarea, .comment-respond input, .comment-respond select {width:100%;} 
.comment-respond input[type=radio], .comment-respond input[type=checkbox], .comment-respond input[type=submit],.comment-respond input[type=reset]{width:auto;}
.irespond h3.title, .icomments h3.title {font-size:20px; font-weight:700; line-height:24px; color:#333; padding-bottom:15px;} 
.irespond input[type=submit] {background:#000000; color:#fff; border-color:#000000; padding:10px 25px 11px;}
.irespond input[type=submit]:hover {background:#666; color:#fff; border-color:#666; }
.irespond input[type=text], .irespond input[type=email] {width:100%;} .irespond textarea, .comment-respond textarea {height:120px;}
.commentlist {list-style:none; padding:0; margin:0 0 5px; font-size:13px; line-height:19px;} 
.commentlist .comment-meta {padding-bottom:8px;} .commentlist .comment-author {font-weight:500;} 
.commentlist .comment-meta a {color:#999; text-decoration:none;} .commentlist .comment-meta a:hover {color:#333;}
.commentlist ol, .commentlist ul {margin:15px 0 0 35px; list-style:none;} .commentlist li {padding:12px 0 15px; border-bottom:1px solid #e7e6e6;} 
.commentlist li li { padding:15px 0 12px; border-top:1px solid #e7e6e6; border-bottom:0 none;}
.commentlist li:last-child {border-bottom:0 none; padding-bottom:5px;} .commentlist li:last-child {padding-top:0;}
.commentlist .reply {margin-top:-6px;} .commentlist .reply a {color:#717171; background:#ddd; padding:4px 10px 3px; display:inline-block; font-size:11px; line-height:16px; text-decoration:none;} .commentlist .reply a:hover {color:#000; background:#eee;} body #twttrHubFrameSecure,  body #twttrHubFrame, body #fb-root {display:none !important;} .pagi, .wp-pagenavi {margin:15px 0; padding:0; text-align:center; display:table; width:100%; font-weight:700;} 
.pagi ul.page-numbers {display:inline; margin:0; padding:0;} .pagi ul.page-numbers li {display:inline; background:none;}
.pagi .total-page, .wp-pagenavi .pages {line-height:30px; padding:8px 12px; color:#999; font-weight:700; display:inline-block; border:0 none;}
.pagi ul.page-numbers a.page-numbers, .pagi ul.page-numbers span.page-numbers, .wp-pagenavi a.page, 
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, 
.wp-pagenavi a.first, .wp-pagenavi a.last {display:inline-block; padding:5px; margin:0 3px 3px; border:0 none; background:#005c8e; color:#fff; text-decoration:none; border-radius:1px; height:34px; width:34px; line-height:34px; font-size:16px; transition:all 300ms;} .wp-pagenavi a.first, .wp-pagenavi a.last {font-size:12px;}
.pagi ul.page-numbers .page-numbers.current, .wp-pagenavi span.current {color:#fff; background:#484848;}
.pagi ul.page-numbers a.page-numbers:hover, .wp-pagenavi a.page:hover, .wp-pagenavi a.nextpostslink:hover, 
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover {background:#484848; color:#fff;}
.pagi ul.page-numbers a.next, .pagi ul.page-numbers a.prev, .wp-pagenavi a.nextpostslink, 
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.last, .wp-pagenavi a.first { background:#005c8e;}
.pagi .inext {float:right;} .pagi .iprev {float:left;}
.pagi .inext a, .pagi .iprev a {display:inline-block; padding:7px 15px 8px; background-color:#005c8e; color:#fff; margin:0 0 5px; text-decoration:none; font-weight:700; font-size:15px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -moz-transition:all 300ms; -webkit-transition:all 300ms; transition:all 300ms;} .pagi .inext a:hover, .pagi .iprev a:hover {background-color:#484848; color:#fff;}
.bg-bottom{background: #6c5b50;}
.icontent ul li{font-size: 18px;font-family: 'Roboto', sans-serif;text-transform: capitalize;}
.icontent ul li:before{   content: "\f00c";font-family: FontAwesome;position: absolute;left: -25px;top: 0;}
.icontent ul {list-style: none}
.icontent ul li{position: relative;}
.icontent .ec-custom p{font-size: 15px;font-family:'Roboto', sans-serif; }
.icontent .ec-custom ul{ margin-bottom: 0;}
.back-to {position: fixed;right: 10px;bottom: 10px;margin-top: 10px;z-index: 99;display: none;}
.back-to .scroll-top:hover{background: #2e835c;}
.back-to .scroll-top {width: 32px;height: 32px;line-height: 30px;color: #fff;font-size: 12px;display: block;text-align: center; background: #236b4a;border-radius: 3px;transition: color 300ms, background-color 350ms;}
.section-apply .ec-customc ul li {position: relative;}.button-wrap{display: inline-block;}
.section-apply .ec-customc ul li:before  {content: "\f1c1";font-family: FontAwesome;position: absolute;left: -25px;top: 0;} @media (min-width: 2000px){ .bottom .bottom-l {background-size:cover;}.ibanner .ov.ps-cx .cpn {max-width:980px;}.ibanner .cpn {font-size:24px;} }
@media (min-width: 1600px){ }
@media (max-width: 1280px){
.site-top a {font-size: 14px;margin-left: 4px;}
.site-top .socials, .site-top .phones, .site-top .buttons {margin-left: 10px;}
.site-top .buttons { margin-left: 10px;}
.site-logo { width: 445px; padding: 12px 0 30px;}
.ibanner .cpn {top: 0;}
.inav ul li a {font-size:13px; padding:11px 9px 12px;}
.inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {margin-top:0;}
.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a, 
.inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:12px; padding:8px 12px;}
.site-header {padding:12px 0;}
.site-top a.button {padding:8px 20px 9px;} .site-top .socials {margin-top:0;}
.site-top .buttons a.btn-trans {font-size:14px;}
.featured .wgs .wg-title {font-size:20px;} 
.footer-wgs .text-2 .wg-title {font-size:18px; line-height:1.5;}
.banner-wgs .wpcf7 p.wd.hf {width:48%; display:inline-block; float:left;}
.banner-wgs .wpcf7 p.wd.hf.wdr {float:right;}
.call-action h3, .call-action h4, .call-action h2 {font-size:18px;}
.wrapper, .container-section {padding:40px 0 45px;}
.owl-nav .owl-prev {left:-15px;} .owl-nav .owl-next {right:-15px;}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {width:36px; height:36px; margin-top:-18px;}
.flex-direction-nav a.flex-next {right:5px;} .flex-direction-nav a.flex-prev {left:5px;}
.ibanner .ov.ps-lx .cpn, .ibanner .ov.ps-rx .cpn {} 
.ibanner .cpn p {font-size: 40px;}
.ibanner .ov.ps-lx.tp-fw .cpn {margin-left:10px;} .ibanner .ov.ps-rx.tp-fw .cpn {margin-right:10px;}
.ibanner .cpn {font-size:12px; padding:20px 25px 15px;} 
.ibanner .cpn a.button {font-size:16px; }
.icontent .section-lpadding h1 {font-size: 40px;}.icontent .section-lpadding p {font-size: 25px;}
.icontent .section-mission p {font-size: 22px;}
.icontent .section-cta-contact .call-action .cta-text {font-size: 27px;}
.icontent .section-cta-contact .call-action a.button {padding: 12px 35px;font-size: 16px;}.icontent .section-translate h1 {font-size: 30px;}
.icontent .section-serving h2 {font-size: 30px;}.icontent .section-service h2 {font-size: 30px;}
.footer-wgs .wg-title {font-size: 17px;}.copyright-top ul li {padding: 0 8px 0 2px;}.footer-wgs .csbox-3 p:last-child {background: url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/pdf-icon.png) no-repeat 130px 0%;}
.bottom .call-action h2 {font-size: 24px;}
.bottom .call-action a.button {padding: 12px 35px;font-size: 16px;}
.icontent .section-translate h1 {padding-bottom: 5%;}
.iblog .ep .thumbs {width:280px;} .iblog .ep .thumbs + .post-content {padding-left:25px;}
.iblog .blog-posts .ep .post-meta {margin-top:0;} .iblog .blog-posts .ep {font-size:.9em;} .iblog .blog-posts .ep h2.heading {font-size:16px;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea {width:270px;}
.bg-wrapper { margin-top: 0px;z-index: 0;}
.container-section.iparallax {background-position:50% 50% !important;}
.ibanner .ov.ps-vm {top: 50%;-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);transform: translate(0, -50%);}
}
@media (max-width:979px) {
.site-top {padding: 8px 10px; box-sizing:border-box;}.site-logo {padding: 0px 0 0;}.site-top a {font-size: 16px;}.site-top i {font-size: 20px;}
.inav ul li a {font-size: 12px;}
.inav ul, .inav ul.menu {float: none;}
.inav {text-align: center;}
.wrapper, .container-section, .iblog.iblog-page {padding:25px 0px 30px;} .wrapper.archive-page {padding:25px 0 15px;}
.icontent, body {font-size:14px;}
.icontent h1.heading, .icontent h2.heading, .icontent h3.heading, .icontent h1, .icontent h2 {font-size:18px; padding-bottom:12px;}
.icontent h3, .wgs-side h3, .icontent h1 + h3 {font-size:18px;} 
.icontent h4, .icontent h5 {font-size:16px;}
.icontent .gap-size-30, .icontent .gap-size-large, .icontent .gap-size-l {height:20px;}
.icontent .gap-size-40, .icontent .gap-size-50 {font-size:30px;}
.icontent .econtent .column.two-third:first-child .content {padding-right:25px;}
.iblog.right-sidebar .content-indent {padding-right:0;} 	
.iblog .ep h1.heading, .iblog .ep h2.heading, .iblog .ep .heading {font-size:18px; line-height:22px;}
.iblog .ep.esingle .post-title .heading {font-size:22px; line-height:28px;} .iblog .ep .thumbs {width:200px;} .header-sticky {display:none !important;}
.featured .wgs {width:31%;} .featured .wgs .wg-title {font-size:18px;}
.iboxs {margin-bottom: 10%;}
.banner-wgs {position:static; padding:10px 0; transform:translate(0,0);} .banner-wgs .wgs-banner {float:none; margin:0 auto; max-width:100%; padding:10px 0;}
.banner-wgs .wpcf7 .wpcf7-text, .banner-wgs .wpcf7 .wpcf7-textarea, .banner-wgs .wpcf7 select {padding:6px 12px;}
.banner-wgs .wpcf7 .wpcf7-textarea {height:75px;} .banner-wgs .wpcf7 p.wd.hf {width:100%; display:block; float:none;}
.inav ul li a {font-size:11px; padding:10px 6px;}
.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a, 
.inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:12px; padding:9px 10px;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea, select {padding:12px 15px;}
.wpcf7 .wpcf7-form-control-wrap.interested {width:90%;} .wpcf7 p > strong {display:block; padding-top:0; padding-bottom:2px;}
.ibanner .cpn p {font-size: 26px;}
.ibanner .cpn {font-size:10px; padding:15px 18px 10px;}
.ibanner .cpn a.button {padding: 10px 27px;font-size: 16px;}
.ibanner .ebanner.has-bg {height:215px;} .ibanner .page-title.ov-no {padding:60px 0 50px;} .ibanner .breadcumb {font-size:12px;}
.ibanner .page-title .title {font-size:24px;}  .ibanner .page-title .title-sub {font-size:16px;}
.icontent .section-lpadding h1 {font-size: 26px;}
.icontent .section-lpadding p {font-size: 18px;line-height: 30px;}
.icontent .section-mission p {font-size: 20px;line-height: 30px;}.icontent .section-mission h1 {font-size: 26px;}
.icontent .section-cta-contact .call-action .cta-text {font-size: 20px;padding-right: 180px;}
.icontent .section-cta-contact .call-action a.button {padding: 8px 20px;font-size: 14px;}
.icontent .section-translate h1 {font-size: 24px;}
.icontent .section-translate h1 {font-size: 24px;padding-bottom: 20px;}
.section-translate {padding: 40px 0 !important;}
.icontent .section-translate h3 {font-size: 24px;}.icontent .section-translate p {font-size: 16px;}
.icontent .section-serving h2 {font-size: 24px;}.icontent .section-service h2 {font-size: 24px;}
.icontent .section-quotess h2 {font-size: 24px;}.icontent .section-quotess p {font-size: 16px;}
.icontent .section-quotess a.button, a.btn {font-size: 16px;padding: 10px 40px;}
.section-languages h2 {font-size: 24px;}.call-action a.button {padding: 8px 20px;font-size: 14px;}
.bottom .call-action h2 {font-size: 18px;}
.bottom .call-action .cta-text {padding-right: 170px;}
.footer-wgs .nav_menu-2{width: 31%;margin-right: 1%;}
.footer-wgs .nav_menu-3{width: 31%;margin-right: 1%;}
.footer-wgs .csbox-3{width: 30%;}
.footer-wgs .csbox-4{width: 100%;}
.icontent .section-experience h2 {font-size: 20px;}
.icontent .section-experience p {font-size: 16px;}
.call-action .cta-text h1 {font-size: 26px;}
.call-action a.button {padding: 8px 10px;font-size: 16px;min-width: 160px;}
.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, .section-light .content .heading, .section-light .content .heading.heading-block, .section-light .wpcf7 .wpcf7-not-valid-tip {font-size: 20px;}
.icontent p {font-size: 16px;}
.icontent h1.heading, .icontent h2.heading, .icontent h3.heading, .icontent h1, .icontent h2 {font-size: 20px;}
.bg-wrapper {text-align: center;}
.featured .wgs {float: none;display: inline-block;}
.featured .wgs {float: none;}
.site-top .socials, .site-top .phones, .site-top .buttons {display: inline-block;}
}
@media (min-width: 768px) and (max-width: 979px) {	
.iblog.right-sidebar .content-indent {padding-right:10px;} 
.site-logo {width: 325px; margin:6px 0 10px;text-align:center;padding-bottom: 20px;}
.site-top a {font-size: 14px;}.site-top {padding: 0px 2px 5px;}
.site-top a.button {padding: 6px 12px 7px;}.inav ul, .inav ul.menu {margin-top: 0;}
.inav ul li a {font-size: 13px;padding: 6px 4px;}
.site-top i {font-size: 18px;}.inav ul, .inav ul.menu {float: left;}
.footer-info {padding: 25px 0px;}
.ibanner .cpn h1, .ibanner .cpn h2, .ibanner .cpn .title h3 {font-size: 24px;}
.ibanner .cpn h3, .ibanner .cpn h4 {font-size: 20px;}
.ibanner .cpn {top: 10px;}.call-action .cta-action {top: 33%;transform: translateY(33%)}
.numbers {float: none;}.button-wrap{padding-top: 10px}.button-wrap {float: right;}
} @media (max-width:767px) {
.menu-toggle {position:relative; display:block; font-size:24px; padding:8px 10px 6px; transition:all 300ms; z-index:999; line-height:24px; height:28px; width:32px; text-align:center; float:right; cursor:pointer; border-radius:0; margin-right:5%; color:#fff; background:#967c6c}
.menu-toggle span {font-size:13px; top:0; line-height:44px; vertical-align:middle; position:absolute; right:60px; color:#fff; text-transform:uppercase;}  
.menu-toggle.show {color:#fff; background:#ac7d5e;} .menu-toggle .fa-close, .menu-toggle.show .fa-bars {display:none;} .menu-toggle.show .fa-close {display:block;}
.inav > .main {width:100%; max-width:100%;} 
.inav {position:relative; background:#6c5b50; width: 100%;float: left;}
.inav ul.menu {clear:both; border:0 none; margin:0; position:absolute; top:42px; right:0; left:0; z-index:999; padding:0; background:#067ec0; display:none; transition:right 300ms;}
.inav ul.menu li {float:left; margin:0; padding:0; width:100%; background:none; border-bottom:0; border-left:0;} 
.inav ul.menu > li {border-bottom:1px solid #ac7d5e; background: #967c6c;}
.inav ul.menu li a {display:block; color:#fff !important; border:0 none !important; background:none !important; padding:10px 35px 10px 20px; line-height:20px; font-size:15px; text-align:right; font-weight:700;}
.inav ul.menu li li a {color:#fff !important; font-size:14px !important; font-weight:400 !important;} 
.inav ul.menu li a br, .inav ul.menu > li.menu-item-has-children > a::after {display:none !important;} 
.inav ul.menu li a:hover, .inav ul.menu li ul a:hover, .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;background:#ac7d5e !important;}
.inav ul.menu ul {width:100%;position:static; visibility:visible !important; display:block !important;background:#22a7f0; border:0; padding:0; margin:0; transform:translateX(0); border-radius:0;} .inav ul.menu li:hover ul, .inav ul.menu li.sfHover ul {display:block !important;}
.inav ul.menu ul li {border-top:0; border-left:0; border-right:0; border-bottom:0 none; width:100%;} 
.inav ul.menu ul li a {padding:8px 35px 8px 20px !important; text-align:right;}  
.inav ul li.sfHover ul, .inav ul li:hover ul, .inav ul li.sfHover li.sfHover ul {top:inherit; left:inherit; margin-top:auto;} 
.inav ul.menu li a {text-align: center;}
.inav ul.menu {position: absolute;top: 42px;right: 0px;}
.site-top {float: none;text-align: center;width: 100%;}
.numbers {float: none;display: inline-block;}
.site-top .buttons {float: none;display: inline-block;}
} 
@media (min-width: 768px) { 
.inav ul.menu {display: block !important;} 
}
@media (max-width: 767px) {
body {min-width:320px;} .sidebar {margin-top:25px;} 
.column {margin-bottom:0;} .column+.column {margin-top:15px;}
.column.has-gd+.column.has-gd, .off-grid+.column.has-gd {margin-top:25px;} 
.column:last-child, .column.last {padding-bottom:0; margin-bottom:0;} 
img.alignright, img.alignleft, img.alignnone, img.alignalone, img.aligncenter {max-width:220px;}
.ibanner .cpn h1 hr, .ibanner .cpn h2 br, .ibanner .cpn h3 hr, .ibanner .cpn h4 hr {display:none;}
.ibanner .ov.ps-lx.tp-fw .cpn, .ibanner .ov.ps-rx.tp-fw .cpn {margin-left:0; margin-right:0; width:100%; box-sizing:border-box; background:none;}
.ibanner .cpn h2, .ibanner .cpn .title h3 {border-bottom:0 none; margin-bottom:0;} .ibanner .cpn p {padding-bottom:5px;}
.ibanner .cpn h1, .ibanner .cpn h2, .ibanner .cpn h3, .ibanner .cpn h4, .ibanner .cpn .title h3 {font-size:1.4em; padding-bottom:5px;} 
.site-header {position:relative; padding:10px 0 0;} .site-header > .main {position:static; width:100%; max-width:100%;}
.site-logo {margin:0 auto 10px; max-width:80%; float:none; text-align:center;}
.site-top {float: none;text-align: center;}
.ibanner .cpn p {font-size: 20px;}
.ibanner .cpn .cta {margin: 15px 0 10px;padding: 0;}.quick-nav{display: none;}
.footer {font-size:13px;} .footer-wgs {padding:35px 0 20px;} 
.footer-wgs .wgs {width:50%;} .footer-wgs ul li {padding:0 0 15px 12px;}
.footer-wgs .wgs.text-2 {width:100%;}.footer-wgs .nav_menu-2{width: 48%;}.footer-wgs .nav_menu-3{width: 48%;}
.footer-wgs .csbox-3{width: 52%; float: left;}.footer-wgs .csbox-4{width: 48%; float: right;}.copyright-top ul, ol {padding-left: 0;}
.site-top {float: none;text-align: center;}.site-top {float: none;text-align: center;width: 100%;}.site-top {padding: 0px 10px;}
.site-logo {margin-bottom: 0}.numbers {margin-bottom: 10px;}
.icontent .section-experience h2 {font-size: 18px;}.site-top .buttons { margin-bottom: 10px;}
}
@media (max-width:599px) {
.flex-direction-nav a.flex-next, 
.flex-direction-nav a.flex-prev {top:auto; bottom:5px; margin-top:0; width:24px; height:24px; background-size:11px auto;}
.featured .wgs {width:47%;}
.call-action, .widget-cta {text-align:center;} .call-action .cta-text {padding-right:0;}
.call-action .cta-action {position:static; transform:translate(0,0); margin:15px 0 10px;}
.call-action h3, .call-action h4, .call-action h2 {font-size:16px;}
.ec-list+.ec-list {margin-top:-10px;}
.wpcf7-form-control-wrap {width:100%;} .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea {width:100%;}
.bottom {padding: 0px 0;}.bottom .call-action .cta-text {padding-right: 0;}
.footer-wgs .wgs {margin-bottom: 0;}
.icontent .section-cta-contact .call-action .cta-text {font-size: 20px;padding-right: 0;}
.container-section.section-cta-contact {padding: 20px 0;}
.icontent .section-cta-contact .call-action .cta-action {position: static;}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {bottom: 60px;}
.section-service {padding-top: 10px !important ;}
.footer-wgs ul li {padding: 0 0 10px 12px;}
.footer-wgs .nav_menu-3 { padding-top: 0;}
.section-languages h2 {font-size: 20px;}
.section-languages ul {list-style-type: none;margin-bottom: 0;}
.footer-wgs .nav_menu-2{width: 100%;}.footer-wgs .nav_menu-3{width: 100%;}.footer-wgs .csbox-3{width: 100%; }.footer-wgs .csbox-4{width: 100%; }
.icontent p {padding: 0 0 5px;}.section-translate {padding-top: 10px!important}.icontent .section-lpadding p {font-size: 16px;line-height: 24px;}
.icontent .section-translate h1 {font-size: 20px;padding-bottom: 10px;}.icontent .section-translate h3 {font-size: 20px;}
.section-experience:before{width: 50%;background: #eee9e7;right: 0;top: 0;bottom: 0;position: absolute;display: block;content: "";height: 0;}
.section-experience{position: relative;}
.ec-second-part .content{padding-left: 0} .ec-colors .content {padding-right:0;}
}
@media (max-width:479px) {
.back-to .scroll-top {display: none!important;}
.icontent .section-lpadding p {font-size: 16px;line-height: 24px;}.icontent .section-mission p {font-size: 16px;line-height: 24px;}
.icontent .section-cta-contact .call-action .cta-text {font-size: 18px;padding-right: 0px;}
.icontent .section-cta-contact .call-action .cta-action {position: static;}.call-action .cta-wrap {padding: 0px 0;}
.icontent .section-cta-contact .call-action a.button {padding: 0px 10px;font-size: 11px;}.bottom .call-action .cta-text {padding-right: 0;}
.footer-wgs .nav_menu-3 {padding-top: 20px;}.section-languages ul {margin-bottom: 0;}
.section-languages h2 {font-size: 16px;}.column + .column {margin-top: 0px;}
.footer-wgs .csbox-3 p:last-child {background: url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/pdf-icon.png) no-repeat 130px 0%;}.icontent .section-quotess h2 {font-size: 18px;}
.icontent .section-quotess a.button, a.btn {font-size: 13px;padding: 10px 20px;}.footer-wgs .csbox-3{width: 100%}
.bottom .call-action a.button {padding: 0px 10px;font-size: 11px;}.footer-wgs .wgs {margin-bottom: 0;}
.site-top{position: relative;}.site-top .button-wrap {position: absolute;left: 0;top: 100%;z-index: 999;}
.site-top a.button {padding: 8px 20px 8px;}
.featured .wgs {width: 100%;}
.iboxs {position: relative;width: 200px;margin: 0 auto 15px;}
.icontent h1.heading, .icontent h2.heading, .icontent h3.heading, .icontent h1, .icontent h2 {font-size: 16px;}
.icontent .section-experience h2 {font-size: 14px;}
.icontent .section-experience p {font-size: 14px;line-height: 24px;}
.call-action .cta-text h1 {font-size: 22px;}
.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, .section-light .content .heading, .section-light .content .heading.heading-block, .section-light .wpcf7 .wpcf7-not-valid-tip {font-size: 16px;}
.icontent p {font-size: 14px;line-height: 24px;}
.icontent ul li {font-size: 15px}.ibanner .cpn .cta {margin: 5px 0 10px;}
.icontent ul li::before {top: 0px;font-size: 16px;}
.numbers {float: none;margin-top:0;}
.menu-toggle span {display: none;}
.site-top .contact-btn{margin-left: 7px !important;}
.site-top .socials, .site-top .phones, .site-top .buttons {margin-left: 16px;float: none;display: inline-block;}
img.alignright, img.alignleft, img.alignnone, img.alignalone, img.aligncenter {max-width: 250px;text-align: center;margin: 0 auto; display:block; float:none;}
.ibanner .islider h3 {display: none;}.ibanner .cpn a.button {padding: 5px 15px;font-size: 12px;}
}
@media (max-width:420px) and (orientation: portrait) {
.ibanner .thumbs {width:130%; margin-left:-15%;} .footer-wgs .wgs {width:100%;} .footer-wgs .widget_nav_menu+.widget_nav_menu {margin-top:-20px;}
.featured .wgs .wg-title {font-size:16px;}
.icontent .section-lpadding h1 {font-size: 20px;}
.copyright-top ul {padding-left: 0;}
.ibanner .cpn p {font-size: 16px;}
}@font-face{font-family:'FontAwesome';src:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/css/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/css/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/css/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/css/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align: baseline;}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.mCSB_container{
width:auto;
margin-right:30px;
overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
width:16px;
height:100%;
top:0;
right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
position:absolute;
top:0;
left:0;
bottom:0;
right:0; 
height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
cursor:pointer;
width:100%;
height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
display:block;
position:relative;
height:20px;
overflow:hidden;
margin:0 auto;
cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
top:100%;
margin-top:-40px;
} .mCSB_horizontal>.mCSB_container{
height:auto;
margin-right:0;
margin-bottom:30px;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-right:0;
margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
width:100%;
height:16px;
top:auto;
right:auto;
bottom:0;
left:0;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:2px;
margin:7px 0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
width:30px;
height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
display:block;
position:relative;
width:20px;
height:100%;
overflow:hidden;
margin:0 auto;
cursor:pointer;
float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
margin-left:-40px;
float:right;
}
.mCustomScrollBox{
-ms-touch-action:none; } .mCustomScrollBox>.mCSB_scrollTools{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCustomScrollBox:hover>.mCSB_scrollTools{
opacity:1;
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
background:#cdcdcd; background:rgba(205,205,205,0.5);
filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#ccced8; background:rgba(204,206,216,0.85);
filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(204,206,216,0.95);
filter:"alpha(opacity=95)"; -ms-filter:"alpha(opacity=95)"; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(204,206,216,1);
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
background-image:url(//www.gymnasticsinsurance.com/wp-content/themes/scgym/images/mCSB_buttons.png);
background-repeat:no-repeat;
opacity:0.4;
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_buttonUp{
background-position:0 0; }
.mCSB_scrollTools .mCSB_buttonDown{
background-position:0 -20px; }
.mCSB_scrollTools .mCSB_buttonLeft{
background-position:0 -40px; }
.mCSB_scrollTools .mCSB_buttonRight{
background-position:0 -56px; }
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
opacity:0.9;
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; }  .mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
} .mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-40px -56px;
} .mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-120px -56px;
} .mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-20px -56px;
} .mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-100px -56px;
} .mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#fff; background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
} .mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
} .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1;}
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel.owl-loaded {display: block;} .owl-carousel.owl-loading {opacity: 0; display: block;} .no-js .owl-carousel {display: block;}
.owl-carousel.owl-hidden { opacity: 0;} .owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel .owl-item img {display: block; -webkit-transform-style: preserve-3d; margin:0 auto;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto; -moz-user-select: auto;-ms-user-select: auto; user-select: auto;}
.owl-carousel .owl-grab {cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.owl-carousel.owl-rtl { direction: rtl;} .owl-carousel.owl-rtl .owl-item { float: right;}
.owl-height {-webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out;}