/*IMPORTS*/
/*h1*/
/*h2*/
/*h3*/
/*h4*/
/*h5*/
/*p*/
/*KEYFRAME ANIMATIONS MIXIN*/
/*HEADINGS*/
/*BORDER RADIUS*/
#mainwrap h1,
#mainwrap h2,
#mainwrap h3,
#mainwrap h4,
#mainwrap h5,
#mainwrap p {
  margin: 25px 0px;
}
/*VARIABLES*/
/*VARIABLES*/
html {
  height: 100%;
}
body {
  background-color: #ffffff;
  font-size: 15px;
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: 400;
  height: 100%;
}
.clearb {
  clear: both;
}
#mainwrap {
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  #mainwrap .ds-emp-column {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  #mainwrap .ds-emp-column {
    margin-bottom: 0;
  }
}
#mainwrap .text-highlighted {
  color: #bbd442;
}
#mainwrap .pb-5 {
  padding-bottom: 5em !important;
}
#mainwrap .scroll-top,
#mainwrap .scroll-bottom {
  color: #BBD442;
  cursor: pointer;
}
#mainwrap .ccm-conversation-wrapper .ccm-conversation-add-new-message .main-reply-form .form-group .form-control {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  box-shadow: none;
}
#mainwrap .ccm-conversation-wrapper .ccm-conversation-add-new-message .main-reply-form .ccm-conversation-message-form #cnvMessageBody {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  box-shadow: none;
}
#mainwrap .ccm-conversation-wrapper .ccm-conversation-add-new-message .main-reply-form .ccm-conversation-message-form .btn-submit {
  background-color: #bbd442;
  /*background-image: url(@btnreadmore-background-image);*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 80% center;
  border: none;
  border-radius: 0;
  color: #4d4d4d;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 500;
  padding: 8px 52px 8px 32px;
  transition: all .6s ease;
}
#mainwrap .ccm-conversation-wrapper .ccm-conversation-add-new-message .main-reply-form .ccm-conversation-message-form .btn-submit:hover {
  background: #595959 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 80% center;
  color: #ffffff;
  transition: all .6s ease;
}
#mainwrap .ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-message:hover {
  border: 1px solid #000;
}
#mainwrap .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5 {
  border-bottom: 1px dotted #ddd;
  display: block;
  margin-bottom: 12px;
  padding: 12px 0;
}
#mainwrap .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates {
  padding-left: 0;
}
#mainwrap .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  float: left;
  font-size: 12px;
  list-style: outside none none;
  margin: 3px 6px 3px 0;
  padding: 5px 8px 6px;
}
#mainwrap .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates ul {
  padding-left: 24px;
}
#mainwrap .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5 {
  border-bottom: 1px dotted #ddd;
  display: block;
  margin-bottom: 12px;
  padding: 12px 0;
}
#mainwrap .ccm-block-topic-list-wrapper .ccm-block-topic-list-list {
  padding-left: 0;
}
#mainwrap .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  float: left;
  font-size: 12px;
  list-style: outside none none;
  margin: 3px 6px 3px 0;
  padding: 5px 8px 6px;
}
#mainwrap .ccm-block-topic-list-wrapper .ccm-block-topic-list-list ul {
  padding-left: 24px;
}
#mainwrap .tree {
  padding: 0 0 0 30px;
}
#mainwrap .tree li {
  position: relative;
  margin-left: -15px;
  list-style: none;
}
#mainwrap .tree li a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #bbd442;
  display: block;
  margin-top: -1px;
  padding: 6px 4px;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
}
#mainwrap .tree li a:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #bbd442;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
}
#mainwrap .tree li .a-has-child {
  padding-left: 34px;
  display: block;
}
#mainwrap .tree li .a-has-child:before {
  background-color: #efefef;
  border: 1px solid #dddddd;
  color: #dddddd;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 14px;
  left: -0;
  position: absolute;
  top: 0;
  padding: 7px;
}
#mainwrap .tree li .has-child-checkbox {
  cursor: pointer;
  height: 2em;
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: -1px;
  width: 2em;
  z-index: 2;
}
#mainwrap .tree li .has-child-checkbox:checked + ol {
  height: auto;
  margin: -1.4em 0 -3px -44px;
  padding: 1.563em 0 0 80px;
  trasition: all 0.4s ease-in-out;
}
#mainwrap .tree li .has-child-checkbox:checked + ol > li {
  display: block;
  margin: 0 0 0.125em;
}
#mainwrap .tree li .has-child-checkbox:checked + ol > li:last-child {
  margin: 0 0 0.063em;
}
#mainwrap .tree li .has-child-checkbox + ol {
  height: 1em;
  margin: -0.98em 0 0 -44px;
}
#mainwrap .tree li .has-child-checkbox + ol > li {
  display: none;
  margin-left: -14px !important;
  padding-left: 1px;
}
#mainwrap .tree li ol li a {
  margin-top: -3px;
}
#mainwrap .ccm-block-feature-item .datasouth-feature-icon .fa {
  color: #bbd442;
}
#mainwrap .ccm-block-feature-item h4 {
  color: #000000;
}
#mainwrap .ccm-block-feature-item p {
  color: #000000;
}
#mainwrap .breadcrumb {
  background-color: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  list-style: outside none none;
}
@media (max-width: 767px) {
  #mainwrap .breadcrumb {
    margin-bottom: 32px;
    top: 6em;
  }
}
#mainwrap .breadcrumb > li + li:before {
  color: #cccccc;
  content: "/ ";
  padding: 0 5px;
}
#mainwrap .breadcrumb a {
  color: #bbd442;
  text-decoration: underline;
}
#mainwrap .breadcrumb > .active {
  color: #777777;
}
#mainwrap .ccm-block-type-form {
  margin-top: 18px;
}
#mainwrap .ccm-block-type-form .captcha .ccm-input-captcha {
  margin-bottom: -12px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  #mainwrap .list-arrow,
  #mainwrap .list-round,
  #mainwrap .list-check,
  #mainwrap .list-cross {
    margin-bottom: 2.5em;
  }
}
#mainwrap ul > .list-arrow {
  list-style: none;
}
#mainwrap .title-thin {
  font-weight: lighter;
}
#mainwrap .title-caps-bold {
  font-weight: bold;
  text-transform: uppercase;
}
#mainwrap .title-caps {
  font-weight: normal;
  text-transform: uppercase;
}
#mainwrap .image-caption {
  color: #b8c4cd;
  font-size: 1em;
}
#mainwrap .ccm-block-share-this-page ul li a {
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #bbd442;
  display: block;
  font-size: 14px;
  height: 32px;
  padding: 5px 10px;
  width: 32px;
}
#mainwrap .ccm-block-share-this-page ul li a:hover {
  background-color: #bbd442;
  border-color: #bbd442;
  color: #ffffff;
  transition: all .6s ease;
}
#mainwrap .heading-underline h1,
#mainwrap .heading-underline h2,
#mainwrap .heading-underline h3,
#mainwrap .heading-underline h4,
#mainwrap .heading-underline h5,
#mainwrap .heading-underline h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mainwrap .ccm-image-block {
  margin: 0px auto;
}
@media (max-width: 767px) {
  #mainwrap .ccm-image-block {
    margin: 12px;
  }
}
@media (max-width: 767px) {
  #mainwrap .datasouth_socialicon {
    text-align: center;
  }
}
#mainwrap .datasouth_socialicon a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding-top: 4px !important;
  color: #4b4b4b !important;
  text-align: center;
  border: 2px solid #4b4b4b;
  border-radius: 999px;
  display: inline-block;
}
#mainwrap .datasouth_socialicon a:hover {
  border-color: #BBD442;
  color: #BBD442 !important;
}
#mainwrap .btn-datasouth-ctm {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #ccc;
  padding: 6px 32px 6px 12px;
  transition: all .6s ease;
  background: transparent url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right_black.png) no-repeat scroll 90% center;
}
#mainwrap .btn-datasouth-ctm:hover {
  color: #fff;
  border: 1px solid #BBD442;
  background: #bbd442 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.black-ol {
  background: url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right_black.png) no-repeat scroll 90% center;
  border-color: #000;
  color: #000;
}
#mainwrap .btn-datasouth-ctm.black-ol:hover {
  background: url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  background-color: #000;
  color: #fff;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.red-ol {
  background: url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right_red.png) no-repeat scroll 90% center;
  border-color: #BBD442;
  color: #fff;
}
#mainwrap .btn-datasouth-ctm.red-ol:hover {
  background: url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  background-color: #BBD442;
  color: #fff;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.black {
  background: #000000 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  border-color: #000;
  color: #fff;
}
#mainwrap .btn-datasouth-ctm.black:hover {
  background: #000000 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  border-color: #000;
  color: #fff;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.red {
  background: #bbd442 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  border-color: #BBD442;
  color: #fff;
}
#mainwrap .btn-datasouth-ctm.red:hover {
  background: #bbd442 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 90% center;
  border-color: #BBD442;
  color: #fff;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.tiny {
  background-position: 92.5% center;
  background-size: 10px auto;
  padding: 2px 20px 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
#mainwrap .btn-datasouth-ctm.tiny:hover {
  background-position: 92.5% center;
  background-size: 10px auto;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.small {
  background-position: 92% center;
  background-size: 10px auto;
  padding: 3px 24px 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
#mainwrap .btn-datasouth-ctm.small:hover {
  background-position: 92% center;
  background-size: 10px auto;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.medium {
  background-position: 90% center;
  padding: 6px 32px 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
#mainwrap .btn-datasouth-ctm.medium:hover {
  background-position: 90% center;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.large {
  background-position: 90% center;
  padding: 8px 36px 8px 14px;
  font-size: 16px;
  line-height: 22px;
}
#mainwrap .btn-datasouth-ctm.large:hover {
  background-position: 90% center;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth-ctm.xl {
  background-position: 90% center;
  background-size: 14px auto;
  padding: 10px 40px 10px 16px;
  font-size: 18px;
  line-height: 24px;
}
#mainwrap .btn-datasouth-ctm.xl:hover {
  background-position: 90% center;
  background-size: 14px auto;
  transition: all .6s ease;
}
#mainwrap .btn-wrap {
  display: inline-block;
  margin: 0 0.6%;
}
@media (max-width: 767px) {
  #mainwrap .btn-wrap {
    display: block;
  }
}
#mainwrap .btn-wrap .btn-label {
  color: #BBD442;
  display: block;
  margin-bottom: 32px;
  margin-top: 12px;
}
#mainwrap .btn-datasouth {
  background-color: #bbd442;
  /*     background-image: url(@btnreadmore-background-image);*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 80% center;
  border-radius: 0;
  color: #4d4d4d;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 500;
  padding: 8px 52px 8px 32px;
  transition: all .6s ease;
}
#mainwrap .btn-datasouth:hover {
  background: #595959 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 80% center;
  color: #ffffff;
  transition: all .6s ease;
}
#mainwrap .search-results-wrapper {
  min-height: 18em;
}
#mainwrap .search-results-wrapper .searchResult {
  border-bottom: 1px solid #ddd;
}
#mainwrap .search-results-wrapper .searchResult h3 {
  margin-bottom: -18px;
  color: #1a0dab;
}
#mainwrap .search-results-wrapper .searchResult p .pageLink {
  color: #006621;
}
#mainwrap .not-in-searchbar-area {
  margin: 12px auto;
}
#mainwrap .not-in-searchbar-area .search-input {
  border-radius: 0;
  padding-left: 12px;
}
#mainwrap .not-in-searchbar-area .search-btn {
  color: #5d5d5d;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #fff;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  left: 1px;
}
#mainwrap .not-in-searchbar-area .search-btn:hover {
  border-left: 1px solid none;
  box-shadow: none;
}
#mainwrap .navbar-header {
  float: none;
  padding-top: 6px;
}
#mainwrap .navbar-header .navbar-brand {
  color: #ffffff;
  font-family: Lato;
  font-weight: 400;
  font-style: none;
  font-size: 18px;
}
#mainwrap .navbar-header .navbar-brand .logo p img {
  top: -1.1em;
  margin-left: 20px;
}
#mainwrap .navbar-header .navbar-brand .logo img {
  position: relative;
  top: -1.1em;
  max-width: 72%;
}
@media (max-width: 767px) {
  #mainwrap .navbar-header .navbar-brand .logo img {
    z-index: 1;
  }
}
#mainwrap .navbar-header .right-element-container {
  float: right;
  width: 66.2%;
}
@media (max-width: 991px) {
  #mainwrap .navbar-header .right-element-container {
    width: 60%;
  }
}
#mainwrap .navbar-header .right-element-container .cntct-srchbr {
  margin-top: 5px;
}
@media (max-width: 767px) {
  #mainwrap .navbar-header .right-element-container .cntct-srchbr {
    position: relative;
    top: -35px;
  }
}
@media (max-width: 685px) {
  #mainwrap .navbar-header .right-element-container .cntct-srchbr {
    left: 10%;
    top: 8px !important;
  }
}
@media (max-width: 480px) {
  #mainwrap .navbar-header .right-element-container .cntct-srchbr {
    left: 42px;
    top: 12px !important;
  }
}
@media (max-width: 767px) {
  #mainwrap .nav.navbar-nav li.dropdown.open .dropdown-toggle {
    border: 0px;
    border-bottom: 1px solid #989898 !important;
  }
}
#mainwrap .nav.navbar-nav li.dropdown ul.dropdown-menu {
  width: 200px;
}
#mainwrap .nav.navbar-nav li.dropdown ul.dropdown-menu li a {
  white-space: normal;
}
@media (max-width: 767px) {
  #mainwrap .nav.navbar-nav li.dropdown ul.dropdown-menu {
    width: 100%;
  }
}
#mainwrap .nav.navbar-nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  left: 195px;
  top: -3px;
}
#mainwrap .not-in-searchbar-area .search-input {
  margin-left: -1em;
}
#mainwrap .search-inputgroup .input-group-addon,
#mainwrap .search-inputgroup .input-group-btn,
#mainwrap .search-inputgroup .input-group .form-control {
  display: block;
}
#mainwrap .logo-mobile-wrapper {
  display: none;
}
#mainwrap .logo-mobile-wrapper .logo-mobile {
  border-bottom: 12px solid #000;
  margin: auto auto -12px;
  max-width: 100% !important;
  width: 100%;
}
#mainwrap .contact-number {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: none;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 6px;
}
@media (max-width: 991px) {
  #mainwrap .contact-number {
    font-size: 12px;
  }
}
@media (max-width: 685px) {
  #mainwrap .search-inputgroup {
    width: 70%;
  }
}
@media (max-width: 991px) {
  #mainwrap .contact-number {
    position: relative;
    left: 0em;
  }
}
@media (max-width: 767px) {
  #mainwrap .navbar-default .custom-navbar-right {
    border-top: none !important;
  }
  #mainwrap .navbar-default .navbar-collapse {
    background-color: #212121;
    box-shadow: none;
    width: 100%;
  }
  #mainwrap .navbar-default .navbar-collapse .navbar-nav {
    margin-top: 3.4em;
    text-align: center;
  }
  #mainwrap .navbar-default .navbar-collapse .navbar-nav li a {
    display: block;
  }
  #mainwrap .navbar-default .navbar-collapse .navbar-nav .dropdown.open .dropdown-toggle {
    border-bottom: 2px solid #000;
  }
  #mainwrap .navbar-default .navbar-toggle {
    border-radius: 0;
    padding: 6px 10px;
    position: relative;
    top: 13px;
  }
  #mainwrap .navbar-default .navbar-toggle:hover,
  #mainwrap .navbar-default .navbar-toggle:focus {
    background-color: #BBD442;
    border-color: #BBD442;
  }
  #mainwrap .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    border: 2px solid #fff;
  }
  #mainwrap .navbar-header {
    background-color: #191919 !important;
  }
  #mainwrap .big-img-background {
    background-image: none !important;
    background-color: #191919 !important;
  }
  #mainwrap .contact-number {
    float: left;
    left: -3.4em;
    position: relative;
    top: 1em;
  }
  #mainwrap .search-inputgroup {
    margin-right: 15px !important;
    margin-bottom: 1em;
    width: 60% !important;
  }
  #mainwrap .not-in-searchbar-area {
    margin: 12px auto !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #mainwrap .navbar-default .navbar-toggle {
    z-index: 1;
  }
}
@media (max-width: 480px) {
  #mainwrap .big-img-background {
    padding-top: 50px !important;
  }
  #mainwrap .navbar-default .navbar-header {
    padding-bottom: 1.4em;
    padding-top: 1em;
  }
  #mainwrap .navbar-default .navbar-header .navbar-toggle {
    top: 10px;
    right: 2px;
    z-index: 2;
  }
  #mainwrap .navbar-default .navbar-header .navbar-brand {
    display: none;
  }
  #mainwrap .navbar-default .nav > li {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
  }
  #mainwrap .navbar-default .nav > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #mainwrap .navbar-default .navbar-nav {
    margin-top: 24px !important;
  }
  #mainwrap .navbar-default .logo-mobile-wrapper {
    display: block;
    text-align: center;
  }
  #mainwrap .navbar-default .logo-mobile-wrapper a {
    display: block;
  }
  #mainwrap .navbar-default .contact-number {
    display: none;
  }
  #mainwrap .navbar-default .search-inputgroup {
    display: block !important;
    left: -9.5em;
    width: 100% !important;
  }
  #mainwrap .navbar-default .search-inputgroup .search-input {
    margin-left: 4.6em;
  }
}
#mainwrap h1 {
  color: #bbd442;
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
}
#mainwrap h2 {
  color: #4d4d4d;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}
#mainwrap h3 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
#mainwrap h4 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
#mainwrap p {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
#mainwrap mark {
  background-color: #BBD442;
  color: #fff;
}
#mainwrap blockquote {
  border-left: 0px;
  border-right: 4px solid #ddd;
  padding: 0 4px 0 0;
}
#mainwrap a {
  color: #bbd442;
}
#mainwrap a:focus {
  outline: 0;
}
#mainwrap img {
  max-width: 100%;
  height: auto;
}
#mainwrap blockquote {
  font-size: 15px;
  font-style: italic;
}
#mainwrap blockquote footer {
  font-weight: bold;
  padding-top: 15px;
  font-size: 15px;
  color: #506a85;
}
#mainwrap header {
  padding: 0;
}
#mainwrap header h1,
#mainwrap header h2,
#mainwrap header h3,
#mainwrap header h4,
#mainwrap header h5,
#mainwrap header h6,
#mainwrap header p {
  color: #ffffff;
}
@media (max-width: 991px) {
  #mainwrap header .popover-content .form-group {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #mainwrap header .popover-content .form-control {
    display: block;
  }
}
@media (max-width: 991px) {
  #mainwrap header .login_block_container .navbar-toggle {
    display: block;
    padding: 6px 12px;
  }
}
#mainwrap header .login_block_container .btn-login-popover {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 6px 12px;
  left: -4em;
  top: -37px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  #mainwrap header .login_block_container .btn-login-popover {
    top: -1px;
    left: 3%;
  }
}
@media (max-width: 767px) {
  #mainwrap header .login_block_container .btn-login-popover {
    position: absolute;
    left: 76%;
    top: 15px;
  }
}
@media (max-width: 685px) {
  #mainwrap header .login_block_container .btn-login-popover {
    left: 29%;
    top: -28px;
  }
}
@media (max-width: 480px) {
  #mainwrap header .login_block_container .btn-login-popover {
    left: -20px;
    top: 5.4em !important;
    width: 120%;
  }
}
#mainwrap header .login_block_container .btn-login-popover:hover {
  background-color: #BBD442;
  border-color: #BBD442;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  #mainwrap header .login_block_container #login-popover-container {
    display: none;
  }
}
#mainwrap header .login_block_container #login-popover-container .login_block_title {
  display: block;
  float: left;
  font-size: 13px;
  left: 26%;
  margin: 6px 0 0;
  position: relative;
  top: 4px;
}
@media (max-width: 1200px) {
  #mainwrap header .login_block_container #login-popover-container .login_block_title {
    left: 8%;
  }
}
@media (max-width: 767px) {
  #mainwrap header .login_block_container #login-popover-container .login_block_title {
    float: none;
    left: -73.4%;
    top: -12px;
  }
}
#mainwrap header .header-top-area .ds-loginblock-user {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  #mainwrap header .header-top-area .ds-loginblock-user {
    position: absolute;
    left: 40%;
    top: 15px;
  }
}
@media (max-width: 685px) {
  #mainwrap header .header-top-area .ds-loginblock-user {
    left: 2%;
    top: -28px;
  }
}
@media (max-width: 480px) {
  #mainwrap header .header-top-area .ds-loginblock-user {
    left: -16%;
    top: 5.4em;
    width: 120%;
  }
}
#mainwrap header .header-top-area .ds-loginblock-user .list-inline {
  margin: 0;
}
#mainwrap header .header-top-area .ds-loginblock-user .list-inline p {
  margin: 0;
}
#mainwrap header .header-top-area .ds-loginblock-user .list-inline li {
  position: relative;
}
#mainwrap header .header-top-area .ds-loginblock-user .list-inline li:last-child:before {
  color: #585858;
  content: "|";
  left: 0;
  position: absolute;
  top: 6px;
}
#mainwrap header .header-top-area .ds-loginblock-user .list-inline .btn {
  background-color: transparent;
  border: none;
  color: #BBD442;
}
#mainwrap header .headertop-line {
  background-color: #4d4d4d;
  min-height: 10px;
}
#mainwrap header .headertop-line address,
#mainwrap header .headertop-line h1,
#mainwrap header .headertop-line h2,
#mainwrap header .headertop-line h3,
#mainwrap header .headertop-line h4,
#mainwrap header .headertop-line h5,
#mainwrap header .headertop-line h6,
#mainwrap header .headertop-line p {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: none;
  font-size: 15px;
  margin: 10px 0px;
}
#mainwrap header .mobile-logo {
  display: none;
}
@media (max-width: 480px) {
  #mainwrap header .mobile-logo {
    display: block;
  }
}
#mainwrap header .ccm-block-feature-item h4 {
  color: #fff;
}
#mainwrap header .smallbreak {
  display: inline-block;
}
#mainwrap header .smallbreak a {
  padding: 0px 10px 0 0;
  text-decoration: none;
}
#mainwrap header .smallbreak a:first-child:after {
  content: "|";
  padding-left: 15px;
}
@media (max-width: 767px) {
  #mainwrap header .smallbreak {
    padding-top: 10px;
    float: right;
    display: block;
    clear: both;
  }
  #mainwrap header .smallbreak a {
    display: block;
    padding: 0px;
  }
  #mainwrap header .smallbreak a:first-child:after {
    content: "";
    padding: 0px;
  }
}
#mainwrap header #responsive-menu-button {
  float: left;
  font-size: 20px;
  display: none;
  color: #1abc9c;
}
@media (max-width: 767px) {
  #mainwrap header #responsive-menu-button {
    display: block;
  }
}
#mainwrap header .custom-navbar {
  background-color: #4d4d4d;
  border-bottom: none;
  margin-bottom: 0;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul padding:0 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul > li > a {
  color: #fff;
  padding: 15px 15px !important;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul > li > a:hover,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul > li > a:focus {
  background-color: #BBD442;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:active,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:hover {
  background-color: #BBD442;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:active > ul,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:hover > ul {
  display: block;
  width: 100%;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:active > ul > li > a:hover,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:hover > ul > li > a:hover,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:active > ul > li > a:focus,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:hover > ul > li > a:focus {
  background-color: #323232;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:active > ul > li > a:first-child,
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li:hover > ul > li > a:first-child {
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #BBD442;
  padding: 0;
  list-style: none;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li ul a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  padding: 12px 26px;
}
#mainwrap header .custom-navbar .cstm-wrap .ccm-responsive-navigation ul li ul li {
  float: none;
}
#mainwrap header .custom-navbar .searchbar-area {
  display: block;
  margin-top: 25px;
}
@media (max-width: 991px) {
  #mainwrap header .custom-navbar .searchbar-area {
    left: -18px;
    position: relative;
  }
}
@media (max-width: 480px) {
  #mainwrap header .custom-navbar .searchbar-area {
    left: 0;
  }
}
#mainwrap header .custom-navbar .searchbar-area .search-inputgroup {
  width: 86.5%;
}
@media (max-width: 600px) {
  #mainwrap header .custom-navbar .searchbar-area .search-inputgroup {
    width: 55% !important;
  }
}
@media (max-width: 480px) {
  #mainwrap header .custom-navbar .searchbar-area .search-inputgroup {
    width: 86.5% !important;
  }
}
#mainwrap header .custom-navbar .searchbar-area .search-input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: none;
  padding-left: 12px;
  color: #ffffff;
}
#mainwrap header .custom-navbar .searchbar-area .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#mainwrap header .custom-navbar .searchbar-area .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#mainwrap header .custom-navbar .searchbar-area .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#mainwrap header .custom-navbar .searchbar-area .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#mainwrap header .custom-navbar .searchbar-area .search-input:focus,
#mainwrap header .custom-navbar .searchbar-area .search-btn {
  border-color: #ffffff;
  box-shadow: none;
  outline: none;
}
#mainwrap header .custom-navbar .searchbar-area .search-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  background-color: transparent;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  left: 1px;
}
#mainwrap header .custom-navbar .searchbar-area .search-btn.btn-focused {
  border-color: #ffffff;
}
#mainwrap header .custom-navbar .searchbar-area .search-btn:hover {
  border-left: 1px solid none;
  box-shadow: none;
}
#mainwrap header .custom-navbar .logo {
  position: relative;
  top: -.8em;
  max-width: 100%;
}
@media (max-width: 767px) {
  #mainwrap header .custom-navbar .logo {
    z-index: 1;
  }
}
#mainwrap header .custom-navbar .info-wrap {
  padding: .8em 0;
}
@media (max-width: 991px) {
  #mainwrap header .custom-navbar .info-wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #mainwrap header .custom-navbar .info-wrap {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  #mainwrap header .custom-navbar .navbarlinks-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#mainwrap header .custom-navbar .custom-navbar-right {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#mainwrap header .navbar-nav ul ul {
  left: 100%;
  top: 0;
}
#mainwrap header .navbar-nav ul {
  display: none;
}
#mainwrap header .navbar-default .navbar-nav > .open > a,
#mainwrap header .navbar-default .navbar-nav > .open > a:hover,
#mainwrap header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #bbd442;
  color: #ffffff;
  transition: all .6s ease;
}
#mainwrap header .navbar-default .navbar-nav > .active > a,
#mainwrap header .navbar-default .navbar-nav > .active > a:hover,
#mainwrap header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #bbd442;
  color: #ffffff;
}
#mainwrap header .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: none;
  font-size: 15px;
  line-height: 20px;
  transition: all .6s ease;
}
#mainwrap header .navbar-default .navbar-nav > li > a:hover {
  background-color: #bbd442;
  color: #ffffff;
  transition: all .6s ease;
}
@media (max-width: 991px) {
  #mainwrap header .navbar-default .navbar-nav > li > a {
    font-size: 10.45px;
    padding: 12px 6px;
  }
}
@media (max-width: 480px) {
  #mainwrap header .navbar-nav > li > .dropdown-menu {
    margin: 0 8px 8px 8px;
  }
}
@media (max-width: 480px) {
  #mainwrap header .navbar-nav > li > .dropdown-menu li {
    width: 100%;
  }
}
#mainwrap header .navbar-nav > li > .dropdown-menu li.active > a {
  background-color: #323232;
  color: #ffffff;
}
#mainwrap header .navbar-nav > li > .dropdown-menu li > a {
  background-color: #bbd442;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: none;
  font-size: 15px;
  display: block;
  padding: 12px 15px;
  transition: all .6s ease;
}
#mainwrap header .navbar-nav > li > .dropdown-menu li > a:hover {
  transition: all .6s ease;
  background-color: #323232;
  color: #ffffff;
}
@media (max-width: 991px) {
  #mainwrap header .navbar-nav > li > .dropdown-menu li > a {
    font-size: 12px;
  }
}
#mainwrap header .dropdown-menu {
  padding: 0;
}
#mainwrap .big-img-background {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/packages/ds_crimson57/themes/crimson/images/img_header_background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0px;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}
#mainwrap .big-img-background .tint {
  border: 1px solid #000;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 4px;
  position: relative;
}
#mainwrap .big-img-background .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#mainwrap .big-img-background .tint:hover:before {
  background: none;
}
#mainwrap .big-img-background .big-img-text h1 {
  color: #ffffff;
  font-size: 80px;
  margin-bottom: -0.2em;
}
@media (max-width: 767px) {
  #mainwrap .big-img-background .big-img-text h1 {
    font-size: 42px;
  }
}
#mainwrap .big-img-background .big-img-text .text-highlighted {
  color: #bbd442;
  display: block;
  text-transform: uppercase;
}
#mainwrap .big-img-background .big-img-text p {
  color: #ffffff;
  font-size: 21px;
}
#mainwrap .big-img-background .big-img-text .btn-datasouth-ctm {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff;
  background: transparent url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 80% center;
  border: 1px solid #fff;
  margin-top: 4em;
  padding: 8px 52px 8px 32px;
  transition: all .6s ease;
}
#mainwrap .big-img-background .big-img-text .btn-datasouth-ctm:hover {
  color: #fff;
  background: #bbd442 url(/packages/ds_crimson57/themes/crimson/images/img_arrow_right.png) no-repeat scroll 80% center;
  border-color: #BBD442;
  transition: all .6s ease;
}
#mainwrap .big-img-background .nav li a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #ddd;
  color: #757575;
  margin-top: -1px;
  padding: 8px 6px;
  /*text-transform: capitalize;*/
  transition: all .6s ease;
}
#mainwrap .big-img-background .nav li a:hover {
  background-color: #efefef;
  border-left-color: #BBD442;
  transition: all .6s ease;
}
#mainwrap .big-img-background .nav li ul {
  list-style: none;
  margin-bottom: -7px;
  margin-top: -6px;
  padding: 6px 0 6px 14px;
}
#mainwrap .big-img-background .nav li ul li a {
  display: block;
}
#mainwrap .big-img-background .nav li ul li a:hover {
  text-decoration: none;
}
#mainwrap .big-img-background .navbar-nav {
  background-color: #fff;
  float: none;
  margin: auto;
  width: 100%;
}
#mainwrap .big-img-background .navbar-nav > li {
  float: none;
  border: 1px solid #ddd;
  border-top: none;
}
#mainwrap .big-img-background .navbar-nav > li:first-child {
  border-top: 1px solid #ddd;
}
#mainwrap .big-img-background .navbar-nav > li > a {
  margin-top: 0;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
#mainwrap .big-img-background .navbar-nav .dropdown .dropdown-menu {
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
#mainwrap .big-img-background .navbar-nav .dropdown .dropdown-menu li {
  border-bottom: 1px solid #ddd;
}
#mainwrap .big-img-background .navbar-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
#mainwrap .big-img-background .navbar-nav .dropdown .dropdown-menu li a {
  margin-top: 0;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainwrap .wrapper {
  padding-bottom: 4em;
}
#mainwrap .wrapper .login_block_container .form-inline .form-group {
  display: block !important;
  margin-bottom: 20px !important;
}
#mainwrap .wrapper .ds-loginblock-user {
  padding: 12px;
}
#mainwrap .wrapper .ds-loginblock-user .list-inline {
  margin: 0;
}
#mainwrap .wrapper .ds-loginblock-user .list-inline p {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  vertical-align: middle;
}
#mainwrap .wrapper .ds-loginblock-user .list-inline li {
  position: relative;
}
#mainwrap .wrapper .ds-loginblock-user .list-inline li:last-child:before {
  color: #585858;
  content: "|";
  left: 0;
  position: absolute;
  top: 6px;
}
#mainwrap .wrapper .ds-loginblock-user .list-inline .btn {
  background-color: transparent;
  border: none;
  color: #BBD442;
}
#mainwrap .wrapper .nav {
  margin-bottom: 2em;
  margin-top: 2em;
}
#mainwrap .wrapper .nav li a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #ddd;
  color: #757575;
  margin-top: -1px;
  padding: 8px 6px;
  /*text-transform: capitalize;*/
  transition: all .6s ease;
}
#mainwrap .wrapper .nav li a:hover {
  background-color: #efefef;
  border-left-color: #BBD442;
  transition: all .6s ease;
}
#mainwrap .wrapper .nav li ul {
  list-style: none;
  margin-bottom: -7px;
  margin-top: -6px;
  padding: 6px 0 6px 14px;
}
#mainwrap .wrapper .nav li ul li a {
  display: block;
}
#mainwrap .wrapper .nav li ul li a:hover {
  text-decoration: none;
}
#mainwrap .wrapper .navbar-nav {
  background-color: #fff;
  float: none;
  margin: auto;
  width: 100%;
}
#mainwrap .wrapper .navbar-nav > li {
  float: none;
  border: 1px solid #ddd;
  border-top: none;
}
#mainwrap .wrapper .navbar-nav > li:first-child {
  border-top: 1px solid #ddd;
}
#mainwrap .wrapper .navbar-nav > li > a {
  margin-top: 0;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
#mainwrap .wrapper .navbar-nav .dropdown .dropdown-menu {
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
#mainwrap .wrapper .navbar-nav .dropdown .dropdown-menu li {
  border-bottom: 1px solid #ddd;
}
#mainwrap .wrapper .navbar-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
#mainwrap .wrapper .navbar-nav .dropdown .dropdown-menu li a {
  margin-top: 0;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainwrap .wrapper .tint {
  border: 1px solid #000;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 4px;
  position: relative;
}
#mainwrap .wrapper .tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#mainwrap .wrapper .tint:hover:before {
  background: none;
}
#mainwrap .wrapper .icons {
  margin: auto;
}
#mainwrap .wrapper .icons .icon-wrap {
  display: inline-block;
  margin: auto;
  padding: 4px 6px;
}
#mainwrap .wrapper .icons .icon-wrap .icon-label {
  color: #BBD442;
  display: block;
  margin-top: 12px;
}
#mainwrap .wrapper .contact-map {
  margin-top: 6em;
  margin-bottom: 2em;
}
#mainwrap .wrapper .contact-map img {
  margin: 6em auto 3em;
}
#mainwrap .wrapper .contact-address address {
  color: #404040;
  float: left;
  margin-right: 1.6em;
}
#mainwrap .wrapper .list-arrow ul {
  list-style: none;
}
#mainwrap .wrapper .list-arrow ul li {
  line-height: 1.8em;
}
#mainwrap .wrapper .list-arrow ul li:before {
  content: '\f054';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap .wrapper .list-round ul {
  list-style: none;
}
#mainwrap .wrapper .list-round ul li {
  line-height: 1.8em;
}
#mainwrap .wrapper .list-round ul li:before {
  content: '\f10c';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap .wrapper .list-check ul {
  list-style: none;
}
#mainwrap .wrapper .list-check ul li {
  line-height: 1.8em;
}
#mainwrap .wrapper .list-check ul li:before {
  content: '\f00c';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap .wrapper .list-cross ul {
  list-style: none;
}
#mainwrap .wrapper .list-cross ul li {
  line-height: 1.8em;
}
#mainwrap .wrapper .list-cross ul li:before {
  content: '\f00d';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap .wrapper .col-sm-3 > .headings-row {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  min-height: 4.4em;
}
#mainwrap #footer {
  background-color: #4d4d4d;
  margin-top: 4em;
  padding-bottom: 10px !important;
  padding-top: 3.4em;
}
#mainwrap #footer a {
  color: #bbd442;
}
#mainwrap #footer address,
#mainwrap #footer p,
#mainwrap #footer h1,
#mainwrap #footer h2,
#mainwrap #footer h3,
#mainwrap #footer h4,
#mainwrap #footer h5 {
  font-weight: lighter;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}
#mainwrap #footer .login_block_container .form-inline .form-group {
  display: block !important;
  margin-bottom: 20px !important;
}
#mainwrap #footer .ds-loginblock-user {
  padding: 12px;
}
#mainwrap #footer .ds-loginblock-user .list-inline {
  margin: 0;
  padding: 0;
}
#mainwrap #footer .ds-loginblock-user .list-inline p {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  vertical-align: middle;
}
#mainwrap #footer .ds-loginblock-user .list-inline li {
  position: relative;
}
#mainwrap #footer .ds-loginblock-user .list-inline li:last-child:before {
  color: #585858;
  content: "|";
  left: 0;
  position: absolute;
  top: 6px;
}
#mainwrap #footer .ds-loginblock-user .list-inline a {
  display: inline-block;
  padding: 6px 12px;
}
#mainwrap #footer .ds-loginblock-user .list-inline .btn {
  background-color: transparent;
  border: none;
  color: #BBD442;
}
#mainwrap #footer .navbar-nav {
  width: 100%;
}
#mainwrap #footer .navbar-nav li {
  display: block;
  float: none;
}
#mainwrap #footer .navbar-nav li a {
  display: block;
}
#mainwrap #footer .navbar-nav li .dropdown-menu {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  padding: 0;
}
#mainwrap #footer .navbar-nav li .dropdown-menu li a {
  border-bottom: 1px solid #ddd;
}
#mainwrap #footer .nav li a {
  /*text-transform: capitalize;*/
  padding: 6px 6px;
}
#mainwrap #footer .nav li a:hover {
  background-color: transparent;
  border-left: 3px solid #bbd442;
  margin-left: -3px;
}
#mainwrap #footer .nav li ul {
  margin-bottom: -18px;
  margin-top: -18px;
  padding-left: 14px;
  padding-right: 12px;
}
#mainwrap #footer .nav li ul li a:hover {
  text-decoration: none;
}
#mainwrap #footer .list-arrow ul {
  list-style: none;
}
#mainwrap #footer .list-arrow ul li {
  line-height: 1.8em;
}
#mainwrap #footer .list-arrow ul li:before {
  content: '\f054';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap #footer .list-round ul {
  list-style: none;
}
#mainwrap #footer .list-round ul li {
  line-height: 1.8em;
}
#mainwrap #footer .list-round ul li:before {
  content: '\f10c';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap #footer .list-check ul {
  list-style: none;
}
#mainwrap #footer .list-check ul li {
  line-height: 1.8em;
}
#mainwrap #footer .list-check ul li:before {
  content: '\f00c';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap #footer .list-cross ul {
  list-style: none;
}
#mainwrap #footer .list-cross ul li {
  line-height: 1.8em;
}
#mainwrap #footer .list-cross ul li:before {
  content: '\f00d';
  float: left;
  font-family: 'FontAwesome';
  margin-left: -1.2em;
  color: #bbd442;
}
#mainwrap #footer .column h4 {
  padding-bottom: 12px;
}
#mainwrap #footer .column h4.with-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mainwrap #footer .column p,
#mainwrap #footer .column address,
#mainwrap #footer .column a {
  font-weight: lighter;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainwrap #footer .column a {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  #mainwrap #footer .column address {
    display: inline-block;
    margin-right: 16px;
  }
  #mainwrap #footer .column a img {
    float: right;
    margin-right: 4px;
  }
}
@media (max-width: 480px) {
  #mainwrap #footer .column address {
    display: block;
    margin-right: 0;
  }
  #mainwrap #footer .column a img {
    float: none;
    margin-right: 0;
  }
}
#mainwrap #footer ul {
  margin: 0px;
  padding: 25px 0px;
  list-style: none;
}
#mainwrap #footer ul li a {
  color: #fff;
  padding: 5px 0px;
  display: block;
}
#mainwrap #footer .footermost {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #7b7b7b;
  margin-top: 4em;
}
#mainwrap #footer .footermost .list-arrow ul li {
  display: block;
}
#mainwrap #footer .footermost .list-round ul li {
  display: block;
}
#mainwrap #footer .footermost .list-check ul li {
  display: block;
}
#mainwrap #footer .footermost .list-cross ul li {
  display: block;
}
@media (max-width: 767px) {
  #mainwrap #footer .footermost .navbar-nav {
    text-align: center;
    padding-bottom: 0;
  }
}
#mainwrap #footer .footermost .navbar-nav li {
  display: inline-block;
}
@media (max-width: 480px) {
  #mainwrap #footer .footermost .navbar-nav li {
    display: block;
  }
}
#mainwrap #footer .footermost .navbar-nav li a {
  color: #7b7b7b;
  font-family: inherit;
  font-style: none;
  font-size: 14px;
  display: block;
  font-weight: 300;
  padding: 6px 8px;
}
#mainwrap #footer .footermost .navbar-nav li a:hover {
  background-color: #bbd442;
  color: #ffffff;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainwrap #footer .footermost .navbar-nav li a {
    font-weight: normal;
  }
}
#mainwrap #footer .footermost .copyright {
  color: #7b7b7b;
  font-size: 14px;
  font-family: inherit;
  font-weight: 200;
  margin: 25px 0;
  padding: 6px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  #mainwrap #footer .footermost .copyright {
    margin-top: 10px !important;
  }
}
#mainwrap #footer .footermost .copyright address,
#mainwrap #footer .footermost .copyright p,
#mainwrap #footer .footermost .copyright h1,
#mainwrap #footer .footermost .copyright h2,
#mainwrap #footer .footermost .copyright h3,
#mainwrap #footer .footermost .copyright h4,
#mainwrap #footer .footermost .copyright h5 {
  color: #7b7b7b;
  font-size: 14px;
  font-family: inherit;
  font-weight: 200;
}
@media (max-width: 767px) {
  #mainwrap #footer .footermost .copyright {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #mainwrap #footer .footermost .copyright .mobile-datasouth {
    display: block;
    margin-top: 8px;
  }
}
#mainwrap .datasouth_socialicon {
  margin: 15px 0px !important;
}
#mainwrap .ccm-block-page-list-thumbnail-grid-wrapper {
  margin: 25px 0px;
  text-align: center;
}
#mainwrap .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
  display: inline-block;
  padding: 10px;
  width: 24%;
  vertical-align: top;
}
@media (max-width: 767px) {
  #mainwrap .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
    width: 49%;
  }
}
#mainwrap .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-thumbnail a {
  display: block;
}
#mainwrap .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-description {
  display: none;
}
