@charset "UTF-8";
.clear-styles, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  -ms-text-shadow: none;
  text-shadow: none;
  list-style: none; }

.display-none {
  display: none; }

.auto-margin {
  margin: 0 auto; }

.noPadding {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.posRelative {
  position: relative; }

@media (min-width: 319px) and (max-width: 767px) {
  .pageHeader.banner .container.posRelative {
    padding: 0; } }

.center {
  text-align: center; }

.txt-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.extend-color-r:before, .extend-color-l:after {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
  min-width: 200px;
  left: -400px;
  content: "";
  width: 400px; }

.extend-color-l:after {
  left: auto;
  right: -400px; }

.text-alighDir {
  text-align: left; }

.text-alighDirInv {
  text-align: right; }

.floatDir {
  float: left; }

.floatDirInv {
  float: right; }

.empty-panel {
  border: 1px solid #E6E6E6;
  padding: 15px;
  background: rgba(225, 225, 225, 0.18);
  display: inline-block;
  width: 100%; }
  .empty-panel i {
    float: left;
    font-size: 4em;
    color: #e3e3e3;
    transform: rotate(-14deg);
    margin-left: 0.2em; }
  .empty-panel h2 {
    float: left;
    margin-left: 0.6em; }

.advanced-search {
  margin-bottom: 30px;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.44);
  padding-bottom: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .advanced-search {
      position: absolute;
      top: -17vh; } }
  .advanced-search .search-btn {
    border: 0;
    font-family: 'gcc-glyphs';
    background-color: transparent;
    font-size: 1.6em;
    min-width: 1px;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    top: 0;
    width: 50px;
    color: #000; }
    .advanced-search .search-btn:hover {
      background: none; }
  .advanced-search .form-control {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    display: inline-block;
    padding: 0 0 0 50px;
    color: #000;
    font-size: 1.2em;
    font-weight: bold; }
    .advanced-search .form-control:-moz-placeholder {
      color: #000; }
    .advanced-search .form-control::-webkit-input-placeholder {
      color: #000; }
    .advanced-search .form-control:-ms-input-placeholder {
      color: #000; }
  .advanced-search.more-option .form-control {
    padding-right: 80px; }
  .advanced-search.more-option .search-btn {
    right: 30px; }
  .advanced-search.more-option .date-filter {
    position: absolute;
    font-size: 1.4em;
    right: 0;
    top: 2px;
    cursor: pointer; }
    .advanced-search.more-option .date-filter .dropdown-menu {
      right: 0;
      left: auto;
      border-radius: 0; }

.date-filters {
  display: none;
  width: 100%;
  margin-top: -50px;
  background: #EEEEEE;
  padding-top: 10px;
  margin-bottom: 10px; }

.displayTable {
  display: table;
  width: 100%; }
  .displayTable .cell {
    float: none;
    display: table-cell;
    vertical-align: middle; }

/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
@media (min-width: 320px) {
  html {
    font-size: 13px; } }
@media (min-width: 768px) {
  html {
    font-size: 13px; } }
@media (min-width: 992px) {
  html {
    font-size: 13px; } }
@media (min-width: 1200px) {
  html {
    font-size: 14px; } }
@media (min-width: 1600px) {
  html {
    font-size: 14px; } }

body {
  font-family: "Noto Sans", sans-serif;
  color: #676565; }
  @media (min-width: 320px) {
    body {
      font-size: 13px; } }
  @media (min-width: 768px) {
    body {
      font-size: 13px; } }
  @media (min-width: 992px) {
    body {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1600px) {
    body {
      font-size: 14px; } }

.section-title {
  text-align: center;
  padding: 1.5em 0 1em;
  font-size: 25px;
  font-size: 1.5625rem; }
  .section-title > i {
    font-size: 2em;
    color: #e5b32a;
    margin-bottom: 0.2em;
    display: block; }

.num {
  font-family: Myriad Pro, Arial, sans-serif; }

.num-count {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }
  .num-count.visible {
    opacity: 1;
    filter: alpha(opacity=100); }

.loading-spinner {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: url("../../images/loading-map.png") no-repeat center center #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }
  .loading-spinner.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

#key {
  background: url(../../images/simpleProject.jpg) 0px 0px no-repeat;
  position: fixed;
  left: -125px;
  top: 43%;
  margin-top: -150px;
  width: 121px;
  height: 532px;
  display: block;
  z-index: 990;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

#key.visible {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

#key .jumps {
  width: inherit;
  height: inherit;
  display: block;
  position: relative;
  margin-top: 0;
  z-index: 992; }

#key .jumps li {
  cursor: pointer;
  display: block;
  width: inherit;
  position: absolute;
  text-indent: -99999px; }
  #key .jumps li a {
    width: 100%;
    height: 100%;
    padding: 0; }
  #key .jumps li.active {
    text-indent: -9999px;
    background-color: rgba(41, 130, 82, 0.3);
    display: block;
    z-index: 995;
    border: 2px solid #1be578; }
    #key .jumps li.active a {
      background-color: transparent; }
      #key .jumps li.active a:after {
        display: none; }

.modal-header .close {
  min-width: 10px; }

i span {
  font-size: 0; }

@media (min-width: 1200px) {
  .full-height {
    height: 100vh !important; } }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin: 0; }

.mCSB_buttonUp {
  content: "\f062"; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  z-index: 1000; }

.hNote1 {
  display: none !important; }

.noScroll {
  overflow: hidden !important; }

.betaVersion {
  width: 28px;
  height: 105px;
  position: absolute;
  top: 130px;
  right: 0;
  background: url("beta.png") no-repeat 0 0;
  z-index: 10000; }

.scrollTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ab272c;
  text-align: center;
  position: fixed;
  bottom: 50px;
  color: #fff;
  line-height: 33px;
  font-size: 2.2em;
  right: 30px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  z-index: 2;
  visibility: hidden; }
  .scrollTop.visible {
    visibility: visible; }

.inner-container {
  padding: 70px 100px;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.35);
  border-style: solid;
  border-width: 8px;
  border-color: #1c172c;
  border-radius: 10px;
  background-color: #fff;
  color: #252525; }

.fontVariation {
  font-family: "Cairo", sans-serif; }

.bnt-aa input {
  margin-right: 5px;
  float: left; }

.ms-core-navigation {
  font-family: inherit; }

.sendTofriendCaptcha .col-md-5, .sendTofriendCaptcha .col-md-3 {
  width: 50%; }
.sendTofriendCaptcha .col-md-4 {
  width: 50%;
  margin-left: 50%;
  text-align: center; }

.fulljustify {
  text-align: justify; }
  .fulljustify:after {
    content: "";
    display: inline-block;
    width: 100%; }

@font-face {
  font-family: 'Cairo';
  src: url("../../fonts/cairo-regular/cairo-regular-webfont.eot");
  src: url("../../fonts/cairo-regular/cairo-regular-webfont.eot") format("embedded-opentype"), url("../../fonts/cairo-regular/cairo-regular-webfont.woff") format("woff"), url("../../fonts/cairo-regular/cairo-regular-webfont.ttf") format("truetype"), url("../../fonts/cairo-regular/cairo-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Cairo';
  src: url("../../fonts/cairo-regular/cairo-bold-webfont.eot");
  src: url("../../fonts/cairo-regular/cairo-bold-webfont.eot") format("embedded-opentype"), url("../../fonts/cairo-regular/cairo-bold-webfont.woff") format("woff"), url("../../fonts/cairo-regular/cairo-bold-webfont.ttf") format("truetype"), url("../../fonts/cairo-regular/cairo-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
/*===================================== 
	-- initialization --
=====================================*/
::selection {
  background: #6d191c;
  color: #fff; }

/* Safari */
::-moz-selection {
  background: #6d191c;
  color: #fff; }

/* Firefox */
:-moz-placeholder, .form-control::-moz-placeholder {
  color: #d1d1d1; }

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #d1d1d1; }

:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #d1d1d1; }

a, a:hover, a:link, a:active, a:focus, a:visited {
  outline: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: normal; }

*:focus {
  outline: none; }

.pageHeader {
  background-color: #f2f3f5; }
  .pageHeader.banner {
    height: 415px;
    background: url("../../images/subsiteImge.jpg") no-repeat 0 0 #ab272c;
    background-size: cover;
    color: #fff;
    padding: 103.75px;
    margin-bottom: 50px;
    position: relative; }
    .pageHeader.banner .img-overlay {
      position: absolute;
      width: 100%;
      background: rgba(9, 11, 12, 0.35);
      height: 100%;
      top: 0;
      left: 0; }
    @media (max-width: 1300px) {
      .pageHeader.banner {
        padding: 100px; } }
    @media (max-width: 1100px) {
      .pageHeader.banner {
        padding: 40px; } }
    @media (max-width: 800px) {
      .pageHeader.banner {
        padding: 10px; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .pageHeader.banner {
        padding: 15px; } }
    .pageHeader.banner .breadcrumbContainer .breadcrumb {
      position: relative; }
      @media (min-width: 992px) {
        .pageHeader.banner .breadcrumbContainer .breadcrumb {
          max-width: calc(100% - 450px); } }
      @media (min-width: 319px) and (max-width: 767px) {
        .pageHeader.banner .breadcrumbContainer .breadcrumb {
          max-width: 100%; } }
      .pageHeader.banner .breadcrumbContainer .breadcrumb span a {
        color: #fff; }
      .pageHeader.banner .breadcrumbContainer .breadcrumb span.current {
        color: #fff; }
    .pageHeader.banner .page-title {
      position: relative; }
      @media (min-width: 319px) and (max-width: 991px) {
        .pageHeader.banner .page-title .container {
          padding: 0; } }
      .pageHeader.banner .page-title .container span {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.15);
        display: inline-block;
        padding: 20px;
        min-width: 40%;
        max-width: calc(100% - 540px);
        font-size: 0.85em; }
        @media (min-width: 319px) and (max-width: 991px) {
          .pageHeader.banner .page-title .container span {
            max-width: none; } }
        @media (min-width: 319px) and (max-width: 767px) {
          .pageHeader.banner .page-title .container span {
            min-width: 100%; } }
  .pageHeader .overview {
    position: absolute;
    padding: 30px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.75);
    right: 0;
    width: 540px;
    top: -20px;
    height: 340px;
    box-shadow: 1.674px 23.942px 52.64px 3.36px rgba(0, 0, 0, 0.19);
    line-height: 1.6; }
    @media (min-width: 319px) and (max-width: 991px) {
      .pageHeader .overview {
        top: -15px;
        position: static;
        margin: auto;
        width: 100%;
        padding: 30px;
        height: auto;
        float: left; } }
    .pageHeader .overview h3 {
      color: #5b5b5b;
      font-size: 1.8em;
      font-weight: 700;
      margin-bottom: 10px; }
    .pageHeader .overview p {
      height: 220px;
      overflow: hidden; }
      @media (min-width: 319px) and (max-width: 991px) {
        .pageHeader .overview p {
          height: auto; } }

.breadcrumbContainer {
  padding: 15px 0 15px;
  background-color: transparent; }
  .breadcrumbContainer .breadcrumb {
    background-color: transparent;
    display: inline-block;
    margin-bottom: 0;
    padding: 3px; }
    .breadcrumbContainer .breadcrumb > span {
      margin-right: 10px;
      font-weight: 700; }
      .breadcrumbContainer .breadcrumb > span a {
        color: #4a5054; }
        .breadcrumbContainer .breadcrumb > span a:hover {
          color: #ab272c; }
      .breadcrumbContainer .breadcrumb > span.current {
        color: #acacac; }
      .breadcrumbContainer .breadcrumb > span > span:before {
        font-family: FontAwesome;
        content: ""; }
      .breadcrumbContainer .breadcrumb > span > span > span {
        display: none !important; }

.sectorWithImage {
  padding-top: 30px; }

.sectorImage {
  width: 70px;
  float: left;
  margin-top: -10px;
  margin-right: 10px; }

.page-title {
  background: transparent;
  border-bottom: 0;
  color: #565a5e;
  padding: 0;
  font-weight: 700;
  margin-bottom: 20px; }
  .page-title .container {
    font-size: 22px; }
    @media (min-width: 768px) {
      .page-title .container {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .page-title .container {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .page-title .container {
        font-size: 34px; } }

.main-header {
  height: 50px;
  box-shadow: 0.035px 0.999px 15.36px 0.64px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  z-index: 2; }
  @media (max-width: 1024px) {
    .main-header {
      height: auto; } }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .main-header {
      height: auto; } }
  .main-header .navbar-header {
    margin: 0; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .navbar-header {
        width: 100%; } }
  .main-header .nav-bar {
    margin-bottom: 25px;
    padding: 0;
    margin-bottom: 0; }
  .main-header .navbar-brand {
    padding: 7px; }
    @media (min-width: 992px) {
      .main-header .navbar-brand {
        margin-left: 40px;
        padding: 8px 15px; } }
    @media (min-width: 1600px) {
      .main-header .navbar-brand {
        margin-left: 60px; } }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .navbar-brand {
        float: left; } }
    .main-header .navbar-brand img {
      width: 125px; }
  .main-header .slogan {
    float: left;
    margin-top: 12px;
    border-left: solid 1px #89898b;
    padding-left: 10px; }
    @media only screen and (max-width: 1151px) {
      .main-header .slogan {
        display: none; } }
  .main-header .ms-core-listMenu-horizontalBox {
    width: 100%; }
    .main-header .ms-core-listMenu-horizontalBox .ms-core-listMenu-root {
      width: 100%; }
  .main-header .navbar-nav {
    margin-left: 30px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .navbar-nav {
        margin-left: 20px; } }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .navbar-nav {
        max-width: 100%;
        overflow-x: hidden;
        margin-left: 0px;
        background: #f3f3f3; } }
    .main-header .navbar-nav li:nth-child(1) {
      position: static !important; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .navbar-nav li {
        float: none;
        display: block; } }
    .main-header .navbar-nav li:hover {
      background: #e6e7eb !important; }
    .main-header .navbar-nav li a {
      font-size: 1.125em;
      font-weight: 700;
      color: #444;
      margin-right: 0 !important;
      padding: 0 5px;
      height: 50px;
      line-height: 50px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-header .navbar-nav li a {
          width: 100%; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-header .navbar-nav li a {
          margin-right: 0 !important; } }
      @media only screen and (max-width: 1370px) {
        .main-header .navbar-nav li a {
          font-size: 1em; } }
      @media (min-width: 992px) {
        .main-header .navbar-nav li a {
          padding: 0 7px; } }
      @media (min-width: 1600px) {
        .main-header .navbar-nav li a {
          padding: 0 10px; } }
      .main-header .navbar-nav li a:hover {
        color: #ab272c !important;
        background: #e6e7eb !important; }
        .main-header .navbar-nav li a:hover:after {
          width: 100% !important; }
      .main-header .navbar-nav li a.selected {
        color: #ab272c !important;
        position: relative;
        height: 50px; }
        .main-header .navbar-nav li a.selected:after {
          height: 4px;
          content: "";
          background-color: rgba(171, 39, 44, 0.7);
          width: 100%;
          left: 0;
          bottom: 0;
          position: absolute; }
      .main-header .navbar-nav li a .dynamic-children.additional-background {
        background: none;
        position: relative;
        padding-right: 0;
        padding-left: 0; }
        .main-header .navbar-nav li a .dynamic-children.additional-background:after {
          content: "\f107";
          font-family: FontAwesome;
          margin-left: 10px; }
          @media (min-width: 319px) and (max-width: 991px) {
            .main-header .navbar-nav li a .dynamic-children.additional-background:after {
              display: none; } }
    .main-header .navbar-nav li ul.dynamic {
      top: 70px !important;
      box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.2);
      width: 305px !important;
      border: 0;
      background: #e6e7eb;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: opacity 0.6s ease 0.1s;
      -moz-transition: opacity 0.6s ease 0.1s;
      -ms-transition: opacity 0.6s ease 0.1s;
      -o-transition: opacity 0.6s ease 0.1s;
      transition: opacity 0.6s ease 0.1s;
      -moz-transform: translateX(0) translateY(0);
      -o-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
      -webkit-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0); }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-header .navbar-nav li ul.dynamic {
          visibility: visible;
          position: static;
          opacity: 1;
          display: inline-block;
          width: 100% !important;
          left: 0 !important;
          right: 0 !important;
          background: #fff;
          padding: 0 0 20px 0;
          box-shadow: none; } }
      .main-header .navbar-nav li ul.dynamic.megaMenuWrapper {
        left: 7% !important;
        -moz-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        width: 86% !important;
        padding: 30px 0;
        background: #e6e7eb; }
        .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.dynamic {
          width: 35%;
          float: left;
          padding-left: 3%;
          border-right: solid 1px #bbbcbe; }
          .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.dynamic a {
            width: 95%;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 20px;
            border-bottom: dashed 1px #bbbcbe;
            font-weight: 100; }
            .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.dynamic a:after {
              content: "";
              display: block;
              height: 2px;
              width: 0%;
              background: rgba(171, 39, 44, 0.28);
              transition: linear 0.3s all;
              position: absolute;
              bottom: -2px;
              left: 0; }
          @media (min-width: 319px) and (max-width: 991px) {
            .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.dynamic {
              width: 100%; } }
          .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.dynamic:nth-last-child(-n+2) a {
            border-bottom: 0; }
        .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu {
          display: block;
          position: absolute;
          right: 0;
          width: 30%;
          top: 40px;
          padding-left: 15px; }
          .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu .title {
            font-weight: 700;
            display: block;
            font-size: 1.2em;
            margin-bottom: 15px;
            text-transform: uppercase; }
            @media (min-width: 319px) and (max-width: 991px) {
              .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu .title {
                margin-bottom: 5px;
                margin-top: 20px; } }
          .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul {
            display: block; }
            .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul .dfwp-item {
              display: inline-block;
              position: relative;
              margin-bottom: 0;
              width: 95%;
              border-bottom: dashed 1px #bbbcbe; }
              .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul .dfwp-item:last-child {
                border-bottom: 0; }
              .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul .dfwp-item .item .image-area-left a {
                margin: 0 !important;
                line-height: 0;
                padding: 0;
                display: inline-block;
                height: auto; }
                .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul .dfwp-item .item .image-area-left a .image {
                  width: 50px; }
              .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul .dfwp-item .item .link-item a {
                float: left;
                color: #b32b30;
                line-height: 22px;
                position: absolute;
                margin: 0;
                padding-top: 12px;
                padding-left: 0;
                padding-right: 0; }
                @media (min-width: 319px) and (max-width: 991px) {
                  .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu ul .dfwp-item .item .link-item a {
                    display: inline-block;
                    width: 80%; } }
          @media (min-width: 319px) and (max-width: 991px) {
            .main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.megaMenu {
              width: 100%;
              position: static;
              display: inline-block; } }
        @media (min-width: 319px) and (max-width: 991px) {
          .main-header .navbar-nav li ul.dynamic.megaMenuWrapper {
            visibility: visible;
            position: static;
            opacity: 1;
            display: inline-block;
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
            background: #fff;
            padding: 0 0 20px 0;
            box-shadow: none; } }
      .main-header .navbar-nav li ul.dynamic li.dynamic {
        padding-left: 5%; }
        .main-header .navbar-nav li ul.dynamic li.dynamic a {
          height: auto;
          line-height: normal;
          margin-right: 0;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 40px;
          padding-right: 0px;
          position: relative; }
          .main-header .navbar-nav li ul.dynamic li.dynamic a:before {
            content: "\f00a";
            font-family: 'fontawesome';
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 12px;
            color: #ab272c;
            top: 51%;
            -moz-transform: translateX(0) translateY(-50%);
            -o-transform: translateX(0) translateY(-50%);
            -ms-transform: translateX(0) translateY(-50%);
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%); }
          @media (min-width: 319px) and (max-width: 991px) {
            .main-header .navbar-nav li ul.dynamic li.dynamic a {
              width: 95%;
              padding-top: 15px;
              padding-bottom: 15px;
              padding-left: 20px;
              border-bottom: dashed 1px #bbbcbe; } }
    .main-header .navbar-nav li:hover ul.dynamic {
      top: 50px !important;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
  .main-header .navbar-toggle {
    float: right;
    background-color: #ccc;
    border-radius: 0;
    border-color: #ccc;
    margin-top: 10px;
    min-width: 10px;
    overflow: hidden;
    margin-left: 15px; }
    .main-header .navbar-toggle .icon-bar {
      background-color: #fff;
      -webkit-transition: all 0.3s ease 0.1s;
      -moz-transition: all 0.3s ease 0.1s;
      -ms-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s;
      position: relative; }
      .main-header .navbar-toggle .icon-bar:nth-child(2) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }
      .main-header .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 0;
        visibility: hidden;
        left: -90px; }
      .main-header .navbar-toggle .icon-bar:nth-child(4) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -5px; }
    .main-header .navbar-toggle.collapsed .icon-bar {
      opacity: 1;
      visibility: visible;
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      top: auto;
      left: 0; }
    .main-header .navbar-toggle:hover, .main-header .navbar-toggle:focus {
      background-color: #22211d !important; }
  .main-header .navbar-collapse {
    margin: 0;
    width: 100%;
    border: 0; }
    .main-header .navbar-collapse.in {
      display: inline-block;
      margin: 0;
      height: 600px;
      overflow-y: auto; }
  .main-header .navbar-right {
    margin: 0; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .navbar-right {
        display: inline-block;
        width: 50%;
        position: absolute;
        top: 5px;
        line-height: 50px;
        right: 10%; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .main-header .navbar-right {
        right: 25%; } }
  .main-header .search {
    float: right; }
    .main-header .search .searchIcon {
      background-color: #ab272c;
      color: #fff;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      text-align: center;
      font-size: 1.6em;
      position: relative;
      cursor: pointer;
      width: 30px; }
      @media (min-width: 992px) {
        .main-header .search .searchIcon {
          width: 60px; } }
      @media (min-width: 1600px) {
        .main-header .search .searchIcon {
          width: 125px; } }
      .main-header .search .searchIcon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 50px 0;
        border-right-color: #ab272c; }
        @media (min-width: 319px) and (max-width: 991px) {
          .main-header .search .searchIcon:after {
            display: none; } }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-header .search .searchIcon i {
          cursor: pointer;
          color: #7a7a7a; } }
      .main-header .search .searchIcon:hover {
        background-color: #a02025; }
        .main-header .search .searchIcon:hover:after {
          border-right-color: #a02025; }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-header .search .searchIcon {
          background-color: transparent;
          height: auto;
          line-height: 0;
          padding-right: 0;
          padding-left: 0; } }
  .main-header .mail {
    float: right; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .mail {
        float: left;
        width: 50%;
        text-align: center; } }
    .main-header .mail .mailIcon {
      height: 50px;
      line-height: 50px;
      color: #9da5ad; }
      @media (min-width: 768px) {
        .main-header .mail .mailIcon {
          margin-right: 55px; } }
  .main-header .language {
    float: right; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-header .language {
        width: 20%;
        text-align: center;
        display: none; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .main-header .language {
        width: 50%; } }
    .main-header .language .dropdown {
      height: 50px;
      line-height: 50px;
      color: #9da5ad; }
      @media (min-width: 768px) {
        .main-header .language .dropdown {
          margin-right: 55px; } }
      @media (min-width: 992px) {
        .main-header .language .dropdown {
          margin-right: 35px; } }
      @media (min-width: 1600px) {
        .main-header .language .dropdown {
          margin-right: 55px; } }
      .main-header .language .dropdown > span {
        cursor: pointer; }
      .main-header .language .dropdown .dropdown-menu {
        -moz-transform: translateX(50%) translateY(0);
        -o-transform: translateX(50%) translateY(0);
        -ms-transform: translateX(50%) translateY(0);
        -webkit-transform: translateX(50%) translateY(0);
        transform: translateX(50%) translateY(0);
        top: 80%; }
        .main-header .language .dropdown .dropdown-menu li a {
          font-family: "Cairo", sans-serif; }
      .main-header .language .dropdown span.fontVariation {
        color: #6d747a;
        font-family: "Cairo", sans-serif;
        font-size: 16px;
        font-weight: 600; }

.menu-over-layer {
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5); }

.open-menu-over-layer {
  height: calc(100% - 65px);
  width: 100%;
  top: 65px; }
  @media (max-width: 1301px) {
    .open-menu-over-layer {
      top: 115px; } }
  @media (min-width: 319px) and (max-width: 991px) {
    .open-menu-over-layer {
      display: none; } }

.new-position {
  position: static !important; }

.search {
  position: relative; }
  @media (min-width: 319px) and (max-width: 991px) {
    .search {
      position: static; } }

.search-area {
  position: absolute;
  right: 0;
  min-width: 0px;
  width: 0px;
  top: 0;
  height: 51px;
  overflow: hidden;
  background: #000;
  transition: width 0.3s linear;
  z-index: 11;
  border-bottom: 2px solid #b65248;
  padding-top: 5px; }

.increase-width {
  width: 700px;
  padding-right: 30px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .increase-width {
      width: 100%;
      position: absolute; } }

.ms-srch-sb-border {
  border: none;
  width: 90%; }

.ms-srch-sb-border:hover {
  border: none;
  width: 90%; }

.ms-srch-sb-borderFocused {
  border: none;
  width: 90%; }

.ms-srch-sb-borderFocused input {
  height: 42px;
  font-size: 1.4em;
  color: #fff;
  width: 80%; }

.ms-srch-sb-border input {
  height: 42px;
  font-size: 1.4em;
  color: #fff;
  width: 80%; }

.close-search-area {
  transition: 0s;
  color: #fff;
  float: right;
  font-size: 2em;
  margin-top: 7px;
  cursor: pointer; }

.over-layer {
  width: 0%;
  height: 0%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5); }

.open-over-layer {
  height: 100%;
  width: 100%; }

.ms-srch-sb-searchLink {
  overflow: visible !important;
  float: left;
  margin: 0 10px !important;
  height: auto !important;
  width: auto !important; }
  @media (min-width: 768px) {
    .ms-srch-sb-searchLink {
      margin: 0 35px !important; } }

.ms-srch-sb-searchLink:hover {
  background: transparent; }

.ms-srch-sb-searchLink:visited {
  background: transparent; }

.ms-srch-sb-searchLink img {
  display: none; }

.ms-srch-sb-searchLink:after {
  content: "\f002";
  font-family: fontawesome;
  color: #9f2125;
  font-size: 2em; }

.ms-srch-sb-searchLink:after:hover {
  color: #8c3e40; }

.header-social-icon {
  display: inline-block;
  font-size: 19px;
  line-height: 50px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #efefef; }
  @media (min-width: 319px) and (max-width: 991px) {
    .header-social-icon {
      display: none; } }
  .header-social-icon a {
    color: #71777d;
    margin: 5px; }
    .header-social-icon a:nth-of-type(2):hover {
      color: #0077B5; }
    .header-social-icon a:nth-of-type(3):hover {
      color: #00aced; }
    .header-social-icon a:nth-of-type(4):hover {
      color: #e52d27; }

.ms-srch-sbLarge > input, .ms-srch-sbLarge > input:focus {
  color: #565a5e;
  border: solid 1px #565a5e;
  padding: 10px; }

.ms-srch-sbLarge > input {
  padding: 0 10px; }

.main-header .navbar-nav li {
  position: relative; }

.main-header .navbar-nav li ul.dynamic {
  left: 0; }

.main-header .navbar-nav li ul.dynamic.megaMenuWrapper li.dynamic-children {
  display: none; }

.iconsForMobile {
  display: none; }
  @media (min-width: 319px) and (max-width: 991px) {
    .iconsForMobile {
      display: block; } }
  @media (min-width: 319px) and (max-width: 991px) {
    .iconsForMobile .search .searchIcon {
      display: block !important;
      margin-top: 15px; } }
  @media (min-width: 319px) and (max-width: 991px) {
    .iconsForMobile .language {
      display: block !important; } }

.side-socials {
  text-align: right; }
  .side-socials li {
    display: inline-block;
    float: right; }
    .side-socials li a {
      -webkit-transition: all 0.3s ease 0.1s;
      -moz-transition: all 0.3s ease 0.1s;
      -ms-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s;
      color: #b5b5b5;
      padding: 20px 13px;
      font-size: 20px;
      cursor: pointer; }
      .side-socials li a:hover {
        color: #ab272c; }

.nav-tabs {
  border-bottom: 0; }
  .nav-tabs > li {
    margin-bottom: 0; }
    .nav-tabs > li > a {
      color: #fff;
      border: 1px solid #6a6968;
      padding: 12px 25px;
      border-radius: 0; }
      .nav-tabs > li > a:hover {
        border-color: #ccc;
        color: #ab272c; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #5d6062;
      border-color: #5d6062; }
    .nav-tabs > li:last-child {
      margin-right: 0; }

.modal .modal-dialog .modal-content {
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    padding-right: 90px;
    border-bottom: 0;
    position: relative; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      background-color: #ab272c;
      color: #fff;
      padding: 15px 30px; }
    .modal .modal-dialog .modal-content .modal-header .close {
      width: 90px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      color: #fff;
      opacity: 1;
      font-size: 50px;
      background: #8a1f23; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 60px;
    line-height: 2; }
  .modal .modal-dialog .modal-content .modal-footer {
    padding: 0 0px 40px 0;
    text-align: center;
    border-top: 0; }

.grid-view .ttl {
  font-size: 1.6em;
  color: #ccc;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif; }
  .grid-view .ttl .fa {
    color: #ab272c;
    margin-right: 10px; }
.grid-view .add-btn {
  border-right-width: 1px !important; }
.grid-view .action-wrapper, .grid-view .add-btn {
  display: inline-block;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #cbd0d5;
  position: relative;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  float: left; }
  .grid-view .action-wrapper .icon, .grid-view .add-btn .icon {
    position: absolute;
    left: 11px;
    top: 10px;
    color: #ab272c;
    font-size: 1.2em; }
  .grid-view .action-wrapper .action, .grid-view .add-btn .action {
    background: transparent;
    padding: 10px 40px 10px 20px;
    color: #646464;
    border: 0;
    margin-left: 0;
    font-size: inherit;
    font-family: "Noto Sans", sans-serif; }
  .grid-view .action-wrapper:first-child, .grid-view .add-btn:first-child {
    border-right-width: 1px; }
  .grid-view .action-wrapper:hover, .grid-view .add-btn:hover {
    background-color: #ccc; }
    .grid-view .action-wrapper:hover .icon, .grid-view .add-btn:hover .icon {
      color: #fff; }
    .grid-view .action-wrapper:hover .action, .grid-view .add-btn:hover .action {
      color: #fff; }
.grid-view .search-icon {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #cbd0d5;
  position: relative;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  padding: 6px 10px 6px;
  float: right;
  color: #fff;
  font-size: 0.8em;
  color: #ab272c;
  margin-left: 10px;
  cursor: pointer; }
  .grid-view .search-icon .fa {
    margin-right: 0; }
  .grid-view .search-icon:hover {
    background-color: #ccc; }
    .grid-view .search-icon:hover .fa {
      color: #fff; }
  .grid-view .search-icon.active {
    color: #fff;
    background-color: #ab272c;
    border: 1px solid #ab272c; }
    .grid-view .search-icon.active .fa {
      color: #fff; }
    .grid-view .search-icon.active:after, .grid-view .search-icon.active:before {
      top: 100%;
      right: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .grid-view .search-icon.active:after {
      border-color: rgba(40, 130, 82, 0);
      border-top-color: #288252;
      border-width: 8px;
      margin-right: -8px; }
    .grid-view .search-icon.active:before {
      border-color: rgba(40, 130, 82, 0);
      border-top-color: #288252;
      border-width: 9px;
      margin-right: -9px; }

.table {
  color: #646464;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0; }
  .table th {
    background-color: #ab272c;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    font-weight: normal;
    border-bottom: 0;
    padding: 15px 20px; }
  .table td {
    padding: 15px 20px;
    font-size: 1em; }
    .table td a {
      color: inherit; }
      .table td a:hover {
        color: #ab272c; }
    .table td .fa {
      color: #ab272c;
      margin-right: 20px; }
  .table.table-bordered {
    border: 1px solid #cbd0d5; }

.GridFooterMain {
  border-bottom: 1px solid #cbd0d5;
  border-left: 1px solid #cbd0d5;
  border-right: 1px solid #cbd0d5;
  width: 100%;
  background-color: #fafafa; }
  .GridFooterMain td {
    padding: 15px 20px;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    display: none; }
    .GridFooterMain td.GridFooterPager {
      display: table-cell; }
    @media (min-width: 1200px) {
      .GridFooterMain td {
        display: table-cell; } }
    .GridFooterMain td span {
      margin-right: 5px; }
    .GridFooterMain td select {
      border: 1px solid #cbd0d5;
      min-width: 60px;
      text-align: center; }
  .GridFooterMain .GridFooterPager {
    text-align: right; }
    .GridFooterMain .GridFooterPager a {
      background-color: #e4e4e4;
      color: #2a2a2a;
      padding: 4px 8px;
      text-align: center;
      margin-right: 5px;
      width: 30px;
      display: inline-block; }
      .GridFooterMain .GridFooterPager a:last-child {
        margin-right: 0; }
      .GridFooterMain .GridFooterPager a:hover {
        background-color: #c9c9c9; }
    .GridFooterMain .GridFooterPager span {
      display: none; }
    .GridFooterMain .GridFooterPager .aspNetDisabled:hover {
      background-color: #e4e4e4; }
    .GridFooterMain .GridFooterPager .GridViewSelectedPage {
      background-color: #ab272c;
      color: #fff; }
      .GridFooterMain .GridFooterPager .GridViewSelectedPage:hover {
        background-color: #ab272c; }

.grid-actions {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #cbd0d5;
  padding: 15px; }

.header-form {
  padding: 25px 15px 15px 15px;
  border-top: 2px solid #ab272c;
  border-left: 1px solid #cbd0d5;
  border-right: 1px solid #cbd0d5;
  display: none; }
  .header-form .form-group {
    border-bottom: 0;
    padding-bottom: 0; }
    .header-form .form-group label {
      font-size: 1em;
      margin-bottom: 5px; }
    .header-form .form-group .form-control {
      padding: 5px 15px; }
    .header-form .form-group .btn, .header-form .form-group body .btn-secondary, body .header-form .form-group .btn-secondary, .header-form .form-group body .detailButton, body .header-form .form-group .detailButton, .header-form .form-group body .btn-cancel, body .header-form .form-group .btn-cancel, .header-form .form-group body .btn-icon, body .header-form .form-group .btn-icon, .header-form .form-group body .btn-slider, body .header-form .form-group .btn-slider, .header-form .form-group body .login-btn, body .header-form .form-group .login-btn {
      margin-top: 10px;
      font-size: 1em;
      padding: 7px 35px; }
    .header-form .form-group .advanced-link {
      color: #ab272c; }
      .header-form .form-group .advanced-link .fa {
        margin-right: 5px; }
      .header-form .form-group .advanced-link:hover {
        text-decoration: underline; }

.productsGrid {
  border: none !important; }
  .productsGrid .careesrsHeader th {
    background: transparent;
    color: #000;
    font-weight: 600;
    text-align: left; }
  .productsGrid tbody tr td,
  .productsGrid tbody tr th {
    border: none;
    border-bottom: solid 1px #d0d0d0; }
  .productsGrid .RowStyleGrid {
    transition: all 0.1s linear; }
    .productsGrid .RowStyleGrid:hover {
      background-color: #ab272c;
      color: #fff; }
      .productsGrid .RowStyleGrid:hover a {
        color: #fff !important; }
  .productsGrid .RowStyleGrid[style*='background'] {
    background-color: #ab272c !important;
    color: #fff !important; }
    .productsGrid .RowStyleGrid[style*='background'] a {
      color: #fff !important; }
  .productsGrid .PagerGrid {
    background: #f3f3f3; }
    .productsGrid .PagerGrid td {
      padding: 10px 5px;
      border: none; }
      .productsGrid .PagerGrid td a {
        color: #b7b7b7; }
    .productsGrid .PagerGrid span {
      color: #ab272c;
      text-decoration: underline; }

.databaseHolder {
  overflow: scroll; }

/******************************************************************************************/
.eventsCalender {
  border-color: #e5dfdf;
  width: 100%;
  position: relative; }
  .eventsCalender table {
    width: 100%; }
  .eventsCalender .TitleStyle {
    background-color: #ab272c;
    height: 55px;
    overflow: hidden;
    position: relative; }
    .eventsCalender .TitleStyle td {
      border: 0; }
      .eventsCalender .TitleStyle td:nth-child(1) {
        position: absolute;
        right: 50px;
        width: 40px !important;
        border: 0;
        overflow: hidden; }
        .eventsCalender .TitleStyle td:nth-child(1) a {
          display: block;
          height: 55px;
          position: absolute;
          left: 1px;
          top: 0;
          width: 40px !important;
          line-height: 9999; }
        .eventsCalender .TitleStyle td:nth-child(1):before {
          color: #fff;
          content: "";
          font-family: "FontAwesome";
          font-size: 40px; }
      .eventsCalender .TitleStyle td:nth-child(3) {
        position: absolute;
        right: 16px;
        width: 40px !important;
        border: 0;
        overflow: hidden; }
        .eventsCalender .TitleStyle td:nth-child(3) a {
          display: block;
          height: 55px;
          position: absolute;
          left: 1px;
          top: 0;
          width: 40px !important;
          line-height: 9999; }
        .eventsCalender .TitleStyle td:nth-child(3):before {
          color: #fff;
          content: "";
          font-family: "FontAwesome";
          font-size: 40px; }
      .eventsCalender .TitleStyle td:nth-child(2) {
        border: 0 none;
        color: #fff;
        font-size: 1.8em;
        position: absolute;
        width: 50% !important;
        padding: 10px 30px 10px 10px;
        border: 1px solid #a02025;
        border-width: 0 1px 0 0;
        text-align: left; }
  .eventsCalender th.DayHeaderStyle {
    background-color: #ccc;
    color: #333;
    font-size: 1em;
    padding: 10px 5px;
    text-align: center;
    border-top: 10px solid #fff; }
  .eventsCalender td {
    background-color: transparent;
    color: #a4aeb9;
    font-size: 0.85em;
    border: 1px solid #e1e1e1;
    padding: 10px 5px;
    text-align: center;
    position: relative; }
    .eventsCalender td a {
      display: block; }
    .eventsCalender td .eventList {
      display: none;
      position: absolute;
      background: #E2E2E2;
      right: 0;
      left: 0;
      padding: 5px;
      border: 1px solid #BFBFBF;
      z-index: 10; }
      .eventsCalender td .eventList a {
        color: #333 !important;
        display: block; }
        .eventsCalender td .eventList a i {
          width: 6px;
          height: 6px;
          background-color: #666;
          margin-left: 5px;
          display: inline-block;
          border-radius: 50%; }
    .eventsCalender td.eventDay {
      background-color: #ab272c; }
      .eventsCalender td.eventDay a {
        color: #fff !important; }
      .eventsCalender td.eventDay:hover .eventList {
        display: block; }
        .eventsCalender td.eventDay:hover .eventList a {
          color: #333 !important; }
    .eventsCalender td.eventDayHasImportant {
      background-color: #b34343; }
      .eventsCalender td.eventDayHasImportant a {
        color: #fff !important; }
    .eventsCalender td.OtherMonthDayStyle a {
      font-size: 15px !important;
      color: #999 !important;
      font-weight: bold !important; }
    .eventsCalender td.SelectedDayStyle {
      background-color: #242424 !important; }
    .eventsCalender td.TodayDayStyle {
      background: #d5d5d5 !important; }
      .eventsCalender td.TodayDayStyle a {
        font-size: 15px !important;
        font-weight: bold !important; }
    .eventsCalender td.WeekendDayStyle a {
      font-size: 15px !important;
      color: #ab272c !important;
      font-weight: bold !important; }
  .eventsCalender tr:first-child td {
    padding: 0; }
  .eventsCalender .indicator {
    padding: 20px;
    background: #e3e3e3; }
    .eventsCalender .indicator li {
      display: inline-block;
      margin-right: 30px; }
      .eventsCalender .indicator li i {
        float: left;
        width: 15px;
        height: 15px;
        background-color: #d5d5d5;
        margin-right: 10px;
        border: 1px solid #afafaf; }
        .eventsCalender .indicator li i.EventColor {
          background-color: #ab272c;
          border: 1px solid #313131; }
        .eventsCalender .indicator li i.selectedColor {
          background-color: #242424;
          border: 1px solid #313131; }
  .eventsCalender .loading {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.75); }
    .eventsCalender .loading img {
      top: 50%;
      position: relative;
      margin-top: -50px; }

.eventsCalender td .eventList i, .eventsCalender td .eventList span {
  display: none; }

/* Default styling for jQuery Calendars Picker v2.0.0. */
.calendars {
  background-color: #fff;
  color: #000;
  border: 1px solid #ab272c;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 90%; }

.calendars-rtl {
  direction: rtl; }

.calendars-popup {
  z-index: 1000; }

.calendars-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.calendars a {
  color: #fff;
  text-decoration: none; }

.calendars a.calendars-disabled {
  color: #888;
  cursor: auto; }

.calendars button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-weight: bold; }

.calendars-nav, .calendars-ctrl {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  background-color: #ab272c !important; }

.calendars-ctrl {
  background-color: #600; }

.calendars-cmd {
  width: 30%; }

.calendars-cmd:hover {
  background-color: #777; }

.calendars-ctrl .calendars-cmd:hover {
  background-color: #f08080; }

.calendars-cmd-prevJump, .calendars-cmd-nextJump {
  width: 8%; }

a.calendars-cmd {
  height: 1.5em; }

button.calendars-cmd {
  text-align: center; }

.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
  float: left;
  padding-left: 2%; }

.calendars-cmd-current, .calendars-cmd-today {
  float: left;
  width: 35%;
  text-align: center; }

.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right; }

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right; }

.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
  float: right; }

.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left; }

.calendars-month-nav {
  float: left;
  background-color: #777;
  text-align: center; }

.calendars-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%; }

.calendars-month-nav span {
  color: #888; }

.calendars-month-row {
  clear: left; }

.calendars-month {
  float: left;
  width: 15em;
  border: 1px solid #444;
  text-align: center; }

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
  height: 1.5em;
  background-color: #444;
  color: #fff;
  font-weight: bold; }

.calendars-month-header select, .calendars-month-header input {
  height: 1.4em;
  border: none; }

.calendars-month-header input {
  position: absolute;
  display: none; }

.calendars-month table {
  width: 100%;
  border-collapse: collapse; }

.calendars-month thead {
  border-bottom: 1px solid #aaa; }

.calendars-month th, .calendars-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center; }

.calendars-month th {
  border: 1px solid #777; }

.calendars-month th, .calendars-month th a {
  background-color: #777;
  color: #fff; }

.calendars-month td {
  background-color: #eee;
  border: 1px solid #aaa; }

.calendars-month td.calendars-week {
  border: 1px solid #777; }

.calendars-month td.calendars-week * {
  background-color: #777;
  color: #fff;
  border: none; }

.calendars-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #eee;
  color: #000;
  text-decoration: none; }

.calendars-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em; }

.calendars-month td span {
  color: #888; }

.calendars-month td .calendars-other-month {
  background-color: #fff; }

.calendars-month td .calendars-weekend {
  background-color: #ddd; }

.calendars-month td .calendars-today {
  background-color: rgba(171, 39, 44, 0.6); }

.calendars-month td .calendars-highlight {
  background-color: #f08080; }

.calendars-month td .calendars-selected {
  background-color: #777;
  color: #fff; }

.calendars-month th.calendars-week {
  background-color: #777;
  color: #fff; }

.calendars-status {
  clear: both;
  background-color: #ddd;
  text-align: center; }

.calendars-clear-fix {
  clear: both; }

.calendars-popup {
  z-index: 1000;
  margin-top: 12px;
  width: 250px !important;
  margin-left: 4%; }

.calendars-rtl {
  direction: rtl;
  width: 250px !important; }

.calendars {
  background-color: #fff;
  color: #000;
  border: 1px solid #ab272c;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-family: Tahoma !important;
  font-size: 70% !important; }

.calendars-nav, .calendars-ctrl {
  float: left;
  width: 100%;
  background-color: #ab272c !important;
  color: #fff;
  font-size: 90%;
  font-weight: normal;
  padding: 8px; }

.calendars-month td .calendars-today {
  background-color: rgba(171, 39, 44, 0.6) !important; }

.calendars-month {
  float: left;
  width: 15em;
  border: 1px solid #444;
  text-align: center;
  width: 100% !important; }

.calendars-month th, .calendars-month th a {
  background-color: #ab272c !important;
  color: #fff; }

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
  height: 1.5em;
  background-color: rgba(171, 39, 44, 0.6) !important;
  color: #fff;
  font-weight: normal !important; }

.calendars-month-row {
  /* clear: left; */
  width: 100%;
  display: inline;
  float: left; }

.calendars-month {
  float: left;
  width: 15em;
  border: 0px solid #ededed !important;
  text-align: center;
  width: 100%; }

.calendars-month a {
  display: block;
  width: 100%;
  background-color: #f5f5f5 !important;
  color: #000;
  text-decoration: none;
  padding: 5px !important; }

.calendars-month a:hover {
  background: rgba(171, 39, 44, 0.6) !important; }

.calendars-month td .calendars-other-month {
  background-color: #fff;
  padding: 5px; }

.form-group span.help-block {
  position: absolute;
  background: #ededed;
  color: #ff0000;
  padding: 3px;
  border-radius: 2px;
  font-size: 88%;
  right: 15px;
  top: -8px; }

/*
customaization
*/
.calendars-popup {
  margin: 0; }

.events-links {
  margin-top: 30px;
  display: inline-block;
  width: 100%; }
  .events-links .block {
    display: block;
    padding: 20px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #ab272c;
    font-size: 1.4em;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s; }
    .events-links .block:hover i {
      background-color: #000;
      color: #c9ab70; }
    .events-links .block i {
      display: block;
      margin: 0 auto 15px;
      font-size: 1.4em;
      width: 70px;
      height: 70px;
      line-height: 70px;
      background: #ab272c;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease 0.1s;
      -moz-transition: all 0.3s ease 0.1s;
      -ms-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s;
      color: #000; }

.event-gallery a[class] h3 i:last-child {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.event-gallery a h3 i:last-child, .event-gallery a[class='collapsed'] h3 i:last-child {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.event-gallery h3 {
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-top: 60px;
  color: #676565; }
  .event-gallery h3 i {
    font-size: 1.3em; }
  .event-gallery h3 i:last-child {
    font-size: 1em; }
.event-gallery .event-files {
  display: block;
  float: left;
  width: calc(50% - 20px);
  color: #676565;
  margin-left: 10px;
  margin-bottom: 15px;
  transition: all 0.2s linear; }
  .event-gallery .event-files:before {
    content: "\f15b";
    font-family: FontAwesome;
    margin-right: 5px; }
  .event-gallery .event-files:hover {
    text-decoration: underline; }

.pager {
  display: inline-block;
  box-shadow: -1px 5px 0px #bdbdbd;
  border-radius: 25px; }

.pager a, .pager > span > span {
  padding: 15px;
  display: inline-block;
  margin: -3px;
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #f3f3f3 0%, #fafafa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fafafa',GradientType=0 );
  /* IE6-9 */
  transition: all 0.2s linear;
  color: #161616; }

.pager > span > span, .pager a:hover {
  background: #df3535;
  background: -moz-radial-gradient(center, ellipse cover, #df3535 0%, #b32626 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #df3535 0%, #b32626 100%);
  background: radial-gradient(ellipse at center, #df3535 0%, #b32626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3535', endColorstr='#b32626',GradientType=1 );
  color: #fff; }

.pager a + a, .pager a + span, .pager span + a {
  border-left: inset 1px rgba(255, 255, 255, 0.4); }

.pager a:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  color: transparent; }
  .pager a:last-child:before {
    position: absolute;
    font-family: fontawesome;
    color: #161616;
    font-size: 20px;
    top: 11px;
    content: "\f105"; }

.pager a:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  position: relative;
  color: transparent !important; }
  .pager a:first-child:before {
    position: absolute;
    font-family: fontawesome;
    color: #161616;
    font-size: 20px;
    top: 11px;
    content: "\f104"; }

.pager .aspNetDisabled:hover {
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #f3f3f3 0%, #fafafa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fafafa',GradientType=0 );
  /* IE6-9 */
  transition: all 0.2s linear;
  color: #161616; }

.eventsFilter {
  margin-bottom: 30px; }

.eventsFilter select {
  height: 38px;
  padding: 0;
  padding-left: 20px;
  float: left;
  margin-top: 6px;
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.15);
  border: 1px solid #ccc;
  font-weight: 700;
  min-width: 150px; }
  .eventsFilter select option {
    font-weight: 700; }

.eventsFilter span {
  font-size: 1.7em;
  font-weight: 600;
  color: #d5494e;
  margin-right: 45px;
  float: left;
  margin-top: 5px; }

.eventsFilter .loading-wrapper .loading img {
  margin: 12px 30px; }

.margin-top-25 {
  margin-top: 25px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .margin-top-25 {
      margin-bottom: 25px; } }

span[id$=lblNoEventsFound] {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  background-color: #f4f4f4;
  padding: 0px;
  text-align: center;
  font-size: 1.8em;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.4em; }

.main-footer {
  color: #464646;
  line-height: 30px;
  font-size: 0.8em; }
  .main-footer .links {
    background-color: #ececec;
    padding: 10px 0;
    border-top: 1px solid #ebeced;
    font-size: 1.2em; }
    .main-footer .links li {
      line-height: 22px; }
    .main-footer .links h3 {
      margin-bottom: 0.3em;
      font-weight: 700; }
    .main-footer .links a {
      color: inherit;
      -webkit-transition: color 0.3s ease 0.1s;
      -moz-transition: color 0.3s ease 0.1s;
      -ms-transition: color 0.3s ease 0.1s;
      -o-transition: color 0.3s ease 0.1s;
      transition: color 0.3s ease 0.1s;
      color: #161616; }
      .main-footer .links a .fa {
        color: #a5a5a5;
        width: 30px;
        -webkit-transition: color 0.3s ease 0.1s;
        -moz-transition: color 0.3s ease 0.1s;
        -ms-transition: color 0.3s ease 0.1s;
        -o-transition: color 0.3s ease 0.1s;
        transition: color 0.3s ease 0.1s;
        font-size: 1.3em;
        transform: translateY(3px); }
      .main-footer .links a svg {
        margin-right: 15px; }
        .main-footer .links a svg .cls-1 {
          fill: #c9c9c9;
          fill-rule: evenodd; }
      .main-footer .links a:hover {
        color: #ab272c; }
        .main-footer .links a:hover .fa {
          color: #ab272c; }
        .main-footer .links a:hover svg .cls-1 {
          fill: #ab272c; }
  .main-footer .copyrights {
    background-color: #ab272c;
    padding: 5px 0;
    color: #fff;
    font-size: 1.1em;
    line-height: 40px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-footer .copyrights {
        line-height: 24px;
        text-align: center; }
        .main-footer .copyrights .col-sm-8 {
          height: 80px; } }
    .main-footer .copyrights img {
      width: 40px;
      margin-right: 10px;
      -moz-transform: translateX(0) translateY(0px);
      -o-transform: translateX(0) translateY(0px);
      -ms-transform: translateX(0) translateY(0px);
      -webkit-transform: translateX(0) translateY(0px);
      transform: translateX(0) translateY(0px);
      float: left; }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-footer .copyrights img {
          float: none;
          margin: 0 auto 10px auto;
          display: block; } }
    .main-footer .copyrights span {
      float: left; }
      @media (min-width: 319px) and (max-width: 991px) {
        .main-footer .copyrights span {
          float: none; } }
    .main-footer .copyrights a {
      color: #fff;
      text-decoration: underline; }
    @media (min-width: 319px) and (max-width: 991px) {
      .main-footer .copyrights .pull-right {
        float: none !important; } }
  .main-footer.sticky {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }

.newsletter {
  height: 130px;
  padding-top: 60px;
  width: 70%;
  margin: auto; }
  .newsletter .form-group {
    border: none !important; }
    .newsletter .form-group .subscribe-btn {
      width: 20%;
      float: right;
      margin: 0;
      background: #c9c9c9;
      font-size: 1.2em;
      color: #fff;
      height: 50px;
      border: none; }
      .newsletter .form-group .subscribe-btn:hover {
        background-color: #9c9c9c !important; }
    .newsletter .form-group .form-control {
      width: 60%;
      float: right;
      border: solid 2px #c9c9c9 !important;
      height: 50px !important; }
    .newsletter .form-group .lable {
      width: 20%;
      float: right;
      color: #464646;
      margin-top: 11px;
      font-weight: 900; }

.keepInTouch a .icon svg {
  width: 17px;
  height: 17px;
  fill: #a5a5a5; }
.keepInTouch a:hover .icon svg {
  fill: #ab272c; }

.listOfTitles .title {
  font-size: 1em; }
  .listOfTitles .title a {
    display: block;
    padding-right: 70px;
    color: #636363;
    position: relative;
    z-index: 1; }
    .listOfTitles .title a:hover {
      color: #ab272c; }

.products-layout {
  margin-bottom: 30px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list {
      width: 100% !important; } }
  .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item {
    width: 100%;
    display: inline-block;
    margin: 25px 1.65% 0 1.65%;
    vertical-align: top; }
    @media (max-width: 1124px) {
      .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item {
        width: 46%; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item {
        width: 100%; } }
    .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item ul.dfwp-list .dfwp-item {
      width: 100%;
      border-bottom: none;
      margin: 0;
      margin-bottom: 10px;
      position: relative;
      padding: 5px 0; }
      .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item ul.dfwp-list .dfwp-item:before {
        content: "\f0da";
        font-family: "FontAwesome";
        margin-right: 7px;
        margin-bottom: 2px;
        font-size: 0.9em;
        float: left; }
      .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item ul.dfwp-list .dfwp-item:after {
        content: "";
        height: 29px;
        width: 0%;
        background: rgba(171, 39, 44, 0.05);
        display: block;
        position: absolute;
        transition: linear 0.3s all;
        z-index: 0;
        top: 0; }
      .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item ul.dfwp-list .dfwp-item:hover:after {
        width: 90%; }
      .products-layout .ms-webpart-zone.ms-fullWidth ul.dfwp-column.dfwp-list .dfwp-item ul.dfwp-list .dfwp-item a {
        font-size: 0.95em; }

.FAQ .categoryTitle {
  color: #ab272c; }

.ms-ToolPaneOuter {
  font-family: Segoe UI, Tahoma;
  z-index: 1000;
  position: relative;
  font-size: 13px;
  position: absolute;
  top: 210px;
  right: 20px; }

#ctl00_DeltaPlaceHolderMain table:not(#tblProductsAndSelectedProducts):not(.productsGrid):not(.PagerGrid) td {
  vertical-align: top; }
  @media (min-width: 319px) and (max-width: 767px) {
    #ctl00_DeltaPlaceHolderMain table:not(#tblProductsAndSelectedProducts):not(.productsGrid):not(.PagerGrid) td {
      display: block;
      width: 100% !important;
      height: auto !important;
      margin-bottom: 10px; }
      #ctl00_DeltaPlaceHolderMain table:not(#tblProductsAndSelectedProducts):not(.productsGrid):not(.PagerGrid) td * {
        max-width: 100%; } }
@media (min-width: 319px) and (max-width: 767px) {
  #ctl00_DeltaPlaceHolderMain table.productsGrid .PagerGrid td {
    display: table-cell;
    width: auto !important;
    padding: 10px 0px;
    text-align: center; } }
#ctl00_DeltaPlaceHolderMain #ctl00_ctl42_g_5f2e08ff_1d1c_413a_8813_b72cc5041326_ctl00_PanelGrd {
  overflow-x: auto; }
  #ctl00_DeltaPlaceHolderMain #ctl00_ctl42_g_5f2e08ff_1d1c_413a_8813_b72cc5041326_ctl00_PanelGrd #tblProductsAndSelectedProducts {
    min-width: 720px; }
    @media (min-width: 319px) and (max-width: 767px) {
      #ctl00_DeltaPlaceHolderMain #ctl00_ctl42_g_5f2e08ff_1d1c_413a_8813_b72cc5041326_ctl00_PanelGrd #tblProductsAndSelectedProducts td {
        display: table-cell;
        width: auto !important; } }

#s4-bodyContainer {
  padding-bottom: 0; }

#contentBox {
  min-width: 280px;
  margin: 0;
  overflow: hidden; }

.ribbon-wrapper {
  padding-left: 75px; }

#s4-titlerow {
  display: none !important; }

.dfwp-column {
  margin: 0;
  padding: 0; }

.ms-webpart-cell-vertical, .ms-webpart-zone, .ms-webpart-chrome-vertical {
  display: block; }

.container .ms-webpartzone-cell {
  margin-bottom: 0; }

.editmodePanel {
  display: none;
  padding: 20px;
  background-color: #e2e2e2;
  border: 1px dashed #ccc; }

.editMode .editmodePanel {
  display: block; }

.groupheader {
  color: #ab272c;
  font-size: 1.1em; }

.ms-WPBorder {
  border: 0 !important; }

.editMode .ms-WPBorder {
  border: 1px solid #c6c6c6; }

.s4-wpcell-plain {
  margin: 0; }

.article-body {
  padding: 0; }

.ms-srch-result #Paging a {
  padding: 0; }

.editmodePanel img {
  width: 50% !important; }

#contentBox {
  width: 100%; }

#overViewTxtPlaceHolder {
  display: none; }

#overViewTxt #overViewTxtPlaceHolder {
  display: block; }

#SearchBox {
  float: none; }

.JOPS .ms-webpart-chrome-title {
  display: none; }
.JOPS .job-container {
  padding: 30px 0; }
  .JOPS .job-container .block {
    width: 100%;
    background-color: #fff;
    width: 100%;
    background-color: #fff;
    margin: 20px 0;
    padding: 20px 40px;
    box-shadow: 3px 3px 10px #d7d8d9; }
    .JOPS .job-container .block .more {
      color: #fff;
      padding: 0;
      text-align: center;
      font-size: 1em;
      line-height: 44px; }
      .JOPS .job-container .block .more:after {
        display: none; }
    .JOPS .job-container .block span:nth-of-type(1) {
      color: #ab272c; }
    .JOPS .job-container .block h2 {
      margin-top: 20px; }
      .JOPS .job-container .block h2 a {
        color: #666; }
        .JOPS .job-container .block h2 a:hover {
          color: #ab272c !important; }
    .JOPS .job-container .block p {
      margin: 10px 0 25px 0; }
  .JOPS .job-container .job-popup-container div.ecra-modalPopup {
    position: fixed;
    height: 100%;
    left: 15%;
    top: 15%;
    width: 70%; }
    .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content {
      height: auto; }
      .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #ab272c;
        padding: 10px 0 10px 60px;
        height: 95px; }
        .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .header span {
          color: #fff; }
        .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .header .jobTitle {
          background: transparent;
          text-align: left;
          color: #fff; }
      .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .jobQualification, .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .jobDescription {
        margin-top: 50px;
        color: #ab272c; }
        .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .jobQualification div.data, .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .jobDescription div.data {
          color: #676565; }
      .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .jobDescription {
        margin-top: 15px; }
      .JOPS .job-container .job-popup-container div.ecra-modalPopup .modal-content .close {
        top: 0;
        right: 0;
        border-radius: 0;
        width: 75px;
        height: 95px;
        background: #8a1f23;
        color: #fff;
        font-size: 3em; }

.btn-margin {
  margin: 10px 0 30px 0 !important; }

.productsGrid-JOPS {
  border: none !important; }
  .productsGrid-JOPS tr:nth-of-type(1) th {
    background: transparent;
    color: #000;
    font-weight: 600;
    text-align: left; }
  .productsGrid-JOPS tbody tr td,
  .productsGrid-JOPS tbody tr th {
    border: none;
    border-bottom: solid 1px #d0d0d0; }
  .productsGrid-JOPS tr {
    transition: all 0.1s linear; }
    .productsGrid-JOPS tr:hover {
      background-color: #ab272c !important;
      color: #fff; }
      .productsGrid-JOPS tr:hover a {
        color: #fff !important; }
  .productsGrid-JOPS .RowStyleGrid[style*='background'] {
    background-color: #ab272c !important;
    color: #fff !important; }
    .productsGrid-JOPS .RowStyleGrid[style*='background'] a {
      color: #fff !important; }
  .productsGrid-JOPS .PagerGrid {
    background: #f3f3f3; }
    .productsGrid-JOPS .PagerGrid td {
      padding: 10px 5px;
      border: none; }
      .productsGrid-JOPS .PagerGrid td a {
        color: #b7b7b7; }
    .productsGrid-JOPS .PagerGrid span {
      color: #ab272c;
      text-decoration: underline; }

.jobHolder {
  border: solid 1px #bdbdbd;
  padding: 15px;
  margin-bottom: 30px; }
  .jobHolder .eCheckBoxes input[type=radio] {
    margin: 0 7px; }
  .jobHolder .btn, .jobHolder body .btn-secondary, body .jobHolder .btn-secondary, .jobHolder body .detailButton, body .jobHolder .detailButton, .jobHolder body .btn-cancel, body .jobHolder .btn-cancel, .jobHolder body .btn-icon, body .jobHolder .btn-icon, .jobHolder body .btn-slider, body .jobHolder .btn-slider, .jobHolder body .login-btn, body .jobHolder .login-btn {
    padding: 0.7rem 2.2rem;
    min-width: 9rem; }
  .jobHolder .form-group {
    margin-bottom: 0;
    padding-bottom: 15px; }

.effect-chico {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 4.7px 0.3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 4.7px 0.3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 2px 4.7px 0.3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 4.7px 0.3px rgba(0, 0, 0, 0.14);
  padding: 15px 20px; }
  .effect-chico .block {
    width: 100%; }
  .effect-chico .title a {
    color: #ab272c; }
  .effect-chico .btn.more, .effect-chico body .more.btn-secondary, body .effect-chico .more.btn-secondary, .effect-chico body .more.detailButton, body .effect-chico .more.detailButton, .effect-chico body .more.btn-cancel, body .effect-chico .more.btn-cancel, .effect-chico body .more.btn-icon, body .effect-chico .more.btn-icon, .effect-chico body .more.btn-slider, body .effect-chico .more.btn-slider, .effect-chico body .more.login-btn, body .effect-chico .more.login-btn {
    height: auto;
    color: #fff !important;
    min-width: 120px;
    margin-top: 15px; }

.careers .form-group {
  padding-bottom: 0; }

.job-container button.close {
  position: absolute;
  top: 20px;
  right: 30px;
  min-width: 10px;
  width: 30px;
  height: 30px;
  background: #ab272c;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  line-height: 0;
  z-index: 10; }

@media (min-width: 319px) and (max-width: 991px) {
  .jopTable {
    display: block;
    margin: auto; } }
@media (min-width: 319px) and (max-width: 991px) {
  .jopTable tbody {
    display: block;
    margin: auto; } }
.jopTable tbody tr {
  width: calc(33.333333333% - 30px);
  margin: 15px;
  float: left; }
  @media (min-width: 319px) and (max-width: 991px) {
    .jopTable tbody tr {
      width: calc(100% - 30px);
      float: none;
      margin: auto;
      display: block; } }
  .jopTable tbody tr td {
    display: block; }
    .jopTable tbody tr td .effect-chico {
      padding: 0;
      transition: all 0.2s linear;
      height: 230px;
      position: relative; }
      @media (min-width: 319px) and (max-width: 991px) {
        .jopTable tbody tr td .effect-chico {
          height: auto; } }
      .jopTable tbody tr td .effect-chico .block {
        padding: 0; }
        .jopTable tbody tr td .effect-chico .block .title {
          font-size: 1.15em;
          font-weight: 600;
          color: #fff;
          background: #464646;
          padding: 15px;
          padding-left: 30px;
          position: relative;
          transition: all 0.2s linear; }
          .jopTable tbody tr td .effect-chico .block .title:before {
            position: absolute;
            content: "\f0da";
            font-family: fontawesome;
            top: 17px;
            left: 15px;
            font-size: 1.2em; }
        .jopTable tbody tr td .effect-chico .block .jopDescription {
          color: #3b3b3b;
          padding: 15px; }
          @media (min-width: 768px) {
            .jopTable tbody tr td .effect-chico .block .jopDescription {
              height: 175px; } }
        .jopTable tbody tr td .effect-chico .block .jopCode {
          color: #000;
          padding-left: 15px;
          margin-bottom: 20px;
          font-weight: 600;
          bottom: 0; }
          @media (min-width: 768px) {
            .jopTable tbody tr td .effect-chico .block .jopCode {
              position: absolute; } }
          .jopTable tbody tr td .effect-chico .block .jopCode .jopCode-title {
            color: #636363; }
      .jopTable tbody tr td .effect-chico:hover {
        box-shadow: 0px 5px 28.7px 2px rgba(0, 0, 0, 0.14); }
        .jopTable tbody tr td .effect-chico:hover .block {
          padding: 0; }
          .jopTable tbody tr td .effect-chico:hover .block .title {
            background-color: #c5383e; }

.job-popup-container .modal-body {
  padding: 0; }

.you-can-see-gray {
  margin-top: 15px; }
  .you-can-see-gray .you-can-see {
    padding: 20px 0 0px;
    height: 180px;
    margin-bottom: 20px;
    width: 20%;
    float: left; }
    @media (min-width: 319px) and (max-width: 767px) {
      .you-can-see-gray .you-can-see {
        width: 50%; } }
    .you-can-see-gray .you-can-see .you-can-see-img a img {
      width: 90px;
      margin: auto; }
    .you-can-see-gray .you-can-see .you-can-see-title a {
      color: #000;
      font-size: 0.8em; }
    .you-can-see-gray .you-can-see:hover {
      box-shadow: 5px 5px 5px #eee; }
  .you-can-see-gray .js-webpart-titleCell {
    width: 100%;
    color: #444;
    font-size: 1.8em;
    margin: 0; }
    @media (min-width: 768px) {
      .you-can-see-gray .js-webpart-titleCell {
        font-size: 1.4em; } }
    .you-can-see-gray .js-webpart-titleCell .ms-webpart-titleText {
      font-family: "Noto Sans", sans-serif; }
    .you-can-see-gray .js-webpart-titleCell:after {
      content: "";
      height: 4px;
      width: 75px;
      background: #ab272c;
      display: block; }

.productfeatures .productfeatures-heading {
  font-size: 30px;
  color: #ab272c;
  font-weight: 600;
  margin-bottom: 20px; }
.productfeatures .productfeatures-title {
  font-size: 24px;
  margin-bottom: 10px; }
.productfeatures .l-productfeature-list:nth-child(odd) {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .productfeatures .l-productfeature-list:nth-child(odd) {
      padding-left: 60px; } }
.productfeatures .l-productfeature-list:nth-child(even) {
  margin-bottom: 20px;
  clear: both; }
  @media (min-width: 768px) {
    .productfeatures .l-productfeature-list:nth-child(even) {
      padding-right: 60px; } }
.productfeatures .productfeatures-resource a {
  color: #000; }
  .productfeatures .productfeatures-resource a:hover {
    text-decoration: underline; }
  .productfeatures .productfeatures-resource a:before {
    content: "";
    background: #ab272c;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px; }

.products-grid .product-holder-grid {
  margin: 10px;
  width: calc(33.3333333% - 20px);
  background: #fff;
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.14); }
  @media (min-width: 767px) and (max-width: 991px) {
    .products-grid .product-holder-grid {
      width: calc(50% - 20px); } }
  @media (min-width: 319px) and (max-width: 767px) {
    .products-grid .product-holder-grid {
      width: 100%;
      margin: 10px 0; } }
  .products-grid .product-holder-grid .img-holder {
    height: 115px;
    overflow: hidden;
    width: 100%; }
    .products-grid .product-holder-grid .img-holder img {
      width: 100%; }
  .products-grid .product-holder-grid .product-content {
    padding: 20px 30px 30px 30px; }
    .products-grid .product-holder-grid .product-content > a {
      font-size: 1.3em;
      color: #242424;
      font-weight: 700; }
    .products-grid .product-holder-grid .product-content > ul > li {
      margin: 15px;
      position: relative; }
      .products-grid .product-holder-grid .product-content > ul > li:before {
        content: "\f0da";
        font-family: FontAwesome;
        color: #242424;
        position: absolute;
        left: -13px;
        top: -1px;
        font-size: 1.125em; }
      .products-grid .product-holder-grid .product-content > ul > li a {
        font-size: 1em;
        color: #242424; }
        .products-grid .product-holder-grid .product-content > ul > li a:hover {
          color: #ab272c; }

.productfeatures-valuableresources .productfeatures-resource {
  box-shadow: 0px 3px 10px #d8d8d8;
  text-align: center;
  padding: 0;
  transition: all 0.2s linear;
  margin-bottom: 15px;
  height: 310px;
  overflow: hidden;
  background: #fff; }
.productfeatures-valuableresources .productfeatures-resource:hover {
  box-shadow: 5px 5px 15px #ccc; }
.productfeatures-valuableresources .productfeatures-img {
  height: 120px;
  overflow: hidden; }
.productfeatures-valuableresources .productfeatures-img img {
  width: 100%; }
.productfeatures-valuableresources .productfeatures-txt {
  padding: 15px 10px;
  height: 135px;
  overflow: hidden; }
.productfeatures-valuableresources .productfeatures-btn {
  display: block;
  width: 60%;
  background-color: #b2262d;
  box-sizing: border-box;
  padding: 7px;
  text-align: center;
  color: #fff !important;
  border-radius: 25px;
  margin: 10px auto; }
.productfeatures-valuableresources .productfeatures-btn:before {
  display: none !important; }

.partnerspage {
  margin-top: 30px; }
  .partnerspage .partnerspage-content {
    margin-top: 50px; }

.partnerspage-list .partnerspage-welcometxt {
  margin: 30px 15px 15px 15px; }
.partnerspage-list a.col-md-3.col-sm-6 {
  padding-right: 10px !important;
  padding-left: 10px !important; }
.partnerspage-list .slick-slide {
  padding: 0 20px;
  height: 120px;
  position: relative; }
  .partnerspage-list .slick-slide .item {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); }
    .partnerspage-list .slick-slide .item img {
      width: 100%; }
.partnerspage-list .slick-dots {
  margin-top: 20px; }

.subsiteHome .branch .branch-PObox,
.subsiteHome .branch .branch-address,
.subsiteHome .branch .branch-telephone,
.subsiteHome .branch .branch-fax,
.subsiteHome .branch .branch-mail {
  width: 100%;
  min-height: auto;
  float: left; }
  @media (min-width: 768px) {
    .subsiteHome .branch .branch-PObox,
    .subsiteHome .branch .branch-address,
    .subsiteHome .branch .branch-telephone,
    .subsiteHome .branch .branch-fax,
    .subsiteHome .branch .branch-mail {
      width: 50%;
      min-height: 65px; } }
  .subsiteHome .branch .branch-PObox img,
  .subsiteHome .branch .branch-address img,
  .subsiteHome .branch .branch-telephone img,
  .subsiteHome .branch .branch-fax img,
  .subsiteHome .branch .branch-mail img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .subsiteHome .branch .branch-PObox img,
      .subsiteHome .branch .branch-address img,
      .subsiteHome .branch .branch-telephone img,
      .subsiteHome .branch .branch-fax img,
      .subsiteHome .branch .branch-mail img {
        margin-right: 0px; } }
    @media (min-width: 768px) {
      .subsiteHome .branch .branch-PObox img,
      .subsiteHome .branch .branch-address img,
      .subsiteHome .branch .branch-telephone img,
      .subsiteHome .branch .branch-fax img,
      .subsiteHome .branch .branch-mail img {
        width: auto;
        height: auto; } }
  .subsiteHome .branch .branch-PObox span,
  .subsiteHome .branch .branch-address span,
  .subsiteHome .branch .branch-telephone span,
  .subsiteHome .branch .branch-fax span,
  .subsiteHome .branch .branch-mail span {
    display: inline-block;
    width: calc(100% - 50px);
    margin-top: 10px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .subsiteHome .branch .branch-PObox span,
      .subsiteHome .branch .branch-address span,
      .subsiteHome .branch .branch-telephone span,
      .subsiteHome .branch .branch-fax span,
      .subsiteHome .branch .branch-mail span {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .subsiteHome .branch .branch-PObox span,
      .subsiteHome .branch .branch-address span,
      .subsiteHome .branch .branch-telephone span,
      .subsiteHome .branch .branch-fax span,
      .subsiteHome .branch .branch-mail span {
        width: auto;
        margin-top: 18px; } }

.branch-location {
  margin-bottom: 15px;
  padding: 0 15px; }
.branch-contactus {
  border-bottom: 5px solid #fff; }
  .branch-contactus p {
    padding: 50px 15px 50px;
    padding-left: 35px;
    font-size: 18px; }
.branch--link {
  font-size: 1.1em;
  color: #ab272c;
  text-transform: uppercase; }
  .branch--link:hover, .branch--link:active {
    text-decoration-line: underline; }

.you-can-see-gray .slick-list {
  z-index: 3; }
  .you-can-see-gray .slick-list .branch {
    width: 92%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.14);
    margin: 30px auto;
    height: 220px; }
    .you-can-see-gray .slick-list .branch .branch-PObox img,
    .you-can-see-gray .slick-list .branch .branch-address img,
    .you-can-see-gray .slick-list .branch .branch-telephone img,
    .you-can-see-gray .slick-list .branch .branch-fax img,
    .you-can-see-gray .slick-list .branch .branch-mail img {
      display: none; }
    .you-can-see-gray .slick-list .branch .branch-PObox span,
    .you-can-see-gray .slick-list .branch .branch-address span,
    .you-can-see-gray .slick-list .branch .branch-telephone span,
    .you-can-see-gray .slick-list .branch .branch-fax span,
    .you-can-see-gray .slick-list .branch .branch-mail span {
      display: inline-block;
      margin-top: 5px; }
.you-can-see-gray .branch-location {
  margin-bottom: 0;
  padding: 0; }

.branch-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: none;
  -moz-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  left: -30px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .branch-slider .slick-arrow {
      display: block; } }
  @media (min-width: 319px) and (max-width: 991px) {
    .branch-slider .slick-arrow {
      left: -15px;
      z-index: 0; } }
  .branch-slider .slick-arrow.right {
    left: auto;
    right: -30px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .branch-slider .slick-arrow.right {
        right: -15px;
        z-index: 0; } }

.affiliates {
  border-bottom: solid 1px #e7e7e7;
  height: auto;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .affiliates {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .affiliates {
      height: 180px; } }
  .affiliates .affiliates-image {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .affiliates .affiliates-image {
        margin-right: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        float: left;
        border-right: 1px solid #e7e7e7; } }
    .affiliates .affiliates-image img {
      max-height: 120px; }
  .affiliates:after {
    content: "";
    clear: both;
    display: table; }
  .affiliates h3.affiliates-title {
    color: #000;
    font-size: 1.2em;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .affiliates h3.affiliates-title {
        overflow: hidden;
        height: 60px; } }

.affiliatesBig {
  height: auto; }
  @media (min-width: 768px) {
    .affiliatesBig {
      height: 125px; } }
  .affiliatesBig .affiliates-image img {
    max-height: none;
    width: 150px; }

.about-awards-title .ms-rtestate-field span {
  width: 100%;
  display: inline-block; }

span#WebPartTitleWPQ5 {
  margin-top: 20px; }

.socialBar {
  text-align: right; }
  .socialBar .socialBar-list {
    position: relative;
    display: inline-block;
    margin: 5px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: solid 1px transparent;
    transition: all 0.2s linear; }
    .socialBar .socialBar-list:hover {
      border-color: #949494; }
  .socialBar .socialBar--facebook {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 30px;
    top: 0;
    overflow: hidden; }
  .socialBar .socialBar--icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%); }

/*===================================== 
	-- bootstrap custpmization --
=====================================*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

div.tooltip-inner {
  max-width: 410px;
  padding: 5px;
  background-color: #ab272c; }

.tooltip-arrow {
  border-bottom-color: #ab272c !important; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-right: 0; }

body .btn, body .btn-secondary, body .detailButton, body .btn-cancel, body .btn-icon, body .btn-slider, body .login-btn {
  margin: 0;
  padding: 1rem 2.2rem;
  cursor: pointer;
  border: 0;
  background-color: #ab272c;
  color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 1em;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  font-family: "Noto Sans", sans-serif;
  min-width: 12em;
  text-align: center; }
  body .btn:hover, body .btn-secondary:hover, body .detailButton:hover, body .btn-cancel:hover, body .btn-icon:hover, body .btn-slider:hover, body .login-btn:hover, body .btn:focus, body .btn-secondary:focus, body .detailButton:focus, body .btn-cancel:focus, body .btn-icon:focus, body .btn-slider:focus, body .login-btn:focus {
    background-color: #a02025;
    color: #fff;
    border-color: #a02025; }
  body .btn[disabled], body [disabled].btn-secondary, body [disabled].detailButton, body [disabled].btn-cancel, body [disabled].btn-icon, body [disabled].btn-slider, body [disabled].login-btn {
    border: 1px solid #ccc; }
  body .btn.more, body .more.btn-secondary, body .more.detailButton, body .more.btn-cancel, body .more.btn-icon, body .more.btn-slider, body .more.login-btn {
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: inherit;
    text-align: left;
    height: 36px; }
    @media (min-width: 1200px) {
      body .btn.more, body .more.btn-secondary, body .more.detailButton, body .more.btn-cancel, body .more.btn-icon, body .more.btn-slider, body .more.login-btn {
        height: 44px; } }
    body .btn.more:after, body .more.btn-secondary:after, body .more.detailButton:after, body .more.btn-cancel:after, body .more.btn-icon:after, body .more.btn-slider:after, body .more.login-btn:after {
      font-family: FontAwesome;
      content: "";
      position: absolute;
      right: 1em;
      font-size: 1.5em;
      top: 0;
      bottom: 0;
      line-height: 36px; }
      @media (min-width: 1200px) {
        body .btn.more:after, body .more.btn-secondary:after, body .more.detailButton:after, body .more.btn-cancel:after, body .more.btn-icon:after, body .more.btn-slider:after, body .more.login-btn:after {
          line-height: 44px; } }
body .btn-secondary {
  background-color: #22211d;
  color: #fff; }
  body .btn-secondary:hover, body .btn-secondary:focus {
    background-color: #3d3a30; }
body .detailButton {
  min-width: 10px;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.3em;
  box-shadow: 0px 8px 12.22px 0.78px rgba(0, 0, 0, 0.24);
  margin: 0px;
  display: inline-block;
  background-color: #ab272c;
  color: #fff; }
  body .detailButton:hover {
    background-color: #fff !important; }
    body .detailButton:hover i {
      color: #ab272c; }
body .btn-cancel {
  background-color: #777777;
  -webkit-box-shadow: inset 0 0 21px rgba(72, 72, 72, 0.75);
  -moz-box-shadow: inset 0 0 21px rgba(72, 72, 72, 0.75);
  box-shadow: inset 0 0 21px rgba(72, 72, 72, 0.75); }
  body .btn-cancel:hover, body .btn-cancel:focus {
    background-color: #333; }
body .btn-icon {
  position: relative;
  display: inline-block; }
  body .btn-icon > i {
    position: absolute;
    color: inherit;
    line-height: 1;
    padding: 5px 0 5px 11px;
    font-size: 1.4em; }
body .btn-slider {
  font-size: 22px;
  font-size: 1.375rem;
  background-color: transparent;
  border: 1px solid #a02025;
  color: #a02025;
  margin-right: 1.8em; }
  body .btn-slider:hover {
    background-color: #5d6062;
    border-color: #5d6062; }
body .login-btn {
  position: absolute;
  right: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
  background-color: #5d6062;
  padding: 17px 44px;
  color: #1d324c;
  font-size: 15px;
  font-size: 0.9375rem; }
  body .login-btn .fa {
    font-size: 1.2em;
    padding-left: 5px;
    position: relative;
    top: 2px; }
  body .login-btn:hover {
    background-color: #5d6062; }

.btn-seeMore {
  margin: 1rem 0;
  text-align: center; }

.form-group {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px; }
  .form-group label, .form-group .control-label {
    font-size: 16px;
    color: #4f5253;
    margin-bottom: 15px;
    font-weight: normal;
    display: inline-block; }
  .form-group .form-control {
    background-color: #fff;
    border-width: 1px 1px 1px 1px;
    border-color: #BDBDBD #BDBDBD #BDBDBD #BDBDBD;
    border-style: solid;
    color: #333;
    border-radius: 0px;
    box-shadow: none;
    box-shadow: 0px 2px 2.88px 0.12px rgba(0, 0, 0, 0.11);
    padding: 5px 25px;
    padding-left: 10px;
    height: 33px;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s; }
    @media (min-width: 319px) and (max-width: 767px) {
      .form-group .form-control {
        margin-bottom: 10px; } }
    .form-group .form-control:hover {
      border-color: #ca8a8c;
      box-shadow: 0px 2px 2.88px 0.12px rgba(202, 138, 140, 0.11); }
    .form-group .form-control:focus {
      outline: none;
      border-color: #ca8a8c;
      background-color: rgba(159, 33, 37, 0.03); }
    .form-group .form-control.number {
      font-family: Myriad Pro, Arial, sans-serif !important; }
  .form-group select.form-control {
    padding: 0 25px; }
  .form-group .has-error label, .form-group .has-error .control-label {
    color: #bd1a2f; }
  .form-group .has-error .form-control {
    border-color: #bd1a2f; }
  .form-group.header {
    padding-bottom: 5px;
    color: #9e9d9d; }
  .form-group .text-danger, .form-group .help-block {
    color: #bd1a2f;
    font-style: italic;
    font-size: 0.85em;
    margin-top: 10px;
    font-family: "Noto Sans", sans-serif; }
    .form-group .text-danger .fa, .form-group .help-block .fa {
      margin-right: 5px; }
  .form-group .help-block {
    color: #959595; }
  .form-group.captcha {
    margin: 10px 0 !important; }
    .form-group.captcha .input-wrapper {
      height: 70px; }
    .form-group.captcha .img-wrapper {
      display: inline-block;
      position: relative;
      width: 100%;
      border: solid 1px #ddd; }
      .form-group.captcha .img-wrapper:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 12px;
        margin-top: -12px;
        border-left-color: #f2f2f2; }
    .form-group.captcha .img {
      float: left;
      height: 70px; }
    .form-group.captcha .refresh-btn {
      float: right;
      background-color: #fff;
      margin: 0;
      border: 0;
      padding: 0;
      height: 70px;
      position: relative;
      text-indent: -9999px;
      z-index: 10;
      opacity: 0;
      filter: alpha(opacity=0); }
    .form-group.captcha .ico {
      right: 18px;
      font-size: 35px;
      color: #a02025;
      position: absolute;
      top: 16px; }
    .form-group.captcha .input-wrapper {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative;
      -webkit-transition: all 0.3s ease 0.1s;
      -moz-transition: all 0.3s ease 0.1s;
      -ms-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
      .form-group.captcha .input-wrapper i {
        position: absolute;
        top: 16px;
        left: 26px;
        font-size: 1.5em; }
        .form-group.captcha .input-wrapper i.fa-2x {
          font-size: 1.8em;
          left: 22px;
          top: 13px; }
      .form-group.captcha .input-wrapper .placeholder {
        position: absolute;
        right: 0;
        top: 0px;
        padding: 3px 20px;
        font-size: 0.8em;
        background-color: #C6A64E;
        color: #fff;
        border-top-left-radius: 5px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s; }
      .form-group.captcha .input-wrapper.hasVal span {
        opacity: 1; }
      .form-group.captcha .input-wrapper .form-control {
        background-color: transparent;
        padding: 20px 50px 20px 0;
        border: 0;
        border: solid 1px #ddd;
        padding: 20px 50px; }
        .form-group.captcha .input-wrapper .form-control.ta {
          height: 184px; }
        .form-group.captcha .input-wrapper .form-control:focus {
          box-shadow: none; }
    .form-group.captcha.inner .img-wrapper {
      border: 1px solid #f2f2f2; }
  .form-group .capatchaWarning {
    font-style: italic; }

textarea, textarea.form-control {
  resize: vertical;
  min-height: 150px;
  width: 100%; }

.gray-bg {
  background-color: #f1f3f4;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box; }
  .gray-bg:before, .gray-bg:after {
    content: "";
    width: 1000px;
    height: 100%;
    background: #f1f3f4;
    position: absolute;
    right: 100%;
    top: 0; }
  .gray-bg:after {
    left: 100%; }
  .gray-bg table {
    width: 100%; }
  .gray-bg input[type=checkbox] {
    margin-top: -2px;
    margin-right: 5px; }
  .gray-bg label {
    font-size: 14px; }
    .gray-bg label span {
      font-size: 1.8em;
      margin-bottom: 20px;
      display: inline-block; }

.required {
  color: #bd1a2f;
  font-size: 14px;
  font-family: "JF", Tahoma, sans-serif; }

.alert {
  background-color: #f4f4f4;
  padding: 0px;
  text-align: center;
  font-size: 2em;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  .alert .fa {
    background-color: #c8ac5d;
    color: #fff;
    padding: 10px;
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1.4;
    font-size: 1.8em; }
  .alert p {
    float: left;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: #4e4e4e;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif; }
  .alert .close {
    width: 20px;
    min-width: 10px;
    margin: 12px; }
  .alert.danger .fa {
    background-color: #bc1a2d; }
  .alert.success .fa {
    background-color: #285740; }

.Recaptcha .img {
  float: left; }
.Recaptcha .reload {
  font-family: FontAwesome;
  background: transparent !important;
  border: 0;
  font-size: 1.2em;
  min-width: 10px;
  padding: 0;
  color: #a02025; }

.d_CheckboxGroup input {
  margin-right: 10px; }

.radioBtnGroup td {
  padding: 0 10px; }
  .radioBtnGroup td input[type=radio] {
    margin: 4px; }

div.jobCaptcha .img-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  border: solid 1px #ddd; }
  div.jobCaptcha .img-wrapper label {
    background-color: #ab272c;
    float: left;
    color: #fff;
    padding: 25px 35px;
    margin-right: 30px;
    margin-bottom: 0; }
  div.jobCaptcha .img-wrapper img {
    float: left;
    height: 70px; }
  div.jobCaptcha .img-wrapper .refresh-btn {
    float: right;
    background-color: #fff;
    margin: 0;
    border: 0;
    padding: 0;
    height: 70px;
    position: relative;
    text-indent: -9999px;
    z-index: 10;
    opacity: 0; }
  div.jobCaptcha .img-wrapper i.ico {
    right: 18px;
    font-size: 35px;
    color: #a02025;
    position: absolute;
    top: 16px; }
div.jobCaptcha .input-wrapper {
  border-radius: 5px;
  position: relative;
  height: 70px; }
  div.jobCaptcha .input-wrapper i {
    position: absolute;
    top: 16px;
    left: 26px;
    font-size: 1.5em; }
  div.jobCaptcha .input-wrapper .form-control {
    border: solid 1px #ddd;
    padding: 20px 50px; }

.btn-margin {
  margin-top: 30px;
  margin-bottom: 30px; }

.succes-message .SuccessMSG, .succes-message .ErrorMSG {
  color: #fff;
  background-color: green;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 1.5em;
  line-height: 60px;
  margin: 10px 0px 40px;
  position: fixed;
  top: 30%;
  z-index: 1;
  left: 0;
  padding: 0 10px 0 50px;
  opacity: 1;
  transition: all 1s linear; }
  .succes-message .SuccessMSG:after, .succes-message .ErrorMSG:after {
    content: "\f00c";
    font-family: fontawesome;
    float: right;
    background: #fff;
    color: green;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    border-radius: 50%; }
.succes-message .ErrorMSG {
  background-color: #e25252;
  text-align: left; }
  .succes-message .ErrorMSG:after {
    content: "\f00d";
    color: #e25252; }

.hide-SuccessMSG {
  opacity: 0 !important; }

.jop-succes-message {
  color: #ab272c;
  font-size: 1.5em;
  font-weight: 700; }

.refreshBtn {
  color: #000;
  font-weight: 700; }
  .refreshBtn:before {
    content: "\f021";
    font-family: fontawesome;
    margin: 5px 5px 5px 5px;
    font-size: 20px;
    color: #ab272c; }

.margin-top {
  margin-top: 25px !important; }

.small-margin-top {
  margin-top: 15px !important; }

table input[type=radio] {
  margin-right: 5px;
  margin-left: 10px; }

.red {
  color: #bd1a2f;
  font-size: 14px; }

.jopInfo {
  background: #ddd;
  padding: 15px;
  margin: 10px 0; }
  .jopInfo .title {
    font-weight: 600; }

.slick-dots {
  text-align: center;
  margin-top: -50px;
  position: absolute;
  left: 100px;
  width: 130px; }
  .slick-dots li {
    display: inline-block;
    font-size: 0.8em;
    margin: 0 5px;
    cursor: pointer;
    color: #c2c2c2; }
  .slick-dots .slick-active {
    color: #ab272c; }
  @media (min-width: 319px) and (max-width: 991px) {
    .slick-dots {
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 319px) and (max-width: 767px) {
    .slick-dots {
      display: none !important; } }

.homeSliders {
  height: 100vh;
  padding: 10vh 0; }
  .homeSliders.autoHeight {
    height: auto; }
  .homeSliders .arr {
    position: absolute;
    left: -70px;
    fill: rgba(72, 88, 96, 0.8) !important;
    cursor: pointer;
    font-size: 1.8em;
    z-index: 10;
    top: 45%;
    font-size: 7em;
    -moz-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%); }
    .homeSliders .arr.right {
      right: -70px;
      left: auto; }
  .homeSliders .slick-dots {
    margin-top: 10vh; }
    @media (min-width: 319px) and (max-width: 767px) {
      .homeSliders .slick-dots {
        margin-top: 0; } }
    .homeSliders .slick-dots li {
      color: rgba(160, 179, 188, 0.8); }
      .homeSliders .slick-dots li.slick-active, .homeSliders .slick-dots li:hover {
        color: #a0b3bc; }

.homeTabs .nav {
  margin-bottom: 0;
  border-bottom: solid 1px #e0e0e0;
  position: relative;
  height: 54px; }
  @media (min-width: 319px) and (max-width: 767px) {
    .homeTabs .nav {
      height: 36px;
      margin-bottom: 0px; } }
  .homeTabs .nav:before, .homeTabs .nav:after {
    content: "";
    height: 1px;
    width: 1000px;
    background: #e0e0e0;
    position: absolute;
    right: 100%;
    top: 53px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .homeTabs .nav:before, .homeTabs .nav:after {
        top: 35px; } }
  .homeTabs .nav:after {
    right: auto;
    left: 100%; }
  .homeTabs .nav > li > a {
    color: #5f5f5f;
    font-size: 1.8em;
    padding: 0;
    margin: 0;
    border: 0;
    border-right: 1px solid rgba(171, 39, 44, 0.25) !important;
    padding: 9px 25px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .homeTabs .nav > li > a {
        font-size: 1.4em;
        padding: 5px;
        margin-right: 0; } }
    .homeTabs .nav > li > a:hover {
      background-color: transparent; }
  .homeTabs .nav > li.active > a {
    background-color: transparent;
    color: #ab272c;
    font-size: 2em;
    border-top: 3px solid #ab272c !important;
    border-right: 1px solid rgba(171, 39, 44, 0.25) !important;
    border-left: 1px solid rgba(171, 39, 44, 0.25) !important;
    font-weight: 700;
    position: relative;
    padding-top: 2px; }
    .homeTabs .nav > li.active > a:after {
      content: "";
      background: #fff;
      height: 10px;
      width: 100%;
      position: absolute;
      bottom: -5px;
      left: 0; }
    .homeTabs .nav > li.active > a:hover, .homeTabs .nav > li.active > a:focus {
      border: 0; }
    @media (min-width: 319px) and (max-width: 767px) {
      .homeTabs .nav > li.active > a {
        font-size: 1.2em; } }

.dfwp-item:nth-child(even) .imgWrapper,
.dfwp-item:nth-child(even) .txtWrapper {
  float: right; }

.home-banner {
  background-color: #fff;
  height: 230px;
     /*
	.textWrapper {
        float: $left;
		height:420px;
        @include breakpoint(large){
			width: 45%;
		 }
		@include breakpoint(isMobile){
			height: auto;
		 }
		position:relative;
        @include breakpoint(isMobile){
			height: 270px;
        }
		.text{
			//width: 470px;
			left:0;
			right:0;
			background-color: rgba(255, 255, 255, 0.61);
			padding: 15px;
			@include breakpoint(mid){
                background-color: transparent;
                padding-top: 50px;
				padding-left:75px;
				padding-right:40px;
            }
            @media (max-width: 1024px)  {
                padding-top: 20px;
				padding-left:35px;
				padding-right:20px;
            }
            @include breakpoint(isCommon){
                padding-top: 15px;
				padding-left:15px;
				padding-right:15px;
            }
            @include breakpoint(isMobile){
                bottom: 0;
                font-size: 0.7em;
                width: 100%;
            }
			hgroup{
				h2{
                    a {
                        color:#1c1c1c;
                       }
					font-size:2.17rem;
					font-weight:700;
					position:relative;
                    @if $right==right {
                        line-height: 50px;
                    }
                    @if $right==left {
                        line-height: 45px;
                    }
                    @include breakpoint(isMobile){
                        font-size: 1.54rem;
                        line-height: 30px;
                    }
				}
				h5{
                    color:#000;
					margin-top: 10px;
                    font-size: 1.15em;
                    @include breakpoint(isMobile){
                        display: none;
                    }
				}
			}
			.date{
				margin-top:25px;
				color:#000;
				font-size:1em;
				display: inline-block;
				font-weight:700;
				margin-bottom:10px;
                @include breakpoint(isMobile){
                    font-size: 1.5em;
                    margin-top: 10px;
                }
			}
			.details{
				color:#000;
				font-size:1.1em;
				line-height:1.6;
                @include breakpoint(isMobile){
                    font-size:1.5em;
                }
			}
		}
	}
         */ }
  @media (min-width: 768px) {
    .home-banner {
      height: 420px; } }
  .home-banner .slick-slide {
    position: relative; }
  .home-banner .imageWrapper {
    float: right;
    height: 420px;
    width: 100%;
    overflow: hidden;
    background-image: url("/Style Library/Branding/images/load.GIF") !important;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      .home-banner .imageWrapper {
        width: 100%; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .home-banner .imageWrapper {
        height: 230px; } }
    .home-banner .imageWrapper img {
      width: 100%;
      height: 100%; }
  .home-banner .arr {
    position: absolute;
    bottom: 5%;
    left: 90px;
    color: #ccc;
    cursor: pointer;
    font-size: 1.8em;
    z-index: 1; }
    @media (min-width: 319px) and (max-width: 991px) {
      .home-banner .arr {
        left: calc(50% - 65px); } }
    @media (min-width: 319px) and (max-width: 767px) {
      .home-banner .arr {
        display: none !important; } }
    .home-banner .arr.right {
      left: 230px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .home-banner .arr.right {
          left: calc(50% + 65px); } }
    .home-banner .arr:hover {
      color: #ab272c; }
  .home-banner .custom_paging {
    position: absolute;
    left: calc(56% - 53px);
    bottom: 5%;
    font-style: italic;
    font-size: 1.5em; }
    @media (min-width: 319px) and (max-width: 767px) {
      .home-banner .custom_paging {
        display: none !important; } }
    .home-banner .custom_paging li {
      display: none; }
      .home-banner .custom_paging li.slick-active {
        display: list-item; }
      .home-banner .custom_paging li strong {
        font-size: 1.4em; }
  .home-banner .indicators-holder {
    display: inline-block;
    position: absolute;
    min-width: 100px;
    padding: 0 30px;
    height: 27px;
    bottom: 20px;
    left: 75px;
    z-index: 10; }
    @media (min-width: 319px) and (max-width: 991px) {
      .home-banner .indicators-holder {
        left: 15px;
        bottom: 5px; } }
    .home-banner .indicators-holder .slick-dots {
      position: static;
      width: auto;
      margin-top: 0;
      transform: none !important; }
    .home-banner .indicators-holder .arr {
      left: 0;
      bottom: 0; }
    .home-banner .indicators-holder .arr.right {
      left: auto;
      right: 0;
      bottom: 0; }

.blogContainer {
  padding: 3vh 0 0 0;
  height: 415px !important;
  background-color: #fff; }
  @media (min-width: 319px) and (max-width: 767px) {
    .blogContainer {
      height: auto !important;
      padding-bottom: 25px; } }
  .blogContainer .banner {
    position: relative; }
    .blogContainer .banner img {
      width: 100%; }
    .blogContainer .banner h2 {
      position: absolute;
      top: 30px;
      left: 50px;
      color: #fff;
      font-size: 3.5em; }
      @media (min-width: 319px) and (max-width: 991px) {
        .blogContainer .banner h2 {
          top: 5px;
          left: 10px;
          font-size: 2.5em; } }
      .blogContainer .banner h2 img.blog-icon {
        width: auto; }
        @media (min-width: 319px) and (max-width: 991px) {
          .blogContainer .banner h2 img.blog-icon {
            width: 30px; } }
  .blogContainer .newsBlock {
    height: auto;
    height: auto;
    width: 90%;
    margin: auto;
    -moz-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    position: relative; }
    @media (min-width: 319px) and (max-width: 767px) {
      .blogContainer .newsBlock {
        -moz-transform: translateX(0) translateY(0%);
        -o-transform: translateX(0) translateY(0%);
        -ms-transform: translateX(0) translateY(0%);
        -webkit-transform: translateX(0) translateY(0%);
        transform: translateX(0) translateY(0%); } }
    .blogContainer .newsBlock .content .brief {
      margin-top: 10px; }
    .blogContainer .newsBlock .detailButton {
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      top: 0;
      z-index: 10; }
    .blogContainer .newsBlock .title {
      font-weight: 700; }

.businessLine {
  background: url("../../images/businessLine.jpg") no-repeat 0 0;
  background-size: cover;
  height: 540px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .businessLine {
      height: auto; } }
  .businessLine .inner {
    position: relative;
    height: 100%;
    padding: 8px 0;
    overflow: hidden; }
    .businessLine .inner .title {
      font-size: 2.55em;
      color: #000;
      float: left; }
      .businessLine .inner .title strong {
        color: #000;
        font-size: 1.1em; }
      @media (min-width: 319px) and (max-width: 767px) {
        .businessLine .inner .title {
          font-size: 2.1em; } }
      @media only screen and (max-width: 400px) {
        .businessLine .inner .title {
          float: none; } }
    .businessLine .inner .slogan {
      background-color: rgba(113, 119, 125, 0.86);
      float: right;
      margin-top: 25px;
      margin-left: 25px;
      letter-spacing: 3px;
      color: #fff;
      padding: 3px 8px;
      display: inline-block; }
      @media (min-width: 319px) and (max-width: 767px) {
        .businessLine .inner .slogan {
          letter-spacing: 1.3px;
          margin-top: 18px; } }
      @media only screen and (max-width: 400px) {
        .businessLine .inner .slogan {
          margin-top: 0;
          margin-left: 0; } }

.linkCard {
  background: #fff;
  padding: 15px 0px;
  height: 430px;
  overflow: hidden;
  margin: 10px 0;
  position: relative; }
  @media (min-width: 768px) {
    .linkCard {
      padding-bottom: 50px; } }
  @media (min-width: 319px) and (max-width: 767px) {
    .linkCard {
      margin: 0; } }
  .linkCard .linkCard-header {
    height: 95px;
    padding: 0 30px; }
  .linkCard .linkCard-img {
    float: left;
    height: 90px; }
  .linkCard .linkCard-title {
    font-size: 1.43em;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
    line-height: 28px; }
  .linkCard .linkCard-content {
    font-size: 1.1em;
    color: #000;
    overflow: hidden;
    line-height: 22px;
    padding: 0 30px;
    text-align: left; }
    @media (min-width: 992px) {
      .linkCard .linkCard-content {
        height: 260px; } }
    @media (min-width: 767px) and (max-width: 991px) {
      .linkCard .linkCard-content {
        height: auto; } }
  @media (min-width: 319px) and (max-width: 991px) {
    .linkCard {
      height: auto; } }

.linkCard-footer {
  height: 50px;
  position: relative;
  bottom: 0px;
  padding: 0 15px 0 15px;
  color: #000;
  font-size: 1.2em;
  line-height: 50px;
  padding-left: 30px;
  color: #000;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .linkCard-footer {
      position: absolute; } }
  @media (min-width: 768px) {
    .linkCard-footer {
      padding-left: 50px; } }
  .linkCard-footer a {
    color: #000;
    font-size: 1rem; }
  .linkCard-footer .linkCard--arrow {
    color: #ab272c;
    font-size: 1.7em;
    margin: 0 7px;
    position: absolute;
    left: 8px;
    top: -1px; }
    @media (min-width: 768px) {
      .linkCard-footer .linkCard--arrow {
        left: 25px; } }

.linkCard-footer-white {
  height: 65px;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 80%;
  left: 10%;
  border-top: solid 1px rgba(241, 194, 196, 0.2);
  color: #fff;
  font-size: 1.2em;
  line-height: 65px;
  padding-left: 35px;
  color: #fff;
  font-size: 1rem; }
  .linkCard-footer-white a {
    color: #fff;
    font-size: 1rem; }
  .linkCard-footer-white .linkCard--arrow {
    color: #fff;
    font-size: 1.7em;
    margin: 0 7px;
    position: absolute;
    left: 10px;
    top: -1px; }

.linkCard-circle-img {
  float: left;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 40px;
  overflow: hidden; }
  .linkCard-circle-img img {
    height: 100%; }

.smallPadding {
  padding-right: 7px !important;
  padding-left: 7px !important; }

.boxShadow {
  box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.19);
  transition: all 0.2s linear; }
  .boxShadow:hover {
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.19); }
  .boxShadow .linkCard-footer {
    padding-left: 50px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .boxShadow .linkCard-footer .linkCard--arrow {
        left: 25px; } }

.linkContainer {
  display: block;
  height: 100%;
  width: 100%; }

.linkCardCustomHeight {
  height: 270px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .linkCardCustomHeight {
      height: auto; } }

.caseStudies {
  background: url("../../images/businessLine.jpg") no-repeat 0 0;
  background-size: cover;
  padding-bottom: 20px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .caseStudies {
      height: auto;
      padding-bottom: 30px; } }
  .caseStudies .title {
    font-size: 2.57em;
    font-weight: 700;
    color: #383838;
    text-align: center;
    margin: 10px 0; }

.homeCaseStudies {
  text-align: left; }
  .homeCaseStudies .read-more-case {
    margin: 10px 0 25px 0; }
    .homeCaseStudies .read-more-case .homeCaseStudies-btn {
      color: #fff; }
    .homeCaseStudies .read-more-case .case-detailButton {
      min-width: 10px;
      padding: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 1.3em;
      box-shadow: 0px 8px 12.22px 0.78px rgba(0, 0, 0, 0.24);
      margin: 0px;
      margin-right: 5px;
      display: inline-block;
      background-color: #fff;
      color: #ab272c;
      border-radius: 50%;
      text-align: center; }
  .homeCaseStudies .btn, .homeCaseStudies body .btn-secondary, body .homeCaseStudies .btn-secondary, .homeCaseStudies body .detailButton, body .homeCaseStudies .detailButton, .homeCaseStudies body .btn-cancel, body .homeCaseStudies .btn-cancel, .homeCaseStudies body .btn-icon, body .homeCaseStudies .btn-icon, .homeCaseStudies body .btn-slider, body .homeCaseStudies .btn-slider, .homeCaseStudies body .login-btn, body .homeCaseStudies .login-btn {
    color: #ab272c !important;
    background-color: #fff !important; }

.caseStudies-btn .btn, .caseStudies-btn body .btn-secondary, body .caseStudies-btn .btn-secondary, .caseStudies-btn body .detailButton, body .caseStudies-btn .detailButton, .caseStudies-btn body .btn-cancel, body .caseStudies-btn .btn-cancel, .caseStudies-btn body .btn-icon, body .caseStudies-btn .btn-icon, .caseStudies-btn body .btn-slider, body .caseStudies-btn .btn-slider, .caseStudies-btn body .login-btn, body .caseStudies-btn .login-btn {
  color: #ab272c !important;
  background-color: #fff !important;
  margin-top: 25px; }

.latestTweets {
  background: #d4373c;
  background: -moz-linear-gradient(left, #d4373c 0%, #a3262b 100%);
  background: -webkit-linear-gradient(left, #d4373c 0%, #a3262b 100%);
  background: linear-gradient(to right, #d4373c 0%, #a3262b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4373c', endColorstr='#a3262b',GradientType=0 );
  color: #fff;
  padding: 3px 0;
  line-height: 16px;
  text-align: center; }
  @media (min-width: 319px) and (max-width: 767px) {
    .latestTweets {
      text-align: center; } }
  .latestTweets .title strong {
    font-size: 1.2em; }
  .latestTweets .title i {
    font-size: 2em;
    margin-right: 10px;
    -moz-transform: translateX(0) translateY(5px);
    -o-transform: translateX(0) translateY(5px);
    -ms-transform: translateX(0) translateY(5px);
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px); }
  .latestTweets .twitterSlider .arr {
    position: absolute;
    left: -40px;
    cursor: pointer;
    top: 45%;
    -moz-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    font-size: 2em;
    height: 30px; }
    .latestTweets .twitterSlider .arr.right {
      left: auto;
      right: -40px; }
    .latestTweets .twitterSlider .arr img {
      height: 100%; }
  .latestTweets .twitterSlider .slick-dots {
    margin-top: 20px; }
    .latestTweets .twitterSlider .slick-dots li {
      color: #ea3f46;
      -webkit-transition: color 0.3s ease 0.1s;
      -moz-transition: color 0.3s ease 0.1s;
      -ms-transition: color 0.3s ease 0.1s;
      -o-transition: color 0.3s ease 0.1s;
      transition: color 0.3s ease 0.1s; }
      .latestTweets .twitterSlider .slick-dots li.slick-active, .latestTweets .twitterSlider .slick-dots li:hover {
        color: #fff; }
  .latestTweets .twitterSlider h4 {
    margin-bottom: 12px;
    display: none; }
    .latestTweets .twitterSlider h4 + div {
      margin-top: 10px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-bottom: 10px;
      height: 18px; }
      .latestTweets .twitterSlider h4 + div a {
        color: #fff;
        text-decoration: underline;
        margin: 0 5px; }

.newsEvents {
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 25px 50px #d6d6d6;
  position: relative;
  height: 610px !important; }
  @media (min-width: 319px) and (max-width: 991px) {
    .newsEvents {
      height: auto !important; } }
  .newsEvents .btn, .newsEvents body .btn-secondary, body .newsEvents .btn-secondary, .newsEvents body .detailButton, body .newsEvents .detailButton, .newsEvents body .btn-cancel, body .newsEvents .btn-cancel, .newsEvents body .btn-icon, body .newsEvents .btn-icon, .newsEvents body .btn-slider, body .newsEvents .btn-slider, .newsEvents body .login-btn, body .newsEvents .login-btn {
    margin-top: 0px; }
  .newsEvents .CQWPPager {
    display: none; }
  .newsEvents .homeTabs .nav {
    padding-top: 27px;
    border-bottom: solid 1px #e0e0e0;
    position: relative;
    height: 80px;
    background: #f1f3f4;
    z-index: 0;
    margin-bottom: 15px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .newsEvents .homeTabs .nav {
        height: 63px; } }
    .newsEvents .homeTabs .nav:before, .newsEvents .homeTabs .nav:after {
      content: "";
      height: 80px;
      width: 1000px;
      background: #f1f3f4;
      border-bottom: solid 1px #e0e0e0;
      position: absolute;
      right: 100%;
      top: 0; }
      @media (min-width: 319px) and (max-width: 767px) {
        .newsEvents .homeTabs .nav:before, .newsEvents .homeTabs .nav:after {
          height: 63px; } }
    .newsEvents .homeTabs .nav:after {
      right: auto;
      left: 100%; }
    .newsEvents .homeTabs .nav > li.active > a {
      background-color: #fff; }
      .newsEvents .homeTabs .nav > li.active > a:after {
        bottom: -9px; }

.newsBlock {
  height: auto;
  background-color: #fff;
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.14);
  border: 1px solid #f2f2f2;
  transition: all 0.2s linear; }
  @media (min-width: 768px) {
    .newsBlock {
      height: 400px;
      padding-bottom: 50px; } }
  .newsBlock:hover {
    box-shadow: 5px 5px 15px #ccc; }
  .newsBlock .img {
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2; }
    @media (min-width: 768px) {
      .newsBlock .img {
        height: 150px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .newsBlock .img {
        height: 181px; } }
    .newsBlock .img img {
      width: 100%;
      height: 100%; }
  .newsBlock .imgSolution {
    height: 185px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2; }
    .newsBlock .imgSolution img {
      height: 100%;
      width: 100%;
      max-width: 100%; }
  .newsBlock .content {
    padding: 10px 15px;
    position: relative; }
    @media (min-width: 768px) {
      .newsBlock .content {
        padding: 12px 20px; } }
    @media (min-width: 992px) {
      .newsBlock .content {
        padding: 17px 30px; } }
    .newsBlock .content .title {
      color: #000;
      font-size: 1.2em;
      font-weight: 700;
      margin-bottom: 5px; }
      .newsBlock .content .title a {
        color: inherit; }
        .newsBlock .content .title a:hover {
          color: #ab272c; }
    .newsBlock .content .date {
      margin-top: 5px;
      color: #000;
      font-size: 0.9em;
      display: inline-block; }
      .newsBlock .content .date span {
        margin: 0 5px; }
    .newsBlock .content .dateHolder {
      color: #000; }
    .newsBlock .content .location {
      color: #000; }
    .newsBlock .content .brief {
      margin-top: 5px;
      color: #000;
      font-size: 1rem;
      line-height: 1.6; }
    .newsBlock .content .socials {
      margin-top: 10px;
      text-align: right; }
    .newsBlock .content .detailButton {
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      top: 0;
      margin: 0; }
    .newsBlock .content span i {
      margin-right: 5px;
      font-size: 1.4em; }
  .newsBlock.subsiteBlocks {
    position: relative; }
    @media (min-width: 319px) and (max-width: 767px) {
      .newsBlock.subsiteBlocks {
        margin: 0 15px; } }
  .newsBlock.AwardsLists {
    height: auto; }
    .newsBlock.AwardsLists .content .title {
      color: #000; }
  .newsBlock.sectorsBlocks {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    height: auto;
    margin-bottom: 60px; }
    .newsBlock.sectorsBlocks .content {
      padding: 10px 0; }
      .newsBlock.sectorsBlocks .content .detailButton {
        position: relative;
        transform: none;
        left: 0;
        margin-top: 15px;
        background-color: #ab272c;
        color: #fff; }

.AwardsListsAbout:hover {
  box-shadow: none; }
.AwardsListsAbout .content .brief {
  color: #fff; }

.AwardsLists {
  border: none;
  box-shadow: none; }
  .AwardsLists .img {
    height: 120px;
    overflow: hidden;
    border-bottom: none; }
    .AwardsLists .img img {
      width: 110px;
      height: 110px;
      border-radius: 50%; }

.casestudiesBlocks {
  height: 220px; }
  .casestudiesBlocks .content {
    height: 100%; }
    .casestudiesBlocks .content .detailButton {
      transform: translateX(-50%) translateY(50%);
      bottom: 0;
      margin: 0;
      top: auto; }

@media (min-width: 768px) {
  .subsiteBlocksTesti {
    height: 430px; } }
.subsiteBlocksTesti .img {
  height: 230px; }

.subsiteBlocksBigImg .img img {
  height: 100%; }

@media (min-width: 768px) {
  .subsiteBlocksNoMore {
    height: 365px; } }

.imgSolutionSubsiteBlocks {
  height: auto; }
  @media (min-width: 768px) {
    .imgSolutionSubsiteBlocks {
      height: 300px; } }
  .imgSolutionSubsiteBlocks .imgSolution {
    height: 115px;
    width: 100%; }

.eventsSubsiteBlocks {
  height: 380px; }
  .eventsSubsiteBlocks .content .title {
    margin-bottom: 10px; }
  .eventsSubsiteBlocks .content .location {
    margin-bottom: 10px; }

.noMarginBottom .newsBlock.subsiteBlocks {
  margin-bottom: 0 !important; }

.partnersAwards {
  height: 470px !important;
  padding: 3vh 0 1vh;
  background-color: #fff;
  box-shadow: 0px 5px 15px #d6d6d6;
  position: relative;
  z-index: 1; }
  @media (min-width: 319px) and (max-width: 991px) {
    .partnersAwards {
      height: auto !important; } }
  .partnersAwards .slick-dots {
    margin-top: 0vh; }
  .partnersAwards .nav {
    margin-bottom: 25px;
    border-bottom: solid 1px #e0e0e0; }
  .partnersAwards .tab-pane .block {
    padding: 20px 15px;
    min-height: 125px; }
  .partnersAwards .tab-pane#partners img {
    max-height: 75px;
    display: inline;
    margin-top: 10px; }
  .partnersAwards .tab-pane .HomeAwards {
    text-align: center; }
    .partnersAwards .tab-pane .HomeAwards .img-wrapper {
      width: 90px;
      height: 90px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto 20px; }
    .partnersAwards .tab-pane .HomeAwards hgroup h3 {
      color: #000;
      font-size: 1em;
      font-weight: 700;
      margin-bottom: 10px; }
    .partnersAwards .tab-pane .HomeAwards hgroup h5 {
      color: #000;
      font-style: italic; }
  .partnersAwards .slick-list {
    height: 270px; }
  .partnersAwards .slick-dots li {
    color: #c2c2c2; }
    .partnersAwards .slick-dots li.slick-active, .partnersAwards .slick-dots li:hover {
      color: #ab272c; }

.slideCard {
  height: 250px;
  text-align: center;
  box-shadow: 0px 3px 10px #d8d8d8;
  margin-top: 10px;
  padding: 15px;
  transition: all 0.2s linear;
  margin-bottom: 15px; }
  @media (min-width: 319px) and (max-width: 991px) {
    .slideCard {
      margin: 0; } }
  .slideCard:hover {
    box-shadow: 5px 5px 15px #ccc; }

.listPartners {
  box-shadow: none; }
  .listPartners:hover {
    box-shadow: none; }

.slideCard-img {
  height: 75px;
  display: inline !important;
  margin-top: 10px;
  max-width: 100%; }

#awards .slideCard-img {
  width: auto; }

#Testimonials .slideCard-img {
  width: auto; }

.slideCard-title {
  font-size: 1.2em;
  font-weight: 600;
  margin: 8px 0 18px 0;
  color: #000; }
  .slideCard-title a {
    color: #000; }

.slideCard-brief {
  color: #000; }

.products {
  padding: 2vh 0;
  background-color: #fff; }
  .products .container {
    border: solid 15px #ffffff;
    box-shadow: 0px 0px 32px #ddd;
    padding: 0; }
  .products .slick-dots {
    margin-top: 4vh; }
  .products .title {
    font-size: 2.3em;
    color: #ffffff;
    font-weight: 700;
    padding: 240px 30px 0 30px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .products .title {
        font-size: 2.5em; } }
  .products .subtitle {
    padding: 0 30px;
    color: #fff;
    font-size: 1.05rem; }
  .products hgroup h3 {
    color: #ffffff;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 30px; }
    @media (min-width: 319px) and (max-width: 991px) {
      .products hgroup h3 {
        font-size: 1.2em; } }
  .products hgroup h5 {
    color: #ffffff;
    font-size: 1.1em;
    margin-bottom: 0.7em;
    line-height: 20px; }
  .products .brief {
    margin-top: 25px;
    line-height: 1.6em;
    color: #000;
    font-size: 1.1em; }
  .products .btn, .products body .btn-secondary, body .products .btn-secondary, .products body .detailButton, body .products .detailButton, .products body .btn-cancel, body .products .btn-cancel, .products body .btn-icon, body .products .btn-icon, .products body .btn-slider, body .products .btn-slider, .products body .login-btn, body .products .login-btn {
    margin-top: 25px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .products .btn, .products body .btn-secondary, body .products .btn-secondary, .products body .detailButton, body .products .detailButton, .products body .btn-cancel, body .products .btn-cancel, .products body .btn-icon, body .products .btn-icon, .products body .btn-slider, body .products .btn-slider, .products body .login-btn, body .products .login-btn {
        margin-bottom: 25px; } }
  .products .products-banner, .products .products-text {
    padding: 0; }
  .products .products-banner {
    background: url("../../images/product-bg.jpg") no-repeat 0 0;
    background-position: center;
    background-size: cover;
    height: 450px; }
  .products .product-holder {
    height: 225px;
    padding: 35px 25px;
    position: relative;
    display: block; }
    .products .product-holder .read-more-case {
      border-top: solid 1px #d95c60;
      padding-top: 20px;
      position: absolute;
      width: 80%;
      left: 10%;
      bottom: 20px; }
      .products .product-holder .read-more-case .homeCaseStudies-btn {
        color: #fff; }
      .products .product-holder .read-more-case .case-detailButton {
        min-width: 10px;
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1.3em;
        box-shadow: 0px 8px 12.22px 0.78px rgba(0, 0, 0, 0.24);
        margin: 0px;
        margin-right: 5px;
        display: inline-block;
        background-color: #fff;
        color: #ab272c;
        border-radius: 50%;
        text-align: center; }
  .products .product-btn a {
    margin: 20px 30px 0 30px; }
  .products .dfwp-item:nth-child(1) .product-holder,
  .products .dfwp-item:nth-child(4) .product-holder {
    background-color: #d5494e; }
  .products .dfwp-item:nth-child(2) .product-holder,
  .products .dfwp-item:nth-child(3) .product-holder {
    background-color: #bc3237; }
  @media (min-width: 319px) and (max-width: 767px) {
    .products .dfwp-item:nth-child(1) .product-holder,
    .products .dfwp-item:nth-child(3) .product-holder {
      background-color: #d5494e; } }
  @media (min-width: 319px) and (max-width: 767px) {
    .products .dfwp-item:nth-child(2) .product-holder,
    .products .dfwp-item:nth-child(4) .product-holder {
      background-color: #bc3237; } }

.testimonials {
  background: url("../../images/testimonials.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
  padding: 4vh 0 6vh 0; }
  .testimonials .slick-dots {
    margin-top: 7vh; }
  .testimonials .title {
    margin-bottom: 1.5em;
    margin-bottom: 43px; }
  .testimonials .block {
    text-align: center; }
    .testimonials .block a {
      width: 75px;
      margin: auto;
      display: block; }
      .testimonials .block a img {
        width: 100px;
        height: 100px;
        border: solid 3px #fff;
        margin: 0 auto 30px; }
    .testimonials .block > hgroup {
      width: 270px;
      margin: 0 auto 10px; }
      .testimonials .block > hgroup a {
        color: inherit;
        width: auto; }
      .testimonials .block > hgroup > h4 {
        font-weight: 700; }
        .testimonials .block > hgroup > h4:last-child {
          font-weight: 300;
          font-style: italic;
          color: #bc3237;
          font-size: 1rem; }
    .testimonials .block > .details {
      width: 270px;
      margin: auto;
      line-height: 1.8;
      font-size: 1.1em; }

body {
  background: #f2f3f5; }

.main-content {
  background-color: #fff;
  padding: 15px 0; }
  .main-content.gray {
    background-color: #f2f3f5; }
  .main-content.subsiteHome {
    padding: 30px 0 0 0; }

.article-page {
  font-size: 12px; }
  @media (min-width: 768px) {
    .article-page {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .article-page {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .article-page {
      font-size: 16px; } }
  .article-page > .article-title {
    font-size: 2em;
    color: #333;
    margin-bottom: .6em; }
    .article-page > .article-title .subTitle {
      font-size: 0.8em; }
    .article-page > .article-title .profession {
      font-weight: 100;
      display: block;
      font-size: 0.7em;
      margin-top: 0.5em; }
  .article-page > .article-image img {
    float: right;
    max-width: 100%;
    height: 150px;
    width: 100%;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .article-page > .article-image img {
        margin-bottom: 4em;
        margin-left: 4em;
        max-width: 40%;
        width: auto;
        height: auto; } }
  .article-page strong {
    font-weight: bold;
    margin-bottom: 10px; }
  .article-page h1 {
    font-size: 1.8em;
    color: #666;
    font-weight: bold;
    margin-bottom: .4em; }
  .article-page h2 {
    font-size: 1.6em;
    margin-bottom: .3em;
    color: #ab272c; }
  .article-page h3 {
    padding-left: 5px;
    font-size: 1.4em;
    margin-bottom: .2em; }
  .article-page h4 {
    font-size: 1.2em;
    margin-bottom: .1em; }
  .article-page ul {
    padding-left: 20px; }
    .article-page ul li {
      list-style: none; }
      .article-page ul li:before {
        content: "";
        position: relative;
        left: -10px;
        background-color: #ab272c;
        display: inline-block;
        width: 5px;
        top: -5px;
        height: 5px;
        border-radius: 50%; }
  .article-page p {
    line-height: 1.5em;
    font-size: 1em;
    text-indent: 1em;
    display: block !important; }

.content-editor {
  color: #4f5253;
  line-height: 1.7;
  font-size: 1em; }
  .content-editor .source {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700; }
  .content-editor li {
    list-style: initial;
    list-style-position: inside; }
  .content-editor table {
    width: 100%; }
    .content-editor table td {
      display: block; }
      @media (min-width: 768px) {
        .content-editor table td {
          display: table-cell; } }

/* 
searching 
*/
@media (min-width: 319px) and (max-width: 991px) {
  .ms-srch-item {
    width: auto; }
    .ms-srch-item .ms-srch-ellipsis {
      white-space: normal;
      font-size: 16px; }
    .ms-srch-item .ms-srch-item-summary {
      font-size: 12px;
      line-height: 15px; } }

.about-title {
  color: #ab272c;
  font-size: 2.5rem;
  margin-bottom: 10px;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0 !important;
  display: block; }
  .about-title:after {
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #ab272c; }

.about-partners {
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .about-partners .block {
    float: left;
    width: calc(100% /3);
    text-align: center;
    background: #fff;
    padding: 1rem;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .about-partners .block {
        width: 20%; } }
    .about-partners .block img {
      height: 75px;
      display: inline-block; }
  .about-partners .dfwp-item + .dfwp-item .block {
    border-left: 1px solid #e2e2e2; }

.about-news {
  margin-bottom: 30px; }

.about__news a.col-md-4.col-sm-6 {
  width: 50%; }
  @media (min-width: 319px) and (max-width: 767px) {
    .about__news a.col-md-4.col-sm-6 {
      width: 100%; } }
.about__news .CQWPPager {
  display: none; }

.about__events a.col-md-4.col-sm-6 {
  width: 100%; }
.about__events .CQWPPager {
  display: none; }

.about-awards {
  margin-bottom: 30px;
  padding: 30px 0 40px;
  background: #0f1a20;
  position: relative; }
  .about-awards:before, .about-awards:after {
    content: "";
    height: 100%;
    width: 1000px;
    background: #0f1a20;
    position: absolute;
    top: 0;
    left: 100%; }
  .about-awards:before {
    right: 100%;
    left: auto; }
  .about-awards .newsBlock {
    margin-top: 40px;
    background-color: transparent; }
  .about-awards .title {
    color: #fff !important; }
  .about-awards .btn, .about-awards body .btn-secondary, body .about-awards .btn-secondary, .about-awards body .detailButton, body .about-awards .detailButton, .about-awards body .btn-cancel, body .about-awards .btn-cancel, .about-awards body .btn-icon, body .about-awards .btn-icon, .about-awards body .btn-slider, body .about-awards .btn-slider, .about-awards body .login-btn, body .about-awards .login-btn {
    background-color: #fff !important;
    color: #a02025 !important;
    border-color: #fff !important; }
  .about-awards .about-title {
    color: #fff;
    text-align: center;
    border-bottom: none !important;
    margin-bottom: 30px; }
    .about-awards .about-title:after {
      display: none; }

.CQWPPager {
  text-align: center; }
  .CQWPPager > .CQWPPager {
    display: inline-block;
    box-shadow: -1px 3px 0px #bdbdbd;
    border-radius: 25px;
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
    .CQWPPager > .CQWPPager *:first-child {
      border-bottom-left-radius: 25px;
      border-top-left-radius: 25px; }
    .CQWPPager > .CQWPPager *:last-child {
      border-bottom-right-radius: 25px;
      border-top-right-radius: 25px; }
    .CQWPPager > .CQWPPager a, .CQWPPager > .CQWPPager strong {
      padding: 15px;
      display: inline-block;
      margin: -1px;
      background: #f3f3f3;
      background: -moz-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
      background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fafafa 100%);
      background: linear-gradient(to top, #f3f3f3 0%, #fafafa 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fafafa',GradientType=0 );
      transition: all 0.2s linear;
      color: #161616;
      border-left: inset 1px rgba(255, 255, 255, 0.4);
      -webkit-transition: all 0.3s ease 0.1s;
      -moz-transition: all 0.3s ease 0.1s;
      -ms-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
      @media (min-width: 319px) and (max-width: 767px) {
        .CQWPPager > .CQWPPager a, .CQWPPager > .CQWPPager strong {
          padding: 5px; } }
      .CQWPPager > .CQWPPager a.pagerArr i, .CQWPPager > .CQWPPager strong.pagerArr i {
        font-size: 1.4em;
        position: relative;
        top: 2px; }
        .CQWPPager > .CQWPPager a.pagerArr i.previous:before, .CQWPPager > .CQWPPager strong.pagerArr i.previous:before {
          content: ""; }
        .CQWPPager > .CQWPPager a.pagerArr i.next:before, .CQWPPager > .CQWPPager strong.pagerArr i.next:before {
          content: ""; }
    .CQWPPager > .CQWPPager strong, .CQWPPager > .CQWPPager a:hover {
      background: #df3535;
      background: -moz-radial-gradient(center, ellipse cover, #df3535 0%, #b32626 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #df3535 0%, #b32626 100%);
      background: radial-gradient(ellipse at center, #df3535 0%, #b32626 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3535', endColorstr='#b32626',GradientType=1 );
      color: #fff; }

.toc-layout-main > .dfwp-list > .level-section > .level-header .headertitle {
  font-size: 16px; }
  .toc-layout-main > .dfwp-list > .level-section > .level-header .headertitle a {
    position: relative;
    font-size: 2em;
    color: #000;
    margin-bottom: 35px; }
    .toc-layout-main > .dfwp-list > .level-section > .level-header .headertitle a:after {
      content: "";
      height: 4px;
      background: #ab272c;
      width: 14%;
      display: block;
      margin-top: 5px; }
.toc-layout-main > .dfwp-list > .level-section > .dfwp-list {
  font-size: 0.95em; }
  .toc-layout-main > .dfwp-list > .level-section > .dfwp-list > .level-section > .level-header > .headertitle {
    font-size: 16px; }
    .toc-layout-main > .dfwp-list > .level-section > .dfwp-list > .level-section > .level-header > .headertitle > a {
      color: #000;
      border-bottom: 1px solid #ccc;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 50px;
      display: inline-block;
      width: 100%;
      position: relative; }
      .toc-layout-main > .dfwp-list > .level-section > .dfwp-list > .level-section > .level-header > .headertitle > a:after {
        content: "";
        height: 51px;
        width: 0%;
        background: rgba(171, 39, 44, 0.05);
        display: block;
        position: absolute;
        left: 0;
        bottom: 0px;
        transition: linear 0.5s all; }
      .toc-layout-main > .dfwp-list > .level-section > .dfwp-list > .level-section > .level-header > .headertitle > a:hover:after {
        width: 100%; }
  .toc-layout-main > .dfwp-list > .level-section > .dfwp-list .level-section .level-header .headertitle {
    font-size: 0.95em; }
    .toc-layout-main > .dfwp-list > .level-section > .dfwp-list .level-section .level-header .headertitle a {
      color: #666; }

.EnglishDisplay {
  display: none !important; }

#s4-workspace {
  overflow: hidden;
  height: auto !important;
  position: inherit !important; }

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/*# sourceMappingURL=layout.css.map */
