/*
Theme Name: CTIS
*/
.top-nav-holder .top-nav ul, .banner-slide .pagination ul, ul, .tab-block .tab-pane ul, .logo-list, .social-networks, .side-nav ul, .client-area .client-logo, .list-block ul, .partner-holder ul, #footer .contact-list, #footer .footer-link {
  list-style: none;
  margin: 0;
  padding: 0; }

.social-networks li a {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat; }

* {
  margin: 0;
  padding: 0;
  max-height: 100000px; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 14px; }

html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  background: none; }

img {
  max-width: 100%;
  height: auto; }

video, iframe, object, embed {
  max-width: 100%; }

input, textarea, select {
  vertical-align: middle;
  overflow: auto; }

label {
  vertical-align: middle; }

button, input {
  width: auto;
  overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, b, strong, th {
  font-weight: bold; }

h1 {
  font-size: 200%; }

h2 {
  font-size: 150%; }

h3 {
  font-size: 120%; }

h4 {
  font-size: 110%; }

h5 {
  font-size: 100%; }

h6 {
  font-size: 90%; }

i, cite, em, var, dfn, address {
  font-style: italic; }

u, ins {
  text-decoration: underline; }

s, strike, del {
  text-decoration: line-through; }

blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  margin-left: 14px; }

cite {
  display: block;
  text-align: right; }

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  border: 1px solid #ccc;
  padding: 3px 7px;
  text-align: left;
  vertical-align: top; }

th {
  border-color: #999;
  text-align: center;
  vertical-align: middle; }

ul {
  margin-left: 1px; }

ul, ol {
  padding-left: 3em; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0; }

ul li, ol li {
  list-style-position: inside; }

ul > li {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: 4px;
  font-weight: bold; }

.widget {
  margin-bottom: 14px;
  overflow: hidden; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  width: 300px; }
.comment-form input[type="submit"] {
  background: #8c1c06;
  color: #fff;
  border: none;
  padding: 5px;
  margin: 0;
  display: block; }
  .comment-form input[type="submit"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
.comment-form label {
  display: block;
  padding-bottom: 4px; }
.comment-form textarea {
  width: 300px;
  overflow: auto;
  height: 120px; }

.searchform input[type="text"] {
  width: 200px;
  margin: 0 4px 0 0; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  width: 150px; }
.post-password-form input[type="submit"] {
  background: #8c1c06;
  color: #fff;
  border: none;
  padding: 5px;
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .post-password-form input[type="submit"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.commentlist {
  margin: 0 0 14px; }

.commentlist .edit-link {
  margin: 0; }

.commentlist-item .commentlist-item {
  padding: 0 0 0 3em; }

@media only screen and (max-width: 767px) {
  .commentlist-item .commentlist-item {
    padding: 0; } }
.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 14px; }

.commentlist .avatar-holder {
  float: left;
  margin: 0 14px 4px 0; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation {
  overflow: hidden; }
  .navigation .next {
    float: left; }
  .navigation .prev {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px; }
  .wp-caption p {
    margin: 10px 0 0; }

div.aligncenter {
  margin: 0 auto 14px; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 14px 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 14px; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
  border-radius: 0; }

kbd {
  background: #333; }

input[type=text],
input[type=password],
input[type=tel],
input[type=email]
 {
  border: 1px solid #e5e5e5;
  height: 31px;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 7px 7px;
  color: #808080;
  outline: none; }

input[type=password] {
  font-size: 12px;
  line-height: 17px;
  padding: 7px;
  height: 32px; }

.post-password-form input[type="submit"] {
  height: 32px;
  min-width: 64px;
  padding: 0; }

textarea {
  border: 1px solid #e5e5e5;
  outline: none;
  color: #808080;
  max-width: 100%;
  padding: 7px; }

.inner a {
  color: #357696;
  text-decoration: underline; }
  .inner a:hover {
    color: #512429; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

#header {
  background: #fff;
  border-top: 4px solid #e08d19;
  position: relative;
  z-index: 9; }
  #header > .container {
    position: relative;
    padding-top: 17px; }
  @media only screen and (max-width: 767px) {
    #header {
      padding: 5px; }
      #header > .container {
        padding-top: 0; } }

.logo {
  width: 344px;
  height: auto;
  position: absolute;
  top: -4px;
  left: 2px; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 1199px) {
    .logo {
      width: 238px; } }
  @media only screen and (max-width: 991px) {
    .logo {
      width: 188px; } 


}
  @media only screen and (max-width: 767px) {
    .logo {
      position: static;
      float: left;
      width: 240px; } }

.top-nav-holder {
  text-align: right;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0 0 19px;
  padding-left: 350px; }
  @media only screen and (max-width: 1199px) {
    .top-nav-holder {
      padding-left: 230px; } }

  .top-nav-holder .top-nav,
  .top-nav-holder .search-form {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0; }
  .top-nav-holder .top-nav {
    padding: 4px 13px 0 0;
    max-width: 515px; }
    .top-nav-holder .top-nav ul {
      overflow: hidden; }
    .top-nav-holder .top-nav li {
      float: left;
      padding: 4px 9px 4px 10px;
      font-size: 15px;
      line-height: 17px;
      font-weight: bold;
      list-style: none;
      position: relative; }
      .top-nav-holder .top-nav li:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        width: 3px;
        height: 3px;
        background: #8a1c05;
        border-radius: 50%; }
      .top-nav-holder .top-nav li:first-child:after {
        display: none; }
      .top-nav-holder .top-nav li.home {
        padding: 5px 9px; }
        .top-nav-holder .top-nav li.home img {
          vertical-align: top;
          margin: 1px 0 0; }
          .top-nav-holder .top-nav li.home img.active {
            display: none; }
        .top-nav-holder .top-nav li.home a {
          text-decoration: none; }
          .top-nav-holder .top-nav li.home a:hover .normal {
            display: none; }
          .top-nav-holder .top-nav li.home a:hover .active {
            display: block; }
        .top-nav-holder .top-nav li.home.active a .normal {
          display: none; }
        .top-nav-holder .top-nav li.home.active a .active {
          display: block; }
      .top-nav-holder .top-nav li a {
        color: #818085;
        text-decoration: none; }
        .top-nav-holder .top-nav li a:hover {
          color: #8a1e04;
          text-decoration: none; }
  .top-nav-holder .search-form input[type="search"] {
    width: 230px;
    outline: none; }
  @media only screen and (max-width: 1199px) {
    .top-nav-holder {
      margin-bottom: 17px; }
      .top-nav-holder .search-form {
        width: 190px; }
        .top-nav-holder .search-form input[type="search"] {
          width: 150px; } }


.search-form {
  width: 262px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0; }
  .search-form input[type="search"] {
    border: none;
    height: 31px;
    font-size: 14px;
    line-height: 17px;
    padding: 7px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    background: #e5e5e5;
    color: #808080;
    outline: none; }
  .search-form input[type="submit"] {
    border-radius: 0;
    padding: 0;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    border-width: 2px;
    width: 32px;
    text-align: center;
    height: 31px;
    border: none;
    outline: none;
    background: url(images/button-search.png) no-repeat;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

#nav {
  position: static;
  border: none; }
  #nav .navbar-nav {
    max-width: 800px;
    overflow: visible; }
    @media only screen and (max-width: 1199px) {
      #nav .navbar-nav {
        max-width: 720px; } }
    @media only screen and (max-width: 991px) {
      #nav .navbar-nav {
        max-width: 500px; } }
    @media only screen and (max-width: 991px) {
      #nav .navbar-nav {
        max-width: none; } }
    #nav .navbar-nav > li {
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.5px;
      padding-left: 0; }
      #nav .navbar-nav > li:after {
        content: '';
        position: absolute;
        top: 4px;
        height: 44px;
        left: 0;
        width: 1px;
        background: #bdbdbd; }
      #nav .navbar-nav > li:first-child:after {
        display: none; }
      #nav .navbar-nav > li:last-child .dropdown-menu {
        left: auto;
        right: 0; }
      #nav .navbar-nav > li.hover .dropdown-menu {
        display: block; }
      #nav .navbar-nav > li.active:before, #nav .navbar-nav > li.hover:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: #8a1e04; }
      #nav .navbar-nav > li > a {
        line-height: 28px;
        padding-bottom: 43px;
        overflow: hidden; }
        #nav .navbar-nav > li > a > span {
          float: left; }
      #nav .navbar-nav > li:last-child a {
        padding-right: 7px; }
      @media only screen and (max-width: 767px) {
        #nav .navbar-nav > li:last-child a {
          padding-right: 5px; } }
    #nav .navbar-nav .ico-plus {
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      background: url(images/ico-plus.png) no-repeat;
      font-size: 12px;
      line-height: 14px;
      margin: 8px 0 0 7px; }
  #nav .dropdown-menu {
    margin: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 300px;
    right: auto;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    #nav .dropdown-menu li {
      list-style: none;
      padding: 0;
      font-size: 13px;
      line-height: 17px; }
      #nav .dropdown-menu li:after {
        display: none; }
      #nav .dropdown-menu li a {
        padding: 8px 20px;
        position: relative;
        white-space: normal;
        text-decoration: none; }
        #nav .dropdown-menu li a:after {
          content: '';
          position: absolute;
          top: 14px;
          left: 9px;
          width: 6px;
          height: 6px;
          background: #e08d19;
          border-radius: 50%; }
      #nav .dropdown-menu li:hover a:after {
        background: #72716b; }
      #nav .dropdown-menu li.dropdown-header a {
        color: #939396;
        background: #e5e5e5;
        font-weight: bold; }
        #nav .dropdown-menu li.dropdown-header a:hover {
          background: #e08d19;
          color: #fff; }
        #nav .dropdown-menu li.dropdown-header a:after {
          display: none; }
		  
		  

		  
		  
		  
		  
		  
  @media only screen and (max-width: 1199px) {
    #nav .navbar-nav > li {
      font-size: 20px; }
      #nav .navbar-nav > li:after {
        height: 36px; }
      #nav .navbar-nav > li > a {
        padding: 6px 22px 31px; } }
  #nav .navbar-toggle {
    margin: 47px 0 0;
    background: #e08d19; }
    #nav .navbar-toggle.collapsed {
      background: #8c1c06;
      border-color: #8c1c06; }
    #nav .navbar-toggle:hover {
      background: #e08d19;
      border-color: #e08d19; }
  @media only screen and (max-width: 991px) {
    #nav .navbar-nav > li {
      font-size: 16px; }
      #nav .navbar-nav > li > a {
        padding: 6px 10px 31px; } }
  @media only screen and (max-width: 767px) {
    #nav .navbar-nav > li:after {
      display: none; }
    #nav .navbar-nav > li > a {
      padding: 10px 5px;
      font-size: 16px;
      line-height: 18px;
      overflow: hidden; }
    #nav .navbar-nav > li.hover:after, #nav .navbar-nav > li.active:after {
      display: none; }
    #nav .navbar-nav .ico-plus {
      float: right;
      margin: 3px 2px; }
    #nav .dropdown-menu {
      position: static;
      float: none;
      max-width: none;
      width: auto;
      -webkit-box-shadow: none;
      box-shadow: none; }
      #nav .dropdown-menu li a {
        padding: 8px; }
        #nav .dropdown-menu li a:after {
          display: none; } }

#main {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #main {
      padding: 0 10px; } }

.banner-slide {
  position: relative; }
  .banner-slide .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .banner-slide .slideset {
    width: 99999px;
    float: left; }
  .banner-slide .slide {
    width: 100%;
    float: left; }
    .banner-slide .slide.active {
      z-index: 1; }
    .banner-slide .slide .bg-stretch {
      min-height: 652px;
      position: relative; }
      .banner-slide .slide .bg-stretch img {
        position: absolute;
        left: 0;
        top: 0; }
    .banner-slide .slide img {
      max-width: none; }
  .banner-slide .banner-text-holder {
    position: absolute;
    right: 0;
    bottom: 125px;
    z-index: 9; }
    @media only screen and (max-width: 767px) {
      .banner-slide .banner-text-holder {
        bottom: 68px; }
        .banner-slide .banner-text-holder .banner-text .title {
          font-size: 30px; } }
  .banner-slide .banner-text {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    width: 995px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }
    .banner-slide .banner-text .heading-text {
      background: #8a1e04;
      padding: 12px 22px 7px; }
    .banner-slide .banner-text .text {
      font-size: 23px;
      line-height: 23px;
      font-weight: 300;
      display: block; }
    .banner-slide .banner-text .title {
      font-size: 37px;
      line-height: 39px;
      display: block; }
    .banner-slide .banner-text .desc-text {
      max-width: 515px;
      padding: 20px 26px; }
      .banner-slide .banner-text .desc-text p {
        margin: 0; }
  .banner-slide .pagination {
    padding: 0 15px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 51px;
    z-index: 9; }
    .banner-slide .pagination ul {
      max-width: 1180px;
      margin: auto;
      font-size: 0;
      line-height: 0;
      letter-spacing: -4px;
      text-align: right;
      padding-right: 0; }
      .banner-slide .pagination ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0 0 0 9px;
        padding-left: 0;
        min-width: 17px; }
        .banner-slide .pagination ul li:after {
          display: none; }
        .banner-slide .pagination ul li a {
          display: block;
          margin: 0 auto;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          background: #535353;
          border: 1px solid #fff;
          outline: none; }
        .banner-slide .pagination ul li.active a, .banner-slide .pagination ul li:hover a {
          background: #e08d19;
          width: 17px;
          height: 17px;
          border-width: 2px; }
  @media only screen and (max-width: 1199px) {
    .banner-slide .banner-text {
      width: 500px; } }
  @media only screen and (max-width: 767px) {
    .banner-slide {
      margin: 0 -10px; }
      .banner-slide .slide .bg-stretch {
        min-height: 350px; }
      .banner-slide .slide img {
        width: 100%;
        height: auto; }
      .banner-slide .banner-text {
        bottom: 80px;
        width: 100%;
        right: 0; }
      .banner-slide .pagination {
        bottom: 11px; } }

ul {
  overflow: hidden; }
  ul li {
    list-style: none;
    position: relative;
    padding-left: 20px; }
    ul li:after {
      content: '';
      position: absolute;
      top: 6px;
      left: 0;
      width: 7px;
      height: 7px;
      background: #e38c19;
      border-radius: 50%; }

.tab-block {
  position: relative;
  z-index: 3;
  margin-bottom: 85px; }
  .tab-block .nav-tabs {
    border-bottom: none;
    margin: -47px 0 15px; }
    .tab-block .nav-tabs li {
      margin: 0;
      padding: 0 0 30px; }
      .tab-block .nav-tabs li:after {
        display: none; }
      .tab-block .nav-tabs li.active a:after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -12px;
        border: 5px solid #8a1e04;
        border-width: 12px 12px 0;
        border-color: #8a1e04 transparent transparent; }
    .tab-block .nav-tabs a {
      border: none !important;
      border-radius: 0;
      margin: 0;
      background: #d1d1d1;
      color: #656161;
      font: italic 27px/31px Georgia, Times, serif;
      min-width: 208px;
      text-align: center;
      padding: 8px 28px;
      position: relative;
      outline: none; }
      .tab-block .nav-tabs a:hover {
        background: #8a1e04;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .tab-block .tab-pane {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px; }
    .tab-block .tab-pane .top-text {
      padding: 0 7px; }
    .tab-block .tab-pane .mark-text {
      font-size: 21px;
      color: #8a1e04; }
    .tab-block .tab-pane ul {
      overflow: hidden;
      padding: 49px 0 0 53px; }
      .tab-block .tab-pane ul.custom-list {
        padding: 0; }
      .tab-block .tab-pane ul li {
        list-style: none;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        padding: 0 0 0 20px;
        margin: 0 0 22px; }
        .tab-block .tab-pane ul li:after {
          content: '';
          position: absolute;
          top: 6px;
          left: 0;
          width: 7px;
          height: 7px;
          background: #e38c19;
          border-radius: 50%; }
    .tab-block .tab-pane img.alignright {
      width: 230px; }
  .tab-block .chart-holder {
    float: left;
    padding: 26px 0;
    width: 63.5%; }
    .tab-block .chart-holder img {
      max-width: 100%;
      height: auto; }
  @media only screen and (max-width: 1199px) {
    .tab-block .chart-holder {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .tab-block {
      margin-bottom: 15px; }
      .tab-block .nav-tabs {
        padding-top: 8px;
        margin: 0 0 15px; }
        .tab-block .nav-tabs li {
          padding: 0;
          float: none;
          margin: 0 0 8px; }
          .tab-block .nav-tabs li.active a:after {
            display: none; }
      .tab-block .chart-holder {
        float: none;
        width: 100%; }
      .tab-block .tab-pane ul {
        padding: 10px 0 0; }
      .tab-block img.alignright {
        float: none;
        display: block;
        margin: 0 auto 15px;
        max-width: 300px; } }

.service-box {
  position: relative;
  color: #fff;
  margin: 0 0 40px; }
  @media only screen and (max-width: 767px) {
    .service-box {
      max-width: 400px;
      margin: 0 auto 40px; } }
  .service-box .desc-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 28px 14px;
    background: rgba(0, 0, 0, 0.75); }
    .service-box .desc-content .hover-content {
      display: none;
      font-size: 14px;
      line-height: 20px; }
    .service-box .desc-content .desc-holder {
      display: inline-block;
      text-align: left;
      white-space: normal;
      vertical-align: middle; }
    .service-box .desc-content p {
      margin-bottom: 15px; }
    .service-box .desc-content .btn-warning {
      border: none;
      border-radius: 0;
      font-weight: 700; }
      .service-box .desc-content .btn-warning:hover, .service-box .desc-content .btn-warning:focus {
        background: #77776f;
        color: #000; }
  .service-box.hover h3 {
    margin: 0 0 11px; }
  .service-box.hover .desc-content {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    z-index: 9; }
    .service-box.hover .desc-content:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin: -0.47em -0.27em 0 0; }
  .service-box.hover .hover-content {
    display: block; }
  .service-box img {
    width: 100%;
    height: auto; }
  .service-box h2 {
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    margin: 0 0 6px; }
  .service-box h3 {
    margin: 0;
    font: italic 19px/23px Georgia, Times, "Times New Roman", serif; }
  @media only screen and (max-width: 991px) {
    .service-box .desc-content {
      padding: 12px 16px 14px; }
      .service-box .desc-content .hover-content {
        font-size: 12px;
        line-height: 16px; }
    .service-box h2 {
      font-size: 24px;
      line-height: 26px; }
    .service-box h3 {
      font-size: 14px;
      line-height: 16px; } }

.logo-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: center; }
  .logo-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 32px 25px;
    padding-left: 0; }
    .logo-list li:after {
      display: none; }
    .logo-list li:first-child {
      margin-left: 11px; }
  @media only screen and (max-width: 1199px) {
    .logo-list li {
      margin: 0 5px 10px; }
      .logo-list li:first-child {
        margin: 0 5px 10px; } }
  @media only screen and (max-width: 767px) {
    .logo-list {
      margin-bottom: 20px; } }

.social-networks {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 6px;
    padding-left: 0; }
    .social-networks li:after {
      display: none; }
    .social-networks li a {
      display: block;
      width: 26px;
      height: 26px;
      text-indent: -9999px; }
      .social-networks li a:hover {
        opacity: 0.8; }
    .social-networks li.youtube a {
      background-position: -28px 0; }
    .social-networks li.twitter a {
      background-position: -56px 0; }
    .social-networks li.linkedin a {
      background-position: -84px 0; }

.banner {
  background: #e28d19;
  position: relative;
  margin: 0 -9999px;
  padding: 0 9999px;
  border-bottom: 1px solid #c1924e; }
  .banner h1 {
    color: #fff;
    font-size: 39px;
    line-height: 44px;
    padding: 20px 15px 9px 38px; }
    @media only screen and (max-width: 767px) {
      .banner h1 {
        font-size: 20px;
        line-height: 28px;
        padding: 10px 0;
        margin: 0; } }

#sidebar {
  background: #e5e5e5;
  margin: 0 0 -9999px -9999px;
  padding: 19px 0 9999px 9999px; }
  @media only screen and (max-width: 991px) {
    #sidebar {
      margin: 0 -9999px;
      padding: 19px 9999px 1px; } }
  #sidebar input[type=text],
  #sidebar input[type=password],
  #sidebar input[type=file],
  #sidebar input[type=search],
  #sidebar input[type=email],
  #sidebar textarea {
    background: #fff; }

.side-nav {
  text-align: right;
  overflow: visible;
  margin-bottom: 26px; }
  @media only screen and (max-width: 991px) {
    .side-nav {
      text-align: center; } }
  .side-nav h2 {
    margin: 0 0 0 -9999px;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 13px 8px 9999px;
    border-bottom: 1px solid #bebebe; }
    @media only screen and (max-width: 991px) {
      .side-nav h2 {
        margin: 0 -9999px;
        padding: 3px 9999px 8px; } }
  .side-nav ul {
    overflow: visible;
    padding-left: 0 !important; }
  .side-nav li {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 17px; }
    .side-nav li:after {
      display: none; }
    .side-nav li.last > a {
      border-bottom: 0; }
  .side-nav a {
    border-bottom: 1px solid #bebebe;
    border-right: 3px solid transparent;
    border-top: 1px solid #fff;
    color: #939396;
    display: block;
    font-weight: 700;
    padding: 3px 10px 3px 9999px;
    text-align: right;
    text-decoration: none;
    margin: 0 0 0 -9999px;
    white-space: nowrap;
	
	 }
    @media only screen and (max-width: 991px) {
      .side-nav a {
        margin: 0 -9999px;
        padding: 3px 9999px;
        text-align: center; } }
    .side-nav a:after {
      height: 38px;
      vertical-align: middle;
      content: '';
      width: 1px;
	  clear:both;}
    .side-nav a:hover {
      color: #939396;
      text-decoration: none;
      background: #fff;
      border-right: 3px solid #e08d19; }
    .side-nav a span {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }

#content {
  padding: 18px 21px 190px 24px;
  font-size: 15px;
  line-height: 25px; }
  @media only screen and (max-width: 991px) {
    #content {
      padding: 18px 0 60px; } }
  #content h2 {
    color: #164b75;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      #content h2 {
        font-size: 22px; } }
  #content .heading-holder {
    border-bottom: 3px solid #e5e5e5;
    padding: 0 0 8px;
    margin: 0 0 17px; }

.tag-block {
  margin: 0 0 48px; }


.client-area {
  margin: 0 0 51px; }
  .client-area .client-logo {
    font-size: 0;
    letter-spacing: -4px;
    margin: 0 -28px; }
    .client-area .client-logo img {
      vertical-align: top;
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 991px) {
      .client-area .client-logo {
        margin: 0 -15px; } }
    @media only screen and (max-width: 767px) {
      .client-area .client-logo {
        margin: 0;
        text-align: center; } }
    .client-area .client-logo li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      font-size: 20px;
      letter-spacing: 0;
      padding: 0 28px;
      width: 25%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .client-area .client-logo li {
          display: block;
          width: 192px;
          margin: 0 auto 10px;
          padding: 0; } }
      .client-area .client-logo li:after {
        display: none; }
      .client-area .client-logo li img {
        vertical-align: top;
        width: 100%;
        height: auto; }
      @media only screen and (max-width: 991px) {
        .client-area .client-logo li {
          padding: 0 15px; } }

.graph-box {
  margin: 0 0 47px; }
  .graph-box .image-holder {
    margin: 0 0 16px; }
    .graph-box .image-holder img {
      vertical-align: top;
      width: 100%;
      height: auto; }

.list-block {
  margin: 0 0 29px; }
  .list-block ul {
    padding-left: 0;
    font-weight: 700; }
    .list-block ul li {
      list-style: none;
      margin: 0 0 15px; }
      .list-block ul li:after {
        left: 2px;
        top: 9px; }

.two-column {
  margin: 0 0 42px; }

.text-wrap {
  margin-bottom: 15px; }
  @media only screen and (max-width: 991px) {
    .text-wrap {
      text-align: center; } }
  .text-wrap .img-holder {
    float: left;
    border: 10px solid #e5e5e5;
    margin-right: 17px; }
    .text-wrap .img-holder img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 991px) {
      .text-wrap .img-holder {
        float: none;
        max-width: 200px;
        margin: 0 auto 15px; } }
  .text-wrap .description {
    overflow: hidden;
    padding-right: 20px; }
    @media only screen and (max-width: 991px) {
      .text-wrap .description {
        margin-bottom: 40px; } }
    .text-wrap .description p {
      margin: 10px 0 10px; }
    .text-wrap .description .btn-primary {
      border: none;
      border-radius: 0;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 0 3px;
      color: #fff;
      text-decoration: none; }
      .text-wrap .description .btn-primary:hover, .text-wrap .description .btn-primary:focus {
        background: #77776f; }
  @media only screen and (max-width: 1199px) {
    .text-wrap {
      margin-bottom: 12px; } }

.partner-holder {
  margin: 0 0 63px; }
  .partner-holder ul {
    color: #fff;
    font-size: 0;
    letter-spacing: -4px;
    margin: 0 -7px; }
  .partner-holder li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    width: 33.33%;
    list-style: none;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 14px; }
    .partner-holder li:after {
      display: none; }
    @media only screen and (max-width: 767px) {
      .partner-holder li {
        display: block;
        max-width: 300px;
        margin: 0 auto 15px;
        width: 100%; } }

.partner-box {
  position: relative;
  overflow: hidden; }
  .partner-box:after {
    content: '+';
    position: absolute;
    right: 15px;
    bottom: 4px;
    font-size: 27px;
    line-height: 35px;
    font-weight: 400;
    color: #fff; }
  .partner-box .desc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 21px 16px;
    background: rgba(53, 47, 47, 0.85); }
    .partner-box .desc-content .hover-content {
      display: none;
      font-size: 89%;
      line-height: 22px; }
    .partner-box .desc-content .desc-holder {
      display: inline-block;
      text-align: left;
      white-space: normal;
      vertical-align: middle; }
    .partner-box .desc-content p {
      margin-bottom: 10px; }
    .partner-box .desc-content .btn-warning {
      border: none;
      border-radius: 0;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      text-decoration: none;
      color: #fff; }
      .partner-box .desc-content .btn-warning:hover, .partner-box .desc-content .btn-warning:focus {
        background: #77776f;
        color: #000; }
  .partner-box.hover:after {
    content: '-';
    z-index: 100; }
  .partner-box.hover h3 {
    margin: 0 0 15px; }
  .partner-box.hover .desc-content {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    z-index: 9; }
    .partner-box.hover .desc-content:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin: 5.93em 0 0; }
      @media only screen and (max-width: 1199px) {
		body .partner-box h2 {font-size:16px;}
		body .partner-box h3 {font-size:12px; margin:0 0 7px;}
		body .partner-box p { font-size: 100%;
    line-height: 119%;}
        .partner-box.hover .desc-content:before {
          margin: -0.07em 0 0; } }
  .partner-box.hover .hover-content {
    display: block; }
  .partner-box img {
    width: 100%;
    height: auto; }
  .partner-box h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff !important; }
  .partner-box h3 {
    margin: 0;
    font: italic 16px/20px Georgia, Times, "Times New Roman", serif; }
  @media only screen and (max-width: 991px) {
    .partner-box .desc-content {
      padding: 12px 16px 14px; }
      .partner-box .desc-content .hover-content {
        font-size: 100%;
        line-height: 16px; }
    .partner-box h2 {
      font-size: 24px;
      line-height: 26px; }
    .partner-box h3 {
      font-size: 14px;
      line-height: 16px; } }

.panel-group .panel-heading {
  background: #818086;
  margin: 0 0 12px; }
  .panel-group .panel-heading .panel-title {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    position: relative; }
  .panel-group .panel-heading a {
    color: #fff;
    padding: 18px 34px 22px;
    display: block;
    background: #8a1e04;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    .panel-group .panel-heading a:after {
      content: '';
      position: absolute;
      right: 19px;
      top: 31px;
      background: url(images/collapse-icon.png) no-repeat -43px -15px;
      width: 34px;
      height: 5px; }
    .panel-group .panel-heading a:hover {
      text-decoration: none;
      background: #8a1e04 !important; }
    .panel-group .panel-heading a.collapsed {
      background: #818086;
      text-decoration: none; }
      .panel-group .panel-heading a.collapsed:after {
        content: '';
        background: url(images/collapse-icon.png) no-repeat;
        position: absolute;
        right: 19px;
        top: 16px;
        width: 34px;
        height: 34px; }
.panel-group .text-wrap {
  padding: 21px 0 43px;
  margin-bottom: 14px;
  border-bottom: 3px solid #e5e5e5; }
  .panel-group .text-wrap .img-holder {
    border-width: 13px;
    margin: 5px 20px 0 0; }
    @media only screen and (max-width: 991px) {
      .panel-group .text-wrap .img-holder {
        margin: 0 auto 20px; } }
  .panel-group .text-wrap .btn-primary {
    margin-left: 0; }
  .panel-group .text-wrap h2 {
    margin-bottom: 4px !important; }
  .panel-group .text-wrap.add {
    margin-bottom: 0;
    border-bottom: 0; }

#footer {
  background: #494949;
  border-top: 4px solid #e08d19;
  color: #fff; }
  #footer .logo {
    width: 251px;
    margin: 23px 0;
    position: static;
    float: none; }
  #footer .contact-list {
    overflow: hidden;
    padding: 16px 0;
    margin: 0 -4px; }
    #footer .contact-list li {
      list-style: none;
      overflow: hidden;
      margin: 0 0 8px;
      padding-left: 0; }
      #footer .contact-list li:after {
        display: none; }
      #footer .contact-list li a {
        text-decoration: none;
        color: #fff; }
        #footer .contact-list li a:hover {
          color: #77776f;
          text-decoration: underline; }
      #footer .contact-list li:first-child .ico-holder {
        margin: 0; }
    #footer .contact-list .ico-holder {
      float: left;
      width: 32px;
      height: 30px;
      margin: 8px 0 0;
      background: url(images/ico-email.png) no-repeat;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
      #footer .contact-list .ico-holder.address {
        background: url(images/icon-address.png) no-repeat; }
      #footer .contact-list .ico-holder.phone {
        background: url(images/icon-phone.png) no-repeat; }
    #footer .contact-list .link-holder,
    #footer .contact-list address,
    #footer .contact-list .tel-holder {
      overflow: hidden;
      padding: 2px 0 0 10px; }
    #footer .contact-list address {
      margin-bottom: 8px; }
    #footer .contact-list .tel-holder span {
      display: block; }
  #footer .logo-list {
    margin: 19px 0 4px 11px;
    background: #fff;
    padding-left: 11px; }
    #footer .logo-list li {
      margin: 0;
      padding: 7px 7px 10px; }
  #footer .copy-right {
    overflow: hidden;
    padding: 2px 0 0 11px;
    font-size: 15px; }
  #footer .copy-text {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 3px; }
  #footer .footer-link {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    #footer .footer-link li {
      float: left;
      position: relative;
      list-style: none;
      padding: 0 8px; }
      #footer .footer-link li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        height: 16px;
        width: 2px;
        background: #fff; }
      #footer .footer-link li a {
        text-decoration: none;
        color: #e2931c; }
        #footer .footer-link li a:hover {
          color: #77776f;
          text-decoration: underline; }
  #footer .by-text {
    display: block;
    color: #6b6b6b; }
    #footer .by-text a {
      text-decoration: none;
      color: #6b6b6b; }
      #footer .by-text a:hover, #footer .by-text a:active, #footer .by-text a:focus {
        color: #ababab;
        outline: 0;
        text-decoration: none; }
  #footer .social-networks {
    text-align: right;
    float: right;
    width: 140px;
    padding: 3px 0; }
  @media only screen and (max-width: 1199px) {
    #footer {
      padding: 10px 0; }
      #footer .logo {
        width: 220px; }
      #footer .footer-link li:first-child:after {
        display: none; } }
  @media only screen and (max-width: 991px) {
    #footer .contact-list {
      margin: 0; }
    #footer .footer-link li:first-child:after {
      display: block; } }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 0 10px; }
      #footer .logo {
        margin: 15px auto; }
      #footer .logo-list {
        margin: 0 0 15px;
        padding: 0; }
      #footer .social-networks {
        float: none;
        width: auto;
        text-align: center;
        margin: 0 0 5px; }
        #footer .social-networks li {
          margin: 0 4px 4px; }
      #footer .copy-right {
        text-align: center; }
      #footer .footer-link li:first-child:after {
        display: none; }
		

}
		}

#wp-calendar {
  min-width: 210px; }

td#next {
  text-align: right; }

@media only screen and (min-width: 1000px) {
  .tel {
    cursor: default;
    pointer-events: none; } }
	
	
	
	
	
/*Few Fixes*/
		  
.menu-item-has-children { 
	background-image: url('images/ico-plus.png');
    background-repeat: no-repeat;
    background-position:88% 27%; }
	
.menu-item-has-children .menu-item-has-children	{
	background-image:none;
	background-color:inherit;
		}

#nav .menu-item-has-children .dropdown-menu .menu-item-has-children .dropdown-menu	{display:block!important; position:relative!important;}			  	
#nav .navbar-nav > li.menu-item-has-children > a { padding-right: 44px}

#nav .dropdown-menu li.menu-item-has-children a:after {
          content:none;
          position: absolute;
          top: 14px;
          left: 9px;
          width: 6px;
          height: 6px;
          background: #e08d19;
          border-radius: 50%; 
}

li.menu-item-has-children li.menu-item-has-children > a { cursor: default; font-weight:bold; background:none; font-size:18px; padding-left:0px; padding-top:20px!important; padding-bottom:0px!important}

li.menu-item-has-children li.menu-item-has-children .dropdown-menu a { cursor: pointer; font-weight:normal; }
li.menu-item-has-children li.menu-item-has-children .dropdown-menu a:hover {background:#e08d19;}

li.menu-item-has-children li.menu-item-has-children .dropdown-menu a:after {
          content:none;
          position: absolute;
          top: 14px;
          left: 9px;
          width: 6px;
          height: 6px;
          background: #e08d19;
          border-radius: 50%; 
}


#nav .dropdown-menu li.menu-item-has-children .dropdown-menu a:after
 {
          content: '';
          position: absolute;
          top: 14px;
          left: 9px;
          width: 6px;
          height: 6px;
          background: #e08d19;
          border-radius: 50%; }
#nav .dropdown-menu li.menu-item-has-children .dropdown-menu li:hover a:after {background: #72716b;}
#footer .logo-list {
	background:none;
    margin: 19px 0 4px 11px;
    padding-left: 11px;
	text-align:right;
}

#footer .social-networks {
    float: right;
    padding: 3px 0;
    text-align: right;
    width: 76px;
}

#footer .copy-right {
    font-size: 13px;
    overflow: hidden;
    padding: 2px 0 0 11px;
    text-align: right;
}

#footer .logo-list li {
    margin: 0;
    padding: 7px 0 10px;
}

.customClassName .ms-slide-layers { overflow: visible !important; }

#slider-wrapper {
    line-height: 1;
    min-height: 500px;
}


.ms-skin-default .ms-bullet {width: 18px!important; height: 18px!important; background-position: -31px -113px!important}
.ms-skin-default .ms-bullet-selected {
    background-position: -31px -80px!important;
}

.blackoverlay {background-color: rgba(0, 0, 0, 0.6)!important;}
.ms-bullets.ms-dir-h {right:0!important;}

.slide-slimtext {font-weight:300!important; }
.slide-boldtext {font-weight:bold!important; font-size:37px; }
.search .description {
    border-bottom:3px solid #e5e5e5;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.banner h1 {
    color: #fff;
    font-size: 39px;
    line-height: 44px;
    padding: 20px 15px 9px 18px;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(226, 141, 25, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(226, 141, 25, 0.6);
    outline: 0 none;}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {clear:both; float:left;}
span.wpcf7-not-valid-tip {float:left;}

div.wpcf7-mail-sent-ok {background:#398f14; color: #FFFFFF;}
 div.wpcf7-validation-errors {background:#f7e700}
 div.wpcf7-response-output{margin:1em 0.5em 1em}
 #sidebar {padding-top:0;}
 
     .side-nav .current-menu-item a  {
      color: #939396;
      text-decoration: none;
      background: #fff;
      border-right: 3px solid #e08d19; }
	  
	  .wpb_wrapper a {
  color: #357696;
  text-decoration: underline; }
  .wpb_wrapper a:hover {
    color: #512429; }
	
	#sidebar .menu-item-has-children {background:none; 
  
}
#sidebar .menu-item-has-children a {  font-size: 18px;  color:#333333;  font-style: italic; cursor:default; padding-top: 26px;}

#sidebar .menu-item-has-children .sub-menu a {    border-bottom: 1px solid #bebebe;  font-weight: 700; cursor:pointer; padding-top:inherit; font-style:normal; font-size:14px; color:#939396; padding-top: 6px; }
#sidebar .menu-item-has-children .sub-menu a:hover, #sidebar .sub-menu li.current-menu-item a { border-right: 3px solid #e08d19; background:white; }
#sidebar .menu-item-has-children a { border-right: 3px solid transparent; background:none; outline:none;}
.required {color:#e08d19;}
.divider {border-bottom:3px solid #ebebeb}


.maroon-tabs #ui-id-1,  .maroon-tabs #ui-id-2{backgroud:#8a1e04;}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {backgroud:#8a1e04;}
.maroon-tabs .wpb_tab {background:white;}
.maroon-tabs .ui-tabs-active #ui-id-1:after, .maroon-tabs .ui-tabs-active #ui-id-2:after { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #8a1e04 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    left: 50%;
    margin-left: -12px;
    position: absolute;}
	
	.contacttx {height:122px}
	.wpb_gmaps_widget .wpb_wrapper {
    height: 347px;
}

.text-wrap .description .btn-warning {
      border: none;
      border-radius: 0;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 0 3px;
      color: #fff;
      text-decoration: none; }
	  
	  
.text-wrap  .description h2 {font-family:"Open Sans",Arial,Helvetica,sans-serif; font-weight: bold; font-style:normal;}
.list-jobs {
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 14px;
}

.list-jobs .description h2 a {
    color: #164b75;
    display: block;
    line-height: 34px;
}

.page-id-34 #content h1 { color:#e18d19;}
.partner-box h3, .partner-box .desc-content p {color:white;}

.partner-box img, .borderit {
    border: 1px solid #cccccc;
}
.page-id-19 main .container .row .row{border-bottom:3px solid #e5e5e5; padding-bottom:25px; margin-bottom:25px;}

.page-id-19 .text-wrap .description p {
    font-size: 0.7em;
    line-height: 1.6em;
    margin: 0 0 10px;
}

.page-id-19 .text-wrap .description h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 110% !important;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
		margin-bottom:10px!important;
}


.description h2 a {color:#164b75}

 .ui-state-active  .ui-tabs-anchor {font: italic 27px/31px Georgia,Times,serif;
    margin: 0;
    min-width: 208px;
    outline: medium none;
    padding: 8px 28px;
    position: relative;
    text-align: center;
	color:white;}
  .ui-state-default .ui-tabs-anchor{font: italic 27px/31px Georgia,Times,serif;
    margin: 0;
    min-width: 208px;
    outline: medium none;
    padding: 8px 28px;
    position: relative;
    text-align: center;
	color:white;}
	
	body .wpb_tabs .wpb_tabs_nav li {margin: 0 1px 20px 0;}
	
body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, body .wpb_content_element .wpb_tabs_nav li:hover, body .wpb_content_element .wpb_tabs_nav li:hover  {background-color:#8a1e04; }
body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, body .wpb_content_element .wpb_tabs_nav li:hover a{color:white;}
body .wpb_content_element .wpb_tabs_nav li{background-color:#d1d1d1; color:#656161;}
body .wpb_content_element .wpb_tabs_nav li a  {color:#656161;}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {background-color:white;}

/* removed 6-18 tk */
/* .master-slider-parent {min-height:545px;} */

.wpb_wrapper .hover-content a{color: white; text-decoration:none;}
.wpb_wrapper .hover-content a.btn:hover{color: white; text-decoration:none;}
.maroon-tabs .ui-tabs-panel { }
.side-nav li {line-height:22px;}

.partner-box .desc-holder h2 {display:none;}
.hover .desc-holder h2 {display:block!important;}
.partner-box .desc-content .desc-holder {vertical-align: top;}
.resources {
    border-bottom: 3px solid #e5e5e5;
    margin-top: 20px;
    padding-bottom: 20px;
}
#sidebar .menu-item-has-children a {color:#3e3e3e; font-style:normal;}
.desc-holder h3 {display:none; }
.hover .desc-holder h3 {display:block;}
h2.italicsubhead  {
    font: italic 22px/31px Georgia,Times,serif;
    padding-bottom: 10px;
}
.side-nav .sub-menu a span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.margin-top { margin-top:10px;}
.resource .description p{ margin-top:10px; margin-bottom:13px;}
.resource .description h2 a {line-height:32px;}


#preload1{ background: url(/wp-content/uploads/2014/10/wheel_static.png) no-repeat -9999px -9999px; text-indent:-900000; height:1px; }
#preload2{ background: url(/wp-content/uploads/2014/10/wheel_HealthResearch.png) no-repeat -9999px -9999px; text-indent:-900000; height:1px; }
#preload3{ background: url(/wp-content/uploads/2014/10/wheel_HealthcareInformatics.png) no-repeat -9999px -9999px; text-indent:-900000; height:1px;}
#preload4{ background: url(/wp-content/uploads/2014/10/wheel_Capabilities.png) no-repeat -9999px -9999px; text-indent:-900000; height:1px; }
#preload5{ background: url(/wp-content/uploads/2014/10/wheel_PublicHealth.png) no-repeat -9999px -9999px; text-indent:-900000;height:1px; }
#preload6{ background: url(/wp-content/uploads/2014/10/wheel_HealthResearch2.png) no-repeat -9999px -9999px; text-indent:-900000; height:1px; }

#content .service-box .desc-holder h2 {color:white;} 
.maroon-tabs .ui-widget-content { }
.customtab ul {margin-left:0; padding-left:0px;}
.customtab li {  
    padding-bottom: 15px;}
	
.customtab h2 {color: #8a2006;}	
#div1, #div2, #div3, #div4 {width:100%}

.page-id-21 .partner-box .desc-holder h2, .page-id-21 .desc-holder h3 {display:block}
.page-id-21 .hover-content  {color:white}

.page-id-21 .hover .desc-content, .partner-box .activeleader {background:#8a1e04;}
.hover-content .btn {margin-top:10px;}
.linkblock a{font-family:Times, "Times New Roman", serif; color:#e2931c; font-style:italic;}
.linkblock span {color:#CCCCCC;}
.hidefornow {display:none;}
.page-id-21 .partner-box .desc-content { padding:12px 41px 15px 19px ;}
.page-id-21 .partner-box.hover .desc-content {bottom:0; left:0; right:0; top:inherit; padding:12px 41px 0px 19px ; text-align:left;}
.page-id-21 .active .desc-content {background:#8a1e04;}
.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .a9, .a10 {cursor:pointer;}

.response {
    height: auto;
    width: 100%;
}

.page-id-19 .margin-top{ margin-top:10px!important;}
.margin-bottom {margin-bottom:20px!important; margin-top:20px!important;}

.brandlogo .left {float:left; }
.brandlogo  {clear:both;     margin-bottom: 20px;}
.boxmargin {margin:0px 20px 40px 0px;  min-height:63px;}
.brandlogo span {font-weight:bold; display:block;}
.active .partner-box:after { content: "-";
    z-index: 100;
}

.sitemap .menu-item-has-children {background:none;}
.sitemap h2 a {color:#164b75; }
.sitemap h2 {padding-bottom:10px;}
.sitemap ul {padding-left: 0;}
/* #tab-1416197302-2-10 ul {
    padding-left: 89px;
} */
#tab-1416197302-2-10 ul li {margin-bottom:10px;}
#tab-1416197302-2-10, #tab-1416197302-1-49 {min-height:450px}
/* #tab-1416197302-1-49 .div1, #tab-1416197302-1-49 .div2, #tab-1416197302-1-49 .div3, #tab-1416197302-1-49 .div4{margin-left:-66px;} */
.tab-it-1a {width:65%; float:left;}
.tab-it-1b {float:left; width:35%; height:351px; overflow:hidden;}
.tab-it-2a { width: 50%; float: left;}
.tab-it-2a ul {padding-left: 30px; padding-top: 30px;}
.tab-it-2b { float: right; margin-top: -36px; margin-bottom: 70px; margin-right: 30px;}


/* hidden 6/18 */
/* @media all and (max-width: 600px) {
.master-slider-parent {
    line-height: 1;
	
   min-height: 330px;	
}
*/
.tab-it-1a {width:100%; float:left; margin-bottom:10px;}
.ui-state-default .ui-tabs-anchor {min-width:120px; font:italic 15px/24px Georgia,Times,serif!important;}

.tab-it-1b {float:left; width:100%; height:inherit;}
.wpb_content_element .wpb_tabs_nav {width: 92%!important}
.ms-bullets.ms-dir-h {bottom:0px!important;}
.tab-it-2a  {width:100%; clear:both;}
.tab-it-2b { clear:both; float:none!important}
.tab-it-2a ul {padding-top:15px; padding-left:0;}
.blackoverlay {display:none;}
}

@media all and (max-width: 1024px) {
	.blackoverlay {display:none;}
	}
body .ms-bullets.ms-dir-h .ms-bullets-count {right:6%!important; bottom:0px!important;}	

.wpb_content_element .wpb_tabs_nav {width: 83%; margin-top:-58px!important;} 



/*ie8 fixes */
.ie8 .wpb_content_element .wpb_tabs_nav {margin-top:-93px!important;} 
.ie8 .desc-content, .ie8 .service-box .desc-content {background:black}

.ie8 img {max-width: none; height: inherit; }
.ie8 .response {max-width: none; height: inherit; width:inherit; }
/*ie9 fixes */
.ie9 .wpb_tabs_nav li{ z-index:10000000000000000;}
.ie8.page-id-25 {}



.wpb_wrapper a.joblink {text-decoration:none;}
.ciolinks ul {list-style:none; margin:0; padding:0;}
.ciolinks li {
    list-style: outside none none;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
}
.ciolinks .wpb_wrapper {padding:5px;}
.ciolinks ul li:after {display:none;}
.ciolinks li a{ 
display:block;
 background: url("/wp-content/themes/ctis/images/pdficon.png") no-repeat scroll 0 0 transparent;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.7em;
    margin: 0;
    padding: 0 0 10px 38px;

} 

  @media only screen and (max-width: 991px) {
    .top-nav-holder {
      padding-left: 0px;  margin-bottom:0;}
	  .top-nav-holder .search-form {width:100%}
	  .top-nav-holder .search-form input[type="search"] {width:100%!important;}
	  #searchform label {width:100%; display:inline-block;}
	  .search-form input[type="submit"] {
    margin-top: -36px;
}
.top-nav-holder .search-form {
    margin-top: 14px;
    padding: 0 2px;
    width: 100%;
}
.top-nav-holder .top-nav {float:left;}
.top-nav-holder
	  }
/* is this working 118*/

.subheadlineslider {font-size: 40px;}
.headlineslider {font-size: 20px;}

.elegant-tabs-list-container li::after {
	    content: none;
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
	
}

.et-tabs-style-bars .spotlighttabs nav ul li a span {letter-spacing: normal; }
.et-tabs nav a {line-height:18px!important; padding-top:15px!important; padding-bottom:15px!important; white-space: inherit!important;}


.tab-it-1b {overflow: auto;}
.displaynone {display:none;}

.subheadlineslider {font-size: 40px;}
.headlineslider {font-size: 20px;}

.elegant-tabs-list-container li::after {
	    content: none;
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
	
}

.et-tabs-style-bars .spotlighttabs nav ul li a span {letter-spacing: normal; }
.et-tabs nav a {line-height:18px!important; padding-top:15px!important; padding-bottom:15px!important; white-space: inherit!important;}


.tab-it-1b {overflow: auto;}
.displaynone {display:none;}

.nav > li > a{font-size:17px; padding: 10px 22px;}

.ourvalues ul {
  padding-left: 0;
  font-size: 16px;
}

.ourvalues ul li{padding-bottom:10px}

.tpstyle-9 .tpstyle-9-position {background:#e28d19!important}
#extp-384.ex-tplist .tppost-3384 h3 a {text-decoration:none!important; color:#e28d19!important; }
.tpstyle-9-content figcaption p {display:none!important}
.tpstyle-9 .ex-social-account  {display:none!important}
.team-cat-info, .tpstyle-9-content p, .ex-social-account, .tpstyle-9-meta  {display:none!important;}
.ex-tplist:not(.style-3):not(.style-7):not(.style-11):not(.style-17):not(.style-19):not(.style-20):not(.style-img-2):not(.style-img-3):not(.style-img-4):not(.style-img-5):not(.style-img-6):not(.style-img-7):not(.style-img-9):not(.style-img-10):not(.list-style-3) h3 a {text-decoration:none!important; color:#e28d19!important;} 

body {font-size:1.4em;}

#content {
  font-size: 1.4em;
  line-height: 29px;
  font-weight: normal;
}


.logo img {
  display: block;
  width: 133px;
  height: auto;
  padding-top: 11px;
}

@media only screen and (max-width: 991px) {
.logo {
  position: inherit;
  text-align: center;
  margin: 0 auto;
}

}
