/********************************** Common  Colors ************************************/
/********************************** Common  Colors ************************************/
#master-breadcrumb #breadcrumb {
  height: 70px;
}
#master-breadcrumb #breadcrumb .content-small {
  float: left;
  font-size: 14px;
  margin: 17px 7px 21px 0;
  text-transform: uppercase;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator {
  float: left;
  margin: 21px 0px 21px 0;
  background: url("//cdn.syncfusion.com/content/images/home/new-seperator.png") no-repeat;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator img {
  visibility: hidden;
}
#master-breadcrumb #breadcrumb .bread-crumb a {
  outline: medium none;
  text-decoration: none;
  color: #111;
}
#master-breadcrumb #breadcrumb .bread-crumb-last {
  cursor: default;
  font-weight: 600;
  color: #050505;
}

@media (min-width: 1820px) {
  #master-breadcrumb #breadcrumb {
    height: 85px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 20px 9px 16px 0;
    font-size: 16px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 25px 3px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 18px 0px 15px 0;
  }
}
@media (max-width: 767px) {
  #master-breadcrumb #breadcrumb {
    height: 50px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 13px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 16px 0px 15px 0;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator, #master-breadcrumb #breadcrumb .bread-crumb {
    display: none;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator:nth-last-child(2) {
    display: block;
  }
  #master-breadcrumb #breadcrumb .bread-crumb:nth-last-child(3) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 21px 0px 15px 0;
  }
}
/* Font sizes declaration */
/* Font family declaration */
body {
  color: #111;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #0073DC;
  text-decoration: none;
}

a:hover {
  color: #0450C2;
  text-decoration: none;
  cursor: pointer;
}

.btn-custom {
  color: #237AC1;
  border: 1px solid #237AC1;
  outline: none !important;
}

.btn-custom:hover {
  background-color: #237AC1;
  color: #fff;
}

.btn-custom:focus {
  color: #237AC1;
  background-color: #fff;
}

.btn-custom:active {
  color: #fff;
  background-color: #006DB7;
}

#menu-wrapper {
  font-size: 14px;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.smaller {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.error {
  font-size: 13px;
}

.normal {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.regular {
  font-size: 18px;
}

.big {
  font-size: 20px;
}

.bigger {
  font-size: 24px;
}

.ultra-big {
  font-size: 40px;
}

p {
  line-height: 25px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  .smaller {
    font-size: 9px;
  }
  .small {
    font-size: 11px;
  }
  .medium {
    font-size: 14px;
  }
  .regular {
    font-size: 16px;
  }
  .big {
    font-size: 18px;
  }
  .bigger {
    font-size: 22px;
  }
  .ultra-big {
    font-size: 32px;
  }
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 16px !important;
  }
  h5, .h5 {
    font-size: 13px !important;
  }
  h6, .h6 {
    font-size: 11px !important;
  }
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
  .smaller {
    font-size: 8px;
  }
  .small {
    font-size: 10px;
  }
  .medium {
    font-size: 12px;
  }
  .regular {
    font-size: 14px;
  }
  .big {
    font-size: 16px;
  }
  .bigger {
    font-size: 20px;
  }
  .ultra-big {
    font-size: 28px;
  }
  h1, .h1 {
    font-size: 26px !important;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  h3, .h3 {
    font-size: 18px !important;
  }
  h4, .h4 {
    font-size: 14px !important;
  }
  h5, .h5 {
    font-size: 12px !important;
  }
  h6, .h6 {
    font-size: 10px !important;
  }
  p {
    line-height: 20px;
  }
}
.bg-lazy {
  background-image: none !important;
  background-color: inherit !important;
}

/*! -- Stack Pricing -- */
.layout-31f .container {
  padding-top: 18px;
}
.layout-31f .tab {
  height: 60px;
  background-color: #F6F6F6;
}
.layout-31f li {
  list-style-type: none;
  float: left;
}
.layout-31f .top-pad {
  padding-top: 45px;
}
.layout-31f .active {
  color: #0073DC;
}
.layout-31f a {
  text-decoration: none;
  outline: none;
  color: #4F4F4F;
}
.layout-31f a:hover {
  color: #000000;
}
.layout-31f .box {
  border: 1px solid #C9C9C9;
}
.layout-31f .box .col-01 {
  height: 165px;
  border-bottom: 1px dashed #C9C9C9;
  background-color: #F5F5F5;
  padding-top: 38px;
}
.layout-31f .box .col-01 img {
  margin: auto;
}
.layout-31f .box .col-02 .content-medium {
  padding: 25px 25px 25px 25px;
  color: #636363;
}

/*======================== Top Header Section Styles =======================*/
.e-rotator-wrap .e-in-wrap.e-multiple {
  border: none;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.e-inner .e-nav, .e-inner .e-next:before, .e-inner .e-previous:before {
  content: none !important;
}

.e-previous {
  background-position: -4px -4px;
  margin-left: -24px;
  margin-top: 7px;
  background-image: url("//d2g29cya9iq7ip.cloudfront.net/content/images/company/technology-partner/arrow.png") !important;
  height: 52px !important;
  width: 34px !important;
  display: inline !important;
  opacity: 0.2 !important;
}
.e-previous:hover {
  opacity: 1 !important;
}

.e-next {
  background-position: -47px -4px;
  margin-right: -40px;
  margin-top: 7px;
  background-image: url("//d2g29cya9iq7ip.cloudfront.net/content/images/company/technology-partner/arrow.png") !important;
  height: 52px !important;
  width: 34px !important;
  display: inline !important;
  opacity: 0.2 !important;
}
.e-next:hover {
  opacity: 1 !important;
}

.technologypartner-topsection {
  padding-bottom: 0px !important;
}
.technologypartner-topsection #partner-image li {
  text-align: center;
}
.technologypartner-topsection #partner-image li a {
  margin-right: 0px;
}
.technologypartner-topsection #partner-image li a img {
  width: 100%;
}

/*======================== End of Top Header Section Styles =======================*/
@media (max-width: 767px) {
  .layout-31f .tab {
    height: 135px;
  }
  .layout-31f .tab .label-pad {
    padding-bottom: 11px;
  }
  .layout-31f .tab .chosen-single {
    width: 85%;
  }
  .layout-31f .tab .chosen-single b {
    background-image: url("//cdn.syncfusion.com/content/images/Images/faq-arrow.png")!important;
    background-repeat: no-repeat !important;
    background-position: -1px 12px;
    background-size: 12px auto !important;
  }
  .chosen-container{
    width: 119%!important;
  }
  .layout-31f .tab .chosen-drop {
    width: 85%;
  }
  .layout-31f .tab .chosen-search {
    display: none;
    padding-right: 0px;
  }
  .layout-31f .tab .chosen-results {
    padding: 0px;
    margin: 0px;
  }
  .layout-31f .tab .chosen-results li.highlighted {
    background-color: #DEDEDE;
    color: black;
  }
  .layout-31f .top-pad {
    padding-top: 8px;
  }
  .layout-31f li {
    float: none;
    padding-bottom: 27px;
  }
  .layout-31f .active {
    padding-bottom: 3px;
  }
  .layout-31f .box {
    margin-bottom: 35px;
  }
  .layout-31f .box .col-01 {
    height: 135px;
    padding-top: 35px;
  }
  .layout-31f .box .col-01 img {
    height: 64px;
    width: 200px;
  }
  .layout-31f .box .col-02 .content-medium {
    padding: 20px 20px 20px 20px;
  }
  /*======================== Top Header Section Styles =======================*/
  .technologypartner-topsection {
    width: 320px;
    margin: 0px auto;
    padding-top: 0px !important;
    padding-bottom: 25px !important;
  }
  .technologypartner-topsection #partner-image li {
    text-align: center;
    padding: 10px;
  }
  .technologypartner-topsection #partner-image li img {
    width: 85%;
  }
  .e-previous {
    margin-left: 0px;
    margin-top: 8px;
    background-size: 54px auto;
  }
  .e-next {
    margin-right: -24px;
    margin-top: 8px;
    background-size: 64px auto;
  }
  /*======================== End of Top Header Section Styles =======================*/
}
@media (min-width: 768px) and (max-width: 1023px) {
  .layout-31f .tab {
    height: 50px;
  }
  .layout-31f .tab .container {
    padding-top: 17px;
  }
  .layout-31f .tab .container #nav-segment {
    font-size: 12px !important;
    padding: 0px !important;
  }
  .layout-31f .active {
    padding-bottom: 10px;
  }
  .layout-31f .box {
    margin-bottom: 48px;
  }
  .layout-31f .box .col-01 {
    height: 120px;
    padding-top: 35px;
  }
  .layout-31f .box .col-01 .img-responsive {
    height: 45px;
    width: 140px;
  }
  .layout-31f .box .col-02 .content-medium {
    padding: 20px 20px 20px 20px;
  }
  /*======================== Top Header Section Styles =======================*/
  .e-previous {
    margin-left: -14px;
    margin-top: 5px;
  }
  .e-next {
    margin-right: -30px;
    margin-top: 5px;
  }
  .technologypartner-topsection #partner-image li img {
    width: 95%;
  }
  /*======================== End of Top Header Section Styles =======================*/
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .layout-31f .tab {
    height: 55px;
  }
  .layout-31f .tab .col-lg-10 {
    width: 81% !important;
  }
  .layout-31f .active {
    padding-bottom: 10px;
  }
  .layout-31f .img-responsive {
    height: 70px;
    width: 220px;
  }
  /*======================== Top Header Section Styles =======================*/
  .e-previous {
    margin-left: -18px;
    margin-top: 7px;
  }
  .e-next {
    margin-right: -32px;
    margin-top: 7px;
  }
  .technologypartner-topsection #partner-image li img {
    width: 65%;
  }
  /*======================== End of Top Header Section Styles =======================*/
}
@media (min-width: 1280px) {
  .layout-31f .container {
    padding-top: 18px;
  }
  .layout-31f .container #nav-segment ul li a {
    font-size: 19px;
    padding: 0 14px;
    display: inline-block;
  }
}
@media (min-width: 1820px) {
  .layout-31f .container .tab {
    margin-right: -185px;
    margin-left: -185px;
    padding-left: 141px;
  }
  /*======================== Top Header Section Styles =======================*/
  .e-previous {
    margin-left: -30px;
    margin-top: 7px;
  }
  .e-next {
    margin-right: -46px;
    margin-top: 7px;
  }
  .technologypartner-topsection {
    padding-bottom: 0px !important;
  }
  /*======================== End of Top Header Section Styles =======================*/
}/*# sourceMappingURL=Layout-31f.css.map */