/* 
Theme Name: SensusHealthCare Theme
Theme URI: #
Description: Programmed by FrozenFire

Version: 1.1.1
Author: FrozenFire
Author URI: #
Tags: #
-------------------------------------------------------------- */
@font-face {
    font-family: 'Flama';
    src: url('../font//FlamaLight.eot');
    src: url('../font//FlamaLight.eot?#iefix') format('embedded-opentype'),
    url('../font//FlamaLight.woff') format('woff'),
    url('../font//FlamaLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FlamaLight';
    src: url('../font/-Italic/FlamaLight-Italic.eot');
    src: url('../font/-Italic/FlamaLight-Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/-Italic/FlamaLight-Italic.woff') format('woff'),
    url('../font/-Italic/FlamaLight-Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Flama';
    src: url('../font/Flama.eot');
    src: url('../font/Flama.eot?#iefix') format('embedded-opentype'),
    url('../font/Flama.woff') format('woff'),
    url('../font/Flama.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Flama';
    src: url('../font/Flama-Italic.eot');
    src: url('../font/Flama-Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/Flama-Italic.woff') format('woff'),
    url('../font/Flama-Italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Flama';
    src: url('../font/FlamaMedium.eot');
    src: url('../font/FlamaMedium.eot?#iefix') format('embedded-opentype'),
    url('../font/FlamaMedium.woff') format('woff'),
    url('../font/FlamaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Flama';
    src: url('../font/FlamaMedium-Italic.eot');
    src: url('../font/FlamaMedium-Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/FlamaMedium-Italic.woff') format('woff'),
    url('../font/FlamaMedium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Flama';
    src: url('../font/FlamaBold.eot');
    src: url('../font/FlamaBold.eot?#iefix') format('embedded-opentype'),
    url('../font/FlamaBold.woff') format('woff'),
    url('../font/FlamaBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Flama';
    src: url('../font/FlamaBold-Italic.eot');
    src: url('../font/FlamaBold-Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/FlamaBold-Italic.woff') format('woff'),
    url('../font/FlamaBold-Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

html {
    font-size: 16px;
}

html, body {
    -webkit-font-smoothing: antialiased;
}

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

object, embed {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
    font-family: 'flama', "Microsoft Yahei", "PingFang SC", Avenir, "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 200;
    font-size: 1em;
    line-height: 2;
    color: #4d4d4f
}

b, strong {
    font-weight: 600
}

a, a:hover, a:active, a:focus, a:visited {
    color: #4d4d4f;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    padding: 0;
    margin: 10px 0 20px;
    font-weight: 200
}

h1 {
    font-weight: 600;
    font-size: 2em;
    color: #8dc63f
}

h2 {
    font-size: 1.75em
}

h3 {
    font-size: 1.4em
}

h4 {
    font-size: 1.3em
}

h5 {
    font-size: 1.2em
}

sub {
    bottom: -.125em
}

/* Preloader - related css - start here */
body {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* Preloader - related css - end here */

/*form stuff reset*/
form label {
    line-height: normal !important;
    font-weight: 200 !important
}

::-webkit-input-placeholder { /* Chrome */
    color: black;
    transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
    color: black;
    transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: black;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}

/*form stuff reset*/

.elegant {
    -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;
}

.flexboxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;*/

    /*height: 1em; */
    min-height: 1em;
}

.coverbk {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}

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

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

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.gallery dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}

/********### NAV ###********/

nav.secondary-navigation {
}

ul#menu-sensus-top-buttons {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    font-size: .65em
}

ul#menu-sensus-top-buttons > li {
    display: inline-block;
}

ul#menu-sensus-top-buttons > li > a {
    display: block;
    background: #8dc63f;
    padding: 8px 10px 8px 20px;
    font-size: 1.4em;
    text-transform: uppercase;
    color: white;
    position: relative;
}

ul#menu-sensus-top-buttons > li > a:hover {
    text-decoration: none
}

ul#menu-sensus-top-buttons > li > a::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 18px;
    background: url(../images/icon_login.png) 50% 50% no-repeat;
    background-size: auto 14px;
    top: 0;
    left: 0;
    bottom: 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;
}

ul#menu-sensus-top-buttons > li > a:hover::before {
    background-position: 100% 50%
}

.navbar-default {
    background-color: white;
    border-width: 0
}

.navbar {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0
}

.navbar-default .navbar-nav > li > a {
    color: #4d4d4f;
    line-height: 1;
    padding: 10px 15px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #8dc63f;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #8dc63f
}

.navbar-brand {
    height: auto;
    padding: 4px 15px
}

.navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 128px
}

.single-post.category-blog li.menu-item-4391 > a {
    color: #8dc63f
}

.single-post:not(.category-blog) li.menu-item-3852 > a, .category:not(.category-blog) li.menu-item-3852 > a {
    color: #8dc63f
}

.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0 0 30px 20px
}

/*zzj*/
.dropdown-menu {
    border-width: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
}

.navbar-nav > li > a {
    font-weight: 200
}

.dropdown-menu > li > a {
    font-weight: 200;
    padding: 10px 15px;
    color: #4d4d4f;
    line-height: 1
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #8dc63f;
    background-color: rgba(0, 0, 0, 0)
}

.sec-banner {
    padding-bottom: 31.8%;
    position: relative;
    min-height: 320px
}

.page-id-3923 .sec-banner, .page-id-5861 .sec-banner {
    padding: 0;
    text-align: center
}

.sec-banner > article {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: capitalize
}

.sec-banner > article p {
    font-size: 1.35em;
    color: white
}

.sec-banner > article h1 {
    position: relative;
    padding-bottom: 20px
}

.sec-banner > article h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.sec-banner > article h1, .sec-banner > article p {
    line-height: 1
}

img.mheight {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    height: auto
}

img.conheight {
    height: 500px;
    width: auto
}

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

.myinner h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #4d4d4f;
    margin-top: 20px
}

.page-template-template-srt100 .myid-3 h3::after, .page-home .myid-1 h3::after {
    display: none
}

.page-id-3890 .sec-maincontent, .page-id-3836 .sec-maincontent {
    display: none
}

#primarywrapper {
    overflow-x: hidden
}

.sec-maincontent .oheight, .sec-srt100 .yheight {
    text-align: center
}

.sec-maincontent .inner, .sec-srt100 .inner {
    padding: 50px 0;
    text-align: left
}

.page-id-3834 .sec-maincontent .inner {
    padding: 15% 0
}

.sec-maincontent .inner.tcenter, .sec-srt100 .inner.tcenter {
    padding: 15% 0;
    text-align: center
}

.page-template-template-locationlanding .sec-maincontent .inner.tcenter {
    padding: 8% 0
}

.sec-indexed {
    padding: 50px 0
}

.page-id-3828 .sec-indexed.myid-1 {
    padding: 50px 0;
    text-align: center;
    color: white
}

.page-template-template-srt100 .sec-indexed.myid-3 {
    padding: 0
}

.page-template-template-srt100 .sec-indexed.myid-2 a, .page-id-3975 .sec-indexed.myid-3 a, .page-id-6007 .sec-indexed.myid-3 a {
    display: inline-block;
    padding: 20px 30px;
    background: white;
    border-radius: 10px;
    -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;
}

.page-template-template-srt100 .sec-indexed.myid-2 a:hover, .page-id-3975 .sec-indexed.myid-3 a:hover, .page-id-6007 .sec-indexed.myid-3 a:hover {
    text-decoration: none;
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.page-template-template-srt100 .sec-indexed.myid-2 h3, .page-id-3975 .sec-indexed.myid-3 h3, .page-id-6007 .sec-indexed.myid-3 h3 {
    margin: 0 0 20px
}

.page-template-template-srt100 .sec-indexed.myid-2 h3::after, .page-id-3975 .sec-indexed.myid-3 h3::after, .page-id-6007 .sec-indexed.myid-3 h3::after {
    display: none
}

.page-id-3975 .sec-indexed.myid-1, .page-id-6007 .sec-indexed.myid-1 {
    padding: 0
}

.page-id-3890 .sec-indexed.myid-1 {
    background-size: 0 0;
    background-color: #98adbe
}

.page-id-3890 .sec-indexed.myid-3 {
    background-position: 100% 50%
}

.page-id-3844 .sec-indexed.myid-2 {
    padding: 50px 0
}

.page-id-3844 .myid-3, .page-id-3844 .myid-4, .page-id-3844 .myid-5 {
    display: none
}

.page-id-3844.oid2 .myid-3, .page-id-3844.oid3 .myid-4, .page-id-3844.oid3 .myid-5 {
    display: block
}

.page-id-3844.oid2 .myid-2, .page-id-3844.oid3 .myid-2 {
    display: none
}

.sec-srtbenefits {
    background: #ebebeb;
    padding: 50px 0;
    text-align: center
}

.page-home .sec-srtbenefits, .page-id-6007 .sec-srtbenefits {
    display: none
}

.sec-srtbenefits ol {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.3
}

.sec-srtbenefits ol > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 5px;
    margin: 5px 0
}

.sec-srtbenefits ol > li img {
    width: 100%;
    max-width: 160px;
    height: auto;
    display: block;
    margin: 10px auto
}

.sec-footersuperbuttons {
    padding: 30px 0
}

.ul-footersuperbuttons {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1.1;
    font-size: 0.8em
}

.ul-footersuperbuttons > li {
    display: inline-block;
    width: 95%;
    margin: 5px;
    border: #f5f5f5 8px solid;
    border-radius: 5px
}

.ul-footersuperbuttons > li > a {
    color: white
}

.ul-footersuperbuttons > li div.btndiv {
    position: relative;
    padding-bottom: 55.11%
}

.ul-footersuperbuttons > li div.btndiv > h3 {
    position: absolute;
    padding: 0;
    margin: 0;
    line-height: 1;
    right: 5px;
    top: 50%;
    margin-top: -15px;
}

.ul-footersuperbuttons > li div.btndiv:hover > h3 {
    opacity: 0
}

.ul-footersuperbuttons > li:nth-child(2) div.btndiv > h3 {
    color: #636466
}

.ul-footersuperbuttons > li h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.ul-footersuperbuttons > li div.btndiv article {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 15px;
    background: rgba(141, 198, 63, 0.9);
    opacity: 0
}

.ul-footersuperbuttons > li div.btndiv:hover article {
    opacity: 1
}

.ul-footersuperbuttons > li div.btndiv article::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_arrow_right.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -16px;
}

.page-template-template-srt100 .myid-1, .page-id-3975 .myid-2, .page-id-6007 .myid-2 {
    background: #8dc63f;
    text-align: center;
    position: relative
}

.page-template-template-srt100 .myid-1::before, .page-id-3975 .myid-2::before, .page-id-6007 .myid-2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
}

.page-template-template-srt100 .myid-1 h2, .page-id-3975 .myid-2 h2, .page-id-3975 .myid-2 h4, .page-id-6007 .myid-2 h2, .page-id-6007 .myid-2 h4 {
    color: white;
    padding: 0 15px
}

.page-template-template-srt100 .myid-1 ol, .page-id-3975 .myid-2 ol, .page-id-6007 .myid-2 ol, .page-id-3844 .myid-5 ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-template-template-srt100 .myid-1 ol > li, .page-id-3975 .myid-2 ol > li, .page-id-6007 .myid-2 ol > li, .page-id-3844 .myid-5 ol > li {
    display: inline-block;
    width: 48.5%;
    padding: 15px;
    border-radius: 10px;
    vertical-align: top;
    position: relative;
    background: white;
    margin-top: 200px;
    line-height: 1.5
}

.page-id-3844 .myid-5 ol {
    text-align: center
}

.page-id-3844 .myid-5 ol > li {
    width: 99.5%;
    margin-top: 250px
}

.page-template-template-srt100 .myid-1 ol > li::before, .page-id-3975 .myid-2 ol > li::before, .page-id-6007 .myid-2 ol > li::before, .page-id-3844 .myid-5 ol > li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #ffffff transparent;
}

.page-template-template-srt100 .myid-1 ol > li img, .page-id-3975 .myid-2 ol > li img, .page-id-6007 .myid-2 ol > li img {
    position: absolute;
    top: -150px;
    width: 120px;
    height: auto;
    left: 50%;
    margin-left: -60px;
}

.page-id-3844 .myid-5 ol > li img {
    position: absolute;
    top: -210px;
    width: 180px;
    height: auto;
    left: 50%;
    margin-left: -90px;
}

.page-template-template-srt100 .myid-1 ol > li strong, .page-id-3975 .myid-2 ol > li strong, .page-id-6007 .myid-2 ol > li strong, .page-id-3844 .myid-5 ol > li strong {
    display: block;
    text-transform: uppercase
}

.page-template-template-srt100 .myid-2 .myinner, .page-id-3975 .myid-3 .myinner, .page-id-6007 .myid-3 .myinner {
    text-align: center;
    color: white;
    padding: 20% 15px 5%
}

.page-template-template-srt100 .myid-3 .myinner {
    text-align: center;
    padding: 5% 15px
}

.page-id-3975 .myid-1 .myinner, .page-id-6007 .myid-1 .myinner {
    text-align: center
}

.page-id-3975 .myid-1 .myinner img, .page-id-6007 .myid-1 .myinner img {
    max-height: 800px;
    width: auto;
    margin: 0 auto
}

ol.sensbtn, .sec-maincontent ol, .page-template-template-locationlanding .sec-indexed .myinner ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol.sensbtn > li, .sec-maincontent ol > li, .page-template-template-locationlanding .sec-indexed .myinner ol > li {
    display: inline-block;
    margin: 5px
}

ol.sensbtn > li > a, .sec-maincontent ol > li > a, .page-template-template-locationlanding .sec-indexed .myinner ol > li > a {
    display: block;
    padding: 10px 20px;
    background: #8dc63f;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    -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;
}

ol.sensbtn > li > a:hover, .sec-maincontent ol > li > a:hover, .page-template-template-locationlanding .sec-indexed .myinner ol > li > a:hover {
    text-decoration: none;
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.sensus-slide {
    height: calc(100vh - 159px);
    min-height: 480px;
}

.featuredcontent {
    padding: 0 30px 0 10%
}

.featuredcontent h1 > em {
    font-style: normal;
    font-size: 0.75em;
    margin-top: -5px;
    display: block
}

.featuredcontent h1::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #4d4d4f;
    margin-top: 20px;
}

.featuredcontent h1::after {
    margin-left: 50%
}

.homesliderwrapper .carousel-inner > .item:nth-child(6) .featuredcontent h1::after {
    margin-left: 0;
    width: 120px
}

.featuredcontent a {
    display: inline-block;
    padding: 10px 20px;
    background: #8dc63f;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    -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;
}

.featuredcontent a:hover {
    text-decoration: none;
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.carousel-indicators {
    bottom: -10px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px;
    border-width: 0;
}

.carousel-indicators li {
    background-color: #acacac
}

.carousel-indicators li.active {
    background-color: #8dc63f
}

.carousel-control {
    width: 6%;
    text-shadow: none;
    color: #8dc63f
}

.carousel-control:focus, .carousel-control:hover {
    color: #8dc63f
}

.carousel-control .glyphicon {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.5em;
    position: absolute;
    left: 50%;
    margin: -15px 0 0 -15px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.sec-tickerwrapper .carousel-control.left, .sec-tickerwrapper .carousel-control.right {
    background-size: 0 0
}

.page-home .myid-1 .myinner {
    text-align: center;
    padding: 0 15px
}

.page-home .myeid-1, .page-id-3834 .myid-1 {
    background: #6f9c31;
    padding: 30px 0
}

.page-home .sec-indexed.myeid-1 {
    padding: 20px 0
}

.page-home .myeid-1 ol, .page-id-3834 .myid-1 ol {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.25em
}

.page-home .myeid-1 ol > li, .page-id-3834 .myid-1 ol > li {
    display: inline-block;
    width: 99.5%;
    vertical-align: middle;
    color: white;
    margin: 5px 0
}

.page-home .myeid-1 ol > li img, .page-id-3834 .myid-1 ol > li img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-right: 10px;
}

.page-id-3834 .float_left.myid-2 .myinner {
    padding: 50px 20% 50px 0
}

.page-id-3834 .float_left.myid-5 .myinner {
    padding: 50px 60% 50px 0;
}

.page-id-3834 .float_right.myid-6 .myinner {
    padding: 0 0 0 60%;
}

.page-id-3834 .float_left.myid-7 .myinner {
    padding: 0 60% 0 0;
}

.page-id-3834 .float_right.myid-8 .myinner {
    padding: 50px 0 50px 60%;
}

.page-id-3834 .float_left.myid-11 .myinner {
    padding: 0 30px;
    text-align: center
}

.page-id-3834 .float_right.myid-12 .myinner {
    padding: 50px 0 50px 50%;
}

.page-id-3834 .coverbk.myid-13 {
    background-size: 0 0;
    background-color: #8fc449
}

.page-id-3834 .float_right.myid-14 .myinner {
    padding: 50px 0 50px 50%;
}

.page-id-3834 .coverbk.myid-14 {
    background-position: 80% 50%
}

.page-id-3834 .float_right.myid-16 .myinner {
    padding: 50px 0 50px 60%;
}

.page-id-3834 .float_left.myid-17 .myinner {
    padding: 50px 50% 50px 0;
}

.page-id-3834 .coverbk.myid-17 {
    background-position: 30% 50%
}

.page-id-3834 .float_left.myid-18 .myinner {
    padding: 50px 50% 50px 0;
}

.page-id-3834 .coverbk.myid-18 {
    background-position: 25% 50%
}

.page-id-3834 .float_right.myid-19 .myinner {
    padding: 50px 0 50px 50%;
}

.page-id-3834 .coverbk.myid-19 {
    background-position: 70% 50%
}

.sec-cats {
    background: #8dc63f;
    text-align: center;
    padding: 30px 0
}

.ol-tab, .ul-tab {
    padding: 0;
    margin: 0;
    list-style: none
}

.ol-tab > li {
    display: inline-block;
    width: 48.5%;
    font-weight: 600;
    font-size: 1em;
    font-size: 2.2em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    position: relative
}

.page-id-3826 .ol-tab > li {
    width: 32.5%
}

.ol-tab > li:hover, .ol-tab > li.active {
    color: white
}

.ol-tab > li.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #ffffff transparent;
}

/* .page-id-3844 .ol-tab>li.active::after {bottom: -55px} */

.sec-leadershiptabs {
    text-align: center;
    padding: 50px 0
}

.sec-faqs-wrapper {
    padding: 50px 0
}

.ul-tab > li {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.page-template-template-locationlanding .ul-tab > li {
    width: 99.5%
}

.page-template-template-locationlanding .ul-tab > li h3 {
    font-size: 2.25em;
    margin: 30px 0
}

.ul-tab > li > article {
    padding: 0 10% 30px;
    position: relative;
    margin-bottom: 50px
}

.circled {
    padding-bottom: 90%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    width: 90%
}

.circled::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: white 8px solid;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 3
}

.circled::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: #e1e1e1 4px solid;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 4;
}

.ul-tab > li > article h4, .modal-body h4 {
    font-weight: 600;
    margin: 20px 0 5px
}

.ul-tab > li > article h5, .modal-body h5 {
    margin: 0 0 20px
}

span.btnspan {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em;
    padding: 2px 0;
    width: 130px;
    border-radius: 10px;
    background: #8dc63f;
    text-transform: uppercase;
    color: white;
    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;
}

span.btnspan:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.ul-tab > li > article span.btnspan {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}

ul.ul-tab:not(#oid1) {
    display: none
}

.page-id-3826 .sec-maincontent, .page-id-3828 .sec-maincontent {
    text-align: center
}

.single-job {
    background: #ebebeb;
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
}

.single-job h4 {
    font-weight: 600
}

.job-des > p.ebtn {
    border: #8dc63f 2px solid;
    padding: 5px 0;
    margin: 30px 0;
    text-align: center;
    color: #8dc63f;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.2em;
    font-style: italic
}

.job-des:not(.expanded) .jdes_long, .job-des:not(.expanded) span.showless {
    display: none
}

.job-des.expanded .jdes_short, .job-des.expanded span.showmore {
    display: none
}

p.ebtn > span {
    position: relative
}

p.ebtn > span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

p.ebtn > span.showmore::before {
    background-image: url(../images/icon_down.png)
}

p.ebtn > span.showless::before {
    background-image: url(../images/icon_up.png)
}

#accordion2 {
    display: none
}

.faqswrapper .panel {
    background-color: #f9f9f9;
    padding: 0px 20px
}

.faqswrapper h2.paneltitle {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.38em;
    margin: 0;
    letter-spacing: 1px
}

.faqswrapper h2.paneltitle a {
    display: block;
    padding: 10px 0;
    color: #8dc63f;
}

.faqswrapper h2.paneltitle a:hover {
    text-decoration: none;
    color: #8dc63f
}

.faqswrapper h2.paneltitle a.collapsed {
    color: #4d4d4f;
}

.faqswrapper h2.paneltitle a.collapsed::after {
    background-image: url(../images/icon_down.png);
    transform: rotate(270deg);
}

.faqswrapper h2.paneltitle a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    float: right;
    margin-right: -20px;
    background-size: contain;
    background-position: 50% 5%;
    background-repeat: no-repeat;
    background-image: url(../images/icon_cross.png)
}

.inner-panel ul, .inner-panel ol {
    padding: 0;
    margin: 20px 0 20px 20px
}

.sec-outcomeswrapper {
    padding: 50px 0
}

.art-outcome {
    background: #ebebeb;
    padding: 30px 40px 60px;
    border-radius: 10px;
    margin: 20px 0;
    position: relative
}

.photo-outcome {
    margin: 1%;
    padding-bottom: 40%;
    position: relative;
    font-size: 0.75em
}

.photo-outcome h3 {
    position: absolute;
    background: #8dc63f;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    font-style: italic;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin: 0
}

.sec-topper {
    background: #e2e2e2;
    padding: 30px 0
}

.sec-topper h1 {
    margin: 0;
    line-height: 1;
    font-size: 2.65em
}

select#cat, select#my_tags {
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 20px;
    margin-top: 2px;
    line-height: 1.4;
    height: 40px;
    width: 100%;
    border: none;
    font-weight: 200;
    color: #636466;
    background: #ebebeb url(../images/icon_down_white.png) 100% 50% no-repeat;
    background-size: 40px 40px;
    border-radius: 0;
    text-transform: uppercase
}

.section_blogwrapper {
    padding: 50px 0
}

.zeropadding {
    padding: 0
}

.fimgbox {
    padding-bottom: 54%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.25)
}

#more_posts, #more_posts-2, #more_posts-3 {
    text-align: center;
    border: #8dc63f 2px solid;
    font-weight: 600;
    font-size: 1.5em;
    color: #8dc63f;
    padding: 10px 0;
    cursor: pointer;
    margin: 20px 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;
}

#more_posts > span, #more_posts-2 > span, #more_posts-3 > span {
    position: relative;
    display: inline-block;
}

#more_posts:hover, #more_posts-2:hover, #more_posts-3:hover {
    background-color: #8dc63f;
    color: white
}

.subinfo {
    position: absolute;
    z-index: 3;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px
}

a.post-title {
    display: block;
    color: #8dc63f;
    text-transform: uppercase;
    line-height: 1.3; /* font-size: 1.1em; */
    font-weight: 600
}

a.read-more:hover {
    color: white
}

p.cats {
    margin: 0;
    display: none
}

p.cats a, p.cats {
    color: white
}

p.cats a:hover {
    text-decoration: underline
}

.singleblogwrapper {
    padding: 5px
}

.read-more-big {
    display: block;
    position: relative;
    overflow: hidden
}

.read-more-big::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: rgba(141, 198, 63, 0.64) url(../images/icon_plussign.png) 50% 40% no-repeat;
    background-size: 150px auto;
    opacity: 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;
}

.read-more-big:hover::after {
    opacity: 1;
    top: 0;
    z-index: 4
}

#ajax-posts > div {
    display: none
}

#ajax-posts > div:nth-child(1), #ajax-posts > div:nth-child(2), #ajax-posts > div:nth-child(3), #ajax-posts > div:nth-child(4), #ajax-posts > div:nth-child(5), #ajax-posts > div:nth-child(6) {
    display: block
}

#ajax-posts-2 > div {
    display: none
}

#ajax-posts-2 > div:nth-child(1), #ajax-posts-2 > div:nth-child(2), #ajax-posts-2 > div:nth-child(3), #ajax-posts-2 > div:nth-child(4), #ajax-posts-2 > div:nth-child(5), #ajax-posts-2 > div:nth-child(6), #ajax-posts-2 > div:nth-child(7), #ajax-posts-2 > div:nth-child(8), #ajax-posts-2 > div:nth-child(9) {
    display: block
}

#ajax-posts-3 > div {
    display: none
}

#ajax-posts-3 > div:nth-child(1), #ajax-posts-3 > div:nth-child(2), #ajax-posts-3 > div:nth-child(3), #ajax-posts-3 > div:nth-child(4), #ajax-posts-3 > div:nth-child(5), #ajax-posts-3 > div:nth-child(6), #ajax-posts-3 > div:nth-child(7), #ajax-posts-3 > div:nth-child(8), #ajax-posts-3 > div:nth-child(9), #ajax-posts-3 > div:nth-child(10) {
    display: block
}

.sec-singleblog {
    padding: 50px 0;
    padding-top: 10px;
}

.sec-singleblog a { /* text-decoration: underline */
    font-weight: bold;
}

h1.singletitle {
    font-weight: 600;
    font-size: 1.6em;
}

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

.sensuspostfilter ol, .sensuspostfilter ul {
    margin-left: 20px;
}

.prevnextnav {
    display: block;
    width: 49%;
    padding-bottom: 27%;
    position: relative
}

.prevnextnav::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 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;
}

.prevnextnav:hover::after {
    background: rgba(0, 0, 0, 0.75);
}

.prevnextnav::before {
    content: "";
    display: block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 3;
    top: 40%;
    margin-top: -25px;
    color: #95c94f;
    font-weight: 600;
    background-size: auto 40px !important;
    opacity: 0.75;
    -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;
}

.prevnextnav.prev::before {
    content: "上一篇";
    left: 80px;
    padding-left: 20px;
    background: url(../images/icon_prev.png) 0% 50% no-repeat;
}

.prevnextnav.prev:hover::before {
    left: 15px;
    opacity: 1
}

.prevnextnav.next::before {
    content: "下一篇";
    right: 80px;
    padding-right: 20px;
    background: url(../images/icon_next.png) 100% 50% no-repeat;
}

.prevnextnav.next:hover::before {
    right: 15px;
    opacity: 1
}

.prevnextnav.prev {
    float: left
}

.prevnextnav.next {
    float: right
}

.prevnextnav h4 {
    position: absolute;
    z-index: 5;
    bottom: 0;
    color: #95c94f;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    display: none
}

.ssbp-wrap {
    width: auto !important;
    display: inline-block !important
}

.widget_ssba_widget > h2, .widget_ssba_widget > .ssba-wrap {
    display: inline-block;
    vertical-align: middle
}

.widget_ssba_widget > h2 {
    font-size: 1em;
    margin: 0;
    line-height: 1;
    padding-right: 10px
}

.tickerinner {
    text-align: center;
    font-size: 1.5em;
    padding: 30px 0;
    line-height: 1.5
}

/* .page-id-3844 .sec-cats {padding: 50px 0} */
.page-id-3844 .sec-indexed ol {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .85em;
    line-height: 1.6
}

.page-id-3844 .sec-indexed ol > li > div:nth-child(1) {
    margin-bottom: 30px
}

.page-id-3844 .myid-1 {
    font-size: 1.5em;
    position: relative
}

.page-id-3844 .myid-5 {
    background: #ebebeb
}

.page-id-3844 .myid-1 .myinner::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px
}

.page-id-3844 .myid-2 ol > li:nth-child(1), .page-id-3844 .myid-3 ol > li:nth-child(1), .page-id-3844 .myid-4 ol > li:nth-child(1) {
    font-size: 2.5em;
    line-height: 1;
    padding: 15px 0
}

.sec-videos {
    padding: 20px 0
}

.youtubeplayerbtn {
    display: block;
    clear: both;
    margin: 40px 0
}

.youtubeplayerbtn > div {
    padding-bottom: 56.25%;
    position: relative
}

.youtubeplayerbtn > div > h3 {
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
    padding: 15px;
    color: #95c94f
}

.youtubeplayerbtn.read-more-big::after {
    background-image: url(../images/icon_playvideo.png)
}

.page-id-3842 .modal-dialog, .page-id-3834 .modal-dialog, .page-id-3890 .modal-dialog {
    width: 100%;
    max-width: 860px
}

.page-id-3842 .modal-content, .page-id-3834 .modal-content, .page-id-3890 .modal-content {
    padding: 0
}

.page-id-3842 .modal-content .close, .page-id-3834 .modal-content .close, .page-id-3890 .modal-content .close {
    color: white;
    right: 5px;
    top: -20px;
    opacity: .8
}

.sec-srt100mapwrapper {
    position: relative
}

.sec-srt100mapwrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 31;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #ffffff;
}

.sec-srt100mapwrapper .wpgmza_map {
    height: calc(100vh - 160px) !important;
    min-height: 580px;
    overflow-y: auto;
    position: relative
}

.sec-srt100mapwrapper .iphorm-elements-6 p {
    font-size: 0.75em;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 5% 0
}

.sec-srt100mapwrapper .iphorm-outer .iphorm-submit-wrap button {
    width: 100%
}

.sec-srt100mapwrapper .iphorm-element-spacer {
    padding-bottom: 1%
}

#srt100mapform {
    background: #fafafa;
    padding: 30px 15px;
}

#srt100mapform h3.iphorm-title {
    display: none
}

.wpgmza_sl_main_div {
    display: none
}

.wpgmza_marker_holder {
    background: #8dc63f;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.wpgmza_marker_holder::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 21;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
}

.dataTables_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

select#locationSelect {
    position: absolute;
    z-index: -1
}

table#wpgmza_table_1 {
    text-align: left
}

table#wpgmza_table_1 > thead {
    display: none
}

table#wpgmza_table_1 > tbody > tr {
    display: block;
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px 10px 30px;
    float: left;
    height: 240px;
    overflow-y: auto
}

.dataTables_wrapper .wpgmza_table td {
    padding: 0 !important
}

table#wpgmza_table_1 > tbody > tr > td {
    display: block;
    padding: 0
}

table#wpgmza_table_1 td.wpgmza_table_marker {
    display: none
}

table#wpgmza_table_1 td.wpgmza_table_title {
    font-size: 1.35em;
    font-weight: 600;
    color: #8dc63f;
    line-height: 1;
    margin: 15px 0 5px
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_info {
    color: white;
    float: none
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center
}

.sec-srt100mapwrapper table.dataTable.no-footer {
    border-bottom-color: white;
    padding: 30px 0 60px
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #8dc63f !important;
    border-width: 0;
    border-radius: 15px;
    background: white !important
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button,
.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
    padding: 0;
    margin: 5px;
    border-width: 0;
    color: white !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    text-indent: -9999px;
    position: relative
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
    position: absolute;
    z-index: 111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: black !important;
    padding: 0;
    margin: 0;
    text-indent: 0;
    font-weight: 600
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
    content: "<";
    color: white
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
    content: ">";
    color: white
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border-width: 0;
    color: white !important;
    background-color: rgba(0, 0, 0, 0)
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_length, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_filter, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_info, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_processing, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate {
    color: white
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .sec-srt100mapwrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
    padding: 10px 20px;
    line-height: 1.4;
    border: 2px #d7d7d7 solid;
    font-weight: 200;
    color: #4d4d4f
}

.dataTables_wrapper select {
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 20px;
    margin-top: 2px;
    line-height: 1.4;
    height: 40px;
    width: 150px;
    border: none;
    font-weight: 200;
    color: #636466;
    background: #ebebeb url(../images/icon_down_white.png) 100% 50% no-repeat;
    background-size: 40px 40px;
    border-radius: 0;
    text-transform: uppercase
}

.dataTables_wrapper label {
    display: block;
    float: none;
    font-weight: 600;
    margin: 0;
    text-align: left
}

.sec-srt100mapwrapper .dataTables_wrapper .dataTables_filter,
.sec-srt100mapwrapper .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
    margin: 10px 5px
}

.sec-srt100mapwrapper .wpgmza_table_description {
    font-weight: 600;
    line-height: 1.2;
}

.sec-srt100mapwrapper .wpgmza_table_address {
    line-height: 1.2;
    margin: 20px 0 10px
}

.sec-srt100mapwrapper .wpgmaps_directions_outer_div {
    margin: 30px auto
}

.sec-srt100mapwrapper::after {
    top: 35vh;
    left: 235px;
}

.wpgmza_marker_holder::before {
    left: 95px;
    display: none;
}

.page-id-3834 .sec-banner {
    padding-bottom: 42.46%;
    min-height: 480px
}

.page-id-3834 .sec-banner > article h1 {
    font-weight: 200
}

.page-id-3834 .sec-banner > article h1::after {
    display: none
}

.page-id-3834 .sec-banner > article h3 {
    color: #8dc63f
}

.page-id-3834 .titleinner {
    text-align: center
}

.page-id-3834 .sec-banner > article p > a {
    display: inline-block;
    padding: 10px 20px;
    background: #8dc63f;
    color: white;
}

.page-id-3834 .sec-maincontent img.mheight {
    max-height: 560px
}

.page-id-3834 .myid-3 .myinner {
    color: white
}

.page-id-3834 .sec-indexed.myid-4 {
    padding: 20px 0
}

.page-id-3834 .sec-indexed h2 {
    color: #8dc63f
}

.page-id-3834 .myid-6 {
    background: #e5e5e5
}

.page-id-3834 .myid-6 img {
    position: absolute;
    top: 0;
    right: 80%;
    bottom: 0;
    height: 100%;
    width: auto;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
}

.page-id-3834 .myid-7 img {
    position: absolute;
    top: 0;
    left: 60%;
    bottom: 0;
    height: 100%;
    width: auto;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
}

.page-id-3834 .myid-8, .page-id-3834 .myid-8 h2, .page-id-3834 .myid-13, .page-id-3834 .myid-13 h2, .page-id-3834 .myid-9 h2, .page-id-3834 .myid-10 h2, .page-id-3834 .myid-14, .page-id-3834 .myid-14 h2, .page-id-3834 .myid-18, .page-id-3834 .myid-18 h2 {
    color: white
}

.page-id-3834 .myid-9, .page-id-3834 .myid-10 {
    text-align: center;
    color: white
}

.page-id-3834 .myid-9 .myinner, .page-id-3834 .myid-10 .myinner {
    padding: 10% 0
}

.page-id-4879 img {
    max-width: 100%;
    height: auto
}

.mmp-sidebar {
}

.mmp-contentwrapper {
    background: #f0f0f0;
}

ul.mmp-content-ul {
    padding: 3%;
    margin: 0;
    list-style: none;
    display: none
}

ul.mmp-content-ul#LA-1 {
    display: block
}

ul.mmp-content-ul > li {
    display: inline-block;
    vertical-align: top;
    width: 97.5%;
    margin: 1%;
    background: white;
    position: relative;
    padding-bottom: 44px;
}

ul.mmp-content-ul > li > img {
    padding: 20px 30px
}

.des {
    padding: 0 15px;
    line-height: 1.2
}

ul.mmp-content-ul > li > a, .mmpbtn {
    display: block;
    color: white;
    background: #8dc63f url(../images/icon_down_dgreen.png) 100% 50% no-repeat;
    background-size: contain;
    text-transform: uppercase;
    padding: 10px 0 10px 10px
}

.mmpbtn {
    cursor: pointer;
    background-image: url(../images/icon_up_dgreen.png);
}

.dropup, ul.mmp-content-ul > li > a {
    position: absolute;
    bottom: 0;
    width: 100%
}

.dropup > div {
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    display: none
}

.dropup:hover > div {
    display: block
}

.dropup > div > a {
    display: block;
    color: white;
    background: #709d32;
    text-transform: uppercase;
    padding: 10px 0 10px 10px
}

.dropup > div > a:hover {
    background: #8dc63f
}

.mmp-topper {
    background: #c2c2c2;
    padding: 30px;
    color: white;
    position: relative
}

.mmp-topper > ol {
    display: block;
    padding: 10px 15px;
    margin: 0;
    border-left: white 1px solid;
    background: #b7b7b7;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0
}

.mmp-topper > ol > li {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    color: white;
    vertical-align: middle;
    list-style: none
}

li#logout {
    font-size: 0.8em;
    cursor: pointer
}

ul.mmp-tabul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.mmp-tabul > li {
    padding: 15px 15px 15px 50px;
    border-bottom: #f8f8f8 2px solid;
    background: url(../images/mmp_icon_06.png) 5% 50% no-repeat;
    background-size: 30px auto;
    cursor: pointer
}

ul.mmp-tabul > li:nth-child(1) {
    background-image: url(../images/mmp_icon_01.png)
}

ul.mmp-tabul > li:nth-child(2) {
    background-image: url(../images/mmp_icon_02.png)
}

ul.mmp-tabul > li:nth-child(3) {
    background-image: url(../images/mmp_icon_03.png)
}

ul.mmp-tabul > li:nth-child(4) {
    background-image: url(../images/mmp_icon_04.png)
}

ul.mmp-tabul > li:nth-child(5) {
    background-image: url(../images/mmp_icon_05.png)
}

ul.mmp-tabul > li:nth-child(6) {
    background-image: url(../images/mmp_icon_06.png)
}

ul.mmp-tabul > li:nth-child(7) {
    background-image: url(../images/mmp_icon_07.png)
}

ul.mmp-tabul > li:nth-child(8) {
    background-image: url(../images/mmp_icon_08.png)
}

ul.mmp-tabul > li.active, ul.mmp-tabul > li:hover {
    color: #8dc63f
}

.mmp-sidebar h1 {
    font-size: 1em;
    color: white;
    margin: 0;
    padding: 15px 15px 15px 40px;
    background: #d2d2d2 url(../images/mmp_icon_00.png) 3% 50% no-repeat;
    background-size: 30px auto;
    position: relative
}

.mmp-sidebar h1 > span {
    font-weight: 200;
    position: absolute;
    right: 15px;
}

img.mmp-logo {
    margin: 20px auto;
    padding: 0 10%
}

.uheight {
    min-height: 100vh
}

.mmp-contentwrapper {
    position: relative
}

.mmp-contentwrapper::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -1px;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.mmp-contentwrapper::after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ffffff;
}

#loginform {
    background: white;
    padding: 30px;
    margin: 30% auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center
}

img._right {
    cursor: pointer
}

.singleblogcat {
    border: #ebebeb 1px solid;
    padding: 20px 15px 50px;
    margin-bottom: 30px;
    position: relative
}

.title_normal {
    text-transform: uppercase;
    color: #8dc63f;
    border-bottom: #ebebeb 1px solid;
    font-size: 0.9em
}

a.read-more-abs {
    display: block;
    padding: 6px 30px 6px 20px;
    text-align: center;
    color: white;
    background: #8dc63f url(../images/icon_rightarrow_white.png) 92% 58% no-repeat;
    background-size: auto 20px;
    position: absolute;
    right: 0;
    bottom: 0
}

.page-id-5251 .sec-srtbenefits {
    display: none
}

.page-id-5251 .titleinner h3 {
    color: white;
    font-size: 2.5em;
    letter-spacing: 6px;
    margin: 0 0 30px
}

.page-id-5251 .titleinner img {
    max-width: 220px;
    height: auto;
    margin: 0 auto
}

.page-id-5251 .sec-maincontent .inner {
    text-align: center
}

.page-id-5251 .sec-maincontent .inner ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-id-5251 .sec-maincontent .inner ul > li {
    position: relative;
    margin-bottom: 80px
}

.page-id-5251 .sec-maincontent .inner ul > li img {
    max-width: 100%;
    height: auto
}

.page-id-5251 .sec-maincontent .inner ul > li h2 {
    font-weight: 600;
    color: #8dc63f;
    font-size: 2.25em;
}

.page-id-5251 .sec-maincontent .inner ul > li p {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 20px 0
}

.page-template-template-citylanding .sec-srtbenefits {
    display: none
}

.page-template-template-citylanding .titleinner h3 {
    color: white;
    font-size: 2.5em;
    letter-spacing: 6px;
    margin: 0 0 30px
}

.page-template-template-citylanding .titleinner img {
    max-width: 220px;
    height: auto;
    margin: 0 auto
}

.page-template-template-citylanding .sec-maincontent .inner {
    text-align: center
}

.page-template-template-citylanding .sec-maincontent .inner ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-template-template-citylanding .sec-maincontent .inner ul > li {
    position: relative;
    margin-bottom: 80px
}

.page-template-template-citylanding .sec-maincontent .inner ul > li img {
    max-width: 100%;
    height: auto
}

.page-template-template-citylanding .sec-maincontent .inner ul > li h2 {
    font-weight: 600;
    color: #8dc63f;
    text-transform: uppercase;
    font-size: 2.25em;
}

.page-template-template-citylanding .sec-maincontent .inner ul > li p {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 20px 0
}

.lasersystem {
    background: #ebebeb;
    text-align: center;
    padding: 60px 0;
    margin-top: -80px
}

.page-id-6007 .lasersystem {
    margin-top: 0
}

#benefitbtn h2 {
    font-weight: 600;
    font-size: 2.5em
}

#benefitbtn ol {
    padding: 0;
    margin: 0;
    list-style: none
}

#benefitbtn ol > li {
    display: inline-block;
    width: 49.5%;
    padding: 3%;
    font-size: 1.25em;
    line-height: 1.2;
    vertical-align: top
}

#benefitbtn ol > li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#benefitbtn a {
    display: inline-block;
    font-weight: 600;
    font-size: 1.1em;
    padding: 10px 20px;
    background: #8dc63f;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
}

#benefits {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    line-height: 1.2;
    display: none
}

#benefits.active {
    display: block
}

#benefits > li {
    margin: 100px auto;
}

#benefits > li > article {
    background: white;
    border-radius: 10px;
    padding: 30px 30px 30px 20%;
    position: relative;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

#benefits > li > article img {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 28%;
    height: auto
}

#benefits > li > article > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#benefits > li > article > ul > li {
    margin-bottom: 4%
}

#benefits > li > article h3 {
    font-weight: 600;
    color: #8dc63f;
    text-transform: uppercase;
    font-size: 2em;
    margin: 0 0 20px
}

#benefits > li > article h4 {
    font-weight: 600;
    font-size: 1.5em
}

.homesliderwrapper {
    font-size: .75em;
    line-height: 1.4;
    text-align: right
}

.homesliderwrapper .carousel-inner > .item:nth-child(6) {
    text-align: left
}

.page-id-5861 .sec-srtbenefits, .page-id-5861 .sec-footersuperbuttons, .page-id-6007 .sec-footersuperbuttons {
    display: none
}

footer {
    background: #ccc;
    padding: 30px 0 50px;
    font-size: 0.7em;
    font-size: .95em;
}

footer h3 {
    margin-top: 30px
}

footer a {
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-all;

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

ul.socialconnections {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.socialconnections > li {
    display: inline-block;
    margin: 5px 0
}

ul.socialconnections > li > a > img {
    width: 48px;
    height: auto
}

.cleft img {
    width: 100%;
    max-width: 160px;
    height: auto
}

.cright p {
    margin: 0 0 10px
}

/*correct google conversion tracking tag generated iframe height issue*/
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/*QUFORM thing*/

.form_wrapper {
    margin: 30px 0
}

.iphorm-outer .iphorm-submit-wrap button {
    margin: 0
}

.iphorm-elements {
    text-align: left
}

.iphorm-elements .iphorm-submit-input-wrap {
    text-align: center
}

.page-id-3844 .ul-tab > li {
    width: 99.5%
}

.iphorm-outer h3.iphorm-title {
    font-size: 1.6em;
    font-weight: 200;
    margin: 20px 0
}

#benefitbtn h3.iphorm-title {
    margin: 50px 0 -50px
}

.iphorm-outer .iphorm-elements .iphorm-element-wrap-text input,
.iphorm-outer .iphorm-elements .iphorm-element-wrap-captcha input,
.iphorm-outer .iphorm-elements .iphorm-element-wrap-password input,
.iphorm-outer .iphorm-elements .iphorm-element-wrap select,
.iphorm-outer .iphorm-elements .iphorm-element-wrap textarea {
    padding: 10px 20px;
    line-height: 1.4;
    width: 100%;
    border: 2px #d7d7d7 solid;
    font-weight: 200
}

.iphorm-outer .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label,
.iphorm-outer .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label,
.iphorm-outer .iphorm-element-wrap-password.iphorm-labels-inside > .iphorm-element-spacer > label,
.iphorm-outer .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label {
    left: 0;
    top: 0 !important;
    padding: 10px 20px;
    line-height: 1.4;
    margin: 0;
    border: 2px rgba(0, 0, 0, 0) solid;
    text-transform: uppercase;
    font-size: 16px !important
}

.iphorm-outer .iphorm-element-wrap label span.iphorm-required {
    color: red;
    font-size: 1em;
    font-weight: 200
}

.iphorm-outer .iphorm-submit-input-wrap {
    float: none
}

.iphorm-outer .iphorm-submit-wrap button span,
.iphorm-outer .iphorm-submit-wrap button:hover span {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.iphorm-outer .iphorm-submit-wrap button em {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25em;
    padding: 8px 30px;
    border: 0 solid #f37321;
    border-radius: 10px
}

.iphorm-outer .iphorm-submit-wrap button em,
.iphorm-outer .iphorm-submit-wrap button:hover em {
    background: #8dc63f;
}

.iphorm-outer label {
    font-weight: 200 !important;
}

.iphorm-outer .iphorm-element-spacer-text label {
    text-transform: uppercase
}

.iphorm-outer .iphorm-element-wrap-select {
    margin-bottom: 3px !important
}

.iphorm-outer .iphorm-input-wrap-select div.selector.fixedWidth {
    width: 100% !important;
    padding: 0;
    font-size: 1em;
    height: auto;
    position: relative
}

.iphorm-outer .iphorm-input-wrap-select div.selector.fixedWidth span {
    background: white url(../images/icon_down_white.png) 100% 50% no-repeat;
    border: 2px #d7d7d7 solid;
    font-weight: 200;
    background-size: auto 100%;
    width: 100%;
    height: auto;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 1.4;
    color: #999;
    text-align: left
}

.iphorm-outer .iphorm-input-wrap-select div.selector select {
    padding: 10px 20px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.4;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 1em !important;
    -moz-appearance: none;
    appearance: none;
    color: #999
}

.iphorm-outer .iphorm-input-wrap-select div.selector select option {
    -webkit-appearance: none;
    color: #999
}

.iphorm-outer .iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-2cols > .iphorm-element-wrap, .iphorm-outer .iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-2cols > .iphorm-group-wrap {
    width: 50%
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* chrome hack */
    .iphorm-outer .iphorm-input-wrap-select div.selector.fixedWidth span {
        color: #999;
    }
}

/*QUFORM thing*/

body.modal-open {
    overflow: hidden !important;
}

.modal-backdrop {
    opacity: 0.9 !important
}

.modal {
    text-align: center;
    padding: 0 !important;
    bottom: auto
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    margin: 0 auto

}

.page-id-3826 .modal-dialog {
    width: 100%;
    max-width: 860px;
    margin: 150px 0;
}

.modal-content {
    padding: 20px;
}

.page-id-3826 .modal-body {
    position: relative;
    padding-top: 110px
}

.modal-body .circled {
    width: 220px;
    height: 220px;
    padding: 0;
    position: absolute;
    top: -110px;
    left: 50%;
    margin-left: -110px
}

.close {
    float: none;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 15px;
}

/*Mobile first queries - recommended*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/*ENDS 320px*/

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

    .featuredcontent {
        padding: 0 0 0 30%
    }

    .page-home .myid-1 .myinner {
        padding: 0 10%
    }

    .navbar-brand img {
        max-width: 140px
    }

    ul#menu-sensus-top-buttons > li > a {
        font-size: 1.1em
    }

    .ol-tab > li {
        font-size: 1.5em
    }

    .ul-footersuperbuttons {
        font-size: 1em;
        line-height: 1.4
    }

    .ul-footersuperbuttons > li div.btndiv article::after {
        bottom: 15px;
    }

    #benefitbtn a {
        font-size: 1.25em;
    }

    #benefits > li > article {
        padding: 30px 30px 30px 24%;
    }

}

/*ENDS 480px*/

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

    h1 {
        font-size: 2.9em;
    }

    h2 {
        font-size: 2em
    }

    h3 {
        font-size: 1.5em
    }

    h4 {
        font-size: 1.4em
    }

    h5 {
        font-size: 1.25em
    }

    .ol-tab > li {
        font-size: 2.2em
    }

    ul#menu-sensus-top-buttons {
        font-size: 1em
    }

    ul#menu-sensus-top-buttons > li > a {
        padding: 8px 10px 8px 38px
    }

    ul#menu-sensus-top-buttons > li > a::before {
        width: 32px;
        background-size: auto 24px;
    }

    .alignleft, img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }

    .alignright, img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }

    .featuredcontent {
        padding: 0 15px 0 50%
    }

    .tcenter {
        text-align: center
    }

    .single-job {
        padding: 30px;
        margin: 30px;
    }

    .photo-outcome {
        width: 30.5%;
        display: inline-block;
        margin: 0 1%;
        font-size: 1em;
    }

    .ol-tab > li.active::after {
        bottom: -30px
    }

    .navbar-brand img {
        max-width: 160px
    }

    .page-id-3890 .myid-1 .myinner {
        padding: 15% 0 0 50%
    }

    .circled {
        padding-bottom: 70%;
        width: 70%
    }

    .float_left .myinner {
        padding: 0 45% 0 0
    }

    .float_right .myinner {
        padding: 0 0 0 45%
    }

    .page-id-3834 .float_left .myinner {
        padding: 100px 75% 100px 0
    }

    .page-id-3834 .float_right .myinner {
        padding: 100px 0 100px 75%
    }

    .page-id-3834 .float_left.myid-2 .myinner {
        padding: 100px 50% 100px 0
    }

    .cright p:not(:nth-of-type(1)) {
        float: left;
        padding-right: 30px;
    }

    .sec-srtbenefits ol > li {
        width: 19%
    }

    .page-template-template-srt100 .myid-1 h2, .page-id-3975 .myid-2 h2, .page-id-3975 .myid-2 h4, .page-id-6007 .myid-2 h2, .page-id-6007 .myid-2 h4 {
        padding: 0 20%
    }

    .page-template-template-srt100 .myid-1 ol > li, .page-id-3975 .myid-2 ol > li, .page-id-6007 .myid-2 ol > li {
        width: 24.5%
    }

    .page-template-template-srt100 .myid-2 .myinner, .page-id-3975 .myid-3 .myinner, .page-id-6007 .myid-3 .myinner {
        padding: 20% 15% 5%
    }

    .page-template-template-srt100 .myid-3 .myinner {
        padding: 5% 20%
    }

    .page-id-3975 .sec-maincontent .inner, .page-id-6007 .sec-maincontent .inner {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .page-home .myeid-1 ol > li, .page-id-3834 .myid-1 ol > li {
        width: 48.5%
    }

    .page-home .myid-1 .myinner {
        padding: 0 15%
    }

    .ul-tab > li {
        width: 32.5%
    }

    .page-template-template-locationlanding .ul-tab > li {
        width: 47.5%;
        padding: 0 1%
    }

    .page-id-3826 .modal-body {
        padding-left: 120px;
        padding-top: 0;
    }

    .modal-body .circled {
        left: -110px;
        margin-left: 0
    }

    .page-id-3826 .sec-maincontent .inner, .page-id-3828 .sec-maincontent .inner, .art-narrow {
        padding: 50px 12%
    }

    .top1 .fimgbox {
        padding-bottom: 35%;
    }

    .prevnextnav h4 {
        display: block
    }

    .sec-tickerwrapper .coverbk.fc-id-0 {
        background-position: 0% 50%
    }

    .page-id-3844 .iphorm-group-wrap {
        width: 47.5%;
        margin: 0 1% !important;
        display: inline-block;
        vertical-align: top;
    }

    .page-id-3844 .ul-tab > li {
        width: 75%
    }

    .iphorm-outer .iphorm-inner-3 .iphorm-elements .iphorm-element-wrap textarea {
        min-height: 282px
    }

    .iphorm-outer .iphorm-inner-1 .iphorm-elements .iphorm-element-wrap textarea {
        min-height: 340px
    }

    .iphorm-outer .iphorm-inner-4 .iphorm-elements .iphorm-element-wrap textarea {
        min-height: 170px
    }

    .page-id-3844 .sec-indexed ol > li {
        display: inline-block;
        width: 48.5%;
        vertical-align: middle
    }

    .page-id-3844 .sec-indexed.myid-5 ol > li {
        width: 32.5%;
        vertical-align: top
    }

    .page-id-3844 .myid-1 .myinner, .page-id-3844 .myid-2 .myinner, .page-id-3834 .myid-3 .myinner, .page-id-3844 .myid-4 .myinner, .page-id-3844 .myid-3 .myinner, .page-id-3834 .myid-20 .myinner {
        padding: 0 10%
    }

    .page-id-3844 .myid-1 .myinner ol > li:nth-child(2), .page-id-3844 .myid-2 .myinner ol > li:nth-child(2), .page-id-3844 .myid-3 .myinner ol > li:nth-child(2), .page-id-3844 .myid-4 .myinner ol > li:nth-child(2) {
        padding-left: 10%
    }

    table#wpgmza_table_1 > tbody > tr {
        width: calc(33.33333% - 10px);
        margin: 5px;
    }

    #srt100mapform {
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6;
        border-right: #a1a1a1 5px solid;
        height: calc(100vh - 160px) !important;
        min-height: 580px;
        overflow-y: auto;
    }

    .sec-srt100mapwrapper::after {
        top: 35vh;
        left: 295px;
    }

    .wpgmza_marker_holder::before {
        left: 135px;
        display: block
    }

    ul.mmp-content-ul > li {
        width: 47.5%;
    }

    ol.sensbtn, .sec-maincontent ol {
        margin-left: -5px;
    }

    .sec-srt100mapwrapper .dataTables_wrapper .dataTables_length {
        float: left
    }

    .sec-srt100mapwrapper .dataTables_wrapper .dataTables_filter {
        float: right
    }

    a.post-title {
        font-size: 1em
    }

    .page-id-3834 .float_left.myid-11 .myinner {
        padding: 50px 50% 50px 0;
        text-align: left
    }

    .page-id-3834 .myid-11 img {
        position: absolute;
        width: 40%;
        height: auto;
        right: 5%;
        top: 40%;
    }

    .page-id-3890 .sec-indexed.myid-1 {
        background-size: cover;
    }

    .page-id-3890 .sec-indexed.myid-3 {
        background-position: 50% 50%
    }

    .page-id-3834 .titleinner {
        padding: 0 25%
    }

    .page-id-3834 ol.sensbtn {
        text-align: center
    }

    .page-id-3834 .float_right.myid-6 .myinner {
        padding: 100px 0 100px 60%;
    }

    .page-id-3834 .float_left.myid-7 .myinner {
        padding: 100px 60% 100px 0;
    }

    .page-id-3834 .float_right.myid-8 .myinner {
        padding: 100px 0 100px 70%;
    }

    .page-id-3834 .coverbk.myid-13 {
        background-size: cover
    }

    .page-id-3834 .float_right.myid-14 .myinner {
        padding: 100px 0 100px 75%;
    }

    .page-id-3834 .coverbk.myid-14 {
        background-position: 50% 50%
    }

    .page-id-3834 .float_right.myid-16 .myinner {
        padding: 100px 0 100px 75%;
    }

    .page-id-3834 .float_left.myid-17 .myinner {
        padding: 100px 75% 100px 0;
    }

    .page-id-3834 .coverbk.myid-17 {
        background-position: 50% 50%
    }

    .page-id-3834 .float_left.myid-18 .myinner {
        padding: 100px 75% 100px 0;
    }

    .page-id-3834 .coverbk.myid-18 {
        background-position: 50% 50%
    }

    .page-id-3834 .float_right.myid-19 .myinner {
        padding: 100px 0 100px 75%;
    }

    .page-id-3834 .coverbk.myid-19 {
        background-position: 50% 50%
    }

    .page-id-5251 .sec-maincontent .inner ul > li {
        position: relative;
        margin-bottom: 0;
        display: inline-block;
        padding-bottom: 400px;
        width: 32.5%;
        vertical-align: top
    }

    .page-id-5251 .sec-maincontent .inner ul > li img {
        position: absolute;
        bottom: 0;
        width: 180px;
        height: auto;
        left: 50%;
        margin-left: -90px;
    }

    .page-id-5251 .sec-maincontent .inner ul > li h2 {
        min-height: 100px
    }

    #benefitbtn ol > li {
        width: 24.5%;
    }

    #benefits > li > article > ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .page-template-template-citylanding .sec-maincontent .inner ul > li {
        position: relative;
        margin-bottom: 0;
        display: inline-block;
        padding-bottom: 400px;
        width: 32.5%;
        vertical-align: top
    }

    .page-template-template-citylanding .sec-maincontent .inner ul > li img {
        position: absolute;
        bottom: 0;
        width: 180px;
        height: auto;
        left: 50%;
        margin-left: -90px;
    }

    .page-template-template-citylanding .sec-maincontent .inner ul > li h2 {
        min-height: 100px
    }

    #benefitbtn ol > li {
        width: 24.5%;
    }

    #benefits > li > article > ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #benefits > li > article > ul > li {
        margin-bottom: 6%
    }

    #benefits > li > article img {
        width: 18%
    }

    .page-template-template-locationlanding .sec-maincontent .inner.tcenter {
        padding: 8% 10%
    }

    .homesliderwrapper {
        font-size: .85em;
        line-height: 1.6;
        text-align: left
    }

    .featuredcontent h1::after {
        width: 120px;
        margin-left: 0
    }

}

/*ENDS 780px*/

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

    img.mheight {
        position: absolute;
        height: calc(100% + 50px);
        max-height: 620px;
        width: auto;
        margin-top: -50px;
        max-width: none
    }

    .page-template-template-locationlanding img.mheight {
        max-height: 720px;
    }

    .page-template-template-locationlanding img.mheight._left {
        left: -65%
    }

    .page-template-template-locationlanding img.mheight._right {
        right: -65%
    }

    .iphorm-outer .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label,
    .iphorm-outer .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label,
    .iphorm-outer .iphorm-element-wrap-password.iphorm-labels-inside > .iphorm-element-spacer > label,
    .iphorm-outer .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label {
        font-size: 20px !important
    }

    .page-home .myeid-1 ol > li, .page-id-3834 .myid-1 ol > li {
        width: 24.5%
    }

    .cright {
        padding-left: 30px
    }

    .ul-footersuperbuttons > li {
        width: 32%
    }

    .page-home .myid-1 .myinner, .page-id-3834 .myid-3 .myinner, .page-id-3834 .myid-20 .myinner {
        padding: 0 15%
    }

    table#wpgmza_table_1 > tbody > tr {
        width: calc(20% - 6px);
        margin: 3px;
    }

    #srt100mapform {
        width: 360px
    }

    .sec-srt100mapwrapper::after {
        top: 35vh;
        left: 355px;
    }

    .wpgmza_marker_holder::before {
        left: 155px
    }

    ul.mmp-content-ul > li {
        width: 22.5%;
    }

    .modal {
        bottom: 0
    }

    #benefits > li > article::after {
        content: "";
        display: block;
        width: 1px;
        height: 80%;
        position: absolute;
        top: 10%;
        background: #e1e1e1;
        left: 40%;
    }

    #benefits > li > article > ul {
        padding: 15px 15px 15px 10%;
        width: 65%;
        display: inline-block;
        vertical-align: top
    }

    .forceinline {
        width: 25%;
        display: inline-block;
        vertical-align: top
    }

    #benefits > li > article {
        padding: 60px 30px 60px 15%
    }

    #benefits > li > article img {
        position: absolute;
        top: auto;
        bottom: -30px;
        width: 13%;
    }

    .page-id-5251 .titleinner img {
        max-width: 480px
    }

    .page-template-template-citylanding .titleinner img {
        max-width: 480px
    }

    img.mheight._left {
        left: -60%
    }

    img.mheight._right {
        right: -60%
    }

    .homesliderwrapper {
        font-size: 1em;
        line-height: 2
    }

    .page-id-6007 .iphorm-outer .iphorm-input-wrap-select div.selector.fixedWidth {
        font-size: 1.25em
    }

}

/*ENDS 992px*/

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

    .dropdown-menu > li:first-child {
        display: none !important
    }

    /*hide mobile duplication*/
    .dropdown .dropdown-menu {
        display: none;
        position: absolute;
        width: auto;
        padding: 0
    }

    /*zzj*/
    .dropdown-menu {
        padding: 5px 0;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav > li > a {
        font-weight: 200;
        font-size: 1.3em;
    }

    .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }

    .navbar-nav {
        margin-top: 28px;
    }

    .navbar-brand img {
        max-width: 180px;
        margin: -10px 0 20px
    }

    .navbar-default .navbar-nav > li.dropdown > a {
        padding-bottom: 68px
    }

    img.mheight._left {
        left: -25%
    }

    img.mheight._right {
        right: -25%
    }

    .page-template-template-locationlanding img.mheight._left {
        left: -35%
    }

    .page-template-template-locationlanding img.mheight._right {
        right: -35%
    }

    .page-id-3826 .sec-maincontent .inner, .page-id-3828 .sec-maincontent .inner, .art-narrow {
        padding: 50px 18%
    }

    .page-home .myid-1 .myinner, .page-id-3834 .myid-3 .myinner, .page-id-3834 .myid-20 .myinner {
        padding: 0 20%
    }

    a.post-title {
        font-size: 1.1em
    }

    p.cats {
        display: block
    }

}

/*ENDS 1200px*/

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {

    .page-template-template-locationlanding img.mheight._left {
        left: -10%
    }

    .page-template-template-locationlanding img.mheight._right {
        right: -10%
    }

    img.mheight._left {
        left: -15%
    }

    img.mheight._right {
        right: -15%
    }

}

/*ENDS 1440px*/

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1680px) {

    .page-template-template-locationlanding img.mheight._left {
        left: 0
    }

    .page-template-template-locationlanding img.mheight._right {
        right: 0
    }

    a.post-title {
        font-size: 1.25em
    }

    .page-template-template-locationlanding .sec-maincontent .inner.tcenter {
        padding: 8%
    }

    img.mheight._left {
        left: 0
    }

    img.mheight._right {
        right: 0
    }

    .sec-banner {
        min-height: 200px;
    }

    .sec-banner > article p {
        font-size: .95em;
    }

    .sec-maincontent .inner, .sec-srt100 .inner {
        padding: 12px 0;
    }

}

/*ENDS 1680px*/

/*NAV breakpoint adjust from xs -> md*/
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
        margin: 10px 0
    }

    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .sec-banner {
        min-height: 200px;
    }

    .sec-banner > article p {
        font-size: .95em;
    }

    .sec-maincontent .inner, .sec-srt100 .inner {
        padding: 12px 0;
    }
}

/*breakpoint adjust*/

#primarywrapper > section.sec-maincontent div.col-sm-12.col-md-8.oheight > article > p {
    margin: 5px 0 6px;
    border-bottom: dashed 1px;
    padding-bottom: 3px;
}

#primarywrapper > section.sec-maincontent div.col-sm-12.col-md-8.oheight > article > ol {
    margin-top: 20px;
}

#primarywrapper > footer div.col-sm-12.col-md-5 > article.inner > ul.socialconnections > li {
    margin: 5px;
}

#primarywrapper > section.section_blogwrapper > div.container > div.row article.singleblogcat h3 {
    line-height: 1.5em;
    color: #8dc63f;
}

.footwx {
    height: 3.2rem;
    background: #000;
    box-shadow: 0 0 0.2rem #cccccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0.7;
    padding-left: 50px;
}

.footwx img {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -18px;
    width: 38px;
    height: auto;
    margin-right: 5px;
    border-radius: .3125em;
    opacity: 1;
}

.footwx dl {
    height: 3.2rem;
    margin: 0;
    color: #fff;
    padding: 5px 8px;
    border-left: 1px solid #524d4d;
}

.footwx dt {
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
}

.footwx dd {
    font-size: 14px;
    margin: 0;
    line-height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .footwx {
        display: none;
    }

}
