h1.logo-head{
    font-size: 12px;
    line-height: 0;
    margin: 0;
    padding: 0;
    margin-top: -12px;
    margin-left: -15px;
}
.hero-slider .slides li {
    height: 70vh;
    min-height:680px;
    overflow: hidden;
    position: relative;
}

.slides h1, h1.large {
    font-family: 'Roboto Slab', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: -2px !important;
    font-size: 52px !important;
    line-height: 1!important;
    font-weight:300!important;
}

.simple-bar .logo {
    max-width: 800px;
    max-height: 52px;
    bottom: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.menu li a {
    font-family: 'Titillium Web','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:1;
    font-size:14px;
    font-weight:600;
}

.top-bar {
    /*position:relative;*/
}

.btn-primary {
    /*border-radius: 5px;
    padding: 19px 33px 19px 33px;*/
    font-family: 'Titillium Web','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.simple-bar .nav-menu {
    padding-top: 46px;
}

.simple-bar .menu li a {
    padding-bottom: 46px;
}

.hero-slider .slides li.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.5;
    z-index: 2;
    background-color: #002f6b;
}

.has-dropdown {
    bottom: 1px;
}

.simple-bar .menu li {
    margin-right: 24px;
}

.nav-menu .btn {
    bottom: 14px;
    display: inline-block;
    position: relative;
}

.bg-secondary-1 {
    background-color: #222 !important;
}

.strip h3 {
    font-size: 22px;
    color: #002f6b;
}

.map-holder {
    height: 610px;
}
.map-holder iframe {
    border: none;
    width: 100%;
    height: 610px;
    margin-top: 108px;
}

.page-header-small{
    padding:80px 0;
}

.products-and-services-spinner{padding:0;}

.content-center .wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

p.subtitle{
    color:#999;
}

.post-navigation a{
    color:#000;
}
.post-navigation a:hover{
    color:#002f6b;
}

div.result{
    display: block;
    font-family: 'Titillium Web','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.result a{
    color:#000;
}

.oes-sub{
    margin-top:20px;
}

.oes-sub a{
    color:#999;
}
.oes-sub a:hover{
    color:#002f6b;
}

.select-title{
    color:#002f6b;
}

.oes-main-content{
    margin-bottom:80px;
}

.oes-main-content h1{
    font-size: 42px;
    line-height: 1;
    margin: 40px 0 20px;
    font-weight: bold;
}

p{font-size: 16px;
    line-height: 28px;}

    .location p{
        font-size: 14px;
    line-height: 1.5;
    }

    .col-sm-3.location {
        height: 260px;
    }

table.standard-table td {
    padding:20px;
}

table h2 a {
    color: #222;
    border:1px solid transparent;
    padding:8px 16px;
}

    table h2 a:hover {
        border-color:#999;
    }
    /*--------------------------------------------------------------
### Tags
--------------------------------------------------------------*/
    div.tag,
    span.tag,
    a.tag,
    .tag-wrap a,
    a[class^="tag-link-"] {
        background: transparent;
        color: #404044;
        border: 1px solid #404044;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        padding: 9px 15px 7px;
        margin-top: 4px;
        margin-right: 4px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.1;
        display: inline-block;
        text-transform: uppercase;
    }

a.tag:hover,
.tag-wrap a:hover,
a[class^="tag-link-"]:hover {
  border-color: #002f6b;
  color: #002f6b; }

/*--------------------------------------------------------------
### Select
--------------------------------------------------------------*/
.select {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 20; }
    .select select {
      display: none; }
    .select .select-title {
      display: block;
      padding: 0 10px;
      padding-left:0;
      font-weight: 600;
      position: relative;
      z-index: 2; }
      .select .select-title:hover {
        text-decoration: none; }
    .select i.icon {
      width: auto;
      height: auto;
      padding: 0;
      margin-left: 5px;
      font-size: 17px;
      vertical-align: -2px;
      display: inline-block;
      line-height: 16px;
      position: relative;
      top: 1px;
      -webkit-transform-origin: 45% 45%;
          -ms-transform-origin: 45% 45%;
              transform-origin: 45% 45%;
      -webkit-transition: -webkit-transform .15s ease-in-out;
      transition: -webkit-transform .15s ease-in-out;
      -o-transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }
    .select .select-menu {
      background: #ffffff;
      position: absolute;
      min-width: 160px;
      max-height: 304px;
      overflow-y: auto;
      left: 5px;
      top: 0px;
      opacity: 0;
      visibility: hidden;
      list-style: none;
      text-align: left;
      -webkit-transition-property: width, opacity, visibility, top;
      -o-transition-property: width, opacity, visibility, top;
      transition-property: width, opacity, visibility, top;
      -webkit-transition-duration: 0s, .1s, .1s;
           -o-transition-duration: 0s, .1s, .1s;
              transition-duration: 0s, .1s, .1s;
      -webkit-transition-delay: .2s, 0s, 0s;
           -o-transition-delay: .2s, 0s, 0s;
              transition-delay: .2s, 0s, 0s;
      -webkit-transition-timing-function: ease-in-out;
           -o-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12); }
      .select .select-menu::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0.1);
        width: 8px;
        -webkit-border-radius: 4px;
                border-radius: 4px; }
      .select .select-menu::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 4px;
                border-radius: 4px; }
        .select .select-menu::-webkit-scrollbar-thumb:hover {
          background: rgba(0, 0, 0, 0.3); }
      .select .select-menu li {
        line-height: 1;
        padding: 0; }
      .select .select-menu .icon {
        width: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 4px; }
      .select .select-menu a {
        width: 100%;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
        vertical-align: middle;
        color: #282828;
        white-space: nowrap;
        display: inline-block; }
        .select .select-menu a:hover {
          background: #f3f3f3;
          cursor: pointer;
          text-decoration: none; }
    .select.active .select-title .icon {
      -webkit-transform: rotateZ(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotateZ(-180deg); }
    .select.active .select-menu {
      top: 30px;
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s, 0s, 0s;
           -o-transition-delay: 0s, 0s, 0s;
              transition-delay: 0s, 0s, 0s; }
  

/*start norebro*/
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.content-center {
    display: table;
    width: 100%;
    height: 100%;
}
.norebro-icon-grid {
    -webkit-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out; }
    .norebro-icon-grid .icon {
      width: 4px;
      height: 4px;
      border: 4px solid #545454;
      border-left: none;
      border-right: none;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      top: 19px;
      left: 19px; }
      .norebro-icon-grid .icon:before {
        content: '';
        width: 100%;
        height: 100%;
        border: inherit;
        top: -4px;
        left: 8px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
      .norebro-icon-grid .icon, .norebro-icon-grid .icon:before {
        position: absolute;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform; }
    .norebro-icon-grid:hover .icon {
      height: 6px;
      -webkit-transform: translate3d(-1px, -1px, 0) rotate(0.3deg);
              transform: translate3d(-1px, -1px, 0) rotate(0.3deg); }
      .norebro-icon-grid:hover .icon:before {
        -webkit-transform: translate3d(2px, 0, 0) rotate(0.3deg);
                transform: translate3d(2px, 0, 0) rotate(0.3deg); }
  
  .post-navigation {
    background: #fff;
    position: relative; }
    .post-navigation.with-border-top {
      border-top: 1px solid #f0f0f0; }
    .post-navigation.with-border-bottom {
      border-bottom: 1px solid #f0f0f0; }
    .post-navigation .box-wrap > a {
      width: 100%;
      height: 90px;
      display: block; }
      .post-navigation .box-wrap > a .icon {
        width: 30px;
        display: inline-block;
        font-size: 21px;
        vertical-align: 8px; }
      .post-navigation .box-wrap > a h4, .post-navigation .box-wrap > a .icon {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        -webkit-transition-property: color;
        -o-transition-property: color;
        transition-property: color; }
      .post-navigation .box-wrap > a:hover h4, .post-navigation .box-wrap > a:hover .icon {
        color: #002f6b; }
    .post-navigation .subtitle {
      text-transform: uppercase;
      margin-bottom: 5px;
      font-size: 12px; }
    .post-navigation h4 {
      margin: 0;
      font-size: 13.5px;
      font-weight: 600; }
    .post-navigation .content {
      display: inline-block; }
    .post-navigation .grid {
      background: #f3f3f3;
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      margin: -25px 0 0 -25px;
      position: absolute;
      top: 50%;
      left: 50%; }
      .post-navigation .grid:hover {
        background: #e6e6e6; }
    @media screen and (max-width: 768px) {
      .post-navigation .box-wrap {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        float: left; }
      .post-navigation .box-wrap > a .icon {
        vertical-align: 0px; }
      .post-navigation .content {
        display: none; } }
  
  .onepage-navigation {
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 3; }
    .onepage-navigation .slider-nav div {
      position: relative; }
    .onepage-navigation a {
      float: left;
      margin-right: 10px; }
    .onepage-navigation .norebro-icon-grid .icon, .onepage-navigation .norebro-icon-grid .icon:after {
      border-color: #fff;
      -webkit-border-radius: 0;
              border-radius: 0; }
    @media screen and (max-width: 769px) {
      .onepage-navigation {
        bottom: 25px;
        right: 15px; } }
/*end norebro*/



/*contact*/
.oes-gray{
    background: #e0e0e0;
    border: 1px solid #d2d2d2;
    padding: 30px 50px;
}
.oes-gray h3{
    font-weight: bold;
    margin: 20px 0;
}

.oes-gray p{
    line-height: 1.5;
}

.oes-gray h4{
    font-weight: 600;
    margin-bottom: 10px;
}
.oes2-contact h2.title{
    display: none;
}

.fieldItem .fieldBlock{width:100%!important;}
.largeField .textField, .largeField.type-phone .textField.phone-international, .largeField .dropdown {
    width: 100%!important;
}

input.textField, select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*end contact*/


/* start responsive */
@media only screen and (min-width:768px) and (max-width: 959px) {
    .nav-container > nav.top-bar > .container {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .simple-bar .menu li {
        margin-right: 14px;
    }

    .simple-bar .col-md-8 {
        width: 83.33333333%!important;
        float:right;
    }

    .simple-bar .menu li:first-child {
        display: none;
    }

    .simple-bar .col-md-2:first-child {
        position:absolute;
        width:174px;
        margin-left:24px;
    }

    .simple-bar .col-md-2:last-child {
        display:none;
    }

    .hero-slider .slides li {
        min-height:458px;   
    }

    table {
        margin:0 auto;
    }

    td {
        display:block;
        text-align:center;
        width:80%;
        margin: 0 auto;
    }
        td img {
            display:block;
        }
 }

@media only screen and (min-width:0px) and (max-width:767px) {
    .simple-bar .col-md-2.col-sm-2.columns {
        margin-left: 15px !important;
    }

    .simple-bar .col-md-2 img.logo {
        bottom: 38px !important;
    }

    .simple-bar h1.logo-head {
        margin-top: -62px !important;
        margin-bottom: 40px !important;
    }

    .simple-bar .col-md-8 {
        text-align: right !important;
    }

        .simple-bar .col-md-8 .subnav {
            text-align: right !important;
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

    .simple-bar .menu li a {
        padding-bottom: 0;
        text-align: right;
    }

    .hero-slider .slides li h1 {
        font-size: 34px !important;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    .hero-slider .slides li {
        min-height: 580px;
    }

    body.about .image-container {
        display: block;
        position: relative;
    }

    body.about .main-conatiner .section.side-image .container {
        display: block;
        margin-top: 20px;
    }

    h1.large {
        font-size: 36px !important;
        margin: 40px 0 20px !important;
    }

    .nav-menu .btn {
        float: right;
        margin-right: 10px;
    }

    table {
        margin: 0 auto;
    }

    td {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

        td img {
            display: block;
        }
}
/* end responsive */

/*cms*/
.hero-slider .slides,
.hero-slider .slides p,
.hero-slider .slides h1,
.hero-slider .slides h2,
.hero-slider .slides h3,
.hero-slider .slides h4,
.hero-slider .slides h5 {color:#fff;}

.feature-box,
.feature-box p,
.feature-box h1,
.feature-box h2,
.feature-box h3,
.feature-box h4,
.feature-box h5 {color:#fff;}


/*------editor------*/

/* -----------------------------------------
    wysiwyg text editor
----------------------------------------- */

/* <textEditor> */

.clear-button{
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    min-width: 155px;
    margin-bottom:0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    font-family: 'Titillium Web','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    
    border: 2px solid #002f6b;
    background:transparent;
    color: #002f6b;
}

.blue-button{
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    min-width: 155px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    font-family: 'Titillium Web','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    
    border: 2px solid #002f6b;
    background: #002f6b;
    color: #fff;
}




/* </textEditor> */

/* styles associated with text editor but not present in "Apply CSS Styles" dropdown */
.clear-button:hover{
    background:#002f6b;
    color:#fff;
}

.blue-button:hover{
    color:#fff;
}

.hero-slider .slides .clear-button{margin-left:16px;}

.feature-box .clear-button:hover, .hero-slider .slides li .clear-button:hover{
    background:#fff;
    color: #002f6b;
}
.feature-box .clear-button{margin-top:24px;}

.feature-box .clear-button, .hero-slider .slides li .clear-button{
    border: 2px solid #fff;
    background:transparent;
    color: #fff;
}

.lcms_AdminView .side-image .image-container{
    margin-top:110px;
}
/*//*/


/*end: cms*/

/*admin view items*/
.lcms_AdminView .main-container{margin-top:0px!important;}
.lcms_AdminView .hero-slider .slides .actions li{height:auto;min-height:initial;overflow:initial;}
.lcms_AdminView.oes2-hse .page-header .background-image-holder{z-index: 2;}
.lcms_AdminView.oes2-hse .page-header .background-image-holder .regionBoundary{
    margin-top: 170px!important;
}
/*end: admin view items*/