/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,700,300);

@font-face {
    font-family: "IdealSans";
    src: url("../fonts/IdealSans-Light.otf") format("opentype");
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

button {
  border: none;
  color:#E5E5E5;
  padding: 15px 15px;
  font-family: IdealSans;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #8A2432;
  font-size: 16px;
  cursor: pointer;
}

butt
body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

b,
strong,
.strong {
    font-weight: bold
}

dfn,
em,
.em {
    font-style: italic
}

small,
.small {
    font-size: 75%
}

ul,
ol {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.img-border {
    border: 1px solid #CCC;
    padding: 5px
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

span.amp {
    font-family: Arial, serif !important;
    font-style: italic
}

.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
    display: none !important
}

#wprmenu_menu ul li a,
#wprmenu_menu ul li a:hover {
    text-transform: uppercase;
}

@media only screen and (max-width:480px) {
    .mobile-only {
        display: block !important
    }

    tr.mobile-only {
        display: table-row !important
    }

    th.mobile-only,
    td.mobile-only {
        display: table-cell !important
    }

    .widget > .textwidget {
        display: block !important;
        text-align: center;
    }

    #widget-heading {
        margin-left: 0 !important;
    }

    .widget .widget-image {
        width: 100% !important;
    }

    .banner-content {
        right: 0 !important;
        bottom: 0 !important;
    }

    .banner-content > .first {
        font-size: 32px !important;
    }

    .banner-content > .second {
        font-size: 18px !important;
    }

    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        font-size: 8px;
    }
}

.mobile-hide {
    display: block !important
}

tr.mobile-hide {
    display: table-row !important
}

th.mobile-hide,
td.mobile-hide {
    display: table-cell !important
}

@media only screen and (max-width:480px) {

    .mobile-hide,
    tr.mobile-hide,
    th.mobile-hide,
    td.mobile-hide {
        display: none !important
    }

    .tablet-only,
    tr.tablet-only,
    th.tablet-only,
    td.tablet-only {
        display: none !important
    }

    #main-callout {
        background-color: #213e5f;
        height: 70px;
        margin-bottom: 2em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 16px;
        padding-top: 42px;
    }

    .callus {
        height: 100px;
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    #inner-header .logo.col-xs-6,
    .col-xs-6 {
        width: 100% !important;
    }

    .button.headerLogin {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
        background-color: #213e5f;
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        text-decoration: none !important;
    }

    .button.headerLogin:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #213e5f;
    }

    #widget-header {
        background-color: #213e5f;
        height: 54px;
        color: #ffffff;
        width: 100%;
    }

    .widget-headertext {
        line-height: 54px;
        height: 54px;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        width: 100%;
    }

    img.homepage-column {
        width: 100% !important;
        height: 100% !important;
    }

    img.homepage-image {
        width: 100% !important;
    }

    .three-column.col-md-4 {
        position: relative !important;
        min-height: 1px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 136px;
        margin-top: 2em;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 26px;
        padding-top: 40px;
    }

    input#gform_submit_button_3 {
        width: 100% !important;
    }

    input#gform_submit_button_1 {
        width: 100% !important;
    }

    input#gform_submit_button_2 {
        width: 100% !important;
    }

    input#gform_submit_button_4 {
        width: 100% !important;
    }

    textarea,
    input[type=text],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=password] {
        width: 100%;
    }

    #colophon {
        clear: both;
        background-color: #002a4a;
        color: #ffffff;
        font-size: 12px;
        padding: 1em 0 1em;
    }

    .col-xs-6.col-md-4 {
        width: 100%;
    }

    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: bold;
        color: #213e5f;
    }

    ul.practices {
        list-style-type: none !important;
        margin: 0em !important;
        border: 2px solid #F0F0F6;
    }

    .p-header {
        background-color: #213e5f !important;
        height: 65px !important;
        padding: 8px 30px !important;
        color: #ffffff !important;
        font-size: 16px !important;
    }

}

/*____________________________________________

iPhone 5 Style Section *Begins*
____________________________________________*/
@media only screen and (max-width:320px) {
    .banner-wrap {
        height: 100% !important;
    }

    h1,
    .h1 {
        font-size: 2em !important;
        margin: 0.67em 0 !important;
    }

    #content {
        margin: 0em 0 !important;
    }

    #main-callout {
        background-color: #213e5f;
        height: 65px;
        margin-bottom: 2em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 17px;
        padding-top: 20px;
    }

    #phone-number {
        font-size: 24px;
        height: 100px;
        float: right;
        color: #981a31;
        margin-right: 2px;
        line-height: 110px;

    }

    .callus {
        height: 100px;
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    .logo.col-xs-6 {
        width: 100% !important;
        margin-bottom: 5%;
    }

    #widget-header {
        background-color: #213e5f;
        height: 54px;
        color: #ffffff;
        width: 100%;
    }

    .widget-headertext {
        line-height: 54px;
        height: 54px;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        width: 100%;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 15px;
        width: 350px;
    }

    img.homepage-column {
        width: 100% !important;
        height: 100% !important;
    }

    img.homepage-image {
        width: 100% !important;
        height: 100% !important;
    }

    .three-column.col-md-4 {
        position: relative !important;
        min-height: 1px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 115px;
        margin-top: 2em;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 26px;
        padding-top: 30px;
    }

    input#gform_submit_button_1 {
        width: 260px !important;
    }

    #colophon {
        clear: both;
        background-color: #002a4a;
        color: #ffffff;
        font-size: 12px;
        padding: 1em 0 1em;
    }

    ul#menu-footer-menu {
        display: none;
    }

    .col-xs-6.col-md-4 {
        width: 100%;
    }

    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        color: #213e5f;
    }

    ul.practices {
        list-style-type: none !important;
        margin: 0em !important;
        border: 2px solid #F0F0F6;
    }

    .p-header {
        background-color: #213e5f !important;
        height: 65px !important;
        padding: 8px 30px !important;
        color: #ffffff !important;
        font-size: 16px !important;
    }

    input#gform_submit_button_3 {
        width: 246px !important;
    }

    /*OPPORTUNITIES MAP*/
    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        pointer-events: visible;
        font-size: 6px !important;
        font-weight: bolder;
    }

    #iwm_map_overlay {
        width: 100% !important;
        display: inline-block !important;
        position: relative !important;
        list-style: decimal !important;
    }

    #map_canvas_3 .google-visualization-tooltip {
        width: 80% !important;
        height: 80% !important;
        overflow: scroll !important;
        top: 0 !important;
        left: 0 !important;
    }

}

@media screen and (max-width:568px) and (orientation:landscape),
screen and (max-height:320px) {
    .banner-wrap {
        height: 0px !important;
    }

    h1,
    .h1 {
        font-size: 2em !important;
        margin: 0.67em 0 !important;
    }

    #content {
        margin: 0em 0 2em !important;
    }

    #main-callout {
        background-color: #213e5f;
        height: 65px;
        margin-bottom: 2em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 24px;
        padding-top: 15px;
    }

    #phone-number {
        font-size: 24px;
        height: 100px;
        float: right;
        color: #981a31;
        margin-right: 2px;
        line-height: 110px;

    }

    .callus {
        height: 100px;
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 15px;
        width: 350px;
    }

    .logo.col-xs-6 {
        width: 100% !important;
        margin-bottom: 5%;
    }

    #widget-header {
        background-color: #213e5f;
        height: 54px;
        color: #ffffff;
        width: 100%;
    }

    .widget-headertext {
        line-height: 54px;
        height: 54px;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        width: 100%;
    }

    img.homepage-column {
        width: 100% !important;
        height: 100% !important;
    }

    img.homepage-image {
        width: 100% !important;
        height: 100% !important;
    }

    .three-column.col-md-4 {
        position: relative !important;
        min-height: 1px !important;
        width: 90% !important;
        margin: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    div#widget-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    textarea,
    input[type=text],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=password] {
        width: 100%
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 115px;
        margin-top: 2em;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 26px;
        padding-top: 30px;
    }

    input#gform_submit_button_1 {
        width: 260px !important;
    }

    #colophon {
        clear: both;
        background-color: #002a4a;
        color: #ffffff;
        font-size: 12px;
        padding: 1em 0 1em;
    }

    ul#menu-footer-menu {
        display: none;
    }

    .col-xs-6.col-md-4 {
        width: 100%;
    }

    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        color: #213e5f;
    }

    ul.practices {
        list-style-type: none !important;
        margin: 0em !important;
        border: 2px solid #F0F0F6;
    }

    .p-header {
        background-color: #213e5f !important;
        height: 65px !important;
        padding: 18px 30px !important;
        color: #ffffff !important;
        font-size: 19px !important;
    }

    input#gform_submit_button_3 {
        width: 246px !important;
    }

    /*OPPORTUNITIES MAP*/
    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        pointer-events: visible;
        font-size: 6px !important;
        font-weight: bolder;
    }

    #iwm_map_overlay {
        width: 100% !important;
        display: inline-block !important;
        position: relative !important;
        list-style: decimal !important;
    }

    #map_canvas_3 .google-visualization-tooltip {
        width: 80% !important;
        height: 50% !important;
        overflow: scroll !important;
        top: 0 !important;
        left: 0 !important;
    }

}

/*____________________________________________

iPhone 5 Style Section *ENDS HERE*
____________________________________________*/

/*____________________________________________

iPhone 6 Style Section *Begins*
____________________________________________*/
@media only screen and (max-width:375px) {

    .hero-btn {
        font-size: 12px !important;
        padding: 10px !important;
    }

    h1,
    .h1 {
        font-size: 2em !important;
        margin: 0.67em 0 !important;
    }

    #content {
        margin: 0em 0 2em !important;
    }

    #main-callout {
        background-color: #213e5f;
        height: 65px;
        margin-bottom: 2em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 17px;
        padding-top: 20px;
    }

}

.callus {
    height: 100px;
    float: left;
    font-weight: bold;
    color: #959595;
    margin-right: 2px;
}

.logo.col-xs-6 {
    width: 100% !important;
    margin-bottom: 5%;
}

#widget-header {
    background-color: #213e5f;
    height: 54px;
    color: #ffffff;
    width: 100%;
}

.widget-headertext {
    line-height: 54px;
    height: 54px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
}

div#widget-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

#widget-text {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
    overflow: hidden !important;
    font-size: 15px;
    width: 100% !important;
}

img.homepage-column {
    width: 100% !important;
    height: 100% !important;
}

img.homepage-image {
    width: 100% !important;
}

.three-column.col-md-4 {
    position: relative !important;
    min-height: 1px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#bottom-callout {
    background-color: #213e5f;
    height: 115px;
    margin-top: 2em;
}

.bottom-text {
    color: #ffffff;
    text-align: center;
    font-weight: lighter;
    font-size: 26px;
    padding-top: 30px;
}

input#gform_submit_button_1 {
    width: 260px !important;
}

#colophon {
    clear: both;
    background-color: #002a4a;
    color: #ffffff;
    font-size: 12px;
    padding: 1em 0 1em;
}

.col-xs-6.col-md-4 {
    width: 100%;
}

h1.entry-title.page-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #213e5f;
}

ul.practices {
    list-style-type: none !important;
    margin: 0em !important;
    border: 2px solid #F0F0F6;
}

.p-header {
    background-color: #213e5f !important;
    height: 65px !important;
    padding: 8px 30px !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

input#gform_submit_button_3 {
    width: 246px !important;
}

/*OPPORTUNITIES MAP*/
#iwm_map_overlay #map_canvas_2 text,
#iwm_map_overlay #map_canvas_2 circle {
    pointer-events: visible;
    font-weight: bolder;
}

#iwm_map_overlay {
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
    list-style: decimal !important;
}

/*
#map_canvas_3 .google-visualization-tooltip {
    width: 80% !important;
    height: 80% !important;
    overflow: scroll !important;
    top: 0 !important;
    left: 0 !important;
}
*/

}

@media screen and (max-width:667px) and (orientation:landscape),
screen and (max-height:375px) {
    .banner-wrap {
        height: 100% !important;
    }

    h1,
    .h1 {
        font-size: 2em !important;
        margin: 0.67em 0 !important;
    }

    #content {
        margin: 0em 0 2em !important;
    }

    #main-callout {
        background-color: #213e5f;
        height: 65px;
        margin-bottom: 2em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 24px;
        padding-top: 15px;
    }

    #phone-number {
        font-size: 24px;
        height: 100px;
        float: right;
        color: #981a31;
        margin-right: 2px;
        line-height: 110px;

    }

    .callus {
        height: 100px;
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    .logo.col-xs-6 {
        width: 100% !important;
        margin-bottom: 5%;
    }

    #widget-header {
        background-color: #213e5f;
        height: 54px;
        color: #ffffff;
        width: 100%;
    }

    .widget-headertext {
        line-height: 54px;
        height: 54px;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        width: 100%;
    }

    img.homepage-column {
        width: 100% !important;
        height: 100% !important;
    }

    img.homepage-image {
        width: 100% !important;
        height: 100% !important;
    }

    .three-column.col-md-4 {
        position: relative !important;
        min-height: 1px !important;
        width: 90% !important;
        margin: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    div#widget-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        overflow: hidden !important;
        font-size: 15px;
        width: 100% !important;
    }

    textarea,
    input[type=text],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=password] {
        width: 100%
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 115px;
        margin-top: 2em;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 26px;
        padding-top: 30px;
    }

    input#gform_submit_button_1 {
        width: 260px !important;
    }

    #colophon {
        clear: both;
        background-color: #002a4a;
        color: #ffffff;
        font-size: 12px;
        padding: 1em 0 1em;
    }

    ul#menu-footer-menu {
        display: none;
    }

    .col-xs-6.col-md-4 {
        width: 100%;
    }

    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        color: #213e5f;
    }

    ul.practices {
        list-style-type: none !important;
        margin: 0em !important;
        border: 2px solid #F0F0F6;
    }

    .p-header {
        background-color: #213e5f !important;
        height: 65px !important;
        padding: 18px 30px !important;
        color: #ffffff !important;
        font-size: 19px !important;
    }

    input#gform_submit_button_3 {
        width: 246px !important;
    }

    /*OPPORTUNITIES MAP*/
    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        pointer-events: visible;
        font-size: 6px !important;
        font-weight: bolder;
    }

    #iwm_map_overlay {
        width: 100% !important;
        display: inline-block !important;
        position: relative !important;
        list-style: decimal !important;
    }

    #map_canvas_3 .google-visualization-tooltip {
        width: 80% !important;
        height: 50% !important;
        overflow: scroll !important;
        top: 0 !important;
        left: 0 !important;
    }

}

/*____________________________________________

iPad Style Section *ENDS HERE*
____________________________________________*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .banner-wrap {
        height: 575px !important;
    }

    h1,
    .h1 {
        font-size: 2em !important;
        margin: 0.67em 0 !important;
    }

    #content {
        margin: 0em 0 2em !important;
    }

    #main-callout {
        background-color: #213e5f;
        height: 65px;
        margin-bottom: 4em !important;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 17px;
        padding-top: 20px;
    }

    #main-navigation ul.menu li.menu-item-no-children a {
        width: auto !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        color: #ffffff !important;
    }

    #main-navigation ul.menu li a {
        display: inline-block !important;
        width: auto !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        color: #ffffff !important;
        padding: 10px 20px !important;
    }

    #main-navigation ul.menu li {
        margin-left: -12px !important;
    }

    #main-navigation ul.menu li ul.sub-menu li a,
    #main-navigation ul.menu li ul.children li a {
        display: block;
        border-bottom: 2px solid #222;
        border-left: none;
        margin-left: 12px !important;
        padding: 10px;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 15px;
        width: 350px;
    }

    #main-navigation ul.menu li ul.sub-menu,
    #main-navigation ul.menu li ul.children {
        display: none;
        background-color: #213e5f !important;
        text-align: left;
        width: auto;
        min-width: 120%;
        position: absolute;
        top: 99.9%;
        bottom: auto;
        left: 0px;
        z-index: 1000;
        -webkit-transition: top 1s;
        -moz-transition: top 1s;
        -ms-transition: top 1s;
        -o-transition: top 1s;
        transition: top 1s;
    }

    div#copy {
        width: 100%;
        /* text-align: center; */
    }

    #phone-number {
        font-size: 24px;
        height: 39px;
        float: right;
        color: #981a31;
        margin-right: 2px;
        /*
        line-height: 110px;
        display: none;
*/
    }

    .callus {
        height: 100px;
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    .logo.col-xs-6 {
        width: 100% !important;
        margin-bottom: 5%;
    }

    #widget-header {
        background-color: #213e5f !important;
        height: 54px !important;
        color: #ffffff !important;
        width: 100% !important;
    }

    .widget-headertext {
        line-height: 54px !important;
        height: 54px !important;
        text-align: center !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        width: 100% !important;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        height: 306px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 15px;
        width: 100% !important;
    }

    img.homepage-column {
        width: 100% !important;
        height: 100% !important;
    }

    img.homepage-image {
        width: 100% !important;
        height: 100% !important;
    }

    .three-column.col-md-4 {
        position: relative !important;
        min-height: 1px !important;
        margin: auto !important;
    }

    .widget-image {
        margin-bottom: -5px;
        width: 100% !important;
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 115px;
        margin-top: 0em !important;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 26px;
        padding-top: 30px;
    }

    input#gform_submit_button_1 {
        width: 260px !important;
    }

    #colophon {
        clear: both;
        background-color: #002a4a;
        color: #ffffff;
        font-size: 12px;
        padding: 1em 0 1em;
    }



    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        color: #213e5f;
    }

    ul.practices {
        list-style-type: none !important;
        margin: 0em !important;
        border: 2px solid #F0F0F6;
    }

    .p-header {
        background-color: #213e5f !important;
        height: 65px !important;
        padding: 8px 30px !important;
        color: #ffffff !important;
        font-size: 16px !important;
    }

    input#gform_submit_button_2 {}

    /*OPPORTUNITIES MAP*/
    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        pointer-events: visible;
        font-size: 14px !important;
        font-weight: bolder;
    }

    #iwm_map_overlay {
        width: 100% !important;
        display: inline-block !important;
        position: relative !important;
        list-style: decimal !important;
    }

    /*#map_canvas_3 .google-visualization-tooltip {
        width: 400px !important;
        height: 100% !important;
        overflow: scroll !important;
        top:0!important;
        left:0!important;
    }*/
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    .banner-wrap {
        height: 575px !important;
    }

    h1,
    .h1 {
        font-size: 2em !important;
        margin: 0.67em 0 !important;
    }

    #content {
        margin: 0em 0 2em !important;
    }

    #main-callout {
        background-color: #213e5f;
        height: 65px;
        margin-bottom: 2em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 24px;
        padding-top: 15px;
    }

    #phone-number {
        font-size: 24px;
        height: 39px;
        float: right;
        color: #981a31;
        margin-right: 2px;
        display: block;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 15px;
        width: 350px;
    }

    .callus {
        height: 100px;
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    .logo.col-xs-6 {
        width: 100% !important;
        margin-bottom: 5%;
    }

    #widget-header {
        background-color: #213e5f;
        height: 54px;
        color: #ffffff;
        width: 100% !important;
    }

    .widget-headertext {
        line-height: 54px;
        height: 54px;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        width: 100% !important;
    }

    img.homepage-column {
        width: 100% !important;
        height: 100% !important;
    }

    img.homepage-image {
        width: 100% !important;
        height: 100% !important;
    }

    .three-column.col-md-4 {
        position: relative !important;
        min-height: 1px !important;
        width: 80% !important;
        margin: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .widget-image {
        margin-bottom: -5px;
        width: 100% !important;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 21px !important;
        width: 100% !important;
    }

    textarea,
    input[type=text],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=password] {
        width: 100%
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 115px;
        margin-top: 2em !important;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 26px;
        padding-top: 30px;
    }

    input#gform_submit_button_1 {
        width: 260px !important;
    }

    #colophon {
        clear: both;
        background-color: #002a4a;
        color: #ffffff;
        font-size: 12px;
        padding: 1em 0 1em;
    }



    .col-xs-6.col-md-4 {
        width: 100%;
    }

    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        color: #213e5f;
    }

    ul.practices {
        list-style-type: none !important;
        margin: 0em !important;
        border: 2px solid #F0F0F6;
    }

    .p-header {
        background-color: #213e5f !important;
        height: 65px !important;
        padding: 18px 30px !important;
        color: #ffffff !important;
        font-size: 19px !important;
    }

    input#gform_submit_button_1 {
        width: 338px !important;
    }

    input#gform_submit_button_2 {
        width: 338px !important;
    }

    input#gform_submit_button_3 {
        width: 338px !important;
    }

    input#gform_submit_button_4 {
        width: 338px !important;
    }

    /*OPPORTUNITIES MAP*/
    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        pointer-events: visible;
        font-size: 12px !important;
        font-weight: bolder;
    }

    #iwm_map_overlay {
        width: 100% !important;
        display: inline-block !important;
        position: relative !important;
        list-style: decimal !important;
    }

    #map_canvas_3 .google-visualization-tooltip {
        width: 80% !important;
        height: 50% !important;
        overflow: scroll !important;
        top: 0 !important;
        left: 0 !important;
    }

}

/*____________________________________________

iPad Style Section *ENDS HERE*
____________________________________________*/
@media only screen and (min-width:480px) and (max-width:768px) {
    .tablet-only {
        display: block !important
    }

    tr.tablet-only {
        display: table-row !important
    }

    th.tablet-only,
    td.tablet-only {
        display: table-cell !important
    }

}

.tablet-hide {
    display: block !important
}

tr.tablet-hide {
    display: table-row !important
}

th.tablet-hide,
td.tablet-hide {
    display: table-cell !important
}

@media only screen and (min-width:480px) and (max-width:768px) {

    .tablet-hide,
    tr.tablet-hide,
    th.tablet-hide,
    td.tablet-hide {
        display: none !important
    }

}

.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
    display: none !important
}

@media only screen and (min-width:768px) {
    .desktop-only {
        display: block !important
    }

    tr.desktop-only {
        display: table-row !important
    }

    th.desktop-only,
    td.desktop-only {
        display: table-cell !important
    }

}

.desktop-hide {
    display: block !important
}

tr.desktop-hide {
    display: table-row !important
}

th.desktop-hide,
td.desktop-hide {
    display: table-cell !important
}

@media only screen and (min-width:768px) {

    .desktop-hide,
    tr.desktop-hide,
    th.desktop-hide,
    td.desktop-hide {
        display: none !important
    }

}

.float-left {
    float: left
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.clear-left {
    clear: left
}

.clear-both {
    clear: both
}

.clear-right {
    clear: right
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111
}

p {
    -webkit-hyphens: manual;
    -epub-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual
}

ul,
ol {
    padding: 0;
    margin: .5em
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

ul li > ul,
ul li > ol,
ol li > ol,
ol li > ul {
    margin-top: 5px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 0em .5em
}

li {
    margin-left: 2em;
    margin-bottom: .5em
}

dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em
}

b,
strong,
.strong {
    font-weight: bold
}

cite,
dfn,
em,
i,
.em {
    font-style: italic
}

small,
.small {
    font-size: 75%
}

hr {
    clear: both
}

img {
    max-width: 100%;
    height: auto
}

video {
    width: 100% !important;
    height: auto !important
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee
}

blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999999
}

blockquote small:before {
    content: '\2014 \00A0'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    border-radius: 0
}

code {
    padding: 2px 4px;
    color: #d14;
    white-space: pre-wrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    display: inline-block
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

hr {
    border: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff
}

.screen-reader-text {
    display: none
}

table {
    border-collapse: separate;
    border-spacing: 1px;
    margin: 10px 0px 15px 0px;
    width: 100%;
    text-align: left
}

table thead {
    text-align: center
}

table th {
    background-color: #E6EEEE;
    border: 1px solid #FFFFFF;
    padding: 4px;
    color: #3D3D3D;
    text-align: center
}

table td {
    border: solid 1px #e1e1e1;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top
}

table tr:nth-child(even),
table tr.even {
    background-color: #FFFFFF
}

table tr:nth-child(odd),
table tr.odd {
    background-color: #F0F0F6
}

a,
a:visited {
    color: #008cba;
    text-decoration: none
}

a:hover,
a:focus {
    color: #007ba1;
    text-decoration: underline
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 500
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none
}

h1,
.h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2,
.h2 {
    font-size: 1.75em;
    margin: 0.83em 0
}

h4,
.h4 {
    font-size: 1.1em;
    margin: 1.33em 0
}

h5,
.h5 {
    font-size: 0.846em;
    margin: 1.67em 0
}

h6,
.h6 {
    font-size: 0.746em;
    margin: 2.33em 0
}

.underline {
    text-decoration: underline
}

.italic {
    font-style: italic
}

.bold {
    font-weight: bold
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.alignleft,
img.alignleft {
    float: left;
    margin: 0 15px 10px 0
}

.alignright,
img.alignright {
    float: right;
    margin: 0 0 10px 15px
}

.aligncenter,
img.aligncenter {
    display: block;
    margin: 0 auto 10px auto
}

.alignnone,
img.alignnone {
    display: block;
    margin: 0 0 10px 0
}

.aligncenter,
img.aligncenter,
.alignnone,
img.alignnone {
    clear: both
}

.wp-caption {
    max-width: 100% !important;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center
}

.gallery .gallery-item {
    display: inline-block;
    margin: 1%;
    overflow: hidden;
    position: relative
}

.gallery .gallery-item .gallery-icon {
    text-align: center
}

.gallery .gallery-item .gallery-icon a img {
    vertical-align: bottom
}

.gallery > br {
    display: none
}

.gallery-caption {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.8em;
    text-align: left;
    line-height: 1;
    opacity: 0;
    max-height: 50%;
    width: 100%;
    padding: 3px 5px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery-columns-1 .gallery-item {
    width: 98%
}

.gallery-columns-2 .gallery-item {
    width: 48%
}

.gallery-columns-3 .gallery-item {
    width: 31.3%
}

.gallery-columns-4 .gallery-item {
    width: 23%
}

.gallery-columns-5 .gallery-item {
    width: 18%
}

.gallery-columns-6 .gallery-item {
    width: 14.6%
}

.gallery-columns-7 .gallery-item {
    width: 12.2%
}

.gallery-columns-8 .gallery-item {
    width: 10.5%
}

.gallery-columns-9 .gallery-item {
    width: 9.1%
}

.mejs-video {
    width: 100% !important;
    height: auto !important;
    padding-top: 57%
}

.mejs-video .mejs-inner .mejs-mediaelement video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.mejs-video .mejs-inner .mejs-layers .mejs-poster {
    width: 100% !important;
    height: 100% !important
}

.mejs-video .mejs-inner .mejs-overlay-play {
    width: 100% !important;
    height: 100% !important
}

.wp-playlist {
    overflow: hidden
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
    display: block
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.mceContentBody {
    background-color: #FDFDFD
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.img-border {
    border: 1px solid #CCC;
    padding: 5px
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

span.amp {
    font-family: Arial, serif !important;
    font-style: italic
}

.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
    display: none !important
}

@media only screen and (max-width:480px) {
    .mobile-only {
        display: block !important
    }

    tr.mobile-only {
        display: table-row !important
    }

    th.mobile-only,
    td.mobile-only {
        display: table-cell !important
    }

}

.mobile-hide {
    display: block !important
}

tr.mobile-hide {
    display: table-row !important
}

th.mobile-hide,
td.mobile-hide {
    display: table-cell !important
}

@media only screen and (max-width:480px) {

    .mobile-hide,
    tr.mobile-hide,
    th.mobile-hide,
    td.mobile-hide {
        display: none !important
    }

}

.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
    display: none !important
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .tablet-only {
        display: block !important
    }

    tr.tablet-only {
        display: table-row !important
    }

    th.tablet-only,
    td.tablet-only {
        display: table-cell !important
    }

}

.tablet-hide {
    display: block !important
}

tr.tablet-hide {
    display: table-row !important
}

th.tablet-hide,
td.tablet-hide {
    display: table-cell !important
}

@media only screen and (min-width:480px) and (max-width:768px) {

    .tablet-hide,
    tr.tablet-hide,
    th.tablet-hide,
    td.tablet-hide {
        display: none !important
    }

}

.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
    display: none !important
}

@media only screen and (min-width:768px) {
    .desktop-only {
        display: block !important
    }

    tr.desktop-only {
        display: table-row !important
    }

    th.desktop-only,
    td.desktop-only {
        display: table-cell !important
    }

}

.desktop-hide {
    display: block !important
}

tr.desktop-hide {
    display: table-row !important
}

th.desktop-hide,
td.desktop-hide {
    display: table-cell !important
}

@media only screen and (min-width:768px) {

    .desktop-hide,
    tr.desktop-hide,
    th.desktop-hide,
    td.desktop-hide {
        display: none !important
    }

}

.float-left {
    float: left
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.clear-left {
    clear: left
}

.clear-both {
    clear: both
}

.clear-right {
    clear: right
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

::-webkit-input-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

:-moz-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

::-moz-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

label {
    font-weight: bold
}

textarea,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
    outline: none;
    background: #FFF;
    border: 1px solid #CCC;
    color: #444;
    font-size: .9em;
    letter-spacing: normal;
    padding: 8px 1%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 0
}

textarea:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus {
    border: 1px solid #333
}

input[type=image] {
    padding: 0;
    border: none !important;
    padding: 0 !important;
    width: auto !important
}

textarea {
    resize: none
}

select {
    font-size: 1em;
    font-family: inherit;
    padding: 5px 0 5px 0;
    letter-spacing: normal
}

select option {
    padding: 2px 2px;
    display: block
}

input[type=submit],
input[type=button] {
    display: inline-block;
    width: 100%;
    padding: 0.5em 0;
    margin-bottom: 0;
    font-size: 1.125em;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #444;
    border: 0;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit] .active,
input[type=submit] .disabled,
input[type=submit] [disabled],
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=button] .active,
input[type=button] .disabled,
input[type=button] [disabled] {
    color: #FFF;
    background: #373737;
    text-decoration: none
}

input[type=submit]:focus,
input[type=button]:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=submit]:active,
input[type=button]:active {
    outline: 0
}

input[type=submit].disabled,
input[type=submit] [disabled],
input[type=button].disabled,
input[type=button] [disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type=submit]:first-child,
input[type=button]:first-child {
    *margin-left: 0
}

#searchform label {
    display: none;
    font-size: 0.750em;
    text-transform: uppercase;
    width: 20%
}

#searchform #s {
    outline: none;
    background: #FFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555555;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 75%;
    padding: 2px 1%
}

#searchform #s:focus {
    border: 1px solid #AAA
}

#searchform #searchsubmit {
    padding: 7px 15px
}

.error404 #searchform label {
    font-weight: bold
}

@media only screen and (min-width:768px) {

    input[type=button],
    input[type=submit] {
        width: auto;
        padding: 0.5em 3em
    }

}

#main-navigation ul.menu {
    clear: both;
    background-color: #213e5f;
    width: 70%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -70%;
    top: 0;
    bottom: 0;
    z-index: 1000
}

#main-navigation ul.menu li {
    display: block;
    border-bottom: 2px solid #222;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li a {
    display: inline-block;
    color: #999;
    font-size: 1.143em;
    text-decoration: none;
    width: 80%;
    padding: 15px 5%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li a:hover,
#main-navigation ul.menu li a:focus {
    background-color: #222;
    color: #ffffff;
}

#main-navigation ul.menu li a.menu-button {
    display: none;
    text-align: center;
    width: 20%;
    margin: 0;
    padding: 15px 0;
    cursor: pointer;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li a.menu-back-button {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#main-navigation ul.menu li.menu-item-no-children a {
    width: 100%
}

#main-navigation ul.menu li ul.sub-menu {
    display: block;
    background-color: #333;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li ul.sub-menu-open {
    right: 0%
}

#main-navigation .menu-button {
    display: none;
    float: right;
    clear: both;
    width: 78px;
    height: 25px;
    white-space: nowrap;
    margin: 0 2% 0 10px;
    overflow: hidden;
    color: #367992;
    font-size: 1em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation .menu-button:hover,
#main-navigation .menu-button:active,
#main-navigation .menu-button:focus {
    text-decoration: none
}

body.menu-open #container {
    left: -70%
}

@media only screen and (min-width:768px) {
    #main-navigation {
        background-color: #213e5f;
        white-space: nowrap
    }

    #main-navigation ul.menu {
        text-align: center;
        width: auto;
        position: relative;
        top: auto;
        bottom: autp;
        right: auto;
        padding: 0;
        margin: 0 auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    #main-navigation ul.menu li {
        display: inline-block;
        border-bottom: none;
        position: relative;
        z-index: 1000;
        margin-left: -4px
    }

    #main-navigation ul.menu li a {
        display: inline-block;
        width: auto;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        color: #ffffff;
        padding: 10px 20px;
    }

    #main-navigation ul.menu li a.menu-button {
        display: none !important
    }

    #main-navigation ul.menu li a.menu-back-button {
        display: none !important
    }

    #main-navigation ul.menu li:first-child a {
        border-left: none
    }

    #main-navigation ul.menu li:last-child ul.sub-menu,
    #main-navigation ul.menu li:last-child ul.children {
        left: auto;
        right: 0
    }

    #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu,
    #main-navigation ul.menu li:last-child ul.sub-menu li ul.children,
    #main-navigation ul.menu li:last-child ul.children li ul.sub-menu,
    #main-navigation ul.menu li:last-child ul.children li ul.children {
        left: auto;
        right: 99.9%
    }

    #phone-number {
        margin-top: 12px;
        margin-bottom: 10px;
        font-size: 24px;
        float: right;
        color: #981a31;
        margin-right: 2px;
    }

    .callus {
        float: left;
        font-weight: bold;
        color: #959595;
        margin-right: 2px;
    }

    .button.headerLogin {
        float: right;
        background-color: #213e5f;
        padding: 5px 10px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        text-decoration: none !important;
    }

    .button.headerLogin:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #213e5f;
    }

    #main-navigation ul.menu li.menu-item-no-children a {
        width: auto;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        color: #ffffff;
    }

    .banner-wrap {
        height: 575px;
    }

    #main-callout {
        background-color: #8a2432;
        height: 20px;
        margin-bottom: 4em;
    }

    .call-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 40px;
        padding-top: 20px;
    }

    .fullwidthbanner-container .fullwidthabanner {
        width: 100% !important;
        height: 575px !important;
        position: relative !important;
    }

    .three_column.row {
        margin: auto;
    }

    .widget-image {
        margin-bottom: -5px;
        width: 350px;
    }

    #widget-header {
        background-color: #213e5f;
        height: 54px;
        color: #ffffff;
        width: 351px;
    }

    .widget-headertext {
        line-height: 54px;
        height: 54px;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        width: 100%;
    }

    #widget-text {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 15px;
        width: 350px;
    }

    #widget-button {
        background-color: #213e5f;
        height: 74px;
        color: #ffffff;
    }

    #bottom-callout {
        background-color: #213e5f;
        height: 165px;
        margin-top: 4em;
    }

    .bottom-text {
        color: #ffffff;
        text-align: center;
        font-weight: lighter;
        font-size: 30px;
        padding-top: 40px;
    }

    hr {
        border: 0;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        width: 16%;
        margin-top: 25px;
    }

    input#input_1_1 {
        height: 50px;
    }

    input#input_1_2 {
        height: 50px;
    }

    input#input_1_3 {
        height: 50px;
    }

    input#input_1_4 {
        height: 50px;
    }

    textarea,
    input[type=text],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=password] {
        outline: none !important;
        background: #FFF !important;
        border: 2px solid #5f6273 !important;
        color: #5f6273 !important;
        font-size: .9em !important;
        letter-spacing: normal !important;
        padding: 8px 1% !important;
        border-radius: 0 !important;
    }

    ::-webkit-input-placeholder {
        color: #000000;
        font-size: 16px;
    }

    ::-moz-placeholder {

        /* Firefox 19+ */
        color: #000000;
        font-size: 16px;
    }

    :-ms-input-placeholder {
        color: #000000;
        font-size: 16px;
    }

    :-moz-placeholder {

        /* Firefox 18- */
        color: #000000;
        font-size: 16px;
    }

    .gform_wrapper form {
        text-align: left !important;
    }

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=image],
    .gform_wrapper .gform_footer input[type=submit] {
        display: -moz-inline-stack !important;
        display: inline-block !important;
        /*        width: 338px !important;
        height: 58px !important;*/
    }

    .gform_wrapper {

        /* overflow: inherit; */
        max-width: 100%;
        margin: 1em 5%;
        padding-bottom: 2em;
    }

    ul.footer-menu {
        display: inline-block;
        text-align: right;
        margin: 0;
        padding: 0
    }

    ul.footer-menu li {
        display: inline-block;
        margin-left: 0;
    }

    ul.footer-menu li a {
        color: #ffffff;
        line-height: normal;
        font-size: 12px;
        padding: 1em 1em
    }

    ul.footer-menu li:first-child a {
        border-left: none
    }

    #colophon {
        clear: both;
        color: #ffffff;
        font-size: 12px;
        padding: 2em 0 2em;
    }

    h1.entry-title.page-title {
        text-transform: uppercase;
        font-size: 39px;
        font-weight: bold;
        color: #213e5f;
    }

    .gform_wrapper .top_label .gfield_label {
        margin: .625em 0 .5em;
        font-weight: 500;
        font-size: 15px;
        color: #213e5f;
        display: -moz-inline-stack;
        display: inline-block;
        line-height: 1.3;
        clear: both;
    }

    h3,
    .h3 {
        font-size: 1.50em;
        margin: -.3em 0;
        color: #213e5f;
        font-weight: bold;
    }

    @media only screen and (min-width:768px) {
        .home_form_wrapper {
            max-width: 89% !important;
            margin: 1em 5% !important;
            padding-top: 2em !important;
            padding-bottom: 2em !important;
        }

        .home_form_wrapper form {
            text-align: right !important;
        }

        .home_form_wrapper .top_label .gfield_label {
            margin: 0 0 0;
            font-weight: 700;
            display: -moz-inline-stack;
            display: none !important;
            line-height: 1.3;
            clear: both;
        }

        .usp_form_wrapper {
            max-width: 100% !important;
            padding-bottom: 2em !important;
        }

    }

    #about {
        margin-bottom: 4%;
    }

    #about1 {
        margin-top: 4%;
        margin-bottom: 4%;
    }

    #main-navigation ul.menu li ul.sub-menu,
    #main-navigation ul.menu li ul.children {
        display: none;
        background-color: #ffffff;
        text-align: left;
        width: auto;
        min-width: 120%;
        position: absolute;
        top: 99.9%;
        bottom: auto;
        right: 0px;
        z-index: 0;
        -webkit-transition: top 1s;
        -moz-transition: top 1s;
        -ms-transition: top 1s;
        -o-transition: top 1s;
        -transition: top 1s;
        transition: top 1s;
        border: 2px solid #c59298;
    }

    #main-navigation ul.main-menu > li:hover:after {
        content: '';
        width: 100%;
        height: 2px;
        display: block;
        background: white;
        z-index: 9999999999999;
        position: absolute;
        transform: translateY(2px);
    }

    #main-navigation ul.menu li ul.sub-menu li,
    #main-navigation ul.menu li ul.children li {
        display: block;
        white-space: nowrap;
        margin: 0
    }

    #main-navigation ul.menu li ul.sub-menu li a,
    #main-navigation ul.menu li ul.children li a {
        display: block;
        border-bottom: 2px solid #222;
        border-left: none;
        padding: 10px
    }

    #main-navigation ul.menu li ul.sub-menu li ul.sub-menu,
    #main-navigation ul.menu li ul.sub-menu li ul.children,
    #main-navigation ul.menu li ul.children li ul.sub-menu,
    #main-navigation ul.menu li ul.children li ul.children {
        left: 99.9%;
        top: 0
    }

    #main-navigation ul.menu li:hover > ul {
        display: table
    }

    #main-navigation .menu-button {
        display: none;
    }

}

@media only screen and (min-width:1200px) {

    #main-navigation ul.menu li:last-child ul.sub-menu,
    #main-navigation ul.menu li:last-child ul.children {
        left: 0;
        right: auto
    }

    #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu,
    #main-navigation ul.menu li:last-child ul.sub-menu li ul.children,
    #main-navigation ul.menu li:last-child ul.children li ul.sub-menu,
    #main-navigation ul.menu li:last-child ul.children li ul.children {
        left: 99.9%;
        right: auto
    }

}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .9em;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 !important;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0 !important;
    padding: 5px 1%;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 35px;
    background: #FFF;
    border: 1px solid #CCC;
    background-clip: padding-box;
    color: #444 !important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 32px
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/chosen-sprite.png") no-repeat 0px 7px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("../images/chosen-sprite.png") no-repeat 100% -20px;
    background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 1%;
    width: 100%;
    height: auto !important;
    height: 1%;
    background: #FFF;
    border: 1px solid #CCC;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: auto;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #444;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px !important;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #333
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #333
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("../images/chosen-sprite.png") no-repeat -30px -20px;
    background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:144dpi) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("../images/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }

}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }

}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }

}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.icheckbox_square,
.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("../images/icheck_skins/square/square.png") no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_square {
    background-position: 0 0
}

.icheckbox_square.hover {
    background-position: -24px 0
}

.icheckbox_square.checked {
    background-position: -48px 0
}

.icheckbox_square.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square.checked.disabled {
    background-position: -96px 0
}

.iradio_square {
    background-position: -120px 0
}

.iradio_square.hover {
    background-position: -144px 0
}

.iradio_square.checked {
    background-position: -168px 0
}

.iradio_square.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio:5 / 4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {

    .icheckbox_square,
    .iradio_square {
        background-image: url("../images/icheck_skins/square/square@2x.png");
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }

}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lt-ie9 .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5px;
    padding-right: 7.5px
}

.lt-ie9 .container:before,
.lt-ie9 .container:after {
    content: " ";
    display: table
}

.lt-ie9 .container:after {
    clear: both
}

@media (min-width:768px) {
    .lt-ie9 .container {
        width: 750px
    }

}

@media (min-width:992px) {
    .lt-ie9 .container {
        width: 970px
    }

}

@media (min-width:1200px) {
    .lt-ie9 .container {
        width: 1170px
    }

}

.container-fluid,
.wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
    max-width: 100%
}

.container-fluid:before,
.container-fluid:after,
.wrap:before,
.wrap:after {
    content: " ";
    display: table
}

.container-fluid:after,
.wrap:after {
    clear: both
}

.row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: 0%
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: 0%
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

}

@media (min-width:992px) {

    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: 0%
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: 0%
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

}

@media (min-width:1200px) {

    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: 0%
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: 0%
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

}

html {
    height: 100%;
    overflow-x: hidden
}

body {
    height: auto;
    overflow-x: hidden
}

body #container {
    height: 100%;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#wpadminbar {
    min-height: 32px
}

#banner {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

#banner .spacer {
    padding-top: 26%
}

#content {
    margin: 2em 0
}

#content #inner-content .byline {
    color: #999;
    margin: -1em 0 1em
}

.usphysiatry_page_navi {
    margin: 1em 0
}

.usphysiatry_page_navi li {
    float: left;
    margin: 0
}

.usphysiatry_page_navi li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 3px 10px;
    position: relative
}

.usphysiatry_page_navi li a:hover,
.usphysiatry_page_navi li a:focus {
    color: #008cba;
    text-decoration: underline
}

.usphysiatry_page_navi li.bpn-current {
    background-color: #f5f5f5;
    color: #008cba;
    padding: 3px 10px;
    position: relative
}

.usphysiatry_page_navi li.bpn-current a:hover,
.usphysiatry_page_navi li.bpn-current a:focus {
    color: #333
}

.usphysiatry_page_navi li.bpn-prev-link,
.usphysiatry_page_navi li.bpn-next-link {
    font-weight: 700
}

.usphysiatry_page_navi li.bpn-prev-link a,
.usphysiatry_page_navi li.bpn-next-link a {
    color: #008cba
}

.usphysiatry_page_navi li.bpn-prev-link a:hover,
.usphysiatry_page_navi li.bpn-prev-link a:focus,
.usphysiatry_page_navi li.bpn-next-link a:hover,
.usphysiatry_page_navi li.bpn-next-link a:focus {
    color: #333
}

.usphysiatry_page_navi li.bpn-prev-link a:hover,
.usphysiatry_page_navi li.bpn-next-link a:hover,
.usphysiatry_page_navi li.bpn-first-page-link a:hover,
.usphysiatry_page_navi li.bpn-last-page-link a:hover {
    background: none
}

.wp-prev-next .prev-link {
    float: left
}

.wp-prev-next .next-link {
    float: right
}

.respond-form #reply-title,
.comment-respond #reply-title {
    font-weight: bold
}

.respond-form form,
.comment-respond form {
    margin: 0.75em 0
}

.respond-form form p,
.comment-respond form p {
    margin: 0 0 0.75em 0
}

.respond-form form ul,
.comment-respond form ul {
    margin: 0
}

.respond-form form ul li,
.comment-respond form ul li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
    margin-left: 0
}

.respond-form form ul li label,
.respond-form form ul li small,
.comment-respond form ul li label,
.comment-respond form ul li small {
    display: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea,
.comment-respond form input[type=text],
.comment-respond form input[type=email],
.comment-respond form input[type=url],
.comment-respond form textarea {
    width: 100%
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid,
.comment-respond form input[type=text]:invalid,
.comment-respond form input[type=email]:invalid,
.comment-respond form input[type=url]:invalid,
.comment-respond form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.comment-respond form input[type=text],
.comment-respond form input[type=email],
.comment-respond form input[type=url] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea,
.comment-respond form textarea {
    height: 150px
}

.respond-form form label,
.comment-respond form label {
    margin: 10px 0 4px 0;
    font-weight: bold;
    display: block;
    line-height: 1.3em;
    clear: both
}

.respond-form form label .required,
.comment-respond form label .required {
    color: #AF3124
}

.respond-form #comment-form-title,
.comment-respond #comment-form-title {
    margin: 0 0 1.1em
}

.respond-form .form-allowed-tags,
.comment-respond .form-allowed-tags {
    margin: 1em 0 1.675em 0
}

.respond-form .form-allowed-tags code,
.comment-respond .form-allowed-tags code {
    margin-top: 0.5em;
    display: block;
    overflow: hidden
}

.respond-form .nocomments,
.comment-respond .nocomments {
    margin: 0 20px 1.1em
}

.comment-nav ul {
    margin: 1em 0
}

.comment-nav ul li {
    margin-left: 0
}

.commentlist {
    padding: 0;
    margin: 0
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li ul.children li {
    margin-left: 0 0 0 3em
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist .vcard {
    position: relative;
    height: auto;
    overflow: overflow;
    min-height: 32px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    margin-left: 50px
}

.commentlist .vcard time {
    float: right;
    margin-left: 10px
}

.commentlist .vcard time a {
    color: #999;
    font-size: 1.25em;
    font-weight: 300;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar,
.commentlist .vcard img.photo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    border: 1px solid #DDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.commentlist .alert.info p {
    color: #AF3124;
    font-style: italic
}

.commentlist .comment_content {
    margin-top: 1em;
    padding: 0.5em 0.5em 0.5em 1.5em;
    border: 1px solid #DDD;
    clear: both
}

.commentlist .comment_content p {
    margin: 1em 0;
    font-size: 1em;
    line-height: 1.5em
}

.commentlist .comment_content ul li,
.commentlist .comment_content ol li {
    overflow: visible;
    list-style-type: inherit
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    color: #008cba;
    padding: 5px 15px;
    margin: 0.5em 0 1em 0;
    font-weight: 400;
    font-size: 0.9em
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    color: #007ba1;
    text-decoration: none
}

.commentlist .comment-reply-link:after {
    font-family: "FontAwesome";
    content: "\f112";
    padding-left: 5px
}

.sidebar {
    margin-top: 2em
}

.widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em
}

.widget {
    padding: 0 10px;
    margin: 2.2em 0
}

.widget.first-widget {
    margin: 0 0 2.2em
}

.widget ul li {
    margin-bottom: 0.75em
}

.widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em
}

#back-top {
    position: fixed;
    bottom: 10px;
    margin-right: 30px;
    right: 0;
    z-index: 9999
}

#back-top a {
    width: 40px;
    display: block;
    text-decoration: none;
    opacity: .2;
    background: #000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

#back-top a:hover,
#back-top a:focus {
    color: #000;
    opacity: 1
}

#back-top i {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    font-size: 1.5em;
    line-height: 35px;
    color: #FFF;
    text-align: center
}

@media only screen and (min-width:768px) {

    html,
    body.sticky-footer {
        height: 100%;
        margin: 0
    }

    body.sticky-footer #container {
        display: table;
        width: 100%
    }

    body.sticky-footer #container .header,
    body.sticky-footer #main-navigation,
    body.sticky-footer #container .banner-wrap,
    body.sticky-footer #content,
    body.sticky-footer #container .footer {
        display: table-row;
        height: 1px;
        overflow: hidden
    }

    html > body.sticky-footer #container {
        height: 100%
    }

    html > body.sticky-footer #content {
        height: auto
    }

}

/*@media only screen and (min-width:1200px) {
    .container-fluid, .wrap {
max-width: 1170px
    }

}*/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline
    }

    a:after,
    a:visited:after {
        content: " ("attr(href) ")"
    }

    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }

}

#iwm_map_overlay #map_canvas_2 text,
#iwm_map_overlay #map_canvas_2 circle {
    pointer-events: visible;
    /*    font-size: 13px;*/
    font-weight: bolder;
}

.p-header {
    background-color: #213e5f;
    height: 65px;
    /* line-height: 50px; */
    padding: 15px 30px;
    color: #ffffff;
    font-size: 22px;
}

li.practices {
    list-style-type: none;
    /* height: 0px; */
    padding: 8px 10px 8px 10px;
    background-color: #F0F0F6;
    margin-left: 0em !important;
    margin-bottom: 0em !important;
}

li.practices-2 {
    list-style-type: none;
    /* height: 0px; */
    padding: 8px 10px 8px 10px;
    margin-left: 0em !important;
    background-color: #fff;
    margin-bottom: 0em !important;
}

ul.practices {
    list-style-type: none !important;
    margin: 0em !important;
    border: 2px solid #F0F0F6;
}

ul.practices.wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

p.byline.vcard {
    display: none;
}

/*
h1.entry-title.single-title {
    text-transform: uppercase;
    font-size: 39px;
    font-weight: bold;
    color: #213e5f;
}
*/

div.bbp-template-notice,
div.indicator-hint {
    display: none;
}

div.bbp-submit-wrapper {
    float: left !important;
    margin-left: 140px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

h1.usp {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #981a31;
}

/* CUSTOM STYLES */
.top-banner {
    background-image: linear-gradient(#ffffff26, #ffffff26), url(https://usphysiatry.com/wp-content/uploads/2019/11/home-banner.jpg);
    background-size: cover;
    position: relative;
    border-top: 2px solid #c59298;
    background-position: center;
}

/* Element | https://usphysiatry.com/ */
.banner-content {
    right: 20px;
    position: absolute;
    bottom: 70px;
    text-align: right;
    background: rgba(255, 255, 255, 0.5);
}

/* Element | https://usphysiatry.com/ */
.banner-content > .first {
    font-size: 45px;
    border-bottom: 2px solid #8a2432;
    display: block;
}

/* Element | https://usphysiatry.com/ */
.banner-content > .second {
    font-size: 30px;
    display: block;
    position: relative;
}

/* Element | https://usphysiatry.com/ */
.banner-content > .third {
    padding: 25px 20px;
    background-color: #003a5d;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    width: 385px;
    text-align: center;
    font-size: 21px;
    max-width: 100%;
}

.widget {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Element | https://usphysiatry.com/ */
.widget .widget-image {
    width: 30%;
}

/* Element | https://usphysiatry.com/ */
.widget > .textwidget {
    display: flex;
}

/* Element | https://usphysiatry.com/ */
.widget-title,
.heading-title {
    font-size: 48px;
    border-bottom: 2px solid #8a2432;
    line-height: 1;
    color: #003a5d;
}

/* Element | https://usphysiatry.com/ */
#widget-body {
    margin-top: 15px;
    font-size: 20px;
}

#widget-heading {
    margin-left: 15px;
    width: 100%;
}


/* style.css | https://usphysiatry.com/wp-content/themes/usphysiatry/css/style.css */

.minfo {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #003a5d;
}

/* Element | https://usphysiatry.com/ */

.lm-arrow {
    margin-left: 10px;
    color: #003a5d;
}

.rightinfo {
    position: absolute;
    right: 25px;
}

.big-map {
    transform: translateY(100px);
    z-index: 9999;
}

.mid-banner {
    background-image: linear-gradient(#ffffff26, #ffffff26), url("/wp-content/uploads/2019/10/iStock-1007757496.jpg");
    background-size: cover;
    position: relative;
    background-position: center;
}

.mid-banner > .banner-box {
    background-color: #FFFFFFDD;
    margin: 50px;
    padding: 30px;
}

.mid-banner > .banner-box:nth-of-type(1) {
	margin-right: 25px;
}

.mid-banner > .banner-box:nth-of-type(2) {
	margin-left: 25px;
}

.mid-banner li {
    margin-left: 0px !important;
}

.mid-banner ul {
    list-style-position: inside;
}

.mid-banner > .banner-box .le-video-container {
	margin-bottom: 0;
}

#copy {
    transform: translateY(-13px);
}

#copy > p:nth-child(2) {
    position: relative;
    font-size: 18px;
    margin-left: 94px;
    letter-spacing: 0.3px;
}



/* Inline #23 | https://usphysiatry.com/ */

.navHeader {
    font-size: 38px;
    border-bottom: 2px solid #fff6;
    line-height: 1;
}

/* Element | https://usphysiatry.com/ */

.footer-nav {
    display: flex;
    flex-direction: column;
}

/* Element | https://usphysiatry.com/ */

#menu-footer-menu {
    flex-direction: column;
    display: flex;
    text-align: left;
}

.footer-nav nav {
    margin-top: 10px;
    text-transform: uppercase;
}

#menu-footer-menu li {
    padding: 0px;
}

#menu-footer-menu li a {
    padding: 0;
    font-size: 18px;
}


.footer-right-box {
    height: 80px;
    width: 200px;
    background-color: #E5E5E5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-right-box span {
    font-size: 20px;
    color: #8a2432;
    line-height: 1.1;
}

#colophon {
    background-color: #003a5d !important;
    min-height: 400px;
    display: flex;
    align-items: center;
}

#content {
    margin: 0px;
    border-top: 2em solid#8a2432;
    padding-top: 2em;
}

#inner-footer {
    display: flex;
    width: 100%;
}

footer #copy img {
    max-width: 550px;
}

.rightmostfooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.form-row {
    background-color: #00000087;
    padding: 10px 0;
    display: flex;
    align-items: center;

}

.form-row .gfield_label {
    display: none !important;
}


/* Element | https://usphysiatry.com/ */

#gform_fields_6 {
    display: inline-flex;
}

/* Element | https://usphysiatry.com/ */

#gform_6 {
    display: inline-flex;
    width: 100%;
}

/* Element | https://usphysiatry.com/ */

#gform_6 .gform_footer {
    margin-top: 0;
    padding: 0;
    width: 12%;
    display: inline-block;
}

#gform_wrapper_6 {
    padding-bottom: 0 !important;
}

#gform_6 #gform_fields_6 li,
#gform_6 #gform_fields_6 div {
    margin-bottom: 0;
    margin-top: 0;
}

#gform_submit_button_6 {
    height: 100%;
}


#gform_6 .gform_body {
    width: 88%;
}

/* Element | https://usphysiatry.com/ */

#gform_fields_6 {
    width: 100%;
}

/* Element | https://usphysiatry.com/ */

#gform_6 #gform_fields_6 li {
    width: 33%;
}

.form-row > div:nth-child(1) > div {
    font-size: 45px;
    color: white;
}

#inner-header > .row {
    display: flex;
    align-items: flex-end;
}

#menu-main-menu {
    background-color: white !important;
}

#menu-main-menu a {
    color: gray !important;
}

#menu-main-menu a:hover,
#menu-main-menu a:focus {
    background-color: white !important;
}

.current_page_item a {
    border-bottom: 2px solid #c59298 !important;
}

.top-header-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#phone-number {
    margin-top: -6px !important;
    margin-bottom: 0 !important;
    color: #003a5d !important;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    margin-right: 0;
    box-sizing: content-box;
    padding-left: 20px;
    padding-right: 20px;
}

#phone-number a,
#phone-number a:visited {
    color: #003a5d !important;
    text-decoration: none;
}

.button.headerLogin {
    padding: 5px 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#menu-main-menu {
    align-self: baseline;
    display: inline-flex;
    text-align: right;
}

#main-navigation {
    background-color: white;
    text-align: right;
}

#main-navigation ul.menu li a {
    padding: 0 !important;
    margin: 10px 10px;
    font-size: 16px !important;
}

#inner-header > .row {
    margin-top: 10px;
}

.handshake-row {}

.handshake-row .banner-box li {
    font-size: 16px;
}


/* Element | https://usphysiatry.com/ */

#gform_submit_button_6 {
    background-color: white;
    border: 0px;
    color: #194b6b;
}

/* Element | https://usphysiatry.com/ */

#gform_submit_button_6 > span:nth-child(1) {
    font-size: 20px;
    color: #194b6b;
}

/* Element | https://usphysiatry.com/ */

#gform_submit_button_6 > span:nth-child(1) > i:nth-child(1) {
    font-size: 20px;
}

textarea,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
    padding: 11px 1% !important;
}



/* style.css | https://usphysiatry.com/wp-content/themes/usphysiatry/css/style.css */

.big-map {
    /* transform: translateY(100px); */
    transform: translateY(50px);
    position: absolute;
}


@media only screen and (min-width: 768px) {
    .handshake-row .banner-wrap {
        /* height: 575px; */
        height: 700px;
    }

    #iwm_map_overlay #map_canvas_2 text,
    #iwm_map_overlay #map_canvas_2 circle {
        font-size: 13px;
    }
}

.mid-banner > .banner-box {
    /* top: 25px; */
    top: 100px;
}

/* Element | https://usphysiatry.com/ */

/* #main > div:nth-child(1) {
    margin-bottom: 150px;
}*/


body *:not(.fa):not(.far):not(.fas) {
    font-family: "IdealSans" !important;
}

body {
    font-family: "IdealSans" !important;
}

/*****************************
Single Page
*****************************/

h3,
.h3 {
    color: #213e5f;
}

header.article-header {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #c59298;
    background-image: url(/wp-content/uploads/2019/11/about-banner.jpg);
}

h1.entry-title.page-title,
h1.entry-title.single-title {
    text-transform: none;
    color: black;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
}

h1.entry-title.page-title:after,
h1.entry-title.single-title:after {
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background: #8b2433;
    transform: translateX(-5%);
    margin-top: 5px;
}

body:not(.home) .entry-content {
    padding: 2.5%;
}

body:not(.home) .entry-content h1 {
    font-size: 50px;
    color: #003A5D;
    border-bottom: 2px solid #8b2433;
    margin-bottom: 0;
    line-height: 1.1;
}

body:not(.home) .entry-content h1:first-child {
    margin-top: 10px;
}

body:not(home) .entry-content h2 {
    font-size: 38px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    color: #003A5D;
}

body:not(.page-id-9) #container p {
    color: #636466;
    font-size: 18px;
    line-height: 1.2;
}

.staff-section {
    display: flex;
    flex-wrap: wrap;
}

.staff-member {
    padding: 0;
    margin: 0 50px 50px;
    flex-basis: calc(50% - 100px);
}

.staff-top {
    display: flex;
    padding: 0;
    margin: 0;
    background: #F2F2F2;
}

.staff-image {
    padding-left: 0;
    line-height: 0;
}

.staff-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
}

.staff-content > * {
    flex-basis: 100%;
}

.staff-description {
    display: none;
}

.show .staff-description {
    display: block;
    display: block;
    background: #F2F2F2;
    padding: 0 3%;
}

p.staff-more {
    cursor: pointer;
    text-transform: uppercase;
    color: #203e5f !important;
    margin: 0;
}

.staff-content h3 {
    font-size: 24px;
    line-height: 1;
}

.staff-content h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
}

.staff-more .lm-arrow {
    transform: rotate(90deg);
    margin: 0;
}

#menu-footer-menu li a {
    color: white;
}

.home .third a,
.home .third a a:visited {
    color: white;
}

.minfo a,
.minfo a:visited {
    color: #203e5f;
}

.heading-title.who-we-are {
    padding-top: 10px;
}

.icon_default.wprmenu_icon_par:before {
    content: "+";
}

.icon_default.wprmenu_par_opened:before {
    content: "-";
}

img.homepage-image {
    max-width: 150px;
}

@media screen and (max-width: 1168px) {}

@media screen and (max-width: 1100px) {
    .staff-member {
        flex-basis: 100%;
    }

    .staff-image img {
        max-height: 200px;
    }

    .logo-wrap {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .top-header-info {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
    }

    #phone-number {
        text-align: center;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        border: 1px solid black;
    }

    .headerLogin {
        padding: 10px 0 !important;
        display: block;
        background: #093c5e;
        margin-top: 20px;
        color: white !important;
    }

    .button.headerLogin {
        margin: 0;
    }

    footer #copy img {
        max-width: 100%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1168px) {
    .form-row > div:nth-child(1) > div {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .big-map {
        position: relative;
    }

    .form-row {
        display: block;
    }
	
	.banner-wrap.mid-banner {
		display: block !important; 
	}
	
	.col-md-6.banner-box {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.col-md-6.banner-box {
		width: 90%;
		margin: 0px 5% !important;
		left: 0 !important;
	}

}

@media screen and (max-width: 960px) {
    #inner-footer {
        display: block;
        color: white;
        padding: 50px 0;
    }

    #copy > p:nth-child(2) {
        margin-left: 0;
    }

    #inner-footer > div {
        text-align: center;
    }

    ul#menu-footer-menu {
        text-align: center;
    }

    #menu-footer-menu li {
        margin-left: 0;
    }

    footer #copy img {
        max-width: 550px;
    }

    .rightmostfooter {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
	
	
	.col-md-6.banner-box {
		width: 100%;
		margin: 0px 0% !important;
		left: 0 !important;
	}
	
    .staff-content h3 {
        margin: 0;
    }

    .staff-member {
        margin: 0 0 50px;
    }

    .top-banner.banner-wrap {
        height: 400px;
    }

    .big-map {
        transform: translateY(100px);
        position: relative;
    }

    .button.headerLogin {
        margin-top: 30px;
    }

    .mid-banner > .banner-box {
        top: 0 !important;
        left: 0 !important;
    }

    #gform_6 {
        display: block;
        width: 100%;
    }

    #gform_6 .gform_body {
        width: 100%;
    }

    #gform_fields_6 {
        display: block;
    }

    #gform_6 .gform_footer {
        margin-top: 10px;
        width: 100%;
        display: block;
    }

    #gform_6 #gform_fields_6 li {
        width: 100%;
    }

/*     .banner-content > .first,
    .banner-content > .second {
        padding: 1% 5%;
        line-height: 1;
    }

    .banner-content > .first {
        font-size: 38px;
    }

    .banner-content > .second {
        font-size: 28px;
    }
	
	*/
	
	.banner-content {
		width: 100% !important;
	} 
	
	.banner-content span {
		text-align: center;
	}
	
	.banner-content .first {
		font-size: 24px !important;
	}
	
	.banner-content .second {
		font-size: 22px;
	}
	
	.banner-content > .third {
		font-size: 16px;
		width: 100%;
	}
}

@media screen and (max-width: 570px) {
    footer #copy img {
        max-width: 100%;
    }
}
.staff-image {
    max-width: 20%!important;
}
/** call-to-action button **/
.cta {
  background: #971930;

  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px #666666;
  -moz-box-shadow: 2px 2px 5px #666666;
  box-shadow: 2px 2px 5px #666666;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
}
 .cta:hover { 
  background: #971930;
  text-decoration: none;
}
.ginput_container.ginput_container_fileupload {
    border-style: solid;
    border-color: #003A5D;
}
@media screen and (min-width: 1000px) {
.page-id-2 .iwm_map_canvas {
    position:absolute !important;
}
.iwm_map_canvas {
    position:initial;
}
.handshake-row {
    padding-top: 100px;
}
}
.rightinfo {
    z-index: 1!important;
}
}
@media screen and (max-width: 768px) {
    .minfo {
        margin-top: -10px!important; 
        z-index: 1!important;
    }
}
li.google-visualization-tooltip-item span {
    font-size: 1.5rem !important;
}

.page-id-589 footer {
    display: none !important;
}

.le-video-container {
    margin-bottom: 2.2em;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.le-video-container iframe,
.le-video-container video,
.le-video-container object,
.le-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.wire-box {
    border: solid 2px #eee;
    padding: 30px 20px;
    border-radius: 20px;
	margin: 30px 0px;
}

.toolkit h3 {
    font-size: 26px;
    border-bottom: solid 2px #8d2738;
	margin-bottom: 20px;
}

.toolkit h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bolder;
	margin: 15px 0px 0px 0px;
}

.toolkit p {
    margin: 0px;
}

.wire-box p {
    line-height: 28px !important;
}

.wire-box a span {
    color: #213e5f;
    font-size: 14px;
}

.wire-box a span:before {
    content: ' - ';
}

/* PORTAL STYLES */
.wire-box {
    border: solid 2px #eee;
    padding: 30px 20px;
    border-radius: 20px;
	margin: 30px 0px;
}

.toolkit h3 {
    font-size: 26px;
    border-bottom: solid 2px #8d2738;
	margin-bottom: 20px;
}

.toolkit h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bolder;
	margin: 15px 0px 0px 0px;
}

.toolkit p {
    margin: 0px;
}

.wire-box p {
    line-height: 28px !important;
}

.wire-box a span {
    color: #213e5f;
    font-size: 14px;
}

.wire-box a span:before {
    content: ' - ';
}

/* END PORTAL STYLES */


/* MENU EDITS */

#mega-menu-main-nav > .mega-menu-item a.mega-menu-link {
    text-transform: uppercase !important;
	border-bottom: solid 2px #fff !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    padding-right: 0px !important;
    margin-right: 15px !important;
    height: 35px !important;
}

#mega-menu-main-nav > .mega-menu-item a.mega-menu-link:hover {
	border-bottom: solid 2px #c59298 !important;
}

span.mega-indicator {
    display: none !important;
}

ul.mega-sub-menu {
    right: 0px !important;
	background: rgb(255 255 255 / 90%) !important;	
	margin-top: 2px !important;
}

a.sub-link {
    display: block;
    color: #666;
    text-transform: unset !important;
}
a.main-link {
    display: block;
    font-weight: bolder !important;
    color: #8a2433;
    letter-spacing: 1px;
}

#mega-menu-main-nav > .mega-current-menu-item a.mega-menu-link {
    border-bottom: solid 2px #c59298 !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    padding-right: 0px !important;
    margin-right: 15px !important;
    height: 35px !important;
}

/* hides resources link */
li#mega-menu-item-21 {
    display: none !important;
}



@media only screen and (max-width: 1200px) {
ul#mega-menu-main-nav {
    background: #213e5f !important;
    position: absolute !important;
    right: -10px !important;
    float: right !important;
    z-index: 9999999999 !important;
    min-height: 100vh !important;
    width: 300px !important;
    border-top: solid 8px #213e5f !important;
    padding: 0px !important;
	overflow: hidden;
}
	
#mega-menu-main-nav > .mega-menu-item a.mega-menu-link {
    margin: 0px !important;
    padding: 10px 15px !important;
    border: none !important;
}
	
#mega-menu-main-nav > .mega-current-menu-item a.mega-menu-link {
    color: #fff !important;
}
	
li#mega-menu-item-1577.mega-toggle-on > a {
    color: white !important;
    display: block !important;
}
	
/* 	div#wprmenu_bar {
    display: none !important;
}
	 */
}

@media only screen and (max-width: 450px) {
ul#mega-menu-main-nav {
    width: 250px !important;
}
}
	
.banner-content {
    bottom: 0 !important;
    right: 0 !important;
}

.logged-in .usp-hide {
    display: none !important;
}

.page-id-150 a.button.headerLogin {
	display: none;
}

.page-id-150.logged-in a.button.headerLogin {
	display: block;
}

.logged-in .welcome-message {
    display: block !important;
}
.logged-in .login-form {
    display: none;
}

/* @media only screen and (max-width: 1024px) {
  	.col-md-6.sidebars.sidebar-sec, .col-md-6.map-sec {
		width: 99%;
	}
	
	.page-id-2 .iwm_map_canvas {
		position: relative !important;
	}
} */

.widget-title a,
.heading-title.who-we-are a{
    color: #103a5d !important;
}

.col-md-6.banner-box {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner-wrap.mid-banner {
    height: auto !important;
    position: relative !important;
    display: flex;

#row1 {
  display: flex;
}

#column1 {
  flex: 50%;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
