/* =========================
  # Global Styles
========================= */
@import url('proxima-nova.css');
body {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  color: #231f20;
  padding: 0;
  margin: 0 auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0;
  color: #1d2127;
  margin: 0;
  padding: 0;
  margin-bottom: 0.3em;
  line-height: 1;
}
h1 {
  font-size: 3.2em;
  line-height: 1.08em;
}
.heading h1 {
  margin-bottom: 20px;
}
.overview-hero .heading h1 {
  font-size: 3.2em;
}
h2 {
  font-size: 2.8625em;
}
h3 {
  font-size: 2.4625em;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 2.8rem;
}
h2 a,
h3 a {
  color: #1d2127; 
}
.content-section h2 {
  font-size: 3.4rem;
}
.innerSections .sectionCenter h3 {
  margin-bottom: 0;
}
.innerSections p.sub-title {
  text-align: center;
  font-size: 1em;
}
ol,
ul {
  margin-bottom: 30px;
  list-style-type: none;
  padding: 0;
}
ol li,
ul li {
  margin-bottom: 10px;
}
a {
  color: #1aa6e2;
}
.solutions-main h3,
.footerDemo h2 {
  font-size: 1.7em;
  line-height: 1.301em;
  font-weight: 400;
  width: 100%;
  color: #00354f;
  margin: 0 auto .482em;
  padding: 0;
}
.innerSections .upperSmall,
.upperSmall,
.upperSmall a {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.6667em;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 0;
  margin: 0;
  color: #979aa1;
  margin-bottom: 6px;
  text-align: left;
}
.upperSmall a:hover {
  color: #23527c;
}
.sectionSeparator {
  width: 50%;
  border-bottom: 1px solid #eee;
  margin: 0 auto;
  height: 1px;
}
.white {
  color: #fff;
}
.marginCentered {
  margin: 0 auto;
}
.grey-section-bordered {
  border-top: 10px solid #eb2123;
  background-color: #f2f5f8;
  padding: 40px 0;
}
#sticky-wrapper {
  height: 0 !important;
}
.aws-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
.aws-fixed img {
  width: 150px;
}
.back-arrow {
  margin-bottom: -56px;
}
/* =========================
  # Animation
========================= */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; 
  -webkit-transform-origin: center bottom; 
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.animated {
  -webkit-animation-duration: 1 s;
  animation-duration: 1 s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; 
}
@-webkit-keyframes fadeIn { from { opacity :0; } to { opacity :1; } }
@-moz-keyframes fadeIn { from { opacity :0; } to { opacity :1; } }
@-o-keyframes fadeIn { from { opacity :0; } to { opacity :1; } }
@keyframes fadeIn { from { opacity :0; } to { opacity :1; } }
img {
  display: inline-block;
  max-width: 100%;
}
/* =========================
  # Grid Global Styles
========================= */
.image-center {
  margin: 0 auto;
}
.paddingTop10 {
  padding-top: 10px;
}
.paddingTop20 {
  padding-top: 20px;
}
.paddingTop40 {
  padding-top: 40px;
}
.paddingTop60 {
  padding-top: 60px;
}
.paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingTop100,
.paddingTop100 {
  padding-top: 100px;
}
.paddingBottom45 {
  padding-bottom: 45px;
}
.paddingBottom10 {
  padding-bottom: 10px;
}
.paddingBottom20 {
  padding-bottom: 20px;
}
.paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.paddingSection {
  padding: 60px 15px;             
}
.paddingSection60 {
  padding: 60px 15px;
}
.paddingSection80 {
  padding: 80px 15px;
}
.paddingSection100 {
  padding: 100px 15px;
}
.paddingSection140 {
  padding: 140px 15px;
}
.paddingSection4 {
  padding: 4% 15px;  
}
.paddingLeft80 {
  padding-left: 80px;
}
.paddingBoth40 {
  padding: 40px 0;
}
.paddingBoth80,
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop60 {
  margin-top: 60px;
}
.marginTop140 {
  margin-top: 140px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
.marginBottom100 {
  margin-bottom: 100px;
}
.marginBottom140 {
  margin-bottom: 140px;
}
.marginBoth40 {
  margin: 40px 0;
}
.marginBottom60  {
  margin-bottom: 60px;
}
.innerContainer {
  margin: 0 auto;
  padding: 0;
}
.overview-hero .innerContainer {
  max-width: 41em;
}
.ct-u-sectionGrey {
  background-color: rgba(235, 235, 235, 0.4);
}
.greySection {
  background-color: #f5f5f5;
}
/* =========================
  # Button Styles
========================= */
.btn,
.btn:hover {
  color: #fff;
}
.btn {
  font-size: 0.775em;
  font-weight: 400;
  background: transparent;
  border: 1px solid #53565c;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding: 1em 1.2em;
  box-shadow: inset 0 0 0 0 #404247;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 400;
  border-radius: 0;
}
.rightNav .navbar-default .navbar-nav > li.btn-home > a {
  padding: 0.8em 1.2em;
  margin: 0;
}
.rightNav .navbar-default .navbar-nav > li.btn-home > a:hover {
  border-bottom: none;
}
.btn.btn-home {
  color: #53565c; 
}
.btn.btn-home:hover {
  background-color: #53565c;
  border-color: #53565c;
  box-shadow: inset 0 -100px 0 0 #404247;
  color: #fff;
}
.free-trial.btn-home {
  background-color: #53565c;
}
.free-trial.btn-home,
.free-trial.btn-home a {
  border: 1px solid #53565c;
  color: #fff;
}
.main-navigation.rightNav ul.nav > li.free-trial a:hover {
  border-color: #404247;
}
.btn.btn-home2 {
  background-color: #1aa6e2;
  border-color: #1aa6e2;
}
.btn.btn-home2:hover,
.buy-btn .btn.btn-white:hover {
  background-color: #1388ba;
  border-color: #1388ba;
  box-shadow: inset 0 -100px 0 0 #117ba9;
  color: #fff;
}
.btn-home3 {
  background-color: #d2282e;
  border-color: #d2282e;
}
.btn-home3:hover {
  background-color: #870b2d;
  border: 1px solid #870b2d;
  box-shadow: inset 0 -100px 0 0 #690822;
}
.btn-orange {
  background-color: #ef9919;
  border-color: #ef9919;
}
.btn-orange:hover {
  background-color: #d48816;
  border-color: #d48816; 
  box-shadow: inset 0 -100px 0 0 #bb7812;
}
.btn-pink {
  background-color: #ed145b;
  border-color: #ed145b;
}
.btn-pink:hover {
  background-color: #bf0f49;
  border-color: #bf0f49;
  box-shadow: inset 0 -100px 0 0 #a50d3f;
}
.btn-green,
.video-hero .video-hero-content .btn-hero,
.sideNav-middle .btn-hero {
  background-color: #56c724;
  border-color: #56c724;
  box-shadow: inset 0 0 0 0 #47a41e;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0 0 #f9f9f9;
  color: #1aa6e2;
}
.btn-white:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  box-shadow: inset 0 -100px 0 0 #e9e9e9;
}
footer.bannerFooter .btn-home {
  background-color: #ad2025;
  border-color: #ad2025;
  float: right;
  color: #fff;
}
footer.bannerFooter .btn-home:hover {
  background-color: #870b2d;
  border-color: #870b2d;
  box-shadow: inset 0 -100px 0 0 #870b2d;
}
.video-hero .video-hero-content .btn-hero,
.sideNav-middle .btn-hero {
  font-size: 1.6rem;
  padding: 16px 32px;
  font-weight: 600;
  margin: 40px auto 20px;
}
.sideNav-middle .btn-hero {
  margin: 0;
}
.video-hero .video-hero-content .btn-hero:hover,
.btn-green:hover,
.sideNav-middle .btn-hero:hover {
  box-shadow: inset 0 -100px 0 0 #47a41e;
}
.ct-roundedArticle .btn {
  font-size: 1.6rem;
}
.btn.btn-warning {
  background-color: #cc0808;
}
.hTabsButtons .btn.btn-home,
.hTabsButtons .btn.btn-home2 {
  text-transform: uppercase;
}
.hTabsButtons .btn.btn-home2 {
  margin-left: 20px;
}
.innerContainer .hTabsButtons .btn {
  float: left;
}
.innerContainer .hTabsButtons .btn.btn-home2 {
  background-color: transparent;
  margin-left: 20px;
}
.innerContainer .hTabsButtons .btn.btn-home2:hover {
  background-color: #1388ba;
}
.home-page-wrapper .hTabsButtons .hTabs .btn.btn-home {
  width: 200px;
}
.background-pink .innerContainer .hTabsButtons .btn-home,
.interiorHeader .herocontent .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.interiorHeader .herocontent .btn:hover {
  background: #d2282e;
  color: #fff; 
}
.interiorHeader .herocontent .btn {
  text-transform: uppercase;
  margin-top: 10px;
}
.innerSections .hTabsButtons .btn {
  margin-left: 0;
  margin-top: 16px;
  padding: 16px 28px;
}
.innerSections .hTabsButtons .btn.btn-home {
  margin-right: 10px;
}
.ct-btn-scroll {
  position: absolute;
  bottom: 1%;
  color: #fff;
  font-size: 48px;
  transition: all 0.3s ease-in-out;
}
.ct-btn-scroll:focus, .ct-btn-scroll:hover {
  color: #f59331;
}
.ct-btn-scroll {
  background: url('../images/content/arrow-down.svg') no-repeat;
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}
.innerSections .sectionBanner .hTabsButtons .btn {
  margin-top: 20px;
}
.grader-info-bar .btn.btn-green,
.grader-info-bar .grader-screen {
  margin-top: 15px;
}
.grader-info-bar .btn.btn-green {
  padding: 13px 25px;
  font-size: .9em;
  font-weight: 600;
}
/* =========================
  # Form Global Styles
========================= */
input.form-control, 
select.form-control,
form#modlogin .non-input  {
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
img.captcha {
  margin-bottom: 16px;
}
#security_code {
  margin-top: 10px;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
}
.asteriks {
  color: #eb2123;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #238eb9 !important;
  border-radius: 0 !important;
}
/* =========================
  # Main Nav
========================= */
.main-navigation.main-navigation-bg .navbar-default {
  background-color: #000;
  position: static;
}
.main-navigation.main-navigation-bg .navbar-default {
  padding: 6px 0 4px;
}
.main-navigation.main-navigation-bg-white .navbar-default {
  padding: 6px 0 20px;
  background-color: #fff;
  position: static;
}
ul.nav-login > li,
.nav>li {
  display: inline-block;
}
/* =========================
  # AWS Get Started Nav
========================= */
.main-navigation.main-navigation-bg-white.main-navigation-bg-white-aws .navbar-default {
  background-color: #000;
  padding: 0;
}
.main-navigation.main-navigation-bg-white.main-navigation-bg-white-aws .navbar-default .navbar-brand {
  padding-top: 10px;
}
.main-navigation.main-navigation-bg-white.main-navigation-bg-white-aws .navbar-default p {
  color: #fff; 
  margin-top: 10px; 
  font-size: 1.6rem;
  text-align:center;
}
.main-navigation.main-navigation-bg-white.main-navigation-bg-white-aws .navbar-default p a {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}
/* =========================
  # Main Navigation
========================= */
.main-navigation {
  z-index: 400;
  position: relative;
}
/*.main-navigation .navbar-default */
.navbar-default {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 6px;
  padding: 0;
  border: none;
}
.navbar {
  margin: 0;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
  border-radius: 0; 
}
#bar-icon {
  position: absolute;
  right: 15px;
  z-index: 9999;
  -webkit-transition: opacity 0.34s ease-out;
  -moz-transition: opacity 0.34s ease-out;
  -o-transition: opacity 0.34s ease-out;
  transition: opacity 0.34s ease-out;
  padding: 3px 0;
}
#bar-icon .burger-wrapper {
  display: none;
}
#bar-icon .burger-wrapper .burger {
  background-color: #fff;
  display: block;
  position: relative;
  width: 1.875em;
  height: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#bar-icon .burger-wrapper .burger:before,
#bar-icon .burger-wrapper .burger:after {
  content: "";
  background-color: #fff;
  width: 1.875em;
  height: 5px;
  position: absolute;
  top: -0.625em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#bar-icon .burger-wrapper .burger:after {
  top: 0.625em;
}
.navbar-header {
  margin-left: 30px;
  padding-top: 6px;
}
.main-navigation-bg-white .navbar-header {
  margin-left: 0;
}
.main-navigation-bg-white .navbar-header .navbar-brand > img {
  margin-left: 20px;
}
.main-navigation-bg-white .mobile-number-a {
  background-color: #ebebeb;
  width: 47px;
  height: 43px;
  border-radius: 10px;
  padding: 1px 0 0 12px;
  float: right;
}
.main-navigation-bg-white .navbar-phone {
  text-align: right;
  padding-right: 40px;
  font-size: 1.5em;
}
.main-navigation-bg-white .navbar-phone a {
  color: #1d2127;
  font-weight: 600;
}
.main-navigation-bg-white .navbar-phone a:hover {
  color: #1aa6e2;
}
.navbar-phone {
  padding-top: 10px;
  padding-right: 40px;
}
.navbar-brand {
  height: auto;
  margin: 0;
  padding: 0;
}
.navbar-brand > img {
  width: 207px;
  padding-top: 2px;
}
.navbar-default ul.nav.navbar-nav {
  float: right;
  margin-right: 20px;
  padding: 10px 0;
}
.rightNav .navbar-nav > li.login {
  margin-right: 0;
}

/* =========================
  # Side Navigation
========================= */
.sideNav {
  position: fixed;
  top: 0;
  right: -522px;
  width: 522px;
  z-index: 9999999999999999;
  height: 100%;
  background-color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: right 0.34s ease-in-out;
  -moz-transition: right 0.34s ease-in-out;
  -o-transition: right 0.34s ease-in-out;
  transition: right 0.34s ease-in-out;
}
.sideNav.open {
  right: 0;
}
.sideNav-inner {
  padding: 24px 44px 0;
}
.sideNav-top {
  padding-bottom: 24px;
}
#cross-icon {
  width: 30px;
  padding-top: 0;
  float: right;
  -webkit-transition: opacity 0.34s ease-out;
  -moz-transition: opacity 0.34s ease-out;
  -o-transition: opacity 0.34s ease-out;
  transition: opacity 0.34s ease-out;
}
#cross-icon:hover {
  cursor: pointer;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.sideNav-middle {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}
.sideNavigation {
  padding-top: 29px;
}
.sideNavigation > li {
  margin-bottom: 0;
}
.sideNavigation > li > a {
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  text-transform: none;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.sideNavigation.sideNavigation--small > li {
  padding-bottom: 10px;
}
.sideNavigation.sideNavigation--small > li > a {
  font-size: 22px;
  line-height: 28px;
}
.sideNav-bottom {
  padding-top: 35px;
}
.sideNavigation > li > a:hover {
  color: #ed1c24;
}
.sideNav-bottom .socials {
  margin-bottom: 0;
}
.socials > li {
  display: inline-block;
}
.socials > li > a {
  color: #fff;
  font-size: 2.7rem;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.socials.socials--big > li > a {
  margin-right: 12px;
}
.socials > li > a:hover {
  color: #d2282e;
}
.sideNav-address {
  padding: 26px 0;
  font-size: 1.6rem;
  line-height: 22px;
  color: #fff;
}
.sideNav-address > a {
  color: #fff;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.sideNav-address > a:hover {
  color: #1aa6e2;
}
/* =========================
  # Contact Page
========================= */
.contact-page-form h2,
.contact-right-info h3 {
  font-size: 3rem;
}
.contact-page-form span ,
.contact-right-info a:hover {
  color: #d2282e;
}
.contact-page-form .form-group input,
.contact-page-form .form-group textarea,
.contact-page-form .form-group select {
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-right-info {
  margin-top: 28px;
  padding-left: 40px;
}
.contact-right-info h3 {
  margin: 20px 0 10px;
}
.contact-right-info a {
  color: #231f20;
}

/* ================================
  # Careers
================================= */
.landing-section-sidebar-careers {
  background-color: #f2f5f8;
  border-top: 9px solid #eb2123;
  margin-top: 15px;
}
.quote-section {
  background-color: #ff5d69;
  color: #fff;
}
.quote-section .slick-dots {
  display: none !important;
}
.quote-section .slick-slider {
  margin-bottom: 0;
}
section.quote-section p {
  padding-left: 60px;
  padding-right: 60px;
}
.ct-featureBox {
  background: #fff;
  padding: 40px 30px;
  margin: 15px 0;
  min-height: 262px;
  height: 262px;
  text-align: center;
  color: inherit;
  -webkit-transition: background-color, 0.25s, ease-in-out;
  transition: background-color, 0.25s, ease-in-out;
}
.features-slider .slick-slide img {
  display: inline-block;
}
.features-slider h4 {
  margin: 16px 0;
  font-weight: 500;
}
.features-slider .slider-box p {
  font-size: 1.5rem;
}

/* ================================
  # Slick Slider Main Styles
================================= */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-prev,
.slick-next {
  height: 60px;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013â€“2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
a:hover,
a:focus {
  text-decoration: none;
}
* {
  outline: none !important;
}
::-moz-selection {
  background-color: #d2282e;
  color: #fff;
}
::selection {
  background-color: #3a3d3f;
  color: #fff;
}
.facebook > a {
  background-color: #3f67c0;
}
.twitter > a {
  background-color: #35b5eb;
}
.rss > a {
  background-color: #ffa333;
}
.navbar-default .navbar-nav > li > a {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  padding: 11px 19px 9px;
  letter-spacing: -1px;
  position: relative;
  z-index: 10;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #d2282e;
}
.navbar-default .navbar-nav > li.btn > a:after {
  content: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover:after {
  z-index: -1;
  width: 100%;
}
/*.navbar-default .navbar-nav > li + li > a {
  margin-left: 2px;
}*/
.navbar-default .navbar-nav > li:last-child > a {
  margin-left: 22px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #d2282e;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus:hover,
.navbar-default .navbar-nav > .active > a:hover:hover {
  background-color: #8c2124;
}
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:hover:after,
.navbar-default .navbar-nav > .active > a:hover:hover:after {
  display: none;
}
/*.navbar-sticked .navbar {
  z-index: 99999;
  -webkit-box-shadow: 0 -3px 7px #000000;
  -moz-box-shadow: 0 -3px 7px #000000;
  -o-box-shadow: 0 -3px 7px #000000;
  box-shadow: 0 -3px 7px #000000;
}*/
.navbar-right {
  padding-top: 9px;
}
.mainSlider .item {
  display: table;
  height: 100%;
  background: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainSlider .item > .item-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-default,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.focus,
.btn-default:focus,
.btn-default:active:focus {
  position: relative;
  z-index: 10;
  font-size: 18px;
  background-color: #d2282e;
  font-weight: bold;
  color: #fff;
  border: none;
}
.btn-default:hover,
.btn-default.active:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default.focus:hover,
.btn-default:focus:hover,
.btn-default:active:focus:hover {
  background-color: #000;
  border: none;
  color: #fff;
}
.btn-default.btn-orange,
.btn-default.active.btn-orange,
.btn-default:active.btn-orange,
.open > .dropdown-toggle.btn-default.btn-orange,
.btn-default.focus.btn-orange,
.btn-default:focus.btn-orange,
.btn-default:active:focus.btn-orange {
  background-color: #fd821b;
}
.btn-default.btn-orange:hover,
.btn-default.active.btn-orange:hover,
.btn-default:active.btn-orange:hover,
.open > .dropdown-toggle.btn-default.btn-orange:hover,
.btn-default.focus.btn-orange:hover,
.btn-default:focus.btn-orange:hover,
.btn-default:active:focus.btn-orange:hover {
  background-color: #000;
}
.btn-default.btn-default--slimDeep,
.btn-default.active.btn-default--slimDeep,
.btn-default:active.btn-default--slimDeep,
.open > .dropdown-toggle.btn-default.btn-default--slimDeep,
.btn-default.focus.btn-default--slimDeep,
.btn-default:focus.btn-default--slimDeep,
.btn-default:active:focus.btn-default--slimDeep {
  font-weight: 400;
  background-color: #e72930;
  font-size: 16.36px;
  letter-spacing: 1px;
  padding: 20px 44px 18px;
}
.btn-default.btn-default--slimDeep:hover,
.btn-default.active.btn-default--slimDeep:hover,
.btn-default:active.btn-default--slimDeep:hover,
.open > .dropdown-toggle.btn-default.btn-default--slimDeep:hover,
.btn-default.focus.btn-default--slimDeep:hover,
.btn-default:focus.btn-default--slimDeep:hover,
.btn-default:active:focus.btn-default--slimDeep:hover {
  background-color: #ff292f;
}
.btn-default.btn-default--fullBig,
.btn-default.active.btn-default--fullBig,
.btn-default:active.btn-default--fullBig,
.open > .dropdown-toggle.btn-default.btn-default--fullBig,
.btn-default.focus.btn-default--fullBig,
.btn-default:focus.btn-default--fullBig,
.btn-default:active:focus.btn-default--fullBig {
  font-weight: 400;
  background-color: #eb2123;
  font-size: 26.62px;
  padding: 22px 44px 18px;
  width: 100%;
}
.btn-default.btn-default--fullBig:hover,
.btn-default.active.btn-default--fullBig:hover,
.btn-default:active.btn-default--fullBig:hover,
.open > .dropdown-toggle.btn-default.btn-default--fullBig:hover,
.btn-default.focus.btn-default--fullBig:hover,
.btn-default:focus.btn-default--fullBig:hover,
.btn-default:active:focus.btn-default--fullBig:hover {
  background-color: #ff292f;
}
.btn-default.btn-default--type2:hover,
.btn-default.active.btn-default--type2:hover,
.btn-default:active.btn-default--type2:hover,
.open > .dropdown-toggle.btn-default.btn-default--type2:hover,
.btn-default.focus.btn-default--type2:hover,
.btn-default:focus.btn-default--type2:hover,
.btn-default:active:focus.btn-default--type2:hover {
  background-color: #881d23;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.open > .dropdown-toggle.btn-link,
.btn-link.focus,
.btn-link:focus,
.btn-link:active:focus {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.btn-link .btn-link:focus,
.btn-link.active .btn-link:focus,
.btn-link:active .btn-link:focus,
.open > .dropdown-toggle.btn-link .btn-link:focus,
.btn-link.focus .btn-link:focus,
.btn-link:focus .btn-link:focus,
.btn-link:active:focus .btn-link:focus {
  text-decoration: none;
}
.btn-link:hover,
.btn-link.active:hover,
.btn-link:active:hover,
.open > .dropdown-toggle.btn-link:hover,
.btn-link.focus:hover,
.btn-link:focus:hover,
.btn-link:active:focus:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.btn-link.btn-link--blackBorder,
.btn-link.active.btn-link--blackBorder,
.btn-link:active.btn-link--blackBorder,
.open > .dropdown-toggle.btn-link.btn-link--blackBorder,
.btn-link.focus.btn-link--blackBorder,
.btn-link:focus.btn-link--blackBorder,
.btn-link:active:focus.btn-link--blackBorder {
  border-color: #000;
  color: #000;
}
.btn-link.btn-link--blackBorder:hover,
.btn-link.active.btn-link--blackBorder:hover,
.btn-link:active.btn-link--blackBorder:hover,
.open > .dropdown-toggle.btn-link.btn-link--blackBorder:hover,
.btn-link.focus.btn-link--blackBorder:hover,
.btn-link:focus.btn-link--blackBorder:hover,
.btn-link:active:focus.btn-link--blackBorder:hover {
  background-color: #000;
  color: #fff;
}
.btn-md {
  padding: 13.5px 25px 11.5px;
}
.iconBox {
  min-height: 375px;
  padding: 26px 41px 0;
}
.iconBox.iconBox-grey {
  background-color: #ebebeb;
  color: #2a2a2a;
  position: relative;
  z-index: 2;
}
.iconBox.iconBox-grey:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 5000px;
  background-color: inherit;
}
.iconBox.iconBox-motive {
  background-color: #d2282e;
  color: #ebebeb;
}
.iconBox.iconBox-black {
  background-color: #000;
  color: #ebebeb;
  position: relative;
  z-index: 2;
}
.iconBox.iconBox-black:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 5000px;
  background-color: inherit;
}
.iconBox p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 38px;
}
.iconBox-header {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
}


.browser-mozilla .banner-section.banner-section--type2 {
  display: flex;
  align-items: center;
}
.browser-mozilla .banner-section.banner-section--type2 .banner-section-inner {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.nav-section {
  background-color: #fafafa;
  padding: 30px 0;
}
.nav-section .nav-section-right {
  min-width: 250px;
  text-align: right;
  float: right;
}
.nav-section .nav-section-right > span {
  color: #224a6c;
  font-size: 15.06px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 18px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.nav-section .nav-section-right > .socials {
  display: inline-block;
  vertical-align: middle;
}
h2.unique-header {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
.slider.slider-dots--type1 .slick-dots {
  position: absolute;
  bottom: 102%;
  right: 5px;
}
.slider.slider-dots--type1 .slick-dots > li {
  display: inline-block;
}
.slider.slider-dots--type1 .slick-dots > li > button {
  display: none;
}
.slider.slider-dots--type1 .slick-dots > li:after {
  content: "";
  display: block;
  width: 43px;
  height: 6px;
  background-color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider.slider-dots--type1 .slick-dots > li.slick-active:after {
  background-color: #d2282e;
}
.slider.slider-dots--type1 .slick-dots > li + li {
  margin-left: 8px;
}
.slider.slider-dots--type1 .slick-dots > li:hover {
  cursor: pointer;
}
.slider.slider-dots--type1 .slick-dots > li:hover:after {
  background-color: #d2282e;
}
.slider .item {
  overflow: hidden;
}
.contactForm textarea.form-control {
  padding-top: 12px;
}
.contactForm .form-control {
  border: 1px solid #cbcbcb;
  font-size: 19px;
  padding: 6px 16px;
  color: #8e8d8d;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contactForm .form-group {
  margin-bottom: 17px;
}
.address.address--type2 a:hover {
  color: #952424;
}
.address.address--type2 a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -10px;
  background-color: #fff;
  width: 1px;
  height: 8px;
}
.featured-text {
  font-size: 36px;
  line-height: 30px;
  font-weight: 600;
  color: #030000;
  vertical-align: middle;
  padding-right: 5px;
}
.selectResponse {
  margin-top: 4px;
  display: inline-block;
  min-width: 350px;
  vertical-align: middle;
  font-weight: 600;
}
.selectBox.selectBox-contact .selectize-input {
  border: none;
  padding: 0 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-contact .selectize-input.focus {
  background-color: #f3f1f1 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.selectBox.selectBox-contact .selectize-input > * {
  font-size: 36px;
  line-height: 45px;
  color: #d2282e;
}
.selectBox.selectBox-contact .selectize-dropdown {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-contact .selectize-input.full {
  background-color: #f3f1f1;
}
.selectBox.selectBox-contact .selectize-dropdown {
  background-color: #f3f1f1;
  font-size: 35px;
  line-height: 22px;
  color: #5a5959;
  padding-top: 7px;
  margin-top: 0;
}
.selectBox.selectBox-contact .selectize-dropdown .active {
  background-color: #f3f1f1;
  margin: 0;
}
.selectBox.selectBox-contact .selectize-control.single .selectize-input:after {
  font-family: fontello;
  content: 'e805';
  width: 44px;
  height: 100%;
  color: #fff;
  line-height: 48px;
  font-size: 33px;
  text-align: center;
  border: none;
  margin: 0;
  top: 0;
  right: 0;
  background-color: #d2282e;
}
.selectBox.selectBox-contact .selectize-dropdown-content {
  max-height: 300px;
}
.selectBox.selectBox-contact .selectize-dropdown [data-selectable],
.selectBox.selectBox-contact .selectize-dropdown .optgroup-header {
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectBox.selectBox-contact .selectize-dropdown [data-selectable]:hover,
.selectBox.selectBox-contact .selectize-dropdown .optgroup-header:hover {
  color: #d2282e;
}
.selectBox.selectBox-contact .selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
}

.selectBox.selectBox-portfolio .selectize-input {
  border: none;
  padding: 8px 8px 5px 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-portfolio .selectize-input.focus {
  background-color: #ed1c24 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.selectBox.selectBox-portfolio .selectize-input.full {
  background-color: #000;
  color: #fff;
}
.selectBox.selectBox-portfolio .selectize-dropdown {
  background-color: #fff;
  font-size: 12px;
  line-height: 24px;
  border-color: #f4f4f4;
  color: #000;
  padding-top: 10px;
  padding-bottom: 17px;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectBox.selectBox-portfolio .selectize-dropdown-content {
  max-height: 300px;
}
.selectBox.selectBox-portfolio .selectize-dropdown [data-selectable],
.selectBox.selectBox-portfolio .selectize-dropdown .optgroup-header {
  padding: 3px 8px 1px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectBox.selectBox-portfolio .selectize-dropdown [data-selectable]:hover,
.selectBox.selectBox-portfolio .selectize-dropdown .optgroup-header:hover {
  color: #fff;
  background-color: #ed1c24;
}
.selectBox.selectBox-portfolio .selectize-control.single .selectize-input:after {
  font-family: fontello;
  content: 'e805';
  color: #fff;
  font-size: 18px;
  border: none !important;
  margin: 0 !important;
  top: 6px !important;
  right: 23px !important;
}
.widget-list > li {
  padding-bottom: 2px;
}
.widget-list > li > a {
  font-size: 15px;
  color: #f8fdff;
}
.widget-list > li > a:hover {
  text-decoration: underline;
}
.portfolio {
  margin-right: -2px;
  margin-left: -2px;
}
.portfolio > li {
  float: left;
  padding: 2px;
}
.portfolio > li.normal {
  width: 16.66666%;
}
.portfolio > li.featured {
  width: 33.33333%;
}
.portfolio > li:hover .portfolio-bar {
  background-color: #d2282e;
}
.portfolio:after {
  content: "";
  display: table;
  clear: both;
}
.portfolio-inner {
  position: relative;
}
.portfolio-inner img {
  display: block;
  width: 100%;
}
.portfolio-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 8px 12px;
  background: #000;
}
.portfolio-bar h4 {
  font-size: 11.5px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.slider.is-loading .item {
  display: none !important;
}
.slider.is-loading .item:first-child {
  display: table !important;
}
.slider-nav {
  margin-top: 64px;
}
.slider-for {
  margin-left: -8px;
  margin-right: -8px;
}
.slider-for .item {
  padding: 8px;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.slider-for .item img {
  width: 100%;
}
.slider-for .item:hover {
  cursor: pointer;
  background-color: #ed1c24;
}

.normal-tabs-nav.nav-tabs > li.active > a,
.normal-tabs-nav.nav-tabs > li.active > a:focus,
.normal-tabs-nav.nav-tabs > li.active a:hover {
  border-color: transparent;
  color: #d2282e;
  background-color: transparent;
}
.solodev,
.drupal,
.wordpress {
  font-size: 17.86px;
  font-weight: 600;
  display: block;
  padding-top: 25px;
}
.solodev {
  color: #e9262d;
}
html.ios .table-responsive.table-responsive-cms,
html.iphone .table-responsive.table-responsive-cms {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.formAside .form-control:focus {
  border-color: #eb2123;
}
.formAside .checkbox {
  text-align: center;
}
.formAside .checkbox label {
  margin-top: 23px;
  margin-bottom: 27px;
  font-size: 22px;
  color: #5c5d5f;
  position: relative;
}
.formAside .checkbox input[type='checkbox'] {
  display: none;
}
.formAside .checkbox label:before {
  font-family: fontello;
  content: "";
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 2px solid #C1C1C1;
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  top: 1px;
  left: -17px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formAside .checkbox label:hover:before {
  border-color: #eb2123;
}
.formAside .checkbox input[type='checkbox']:checked + label:before {
  border: 2px solid #eb2123;
  background-color: #eb2123;
  content: "e80e";
}
.formAccess .form-control {
  height: 62px;
  font-size: 24px;
  border: 2px solid #e1e1e1;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.formAccess .btn {
  font-weight: bold !important;
}
.browser-mozilla .mainSlider .item {
  display: flex;
  align-items: center;
}
.browser-mozilla .mainSlider .item .item-inner {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}

/* Additional Resource Styles */
.main-content {
  max-width: 900px;
  margin: 0 auto;
}


.gray-quote-box
{
  max-width: 900px;
  margin: 0 auto;
}


.split-wrapper
{
float: left;
width: 100%;
margin-bottom: 20px;
}

.landing-section-firstContent h2 {
text-align: center;
}

.address.address--type2 a:after {
  content: none;
}

.landing-section.solodev-align h1, 
.landing-section.solodev-align h2,
.landing-section.solodev-align h2 small{
  text-align:left;
  margin: 0;
}

.intro-block {
  /*min-height: 500px;*/
  background: url(../images/cloudsBG.png);
  background-color: #f7f7f7;
  background-size: cover;
  background-position: bottom;
  padding-left: 30px;
  padding-right: 30px;
}
/* ===============================
  # Nav
=============================== */
.navbar-default .navbar-nav > .active > a {
  padding: 8px 19px 9px !important;
}
.navbar-nav > li.active {
  padding: 8px 0px 9px 0;
}
.form-section .selectResponse {
  display: inline-block;
  width: 100%;
  min-width: 100%;
  vertical-align: middle;
  margin: 0;
}

/* CSS needed for animation
---------------------------------------------------- */
.fadeIn {
  opacity: 0;
  -webkit-animation: mainSlider ease-in 1;
  -moz-animation: mainSlider ease-in 1;
  -o-animation: mainSlider ease-in 1;
  animation: mainSlider ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.mainSlider ul.slick-dots {
  display: block;
  position: absolute;
  width: 40%;
  bottom: 25px !important;
  left: 30%;
}

.iconBox-grey:hover {
  background-color: #ddd;
}

.iconBox.iconBox-motive {
  background-color: #E9594D;
}

.iconBox.iconBox-motive:hover {
  background-color: #cc0808;
}

.iconBox.iconBox-black:hover {
  background-color: #2a2a2a;
}

.slick-dots li {
  width: auto;
}
.slider-dots--type1 .slick-dots {
  width: auto;
  right: -5px !important;
  bottom: 100% !important;
}
.slider-dots--type1 .slick-dots ul {
  float: right;
}
.slider-dots--type1 .slick-dots ul li {
  float: left;
  margin-left: 8px !important;
}
button.slick-next .fa,
button.slick-prev .fa {
  font-size: 50px;
  color: #fff;
  opacity: 0.9;
  display: block;
}

.item-inner .bannerBox.bannerBox-slide1 span.page-title {
  margin-top: 0;
}

.item-inner .bannerBox.bannerBox-slide2 span.page-title span.slider-small {
  font-size: 48px;
  line-height: 50px;
}

.item-inner .bannerBox.bannerBox-slide1 span.page-title span.slider-red,
.item-inner .bannerBox.bannerBox-slide2 span.page-title span.slider-red {
  color: #d2282e;
}
.item-inner .bannerBox.bannerBox-slide2 p {
  color: #3a3d3f;
}
.item-inner .bannerBox.bannerBox-slide1 p span {
  color: #000;
}
.bannerBox-slide1 .btn.btn-blk:hover {
  background-color: #000000;
}
.bannerBox-slide1 .btn.btn-default:hover {
  background-color: #8c2124;
}
.btn.btn-gray {
  background-color: #999;
}

/* ======================
  # Footer Contact Form
======================= */
.selectBox.selectBox-contact .selectize-input > *,
.selectBox.selectBox-contact .selectize-control.single .selectize-input:after {
  line-height: 42px;
}

.form-section .selectize-input,
.form-section .selectize-control.single .selectize-input.input-active {
  background: #073444;
  border-color: rgb(0, 189, 255);
}

.form-section .selectize-dropdown {
  border: none;
  background: #073444;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-weight: 400;
  font-size: 16px;
}

.form-section .has-error .checkbox, 
.form-section .has-error .checkbox-inline, 
.form-section .has-error .control-label, 
.form-section .has-error .help-block, 
.form-section .has-error .radio, 
.form-section .has-error .radio-inline, 
.form-section .has-error.checkbox label, 
.form-section .has-error.checkbox-inline label, 
.form-section .has-error.radio label, 
.form-section .has-error.radio-inline label {
  color: #fff;
  background: #d2282e;
}

/* =======================
  # Work Detail Page
========================= */
#opportunity h2,
#success h2,
#solution h2 {
  font-weight: 800;
  font-size: 35px;
  margin-top: 0px;
}

#opportunity h3,
#success h3,
#solution h3 {
  font-weight: 700;
}
.feedback h3 {
  text-transform: inherit;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 50px;
}
.resources-description h3 {
  color: #3a3d3f;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 19px;
}
.resources-description h3 a,
.resources-description a {
  color: #3a3d3f;
}

.resources-description p a {
  color: #838c8e;
}


.feedback p {
  font-size: 26px;
  font-weight: 600;
}


.resources-description p {
  font-size: 13px;
  line-height: 16px !important;
}


.backgroundLighterBlue {
  background-color: #94d9fc;
}

.backgroundGray {
  background-color: #f0efef;
}

.backgroundYellow {
  background-color: #fbe480;
}


.feedback {
  text-align: center;
}

.feedback img {
  margin-bottom: 20px;
}


.resources-category-image {
  padding-bottom: 10px;
}


/* Additional Resource Styles */
.main-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}


.split-wrapper
{
float: left;
width: 100%;
margin-bottom: 20px;
}
.simpleBox .form-control {
  background: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

.formSection li.row {
  display: inline-block;
  margin-left: 1% !important;
  margin-right: 1% !important;
  width: 47% !important;
}

.elements li input[type="submit"] {
  background: #EB2123;
  color: #FFF;
  font-weight: bold;
  margin-left: 52%;
  margin-top: 20px;
  padding: 8px;
  text-transform: uppercase;
}

#pageSort ol ol li,
#pageSort div.block {
  float: left;
  padding: 0;
  width: 100% !important;
}

.elements li input[type="submit"] {
  margin-left: 0;
}

.titleContainer h1 {
  font-size: 30px;
}

.selectResources .selectize-input {
  background-color: #000;
}

.selectResources .selectize-input input {
  color: #fff;
}

.selectdate_filter,
.selectCapabilities,
.selectResources {
  min-width: 190px;
  display: inline-block;
}
/* ======================
  # What We Do Styles
======================== */


.services-box .info,
.process-box .info {
  padding: 0 20px;
}


.services-box .info ul {
  padding-left: 80px;
}


.seo-options-wrapper .seo-top,
.seo-options-wrapper .capabilities .text-center {
  margin-top: 60px;
}
/* =====================
  # Resources Page
======================= */
.section .boxes .sectional-box {
  margin-top: 20px;
}
/* ===============================
  # Services > CMS Page
=============================== */


.backgroundGray {
  background: #e3e0e0;
}

.backgroundBlue {
  background: #203740;
}


/* ==========================
  # Web Grader Styles
=========================== */
.formError .formErrorContent {
  background: #EE0101 none repeat scroll 0% 0%;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0px 0px 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
}

.grader-input {
  background-color: #fdf0f0;
}


#webGrader_sticky .webGrader-content button.btn-success {
  background-color: #5cb85c !important;
  font-size: 15px;
}

#webGrader_sticky .webGrader-content button.btn-success:hover {
  background-color: #449d44 !important;
}


#webGrader_sticky .webGrader-content a.close {
  position: absolute;
  height: 8px;
  width: 8px;
  top: 12px;
  right: 12px;
  color: #000;
  z-index: 1;
  transition: opacity 0.5s ease;
}

/* ======================================
  # Company
====================================== */
.company-sections,
.careers-sections,
.left-headquarter-section-img,
.right-headquarter-section-img {
  text-align: center;
}
.careers-sections h2 {
  margin-bottom: 30px;
}
.headquarter-section {
  background-color: #000000;
  color: #fff;
}
#landing-container .footer-sidebar-outer {
  padding: 83px 0 29px;
}
/* ========================
  # Demo Landing Page
============================ */
#article-main-content2 em {
  color: #eb2123;
  font-style: normal;
  font-weight: 700;
}
#landing-container #formContainer2 .formAside .form-group {
  margin-bottom: 10px;
}

.landing-section-firstContent h1 {
text-align: center;
}

#landing-container nav.navbar-default {
  height: 80px;
  padding: 10px 0px !important;
}


#work-detail-page i.icon-left-open-big::before {
  margin-left: 0em;
}


#work-detail-page .slider-nav {
  margin-top: 0px;
}


#work-detail-page .slider-nav .slick-list .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#work-detail-page .slider-for .slick-track .item {
  height: 240px;
  overflow: hidden;
}


#work-detail-page .normal-tabs-nav.nav-tabs > li.active a,
#work-detail-page .normal-tabs-nav.nav-tabs > li.active a:focus,
#work-detail-page .normal-tabs-nav.nav-tabs > li a:hover,
#work-detail-page .normal-tabs-nav.nav-tabs > li.active a:hover {
  border: none;
  border-right: 6px solid #d2282e;
}


.aws-wrapper h2 {
  font-size: 41px;
  line-height: 0.9;
  color: #0b7784;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 900;
}

.aws-wrapper p {
  font-size: 19px;
  color: #2b2b2b;
  line-height: 28px;
}

.aws-prerequisites a {
  color: #d2282e;
}

#update-sub-div{
  margin-top:10px;
}

/* ===================================
  # On-Premise Landing Pages
=================================== */
.premise-header {
  height: 450px;
}


.product-wrapper .premise-cms .btn {
  font-size: 14px;
  padding: 14px 30px;
  margin-top: 30px;
}

section.features-box h2,
section.features-box h3 {
  color: #fff;
}

section.cta {
  text-align: center;
}

section.cta h2 {
  margin-bottom: 40px;
}

section.cta a.cta-btn.cta-btn-margin {
  margin-right: 20px;
}

section.cta a.cta-btn {
  padding: 16px 40px;
}


.products-form-wrapper .btn.products-form-btn {
  padding: 16px 56px;
  font-weight: 400;
  background-color: #d2282e;
  font-size: 16.36px;
  letter-spacing: 1px;
  color: #fff;
}

/* ===================================
  # AWS Instructions
==================================== */
.aws-wrapper.aws-instructions-wrapper ol.inner-text-list li {
  margin-bottom: 10px;
}

.aws-wrapper.aws-instructions-wrapper ol.inner-text-list img {
  margin-top: 30px;
}

.aws-wrapper.aws-instructions-wrapper ol.inner-text-list ul.aws-secondary-list li {
  list-style-type: disc;
}


.aws-wrapper .aws-secondary-list {
  margin-top: 20px;
  margin-left: 50px;
}

.aws-wrapper .aws-secondary-list ul li {
  list-style-type: disc;
}
/* =============================
  # Terms CSS
============================== */


.privacy-wrapper ul.nav li a {
  color: #000000;
}


.terms-wrapper ul {
  margin-left: 35px;
}

.terms-wrapper ul > li {
  list-style-type: disc;
}

.privacy-wrapper .privacy-left-nav ul.nav > li.navHighlight > a {
  background-color: #000;
}

/* =============================
  # Paging Style
============================== */
#totalResults {
  float: left;
  padding: 5px;
  width: 200px;
}


.pagination {
  float: right;
  margin-top: 8px
}

.pagination ul {
  list-style: none;
  margin: 0;
}

.pagingControls li {
  cursor: pointer;
}

.pagingControls li.current {
  cursor: default;
  font-weight: bold;
}

.pagination a {
  text-decoration: none;
}

.portfolio-inner img {
  max-height: 529px;
}


.portfolio-inner {
  background-color: #ebebeb;
}

.selectBox.selectBox-portfolio .selectize-input {
  padding-top: 11px;
}

.selectBox.selectBox-portfolio .selectize-control.single .selectize-input:after {
  top: 10px !important;
}
/* =============================
  # Resources
============================== */


.resources-description h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 19px;
  letter-spacing: 0;
}


.resources-description p a {
  color: #838c8e;
}

.nav-section.resources-detail {
  padding: 5px 0px;
}

.nav-section.resources-detail ul.socials {
  margin-bottom: 0px;
}


#article-main-content2 .list-topics > li {
  margin-bottom: 10px;
}


.products-features-wrapper .features-item .fa {
  font-size: 39px;
  color: #d2282e;
}


.features-navigation-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 400;
}

.features-navigation-mobile ul {
  margin-bottom: 0;
}

.features-navigation-mobile ul li {
  display: inline-block;
  padding: 20px 10px;
}

.features-navigation-mobile ul li:hover,
.features-navigation-mobile ul li.active {
  background-color: #d2282e;
}

.features-navigation-mobile ul li a {
  color: #fff;
  font-size: 1em;
}

.features-navigation-mobile .navbar-features.navbar-default {
  background-color: #000;
  text-align: center;
  padding: 0;
}

/* ===============================
  # New Products Page
=============================== */
header.premise-header .products-landing-header .row.product-title-info h1,
header.premise-header .products-landing-header .row.product-title-info h2 {
  color: #3c3c3c;
  font-size: 80px;
  line-height: 75px;
  font-weight: bold !important;
}

header.premise-header .products-landing-header .row.product-title-info h2 {
  font-size: 35px;
  margin-top: 0;
  line-height: 45px;
  color: #000000;
}

header.premise-header .products-landing-header .row.product-title-info h2 span {
  color: #d2282e;
}

header.premise-header .products-landing-header .row.product-title-info .headerParagraph p {
  color: #3c3c3c;
}

header.premise-header .products-landing-header .row.product-title-info .headerParagraph .btn {
  padding: 10px 39px;
}

header.premise-header .products-landing-header .row.product-title-info .headerParagraph .blue-btn {
  background-color: #7cdafe;
}

.navbar-default .navbar-nav > li.start-btn:last-child > a {
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  padding: 11px 23px !important;
}

.products-landing-header .product-title-info a.btn-warning:hover,
.product-wrapper .btn-warning:hover {
  background-color: #8c2124;
}

.products-landing-header .product-title-info a.btn-blk:hover {
  background-color: #838383;
}


#showMobileLinks .btn {
  padding: 15px 34px;
  font-size: 18px;
}

#showMobileLinks .btn:hover {
  background-color: #8C2124;
}
.pricing-wrapper .enterprise-cta,
.pricing-wrapper .divided-section.divided-section-pricing .btn {
  margin-top: 20px;
}

.pricing-wrapper .enterprise-cta .btn,
.pricing-wrapper .divided-section-pricing .btn {
  font-size: 16px;
  padding: 12px 36px;
}

.pricing-wrapper .divided-section-pricing .btn {
  margin-left: 0px;
}

.pricing-wrapper .divided-section-pricing .btn.btn-warning {
  margin-left: 0px;
}

.pricing-wrapper .enterprise-cta .btn.btn-warning {
  margin-right: 0px;
}

.pricing-wrapper .divided-section-right .row {
  padding-top: 0px;
}


.btn-customOrange {
  background-color: #f59731 !important;
}

.divided-section-right .btn-warning {
  margin-left: 0px;
}


.btn-customBlue {
  background-color: #208dc6 !important;
}

.products-features-wrapper .features-item .fa {
  padding-top: 33px;
  font-size: 50px !important;
}

.pricing-wrapper section h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pricing-wrapper section.pricing-boxes .pricing-item {
  background-color: #f5f5f5;
  font-size: 20px;
}

.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item1 a.btn-dark,
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item2 a.btn-dark {
  color: #fff;
  background-color: #434343;
}

.pricing-wrapper section.pricing-boxes .pricing-item ul {
  padding: 0 60px;
}

.pricing-wrapper section.pricing-boxes .pricing-item p.price,
.pricing-plans-wrapper .boxes-container .plans-boxes p.price {
  font-size: 70px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 12px;
}

.pricing-wrapper section.pricing-boxes .pricing-item p {
  text-align: center;
  font-size: 20px;
}


.pricing-wrapper section.pricing-boxes .pricing-item ul {
  margin-bottom: 40px;
  font-size: 17px;
  padding-top: 15px;
}

.pricing-wrapper section.pricing-boxes .pricing-item p a {
  padding: 12px 32px;
}

.pricing-wrapper section.pricing-boxes .pricing-item p .btn-warning {
  font-weight: 400;
}

.pricing-wrapper section.buy-cta h2,
.pricing-wrapper section.subscription h2,
.pricing-wrapper section.custom-pricing h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
}


.pricing-wrapper section.buy-cta .btn {
  margin: 30px 0;
}

.pricing-wrapper section.buy-cta .btn,
.pricing-wrapper section.subscription .btn,
.pricing-wrapper section.custom-pricing .btn {
  padding: 18px 60px;
}

.pricing-wrapper section.subscription {
  background-color: #f5f5f5;
  text-align: center;
}

.pricing-wrapper section.subscription h3,
.pricing-wrapper section.custom-pricing h3 {
  text-transform: capitalize;
  font-size: 30px;
}


.pricing-wrapper section.subscription p,
.pricing-wrapper section.custom-pricing p {
  padding: 0 80px;
  margin-bottom: 80px;
}


.pricing-wrapper section.cta h2 {
  font-size: 45px;
  font-weight: bold;
}

/*.pricing-item.pricing-item2 .pricing-box.pricing-boxes2 {
  background-color: rgb(66, 16, 88);
}*/


.pricing-item .pricing-box span.box-server {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}

.pricing-item .pricing-box p a {
  margin-top: 20px;
}


.pricing-item .pricing-box.pricing-boxes1 .btn {
  color: #0489b7;
}

/*.pricing-item .pricing-box.pricing-boxes2 .btn {
  color: rgb(66, 16, 88);
}*/

.pricing-item .pricing-box.pricing-boxes3 .btn {
  color: #ca0e07;
}

.pricing-item .pricing-box .btn {
  /*padding: 12px 106px !important;*/
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.pricing-boxes p.more-info {
  margin-top: 40px;
}

.pricing-boxes p.more-info a {
  color: #cc0808;
}

.pricing-form-wrapper-new input,
.pricing-form-wrapper-new select,
.pricing-form-wrapper-new .selectize-input {
  height: 49px !important;
  font-size: 18px;
  background-color: #ededed;
  margin-bottom: 8px;
  padding-left: 25px;
}


.pricing-form-wrapper .selectize-input {
  padding: 0 8px 0 25px;
  border-radius: 0;
}

.pricing-form-wrapper .selectize-input input {
  padding: 6px !important;
}

.pricing-form-wrapper .form-group {
  padding-bottom: 10px;
}

.pricing-form-wrapper .btn.btn-solodev {
  font-size: 16px;
  padding: 11px 36px 11px;
  margin-top: 30px;
}

.pricing-form-wrapper-new .btn.btn-solodev {
  margin-top: 0;
  padding: 13px 52px 13px;
}

.pricing-form-wrapper .selectize-input > * {
  line-height: 46px;
}

.promo-code-div {
  margin: 15px 0;
  width:80%;
  padding-right: 15px;
}

.promo-code-div button {
  padding: 8px 11px 9px;
}

.promo-code-div button.done-btn {
  height: 34px;
  padding: 0 11px;
  background-color:#3c763d;
}

.removePromo{
    font-size: 14px;
    padding-right: 10px;
    display: none;
    cursor: pointer;
}
#baseContent {
  background-color: #fff;
}
/* ================================
  # Get Started CTA
================================= */


.navbar-default ul.nav.navbar-nav > li.trial-btn a,
.navbar-default ul.nav.navbar-nav > li.login-btn a {
  background-color: #d2282e;
  color: #fff;
  font-weight: normal;
  padding: 6px 8px !important;
  font-size: 12px;
  letter-spacing: 0px;
}

.navbar-default ul.nav.navbar-nav > li.trial-btn a:hover,
.navbar-default ul.nav.navbar-nav > li.login-btn a:hover {
  text-decoration: none;
  background-color: #8c2124;
}

.navbar-default ul.nav.navbar-nav > li.trial-btn a::after,
.navbar-default ul.nav.navbar-nav > li.login-btn a::after {
  border-bottom: none;
}

.navbar-default ul.nav.navbar-nav > li.login-btn a:hover {
  background-color: #000000;
}

.navbar-default ul.nav.navbar-nav > li.trial-btn,
.navbar-default ul.nav.navbar-nav > li.login-btn {
  padding: 8px 0;
}

.navbar-default ul.nav.navbar-nav > li.trial-btn {
  margin-left: 40px;
}

.navbar-default ul.nav.navbar-nav > li.login-btn a {
  background-color: #a1a1a1;
  padding: 6px 16px !important;
}


.home-mini-slider .slick-slider {
  padding-top: 150px;
}

.home-mini-slider .ct-slick ul.slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 900px;
  list-style: none;
  padding: 0;
  text-align: center;
  display: table;
}

.home-mini-slider .ct-slick ul.slick-dots li {
  display: table-cell;
  width: 1%;
  position: relative;
  z-index: 1;
}

.home-mini-slider .slick-dots li button::before {
  font-size: 18px;
  color: transparent;
  opacity: 1;
}

.home-mini-slider .ct-slick ul.slick-dots li button {
  padding-bottom: 80px;
}

.home-mini-slider .ct-slick ul.slick-dots li button div,
.home-mini-slider .ct-slick ul.slick-dots li.slick-active button div {
  font-size: 16px;
  color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  padding: 22px 25px;
  white-space: nowrap;
  border: none;
  background: transparent;
  position: relative;
  border: 2px solid transparent;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-mini-slider .ct-slick ul.slick-dots li.slick-active button div {
  border: none;
  background: transparent;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #d2282e;
  border: 2px solid #d2282e;
}

.home-mini-slider .ct-slick ul.slick-dots li:last-child:after {
  width: 100%;
}

.home-mini-slider .ct-slick ul.slick-dots li:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 74px;
  height: 1px;
  margin-top: 0;
  background: rgba(54, 54, 54, 0.57);
}

.home-mini-slider.digital-marketing .ct-slick ul.slick-dots li:after {
  background: #fff;
}

.home-mini-slider .ct-slick ul.slick-dots li button:after {
  content: '';
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  border: none;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: inline-block;
  background: #e2e0e1;
  pointer-events: fill;
  margin-top: 20px;
}

.home-mini-slider .ct-slick ul.slick-dots li.slick-active button:after {
  background: #d2282e;
}

.home-mini-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: transparent;
}

.home-mini-slider .ct-slick .slick-next,
.home-mini-slider .ct-slick .slick-prev {
  width: 30px;
  height: 55px;
  position: absolute;
  height: 55px;
  width: 30px;
  margin-top: -27.5px;
  top: 50%;
  font-size: 0;
  line-height: 0;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
}

.home-mini-slider button.slick-next .fa,
.home-mini-slider button.slick-prev .fa {
  font-size: 50px;
  color: #363636;
  opacity: 0.9;
  display: block;
}

.home-mini-slider.digital-marketing button.slick-next .fa,
.home-mini-slider.digital-marketing button.slick-prev .fa {
  color: #fff;
}


section.mediumSection > .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


section.mediumSection .ct-rounded .ct-rounded-inner .btn {
  font-size: 18px;
  padding: 15px 35px;
}


.slick-dots li button {
  width: 100%;
}


.home-mini-slider .ct-slick.is-loading .item {
  display: none !important;
}

.home-mini-slider .ct-slick.is-loading .item:first-child {
  display: table !important;
}

.home-mini-slider .ct-slick.ct-slick-light ul.slick-dots li.slick-active button div {
  color: #fff;
  border: 2px solid #fff;
  padding: 22px 25px;
}

.home-mini-slider .ct-slick.ct-slick-light ul.slick-dots li button div {
  color: #fff;
}


section.overflow-section .iconBox {
  padding: 26px 38px 32px;
  cursor: pointer;
}

.features-box button.slick-next .fa,
.features-box button.slick-prev .fa,
.features-box ul.slick-dots {
  display: none !important;
}


.clients-logos .row {
  margin-bottom: 60px;
}


.clients-home .clients-logos .client-logos-repeater {
  height: 500px;
  cursor: pointer;
  margin-bottom: 80px;
}

.clients-home .clients-logos .client-logos-repeater:nth-child(6n) {
  border-right: none;
}

.clients-home .clients-logos .client-logos-repeater:nth-last-child(-n+6) {
  border-bottom: none;
}


.new-pricing-page-form .new-pricing-box {
  margin: 40px 0 60px;
}


.new-pricing-page-form .new-pricing-toggle .btn.btn-red,
.new-pricing-page-form .new-pricing-toggle .btn.btn-blue,
.new-pricing-page-form .new-pricing-toggle .btn.btn-gray {
  color: #fff;
  padding: 12px 26px;
}


.new-pricing-page-form .new-pricing-toggle .off .toggle-handle {
  background-color: #a1a1a1;
}


.new-pricing-page-form .total h2 {
  margin-bottom: 40px;
}

.btn.btn-new-pricing {
  color: #fff;
  font-size: 1.2em;
  padding: 12px 35px;
  background-color: #2f8d2a;
}

.new-pricing-page-form .steps span.step:first-of-type,
.new-pricing-page-form .steps-next span.step:first-of-type {
  margin-left: 0;
}

.new-pricing-page-form .steps span.step,
.new-pricing-page-form .steps-next span.step {
  background: #70c66b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.4em;
  text-align: center;
  margin: 0 10px;
}

.new-pricing-page-form .steps ul li,
.new-pricing-page-form .steps-next ul li {
  display: inline-block;
  font-size: 1.3em;
}

.new-pricing-page-form .steps ul li a,
.new-pricing-page-form .steps-next ul li a {
  color: inherit;
  margin-right: 20px;
}

.new-pricing-page-form .steps span.step.step1,
.new-pricing-page-form .steps-next span.step.step2 {
  background-color: #26ace2;
}

.new-pricing-page-form .steps span.step.step2,
.new-pricing-page-form .steps span.step.step3,
.new-pricing-page-form .steps-next span.step.step1,
.new-pricing-page-form .steps-next span.step.step3 {
  background-color: #ccc;
}

.new-pricing-page-form .new-pricing-dropdown .selectize-input input {
  height: 28px;
  font-size: 1.150em;
}

.new-pricing-page-form .new-pricing-dropdown .selectize-input > * {
  font-size: 1.150em;
}

.new-pricing-page-form .new-pricing-dropdown .selectize-input {
  line-height: 20px;
  padding-top: 11px;
  font-size: inherit;
  border-radius: 0;
}


.new-pricing-page-form .total p,
section.pricing-thank-you .order-summary-info .total p {
  text-align: right;
  font-size: 1.750em;
  color: #000;
  font-weight: bold;
}

.new-pricing-page-form .row.order-summary .sub-total,
.new-pricing-page-form .new-pricing-next-btn {
  text-align: right;
}

.card_expire_monthformError.parentFormcart-form.formError {
  top: 0px !important;
  left: 0px !important;
}

.new-pricing-page-form .total-summary {
  margin-top: 28px;
  padding: 0 60px 30px 60px;
}


.new-pricing-page-form .total-summary .total p span {
  padding-left: 20px;
}

.new-pricing-page-form .total-summary h2,
.new-pricing-page-form .checkout-billing h2 {
  padding: 15px 0;
  margin: 0;
  font-size: 24px;
  color: #000;
}

.new-pricing-page-form .row.order-summary .sub-total p,
section.pricing-thank-you .order-summary-info .sub-total p {
  color: #000;
  font-size: 20px;
  padding-top: 0;
}

section.pricing-thank-you .order-summary-info .sub-total p {
  text-align: right;
}


.new-pricing-page-form .checkout-billing input, 
.new-pricing-page-form .new-pricing-box input{
  height: 40px;
  border-radius: 0;
}

.new-pricing-page-form .new-pricing-box input[type=checkbox]{
height:inherit;
}

.new-pricing-page-form .new-pricing-box input,
.new-pricing-page-form .checkout-billing input,
.new-pricing-page-form .checkout-billing select,
.new-pricing-page-form .checkout-billing label,
.new-pricing-page-form .checkout-billing .input-group-addon {
  font-size: 1.150em;
}

p.dedicatedIPAddOn,
p.sslAddOn,
p.backupAddOn {
  padding-left: 184px;
}


.new-pricing-page-form .checkout-billing .btn.btn-solodev.btn-primary {
  background-color: #2f8d2a;
}


.carousel-pricing .carousel-inner .item {
  background-color: #fff;
  overflow: hidden;
  transition: transform .15s ease-in-out;
  -webkit-transition: -webkit-transform .15s ease-in-out;
  -o-transition: -o-transform .15s ease-in-out;
  -moz-transition: -moz-transform .15s ease-in-out;
}


.selectRegion .selectize-input {
  padding-top: 11px;
}

.pricing-navigation .backex {
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
}

.checkout-billing .selectize-control.single .selectize-input input {
  position: absolute;
}

.checkout-billing .selectize-control.single .selectize-input {
  height: 48px;
  font-size: 18px; 
  line-height: 27px;
  border-radius: 0;
}


section.pricing-thank-you .order-summary-info .total-summary h3,
section.pricing-thank-you .order-summary-info .total-summary .sub-total {
  margin-top: 10px;
}
/* ================================
  # Partners Page
================================= */


.partners-wrapper p {
  font-size: 19px;
}


.partners-wrapper .enlist-section .btn.btn-default {
  padding: 20px 26px;
}

.partners-wrapper .enlist-section .btn.btn-default:hover {
  background-color: #8c2124;
}


.contactForm .form-control {
  margin-bottom: 20px;
}


.features-wrapper.partners-wrapper p {
  text-transform: inherit;
  font-weight: 300;
  color: #434343;
}


/* ================================
  # New Features Page
================================= */
.features-navigation .navbar-default .navbar-nav > li:last-child > a {
  margin-left: 2px;
}

.features-navigation .navbar-default .navbar-nav li:last-of-type > a {
  padding: 12px 0px 0px;
}

.features-navigation nav.navbar-features {
  background-color: #000;
  padding: 0;
}

.features-navigation nav.navbar-features ul li a {
  color: #fff;
  letter-spacing: .4px;
  font-size: 21px;
}

.features-navigation .navbar-nav > li.active {
  padding: 0;
}

.features-navigation .navbar-default .navbar-nav > .active > a,
.features-navigation .navbar-default .navbar-nav li:last-of-type > a.active {
  background-color: #e7e7e7;
  color: #d2282e;
  padding: 20px 19px 20px !important;
}

.features-navigation .navbar-default .navbar-nav > .active > a:hover {
  background-color: #fff;
}

.features-navigation .navbar-default .navbar-nav > li > a::after {
  border-bottom: none;
}


.features-wrapper h2 {
  font-weight: 400;
  padding: 25px 0 42px;
}

.features-wrapper p {
  line-height: 28px;
}

.features-wrapper a.btn {
  padding: 16px 32px;
  font-weight: normal;
  margin-top: 42px;
}

section.scheduling-section,
section.data-driven-section,
section.marketing-section,
section.integration-section,
section.brand-section,
section.checkout-section,
section.partnership-section,
section.bootstrap-themes {
  background: url(../../core/fileparse.php/23/urlt/content-scheduling.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 15px;
}


section.scheduling-section,
section.scheduling-section h2,
section.data-driven-section,
section.data-driven-section h2,
section.marketing-section,
section.marketing-section h2,
section.integration-section,
section.integration-section h2,
section.checkout-section,
section.checkout-section h2,
section.partnership-section,
section.partnership-section h2,
section.bootstrap-themes h2 {
  color: #fff;
}


section.partnership-section {
  background: url(../../core/fileparse.php/23/urlt/award-winning.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.features-wrapper.partners-wrapper section.partnership-section p {
  color: #fff;
}


section.cta-partners .btn.btn-blue {
  font-size: 26px;
  background-color: #005b7d;
}

.award-section-inner {
  padding-left: 60px;
}

section.award-section h2 {
  margin-top: 112px;
}
/* ================================
  # New Homepage June/2016
================================= */
section.video-section .video-form input,
section.video-section .video-form .selectize-input,
section.form-section .selectize-input {
  width: 100% !important;
  height: 55px !important;
  padding: 0 0 0 20px;
  border-radius: 0;
  font-size: 15px;
  line-height: 54px;
  text-align: left;
  color: #a1a1a1;

  background-color: #125971;
  border-color: #00bdff;
}
section.form-section .selectize-input {
  padding-left: 20px;
}
section.video-section .video-form .selectize-dropdown,
section.form-section .selectize-dropdown {
  text-align: left;
  font-size: 16px;
  color: #a1a1a1;
}
section.form-section .selectize-dropdown {
  top: 54px !important;
}
section.video-section .selectize-control.single .selectize-input:after {
  border-color: #d2282e transparent transparent transparent;
  border-width: 9px 9px 0 9px;
}
section.video-section .video-form #Submit {
  background-color: #d2282e;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 56px;
}
section.video-section .video-form #Submit:hover,
section.solodev-section .solodev-section-inner a:hover {
  background-color: #82161a;
}
section.video-section .video-form .selectize-dropdown [data-selectable] {
  padding: 8px;
}
section.home-boxes p.date {
  color: #83d3f9;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
/* ================================
  # Pricing Plans Page June/2016
================================= */
.pricing-plans-wrapper section.plan-features h1,
.pricing-plans-wrapper section.faq h1 {
  margin-top: 80px;
  font-size: 35px;
}
.pricing-plans-wrapper p,
.pricing-plans-wrapper ul li {
  color: #5b666d;
}
#faq ul li {
  margin-left: 40px;
  list-style-type: disc;
}
#faq .faq-toggle {
  float: left;
}
#faq .collapsed {
  display: table;
  line-height: 22px;
}
.pricing-plans-wrapper .pricing-plans-heading p,
.pricing-plans-wrapper section.plan-features p.sub-head {
  font-size: 30px;
  margin-bottom: 40px;
}

.pricing-wrapper p.buy-btn {
  margin-top: 20px;
}

.pricing-plans-wrapper section.plan-features p.sub-head {
  margin-bottom: 40px;
}
.pricing-plans-wrapper section.plan-features p.sub-head,
.pricing-plans-wrapper section.faq p {
  text-align: center;
  font-size: 20px;
}
.pricing-plans-wrapper section.plan-features p.sub-head,
.pricing-plans-wrapper section.faq p.faq-text,
.pricing-plans-wrapper .boxes-container p {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.pricing-plans-wrapper section.plan-features h3,
.pricing-plans-wrapper .accordion-section h3 {
  font-size: 24px;
  color: #1c81ac;
  margin-bottom: 14px;
  text-transform: capitalize;
  margin-top: 0;
  letter-spacing: 0;
}
.pricing-plans-wrapper section.plan-features h4 {
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  color: #323b40;
  letter-spacing: 0;
}
.pricing-plans-wrapper .features-block {
  padding-right: 40px;
}
.pricing-plans-wrapper .features-block p {
  font-size: 17px;
  line-height: 26px;
}

.pricing-plans-wrapper .infrastructure,
.pricing-plans-wrapper .cms-support {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pricing-plans-wrapper .accordion-section h2 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: 400;
}

.pricing-plans-wrapper .accordion-section .panel-heading {
  background-color: #ebebeb;
  color: #323b40;
  padding: 10px 0 12px;
}
.pricing-plans-wrapper .accordion-section h4.panel-title {
  margin-bottom: 0;
  font-weight: 400;
}
.pricing-plans-wrapper .panel-group .panel-heading+.panel-collapse>.list-group, 
.pricing-plans-wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}
.pricing-plans-wrapper .collapse {
  display: none;
}
.pricing-plans-wrapper .collapse.in {
  display: block;
}
.pricing-plans-wrapper section.faq .panel-body p {
  text-align: left;
  font-size: 16px;
}
.pricing-plans-wrapper section.faq .fa:before {
  font-size: 20px;
  padding-right: 8px;
}
.pricing-plans-wrapper section.plan-features .fa:before {
  font-size: 30px;
  color: #1c81ac;
  margin-top: 10px;
}
.pricing-plans-wrapper .accordion-item {
  padding: 0 30px;
}
.pricing-plans-wrapper .panel-group {
  margin-bottom: 0;
}
.pricing-plans-wrapper section.accordion-section {
  padding-bottom: 80px;
  padding-top: 40px;
}
section.plan-features {
  background-color: #f7f8fa;
  box-shadow: 0 -1px 0 0 rgba(0, 31, 51, .13);
}
/* ================================
  # Checkout
================================= */
.container.checkoutContainer .btn.btn-success {
  padding: inherit;
}

.container.checkoutContainer .btn-success {
  margin: 15px 0px;
}

.circle {
  width:100px;
  height:100px;
  border-radius:50px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  line-height:100px;
  text-align:center;
  border:none;
}

.sub-dashboard .panel-heading {
  font-weight: bold;
}
#loading {
  margin: 80px auto;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  background: #ccc;
  font: 12px "Lucida Grande", Sans-Serif;
  text-align: center;
  line-height: 100px;
  color: white;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#loading span {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 80px solid rgba(255,255,255,0.7);
  z-index: -1;
  top: -28px;
  left: 0px;
  -webkit-animation: ticktock 5s linear infinite;
  -webkit-transform-origin: 50px 80px;
}
#loading strong {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  -webkit-animation: expand 2.5s linear infinite;
}
@-webkit-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
@-webkit-keyframes ticktock {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.modal {
  text-align: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#subscription-table select.readonly {
  -webkit-appearance:none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ' ';
  background-color:#eee;
  opacity:1;
}
#cart-form .greenPopup {
 display:none !important; 
}
.card-js .expiry-container {
  width: 33.33% !important;
  float: left;
}
.card-js .cvc-container {
  width: 33.33% !important; 
  float:none !important;   
}
.card-js .postalcode-container {
  width: 33.33% !important;
  float: right;
}
.card-js .cvc-wrapper {
  box-sizing: border-box;
  margin-left: 0px !important;
} 
.card-js .postalcode-wrapper {
  box-sizing: border-box;
  margin-left: 5px !important;
  position:relative;
}
.card-js .postalcode-wrapper input{
  display: block;
  width: 100%;
  padding-left: 38px;
}
.card-js .icon {
  top:10px !important;
}
.qtip-div {
  margin-bottom: -4px;
  width: 20px;
  height: 20px; 
  display: inline-block;
  background-size: contain;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
.qtip-div .fa {
  color: #ccc;
}

.new-pricing-page-form .new-pricing-box input {
  height: 40px;
}

.selectize-input {
  height: 40px !important;
}
.new-pricing-page-form .new-pricing-dropdown .selectize-input {
  padding-top: 8px !important;
  padding-left: 8px !important;
}
/* ================================
  # New Support Page July 2016
================================= */

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}
section.comparison-main .platforms .platform-logos {
  text-align: center;
  min-height: 150px;
  height: 100%;
  display: table;
}
section.comparison-main .platforms .platform-logos img {
  width: 220px;
  opacity: .25;
  cursor: pointer;
}
section.comparison-main .platforms .platform-logos:hover img {
  opacity: 1;
}
.platforms .btn {
  margin-top: 40px;
}
section.comparison-main .platforms .platform-logos img.active {
  opacity: 1;
}
.comparison-main .solodev-section {
  padding-top: 216px;
}

.comparison-main {
  padding-bottom: 80px;
}

.comparison-toggle table p {
  margin-bottom: 0;
}

/* ================================
  # Comparison Report Page July 2016
================================= */
section.comparison2-main .back-btn {
  padding: 40px 15px;
}
section.comparison2-main .back-btn a {
  background-color: transparent;
  color: #449ebd;
}

.table.main-table {
  margin-bottom: 0;
}
.main-table th {
  text-align: center;
}
.main-table th img {
  width: 230px;
}
.main-table th:last-child {
  background-color: #f9f9f9;
}
.comparison-toggle {
  padding-bottom: 80px;
}
.comparison-toggle .panel {
  border-radius: 0;
  border-top: none;
}
.comparison-toggle .panel-title {
  font-size: 20px;
}
.comparison-toggle .panel-collapse h5 {
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #bedbe4;
  font-weight: 400;
}
.comparison-toggle .panel-heading {
  /*background-color: #449ebd;*/
  background-color: #0489b7;
  color: #fff;
  border-radius: 0;
  border-top: 3px solid #f1f5f6;
  cursor: pointer;
}
.comparison-toggle .panel-heading .panel-title[aria-expanded="true"]:after,
.comparison-toggle .panel-heading .panel-title[aria-expanded="false"]:after {
  font-size: 20px;
  float: right;
}
.toggle-table.table-bordered>tbody>tr>td {
  padding-left: 15px;
}
.toggle-table.table {
  margin-bottom: 0;
}
.comparison-toggle .collapse {
  display: none;
}
.comparison-toggle .collapse.in {
  display: block;
}
.toggle-table td {
  width: 50%;
}
.toggle-table td:first-child {
  background-color: #fff;
}
.comparison-toggle .fa-check {
  font-size: 20px;
  color: #d2282e;
}
.comparison-toggle .panel-group {
  margin-bottom: 0;
}
.panel-group .panel+.panel,
.comparison-toggle .panel:first-child {
  margin-top: 2px;
}

/* ================================
  # Free Trial - ER 2017 Using...
================================= */
#baseContent section.section {
  padding: 0 15px 20px;
}
#baseContent .body-sign {
  margin-top: 40px;
}

/* ================================
  # New Landing Page
================================= */
.contentWrapper {
  background-color: #f5f5f5;
}
.contentWrapper .content-top {
  width: 100%;
}
.contentWrapper .lp-content {
  width: 100%;
  height: 100%;
  display: table;
}
.contentWrapper .lp-content .lp-bg-container {
  background: url(../images/content/lp-bg2.jpg) center -198px no-repeat;
  background-size: cover;
  height: calc(100vh - 50px);
}
.contentWrapper .lp-inner {
  padding-top: 200px;
}
.contentWrapper .lp-inner .lp-content-body,
.contentWrapper .lp-inner .lp-content-form {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
.contentWrapper .lp-inner .lp-content-body h1 {
  font-size: 66px;
}
.contentWrapper .lp-inner .lp-content-body h2 {
  margin-bottom: 40px;
  line-height: 1.4;
}
.contentWrapper .lp-inner .lp-content-body h1,
.contentWrapper .lp-inner .lp-content-body h2 {
  color: #444;
}
.contentWrapper .lp-inner form#lp-form {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 450px;
}
.contentWrapper .lp-inner form#lp-form input {
  height: 55px;
  font-size: 16px;
  margin-bottom: 25px;
  box-shadow: 0 2px 0 0 #bebebe;
  border-color: #bebebe;
  background-color: #fff;
}
.contentWrapper .lp-inner form#lp-form button.btn {
  background-color: #ef9919;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 40px 14px;
}
.landing-hero-img a img {
  margin-top: 30px;
}
.landing-section.solodev-align .landing-section-hero h1 {
  color: #fff;
  font-weight: 300;
  margin-top: 260px;
  font-size: 4.2rem;
  margin-bottom: 30px;
  line-height: 1.2;
}
.landing-section-hero .landing-hero-img .img-container {
  position: relative;
  min-height: 400px;
}
.landing-section-hero .landing-hero-img .hero_image {
  width: 500px;
}
.landing-section-hero .landing-hero-img .img-container img {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ================================
  # Forgot Password - August 2016
================================= */

section.members-main .text-heading {
    margin-bottom: 60px;
}
section.members-main .text-heading p {
    font-size: 25px;
    text-transform: inherit;
    font-weight: 300;
    color: #000000;
    line-height: 29px;
    margin-top: 15px;
} 
.container.login-container {
  max-width: 1170px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.login-container .btn {
  min-width: 50%;
}

.login-container .login-form .col-sm-6 {
  padding: 0 100px;
}

.login-container .login-form .col-sm-6:first-of-type {
  border-right: 1px solid #eee;  
}

.login-form .sign-in-img {
  margin-bottom: 38px;
}

.login-form a.btn.btn-warning {
  padding: inherit;
  padding-top: 3px;
  margin-top: 8px;
}
/* ================================
  # Features Pages November 2016
================================= */
.features-section .btn-primary {
  margin-top: 30px;
  padding: 20px 30px;
  text-transform: uppercase;
  background-color: #097bd4;
}
.features-section .btn-primary:hover {
  background-color: #255884;
}
.features-section .case-study .row {
  display: flex;
  align-items: center;
}
.featuresNavigation h3 {
  font-size: 1.5625em;
}
.features-sectionBottom .featuresNavigation .fa {
  padding: 0 20px;
  color: #000;
}
.features-sectionBottom .btn-primary {
  background-color: #097bd4;            
  margin: 50px 13px;
  padding: 20px 30px;
  text-transform: uppercase;       
}
.features-sectionBottom .btn-primary:hover {
  background-color: #255884; 
}              
.features-sectionBottom .btn-secondary {
  background-color: #f59331;
  color: #fff;
  margin: 50px 13px;
  padding: 20px 30px;
  text-transform: uppercase;       
}
.features-sectionBottom .btn-secondary:hover {
  background-color: #255884; 
}
.hiddenImg {
  opacity:0;
}
              
.topAlert .btn-primary {
  background-color: #178bfa;            
  padding: 15px 20px;
  font-size: 18px;
}                
.topAlert .btn-primary:hover {
  background-color: #255884; 
}

/* ================================
  # Bottom Page Navigation
  # Added 11/7/2016
================================= */
.full-width .pageNavigation,
.pageNavigation {
  padding: 20px 0 35px;  
}
.pageNavigation h3 {
  font-weight: 500;  
}
.pageNavigation p {
  margin: 0 40px;
}
.pageNavigation .text-left .fa {
  margin: 0 25px 0 0;    
}
.pageNavigation .text-right .fa {
  margin: 0 0 0 25px;    
}
/* ================================
  # Features Pages
  # Added 11/7/2016
================================= */
.case-study .row {
  display: flex;
  align-items: center;
}
.productDetail {
  min-height: 350px;
  border: 1px solid #eceaea;
  padding-top: 0px;
  margin: 0 18px;
}
.innerSections .productDetail img {
  border-bottom: 1px solid #eceaea;
  max-height: 116px;
  padding: 25px 10px;
  margin: 0 auto;
}
.productDetail h3,
.productDetail p {
  padding: 0 15px;    
}
.hiddenImg {
  opacity: 0;
}
/* ======================================================
  # ct-slick-featured
======================================================= */
.ct-slick.ct-slick-featured .slick-next,
.ct-slick.ct-slick-featured .slick-prev {
  position: absolute;
  height: 55px;
  width: 30px;
  margin-top: -27.5px;
  top: 50%;
  background: none;
  font-size: 0;
  line-height: 0;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ct-slick.ct-slick-featured .slick-prev,
.home-mini-slider .ct-slick .slick-prev {
  left: -50px;
  background-image: url("../images/prev.png");
}
.ct-slick.ct-slick-featured .slick-next,
.home-mini-slider .ct-slick .slick-next {
  right: -50px;
  background-image: url("../images/next.png");
}
.ct-slick-featured .ct-featureBox .inner h4 {
  text-transform: none;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.ct-slick-featured {
  margin-top: 60px;
}
.features-box .ct-featureBox {
  min-height: 262px;
  padding: 30px 20px;
  cursor: pointer;
}
.features-box .ct-featureBox:hover {
  background-color: #eeeeee;
  color: inherit;
}
.features-box .ct-featureBox p {
  color: inherit;
  margin-top: 15px;
  padding: 0px 32px;
}
/* ======================================================
  # Main Nav 2016 - Was replaced 
  with rightNav 2017 (archived)
======================================================= */
ul.nav-login {
  margin-right: 120px;
  float: right;
}
.navbar-right {
  padding-top: 6px;
}
.navbar-nav > li {
  padding: 12px 40px;
  margin-bottom: 0;
}
ul.nav > li.new-login-btn,
ul.nav > li.buy-btn {
  margin-left: 0;
}
ul.nav > li.new-login-btn a,
ul.nav > li.buy-btn a  {
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
}
ul.nav > li.new-login-btn a:hover,
ul.nav > li.buy-btn a:hover {
  color: #0489b7;
  background-color: #fff;
}
/* ======================================================
  # Homepage 2016 - Was replaced 
  with index2.tpl 2017 (archived)
======================================================= */
.home-page-wrapper .heroLogos img {
  padding: 0 15px;  
}
.home-page-wrapper .hpSection .hpSectionInner .btn {
  margin: 0 10px;
  padding: 10px 25px;
}
section.work-tiles .work-tiles-items {
  padding: 0;
  background-color: #c81486; 
  cursor: pointer;
}
section.work-tiles .work-tiles-items img {
  width: 100%;
}
section.work-tiles .text-overlay {
  background-color: rgba(200,20,134,1);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
section.work-tiles .work-tiles-items span {
  padding: 34px;
  color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
}
section.work-tiles .work-tiles-items:hover .text-overlay {
  opacity: 1;
}

section.form-section .selectize-input {
  color: #fff;
  margin-bottom: 20px;
}

section.form-section #Submit2 {
  font-size: 20px;
  text-transform: none;
  background-color: #ef9919;
  color: #fff;
  border: none;
  width: 100%;
  height: 55px;
  margin-right: 20px;
}
section.form-section #Submit2:hover {
  background-color: #025a77;
}
section.form-section .btn.disabled {
  opacity: 1;
}

section.form-section .login {
  padding-top: 16px;
}

section.features-main h2,
.features-boxes {
  color: #fff;
  padding-bottom: 30px;
}
.features-boxes .features-box-item {
  padding-left:40px;
  padding-right: 40px;
  min-height: 416px;
  text-align: center;
  cursor: pointer;
}
.features-boxes .cms-features-box {
  background-color: #0489b7;
}
.features-boxes .cms-features-box:hover {
  background-color: #03779e;
}
.features-boxes .infrastructure-features-box {
  background-color: #ef9919;
}
.features-boxes .infrastructure-features-box:hover {
  background-color: #d88a15;
}
.features-boxes .support-features-box {
  background-color: #b70457;
}
.features-boxes .support-features-box:hover {
  background-color: #9e034b;
}
.features-boxes .features-box-item .fa {
  margin-bottom: 10px;
  padding-top: 60px;
}
.features-boxes .features-box-item p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 45px;
  color: #fff;
}
.features-boxes .features-box-item a {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 20px;
  margin-bottom: 60px;
}
.main-boxes {
  padding: 0 40px;
}
.main-boxes:nth-child(2) {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

/* ======================================================
  # Features Sectionals General Styles
  July 2016 (archived)
======================================================= */
section.section {
  padding: 80px 0;
}
section.section h2 {
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}
section.section p.sub-heading {
  font-size: 1.6rem;
  text-align: center;
}

section.features-navigation-bar {
  background-color: #faf8f8;
}
section.features-navigation-bar .feature-navigation-items {
  width: 25%;
  float: left;
}
section.features-navigation-bar .feature-navigation-items a {
  color: #000;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 35px 50px;
}
section.features-navigation-bar .feature-navigation-items .active {
  background-color: #e3e3e3;  
}
section.features-navigation-bar .feature-navigation-items a:hover {
  color: #fff;
  background-color: #d2282e
}
section.features-navigation-bar .feature-navigation-icon {
  width: 15%;
  display: inline-block;
  float: left;   
  margin-right: 10px; 
}
section.features-navigation-bar .feature-navigation-textbox {
  width: 70%;
  display: inline-block;
  margin-left: 5%; 
}
section.features-navigation-bar .feature-navigation-title {
  display: block;
  text-align: left;
  font-size: 1.5em;
  margin: 0 0 20px;
}  
section.features-navigation-bar .feature-navigation-text {
  display: block;
  text-align: left;
  font-size: .8em;
  line-height: 20px;
  margin-top: 5px;
}

section.features-box .features-box-container {
  padding: 100px 15px 40px;
}
section.features-box.website-features-box .features-box-container {
  padding-top: 0;
}
section.features-box.website-features-box .features-box-container .ct-slick-featured {
  margin-top: 0;
}
.features-box.website-features-box .ct-featureBox {
  min-height: 320px;
}






.formBelow .checkbox {
  text-align: center;
}
.formBelow .checkbox label {
  margin-top: 23px;
  margin-bottom: 27px;
  font-size: 22px;
  color: #5c5d5f;
  position: relative;
}
.formBelow .checkbox input[type='checkbox'] {
  display: none;
}
.formBelow .checkbox label:before {
  font-family: fontello;
  content: "";
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 2px solid #C1C1C1;
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  top: 1px;
  left: -17px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formBelow .checkbox label:hover:before {
  border-color: #eb2123;
}

.formBelow .checkbox input[type='checkbox']:checked + label:before {
  border: 2px solid #eb2123;
  background-color: #eb2123;
  content: "e80e";
}


body > div.sumome-vex.sumome-popup.sumome-popup-mode-subscribe.sumome-popup-small > div.sumome-vex-content.sumome-popup-content.sumome-popup-content-default.sumome-popup-content-advanced > div{
  -webkit-transform: translate(-50%, -50%) translateZ(0px);
  -ms-transform: translate(-50%, -50%) translateZ(0px);
}

.btn-solodev .spinner{
  display:none;
}

body .sumome-vex.sumome-popup{
  overflow:auto;
}

/*  Solodev New Stylesheet Dec 2016  */

/* =========================
  # Fonts
========================= */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot%3F4zro8r');
  src:  url('../fonts/icomoon.eot%3F4zro8r') format('embedded-opentype'),
  url('../fonts/icomoon.ttf%3F4zro8r') format('truetype'),
  url('../fonts/icomoon.woff%3F4zro8r') format('woff'),
  url('../fonts/icomoon.svg%3F4zro8r') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ct-tabs-outer .item .inner:before,
.hero-icon:before {
  display: block;
  font-family: 'icomoon';
  color: #fff;
  line-height: 0;
  margin: 0 auto 0.2em;
  text-align: center;
  font-size: 10rem;
}
.hero-icon:before {
  content: "\e90e";
}
.featuresBox .hero-icon:before {
  font-size: 6rem;
}
.icon-associations:before {
  content: "\e900";
}
.icon-coder:before {
  content: "\e901";
}
.icon-creative:before {
  content: "\e902";
}
.icon-developers:before {
  content: "\e903";
}
.icon-education:before {
  content: "\e904";
}
.icon-entertainment:before {
  content: "\e905";
}
.icon-finance:before {
  content: "\e906";
}
.icon-government:before {
  content: "\e907";
}
.icon-healthcare:before {
  content: "\e908";
}
.icon-manufacturing:before {
  content: "\e909";
}
.icon-marketers:before {
  content: "\e90a";
}
.icon-non-profit:before {
  content: "\e90b";
}
.icon-realestate:before {
  content: "\e90c";
}
.icon-retail:before {
  content: "\e90d";
}
.icon-rocket:before {
  content: "\e90e";
}
.icon-transit:before {
  content: "\e90f";
}
.icon-utilities:before {
  content: "\e910";
}
.icon-back:before {
  content: "\e911";
  margin-right: 10px;
}
.icon-next:before {
  content: "\e912";
  margin-left: 10px;
}
.icon-back:before,
.icon-next:before {
  font-size: 2.2rem;
}
.icon-website-platform-integrations:before {
  content: "\e913";
}
.icon-web-content-management:before {
  content: "\e914";
}
.icon-web-development-platform:before {
  content: "\e915";
}
.icon-web-experience-management:before {
  content: "\e916";
}
.icon-web-design-support:before {
  content: "\e91c";
}
.icon-website-hosting:before {
  content: "\e91d";
}
.icon-careers:before {
  content: "\e920";
}
.icon-company:before {
  content: "\e921";
}
.icon-product:before {
  content: "\e91f";
}
.icon-resources:before {
  content: "\e923";
}
.icon-casestudies:before {
  content: "\e91e";
}
.icon-news:before {
  content: "\e922";
}
.icon-whitepapers:before {
  content: "\e928";
}
.icon-ebooks:before {
  content: "\e929";
}
.icon-seo:before {
  content: "\e92a";
}
.icon-privacy-policy:before {
  content: "\e92b";
}
.icon-contact:before {
  content: "\e92c";
}
.icon-thank-you:before {
  content: "\e924";
}
.icon-check:before,
.icon-rounded-check:before {
  content: "\e925";
  margin: 0 5px 0 -25px;
  color: #eb2123;
  padding-right: 12px;
}
.icon-archiving:before {
  content: "\e932";
}
.icon-mapping:before {
  content: "\e931";
}
.icon-scheduling:before {
  content: "\e926";
}
.icon-staging:before {
  content: "\e927";
}
.icon-permissions:before {
  content: "\e92d";
}
.icon-security:before {
  content: "\e94c";
}
.icon-analytics:before {
  content: "\e933";
}
.icon-workflow:before {
  content: "\e92e";
}
.icon-documentation:before {
  content: "\e917";
}
.icon-code-samples:before {
  content: "\e918";
}
.icon-build-themes:before {
  content: "\e919";
}
.icon-accountability:before {
  content: "\e91a";
}
.icon-rounded-check:before {
  content: "\e91b";
}
.icon-display:before {
  content: "\e956";
}
.main-boxes .hero-icon:before {
  font-size: 7rem;
  margin-bottom: 38px;
  color: #1d2127;
}
/* =========================
  # RightNav
========================= */
.rightNav ul.nav.navbar-nav.navbar-nav-list {
  padding: 20px 0;
}
.rightNav .navbar-nav > li {
  padding: 0;
  margin-right: 30px;
}
.rightNav .navbar-nav > li:last-of-type {
  margin-right: 10px;
}
.rightNav .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.2em 0 0.4em;
  margin: 0 0.3em;
  font-size: 1.6rem;
}
.rightNav .navbar-default .navbar-nav > li > .free-trial.btn-home a:hover {
  border-bottom: none;
}
.rightNav ul.nav > li.free-trial {
  margin: 0 10px;
}
.rightNav .navbar-default ul.nav.navbar-nav > li.trial-btn {
  margin-left: 20px;
}
.rightNav .navbar-default ul.nav.navbar-nav > li:last-child > a {
  margin-left: 0;
}
.main-navigation.rightNav ul.nav > li.free-trial a:hover {
  box-shadow: inset 0 -100px 0 0 #404247;
}
.main-navigation.rightNav ul.nav > li.login a:hover {
  background-color: #53565c;
}
.navbar-default .navbar-nav > li > a.btn::after {
  border-bottom: none;
}
.navbar-default .navbar-nav > li.free-trial > a::after {
  border-bottom: none;
  background-color: transparent;
}
ul.nav > li.free-trial a  {
  padding: 8px 24px;
}
.navbar-default .navbar-nav > li > a {
  transition: none;
  -webkit-transition: none;
}
/* =========================
  # Bottom PageNav
========================= */
.pageNavigation {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.pageNavigation img {
  width: 36px;
}
.pageNavigation h3 {
  font-weight: 500;
  margin: 0 -30px 0 -36px;
  font-size: 1.5em;
}
.pageNavigation h3 a {
  color: #53566c;
}
.pageNavigation p {
  padding: 0;
  margin: 0 6px 0 0;
  color: #979aa1;
}
.pageNavigation .text-right {
  padding-right: 26px;
}
.pageNavigation .text-left {
  padding-left: 26px;
}
/* =========================
  # Homepage
========================= */
.homeHeroLogos .heroLogosImg img {
  width: 130px;
}
.home-page-wrapper .homeHeroLogos .heroLogosImg img.responsiveBanner,
.homeHeroLogos .heroLogosImg img.responsiveBanner {
  display: none;
}
.video-hero {
  height: 100vh;
}
.video-hero .video-hero-content h1 {
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 4.20873em;
  margin-bottom: 0.1em;
  line-height: 8rem;
}
.video-hero .video-hero-content p {
  margin: 0 auto;
  font-size: 2rem;
}
.home-page-wrapper .heroLogos {
  border-bottom: 0;
  padding: 40px 0;
  background-color: #1f2124;
}
.home-page-wrapper .homeHeroLogos span {
  color: #aeaeae;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.home-page-wrapper .heroLogos .heroLogosImg {
  margin-top: 20px;  
}
.home-page-wrapper .heroLogos img {
  padding: 10px 15px;
}
.home-page-wrapper .homeHeroLogos .heroLogosImg .heroLogosItem {
  border: 1px solid #2f3238;
}
.home-page-wrapper .homeHeroLogos .heroLogosImg .heroLogosItem:nth-child(6n) {
  margin-right: 0;
}
.home-page-wrapper .hTabsTop .nav-pills>li {
  float: none;
  margin-bottom: 0;
}
.home-page-wrapper .hTabsSection ul.hTabs > li.active {
  background-color: #1aa6e2;
  border-color: #1aa6e2;
}
.home-page-wrapper .hTabsSection ul.hTabs > li.active > a {
  background-color: #1aa6e2;
  color: #fff;
  border-color: #1aa6e2;
}
.home-page-wrapper .hTabsSection ul.hTabs > li.active > a .fa {
  color: #fff;
}
.home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
  font-size: 26px;
  padding-top: 3px;
  float: left;
  padding-left: 40px;
  color: #fff;
}
.home-page-wrapper .hTabsSection ul.hTabs > li.active > a .fa {
  color: #fff;
}
.home-page-wrapper .hTabsSection ul.hTabs > li > a:hover .fa,
.home-page-wrapper .hTabsSection ul.hTabs > li > a:focus .fa,
.home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
  color: #1aa6e2;
}
.home-page-wrapper .hTabsTop .nav>li>a.active .fa {
  color: #fff;
}
.home-page-wrapper .hTabsSection ul.hTabs > li.active > a:hover .fa,
.home-page-wrapper .hTabsSection ul.hTabs > li.active > a .fa {
  color: #fff;
}
.home-page-wrapper .hTabsTop .nav>li>a:hover {
  border-color: #1aa6e2;
  height: 100%;
  color: #1aa6e2;
} 
.home-page-wrapper .hTabsTop .nav>li>a:focus,
.home-page-wrapper .hTabsTop .nav>li>a.active {
  background-color: #1aa6e2;
  color: #fff;
  border-color: #1aa6e2;
}
.home-page-wrapper .hTabsButtons .btn {
  margin: 0 10px;
}
.home-page-wrapper .hTabsButtons .btn.btn-home:hover,
.home-page-wrapper .hTabsButtons .btn.btn-home2:hover {
  background-color: #1388ba;
  border: 1px solid #1388ba;
  color: #fff;
}
.home-page-wrapper .hSupport .big-text sub.number {
  font-size: 8rem;
  bottom: 0;
}
.home-page-wrapper .hSlideImg .btn {
  background-color: #ef9919;
  border-color: #ef9919;
  color: #fff;
  padding: 16px 44px;
  margin-top: 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.home-page-wrapper .teamSection {
  background: #2f3238;
}
.home-page-wrapper .teamSection h2 {
  margin-top: 0;
}
.ct-roundedArticle {
  text-align: center;
  cursor: pointer;
}
.ct-roundedArticle-image {
  width: 242px;
  height: 242px;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.ct-roundedArticle-person {
  border-radius: 50%;
  border: 4px solid #fff;
  width: 100%;
}
.ct-roundedArticle-icon {
  display: block;
  width: 81px;
  height: 81px;
  border: 5px solid #fff;
  background: #ef9919 url(../images/content/rounded_icon-01.png) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  margin-bottom: -33px;
}
.ct-roundedArticle-icon.item-2 {
  background-image: url(../images/content/rounded_icon-02.png);
  background-color: #3bacdc;
}
.ct-roundedArticle-icon.item-3 {
  background-image: url(../images/content/rounded_icon-03.png);
  background-color: #ed145b;
}
.ct-roundedArticle h3 small {
  color: #fff;
  display: block;
  font-size: 1.9rem;
  font-weight: 300;
}
.ct-roundedArticle h3 span {
  font-weight: bold;
  font-size: 3.5rem;
}
.ct-roundedArticle .orange {
  color: #ef9919;
}
.ct-roundedArticle .motive {
  color: #1aa6e2;
}
.ct-roundedArticle .pink {
  color: #ed145b;
}
.ct-roundedArticle p {
  padding-top: 10px;
  font-size: 1.7rem;
  font-weight: 300;
  max-width: 360px;
  display: inline-block;
  min-height: 165px;
}
.ct-roundedArticle .ct-roundedArticle-icon.item-1:hover {
  background-color: #d48816;
}
.ct-roundedArticle .orange:hover {
  color: #d48816;
}
.ct-roundedArticle .ct-roundedArticle-icon.item-2:hover {
  background-color: #226b8a;
}
.ct-roundedArticle .motive:hover {
  color: #226b8a;
}
.ct-roundedArticle .ct-roundedArticle-icon.item-3:hover {
  background-color: #bf0f49;
}
.ct-roundedArticle .pink:hover {
  color: #bf0f49;
}
.home-page-wrapper .videoBlock {
  margin-top: 50px;
  max-width: 41.8em;
  margin: 0 auto;
  border: 1px solid #c8cbd0;
}
/* =========================
  # Solutions Index
========================= */
.solutionsIndex .row {
  display: flex;
  flex-wrap: wrap;
}
/* ==================================
  # Solutions Section - Homepage
================================== */
.ct-tabs-outer .item {
  display: block;
  margin: 15px 0;
  z-index: 1;
  height: 184px;
  cursor: pointer;
  background-color: #1aa6e2;
}
.ct-tabs-outer .item .item_content p {
  color: #fff;
  font-size: 1.6rem;
  padding: 0 10px;
}
.ct-tabs-outer .inner {
  padding-top: 60px;
  height: 118px;
}
@keyframes solutions_icon_visibility {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.ct-tabs-outer .item:hover .visible {
  -webkit-animation: solutions_icon_visibility opacity .5s alternate;
  -moz-animation: solutions_icon_visibility opacity .5s alternate;
  -o-animation: solutions_icon_visibility opacity .5s alternate;
  animation: solutions_icon_visibility opacity .5s alternate;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
@keyframes solutions_title {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
.ct-tabs-outer .item:hover .item_title {
  -webkit-animation: solutions_title .5s alternate;
  -moz-animation: solutions_title .5s alternate;
  -o-animation: solutions_title .5s alternate;
  animation: solutions_title .5s alternate;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
@keyframes solutions_content {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
.ct-tabs-outer .item:hover .item_content {
  -webkit-animation: solutions_content .5s alternate;
  -moz-animation: solutions_content .5s alternate;
  -o-animation: solutions_content .5s alternate;
  animation: solutions_content .5s alternate;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.ct-tabs-outer .item .visible,
.ct-tabs-outer .item .item_title,
.ct-tabs-outer .item .item_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.ct-tabs-outer .item .item_content {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
.ct-tabs-outer .item:hover .item_content {
  opacity: 1;
}
.ct-tabs-outer .item .item_content a,
.ct-tabs-outer .item .item_content .icon-next:before  {
  color: #fff;
  font-size: 1.6rem;
}
.ct-tabs-outer .item:hover {
  background-color: #1582b1;
}
.ct-tabs-outer .item h2 {
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.ct-tab-content {
  display: none;
  overflow: hidden;
  opacity: 0;
  margin: 10px 0;
}
.ct-tab-content .inner {
  padding: 30px 30px 20px 0;
  background-image: none !important;
  text-align: left;
  position: relative;
}
.ct-tab-content .widget-close {
  left: auto;
  right: 20px;
  top: 15px;
  color: #636363;
  position: absolute;
  background: transparent;
  border: none;
  font-size: 2rem;
  z-index: 1;
}
.ct-tab-content .inner h4 {
  font-size: 3rem;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.ct-tab-content .btn {
  font-weight: 600;
  padding: 12px 35px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  border: 1px solid #c8cbd0;
  color: #53565c;
}
.ct-tab-content .btn img {
  top: -2px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
}
.sectionBanner {
  position: relative;
  display: table;
  width: 100%;
}
.sectionBanner .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.sectionBanner .ct-rounded {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  height: 460px;
  width: 460px;
  display: inline-table;
}
.sectionBanner .ct-rounded .ct-rounded-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15%;
}
.sectionBanner .ct-rounded .ct-rounded-inner p {
  font-size: 4.2rem;
  text-transform: uppercase;
  line-height: 1.1;
}
/* =================================
  # Solutions Detail
================================= */
.home-page-wrapper .hSlideClients .hSlideSlick .slick-dots li button:before {
  top: 15px;
}
.icon-left-open-big:before,
.icon-right-open-big:before {
  font-size: 4rem;
  color: #fff;
  line-height: 2;
}
.icon-left-open-big:before {
  content: '\e911';
}
.icon-right-open-big:before {
  content: '\e912';
}
.innerSections .slider-nav {
  margin-top: 0;
}
.innerSections .slider-nav span.slider-arrow {
  position: absolute;
  top: 50%;
  display: block;
  line-height: 60px;
  z-index: 7777;
  text-align: center;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #d2282e;
}
.innerSections .slider-nav .item {
  text-align: center;
}
.slider-arrow.slider-prev {
  left: 0;
}
.slider-arrow.slider-next {
  right: 0;
}
/* =========================
  # Homepage Footer Banner
========================= */
footer.bannerFooter {
  background-color: #d2282e;
}
footer.bannerFooter p {
  font-size: 2.2rem;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 14px;
}
/* ====================================
  # Product?
===================================== */
.fMainSection h1,
.fMainSection p {
  max-width: 33.75em;
  margin: 0 auto 20px;
  font-size: 2.36859em;
}
.sectionSeparator.sectionSeparatorMobile {
  display: none;
}
/* ====================================
  # Product - Web Content Management
===================================== */
.sectionIcons {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 66px;
  display: block;
  margin-bottom: 30px;
}
.sectionIcons.account-icon {
  background-image: url(../images/content/hosting-accountability-icon.png);
}
.sectionIcons.monitoring-icon {
  background-image: url(../images/content/hosting-monitoring-icon.png);
}
.sectionIcons.support-icon {
  background-image: url(../images/content/hosting-support-icon.png);
}
.sectionIcons.theme-icon {
  background-image: url(../images/content/web-development-build-themes-icon.png);
}
.sectionIcons.doc-icon {
  background-image: url(../images/content/web-development-doc-support-icon.png);
}
.sectionIcons.code-icon {
  background-image: url(../images/content/web-development-code-samples-icon.png);
}
/* =========================
  # Product - Support
========================= */
.fcContainer ul {
  margin-left: 20px;
  margin-bottom: 40px;
}
/* ====================================
  # Product - Web Development Platform
===================================== */
.innerContainer .featuredImage h3 {
  padding-top: 20px;  
}
/* =========================
  # Resources Page
========================= */
.resources-section {
  padding-bottom: 60px;
}
.resources-item {
  background: #f6f5f5;
  padding: 10px;
  min-width: 228px;
  min-height: 475px;
  margin-bottom: 26px;
}
.header-section-bar .selectize-control {
  text-align: left;
}
.portfolio {
  margin-right: -15px;
  margin-left: -15px;
}
.resources-category-image {
  padding-bottom: 10px;
}
.resources-description {
  margin-top: 30px;
  padding: 0 20px;
}
#article-main-content2 em {
  color: #231f20;
  font-style: italic; 
  font-weight: 700;
}
.resourcesContent h1,
.resourcesContent h2 {
  text-align: left;
}
.gray-quote-box,
.gray-quote-box2 {
  background: #f2f5f8;
  color: #464646;
  font-size: 1.9rem;
  font-style: italic;
  text-align: center;
  line-height: 28px;
  padding: 20px;
  margin: 20px 0;
}
.gray-quote-box {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 20px 30px;
}
.resources_container h3,
.solutionsIndex .blogBox .item .blogTxt h3 {
  font-size: 3rem;
  margin-top: 20px;
}
.landing-section-hero {
  max-width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0;
}
#article-main-content2 h3 {
  margin-top: 30px;
}
/* =============================
  # Resources Page Bottom Form
============================= */
.btn-default.btn-default--slimDeep.btnBottomForm {
  text-transform: uppercase;
  background-color: #d2282e;
}
.btn-default.btn-default--slimDeep.btnBottomForm:hover {
  background-color: #8c2124;
  border-color: #8c2124;
}

/* =========================
  # Pager
========================= */
#pagingTotal p,
.pagination li {
  font-size: 1.8rem;
  text-align: left;
}
.pagination>li>a, 
.pagination>li>span {
  border: none;
  padding-left: 0;
  color: #3a3d3f;
  font-weight: 600;
  margin-left: 6px;
}
.interior.blog .pagination li{
  border:none;
  padding: 0;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  border: none;
  background-color: transparent;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>li.current>a {
  color: #1aa6e2;
}
/* =================================
  # New Landing Page Apr 2017 ER
================================= */
.landing-section-hero.overview-hero.sectional-hero {
  padding: inherit;
  min-height: 20em;
}
.landing-section-hero .hero-content-container img {
  float: left;
}
.landing-section.noNav .container,
.longLPVersion .container {
  max-width: 1170px; 
}
.landing-section.noNav .landing-section-firstContent {
  padding-top: 0;
  margin-top: 15px;
}
.landing-section.noNav .landing-section-firstContent .hero_content,
.landing-section.noNav .landing-section-firstContent {
  margin-top: 0;
}
.landing-section.noNav .logoStacked {
  max-width: 125px;
  margin-top: 6px;
}
.landing-section-firstContent {
  padding-right: 30px;
}
.landing-section.noNav .landing-section-firstContent h2 {
  line-height: 1.3;
}
.landing-section-firstContent p.small {
  font-size: 1.6rem;
  line-height: 26px;
}
.landing-section.noNav #article-main-content2 img {
  margin-bottom: 20px;
}
.landing-section-hero .landing-hero-img {
  position: relative;
}
.landing-section-hero .landing-hero-img .video-monitor {
  margin-top: 143px;
  width: 100%;
  max-width: 453px;
  border-top: 2px solid #4d5052;
  border-left: 2px solid #4d5052;
  border-right: 2px solid #4d5052;
  -khtml-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  border-radius: 11px 11px 0 0;
  position: relative;
  background-color: #000;
  padding: 14px 0 0;
  float: right;
}
.landing-section-hero .landing-hero-img .video-monitor .videoBlock {
  border: 1px solid #4d5052;
  max-width: 422px;
  width: 100%;
  margin: 0 auto;
}
.landing-section-firstContent p,
.landing-section-firstContent ul li,
.freeResourcesContent p {
  font-size: 1.7rem;
  line-height: 28px;
  margin-bottom: 20px;
}
.landing-section-firstContent ul li {
  margin-bottom: 10px;
  display: table-row;
}
#article-main-content2 ul {
  margin-left: 30px;
}
.logos-lp img {
  border: 1px solid #e4e1e1;
}
.logos-lp p {
  margin-bottom: 20px;
}
/* =============================================
  # New Landing Page Long Version Jan 2017 ER
============================================= */
h1.landing-h1 {
  font-size: 3.4rem;
  font-weight: 100;
  line-height: 38px;
  margin-bottom: 5px;
}
.landing-section.solodev-align h1 {
  margin-top: 15px;
}
.freeResourcesContent h2 {
  font-weight: 400;
}
.landing-section.solodev-align h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.landing-section.solodev-align h3 {
  font-size: 2.4rem;
}
.landing-section-sidebar h3 {
  font-weight: 500;
  text-align: center;
  margin: 25px 0;
  font-size: 2.5rem;
  line-height: 30px;
}
.freeResourcesContent h3.sub-title {
  font-weight: 500;
  font-size: 2.5rem;
}
.freeResourcesContent h5.upperSmall {
  font-size: 1.8rem;
}
.landing_main {
  text-align: center;
  margin: 20px 0;
}
.landing_main img {
  width: 600px;
}
.privacy-footer a {
  font-size: 1.4rem;
}
.longLPVersion .freeResources .book-style {
  box-shadow: 2px 2px 6px #aaaaaa;
  height: 340px;
  border-top: 12px solid #676c71;
  border-right: 12px solid #393c40;
  border-bottom: 12px solid #64696f;
  border-left: 12px solid #54585d;
}
.longLPVersion .freeResources img {
  padding: 10px;
}
.longLPVersion .freeResources .book-style p {
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.6;
}
.longLPVersion .freeResources img.book-logo {
  width: 120px;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px 30px;
}
#article-main-content2 li {
  display: table;
}
#article-main-content2 li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -25px;
  color: #eb2123;
  padding-right: 12px;
  text-align: right;
  display: table-cell;
}
/* =============================================
  # Form Right
============================================= */
.landing-section-sidebar {
  background-color: #f2f5f8;
  border-top: 9px solid #eb2123;
  padding-bottom: 5px;
  margin: 0;
}
.landing-section-sidebar .formAside {
  padding-left: 30px;
  padding-right: 30px;
}
.formAside .form-group {
  padding-left: 6px;
  padding-right: 6px;
}
.formAside label {
  font-size: 22px;
  color: #393635;
  font-weight: normal;
  margin-bottom: 0;
}
.formAside label,
.formAside .checkbox label {
  font-size: 1.8rem;
}
.formAside .form-control {
  font-size: 2rem;
  border: 2px solid #e1e1e1;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.landing-section-sidebar .formAside .btn-home3 {
  width: 96%;
  font-size: 1.6rem;
}
.landing-section.noNav .formAside .row::before {
  position: absolute;
  left: -15px;
  top: 80px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
}
.landing-section.noNav .hero-content-main .formAside .row::before {
  content: none;
}
/* =========================
  # Footer Jan 2017 ER
========================= */
.white-bg-footer {
  padding-top: 42px;
}
.white-bg-footer .mainFooter {
  margin-bottom: 20px;
}
.white-bg-footer ul.widget-list li {
  list-style-type: none;
  margin-bottom: 4px;
}
.widget-header {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 0;
}
.white-bg-footer ul.widget-list li a,
.white-bg-footer h3.widget-header  {
  color: #3a3d3f;
}
.white-bg-footer h3.widget-header {
  margin-bottom: 26px;
  padding-top: 0;
  text-align: left;
  letter-spacing: -1px;
}
.white-bg-footer #knowledgeSubscribe .btn {
  width: 100%;
  height: 45px;
  line-height: 0;
  margin-top: 20px;
}
.white-bg-footer #knowledgeSubscribe .btn:hover {
  background-color: #ad2025;
}
.white-bg-footer #knowledgeSubscribe label {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.white-bg-footer.sub-footer .copyright-bar {
  margin-top: 40px;
}
.footer.footer2017 .white-bg-footer.sub-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f2124;
  border-top: none;
  margin-top: 0;
}
.white-bg-footer.sub-footer .topics p {
  text-transform: uppercase;
}
.white-bg-footer.sub-footer .topics a {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
}
.white-bg-footer.sub-footer .topics a:hover {
  border-bottom: 1px solid #fff;
}
.white-bg-footer.sub-footer .sub-footer-address {
  margin-bottom: 0;
}
.white-bg-footer .sub-footer-address,
.white-bg-footer .sub-footer-form {
  margin-top: 0;
}
.white-bg-footer.sub-footer .sub-footer-address,
.footer.footer2017 .white-bg-footer .address.address--type2 p {
  font-size: 1.2rem;
  line-height: 20px;
  color: #fff;
}
.footer.footer2017 .white-bg-footer .address.address--type2 p {
  margin-bottom: 0;
}
.footer.footer2017 .white-bg-footer .address.address--type2 {
  margin: 0;
  padding-left: 0;
  color: #0e0e0e;
  font-size: 1.2rem;
  line-height: 18px;
}
.white-bg-footer .address.address--type2 a {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 18px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
.footer2017 .sub-footer-form .form-group {
  margin-bottom: 0;
}
.address.address--type2 a:last-of-type {
  border-right: none;
}
.white-bg-footer .address.address--type2 a:hover {
  color: #1aa6e2;
}
.white-bg-footer ul.social-icons {
  float: right;
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 25px;
}
.white-bg-footer ul.social-icons li {
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.white-bg-footer ul.social-icons li a {
  color: #fff;
}
.white-bg-footer ul.social-icons li .fa {
  color: #fff;
  font-size: 1.4rem;
  padding-right: 10px;
}
.white-bg-footer ul.social-icons li:hover a .fa,
.white-bg-footer ul.social-icons li:hover a {
  color: #1aa6e2;
}
.footer-main .innerContainer .row {
  display: block;
}
/* ==================================
  # Homepage Video Hero Jan 2017 ER
================================== */
.video-hero {
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 56px);
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
}
.video-hero .header_bg {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 500ms;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.video-hero video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
.video-hero .video-hero-content {
  position: relative;
  text-align: center;
}
.video-hero .header_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 500ms;
}
/* =========================
  # Schedule Demo Footer 
========================= */
.footerDemo .innerContainer .row {
  display: block;
}
.footerDemo h2 {
  font-size: 4.2rem;
  font-weight: 300;
}
.footerDemo p {
  margin-bottom: 0;
}
.demo-footer-form .form-control {
  height: 45px;
  margin-bottom: 16px;
}

.demo-footer-form textarea.form-control {
  border-radius: 0;
  height: 160px;
}
.demo-footer-form .btn {
  text-transform: uppercase;
}
/* =========================
  # Work Tiles
========================= */
.home-page-wrapper section.work-tiles.workTiles .work-tiles-items {
  padding: 2px;
  background-color: transparent;
  margin-bottom: 2px;
}

.home-page-wrapper .workTiles .portfolioInner {
  position: relative;
}

/* =============================
  # Clients Page Jan 2017 ER
============================= */
.clients-logos .row {
    margin-bottom: inherit;
}
.clients-home .clients-logos .client-logos-repeater {
  height: auto;
  margin-bottom: 0;
}
.clients-home .clients-logos .client-logos-repeater,
.workTiles .portfolioInner {
  padding: 2px;
  overflow: hidden;
}
.clients-home .clients-logos .client-logos-repeater img,
.workTiles .portfolioInner img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.clients-home .clients-logos .client-logos-repeater:hover img,
.workTiles .portfolioInner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.clients-home .clients-logos .client-logos-repeater .textOverlay,
.workTiles .portfolioInner .textOverlay {
  background-color: rgba(292,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.clients-home .clients-logos .client-logos-repeater:hover .textOverlay,
.workTiles .portfolioInner:hover .textOverlay {
  opacity: 1;
}
.clients-home .clients-logos .client-logos-repeater .textOverlay span,
.workTiles .portfolioInner .textOverlay span {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px;
  font-size: 2rem;
  color: #fff;
  overflow: hidden;
  z-index: 999;
  left: 0;
  right: 0;
  line-height: 26px;
  text-align: center;
}
.workTiles .portfolioInner .textOverlay span,
.clients-home .clients-logos .client-logos-repeater .textOverlay span {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.clients-home .clients-logos .gallery-buttons {
  margin-top: 60px; 
}

/* =========================
  # System Integration Page
========================= */
.innerContainer .productDetail {
  padding: 0 10px;
}
/* =========================
  # Are You Interested CTA
========================= */
.full-width .cta {
  font-size: 60px;
  color: #000;
  margin-bottom: 6px;
  font-weight: 200;
}
/* =============================
  # Pricing Styles
============================= */
.pricing-wrapper section.pricing-boxes .pricing-item,
section.plan-boxes {
  background-color: #fff;
}
.pricing-wrapper section.pricing-boxes {
  margin: 40px 0 80px;
}
.pricing-item .pricing-box {
  padding: 10px 0 40px;
}
.pricing-item .pricing-box.pricing-boxes2 .pricing-box-left {
  padding-left: 0;
}
.pricing-item.pricing-item2 .pricing-box.pricing-boxes2 {
  background-color: #0489b7;
}
.pricing-wrapper section.pricing-boxes .pricing-item p,
.pricing-wrapper section.pricing-boxes .pricing-item p.price, 
.pricing-plans-wrapper .boxes-container .plans-boxes p.price {
  text-align: left;
}
.pricing-wrapper section.pricing-boxes .pricing-item h2 {
  font-size: 3.1rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-top: 20px;
  color: #323b40;
  text-align: left;
  margin: 0;
}
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item2 h2 {
  color: #fff;
}
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item1 p.price,
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item1 p.price span,
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item1 p,
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item1 .box-server,
.pricing-wrapper section.pricing-boxes .pricing-item.pricing-item1 ul li {
  color: #323b40;
}
.pricing-wrapper section.pricing-boxes .pricing-item p {
  font-size: 1.7rem;
}
.pricing-wrapper section.pricing-boxes .pricing-item p.price {
  font-weight: 200;
  line-height: 22px;
  margin: 30px 0 10px;
}
.pricing-wrapper .inside-content {
  background-color: #f5f5f5;
  padding: 20px 40px;
}
.pricing-wrapper .pricing-boxes2 .inside-content {
  background-color: #2e9bc1;
}
/*.pricing-item .pricing-box.pricing-boxes2 .btn {
  color: #fff;
}*/
.pricing-wrapper .pricing-boxes2 .inside-content a {
  color: #2e9bc1;
}
.pricing-item .inside-content span.box-server {
  font-size: 2rem;
}
.pricing-wrapper section.pricing-boxes .pricing-item ul {
  padding: 0;
  margin-top: 30px;
  font-size: 15px;
}
.pricing-wrapper section.pricing-boxes ul li {
  margin-bottom: 8px;
  color: #fff;
}
.outside-content {
  padding: 0 40px;
}
.outside-content.top-content:last-of-type {
  padding-bottom: 10px;
}
/*.pricing-wrapper section.pricing-boxes .pricing-item p a {
  padding: 12px 50px !important;
}*/
.pricing-wrapper section.pricing-boxes .pricing-item1 p a {
  background-color: #0489b7;
  color: #fff;
}
.outside-content.top-content {
  -webkit-user-select: auto;
  padding-bottom: 1em;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 8px 8px; 
}
.pricing-wrapper section.pricing-boxes .pricing-item p.price span {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
}
.pricing-item .pricing-box p.price sup {
  font-size: 1.4rem;
  top: -23px;
  margin-right: 5px;
}

.boxes-container .col-md-3 {
  padding: 0;
}
input.sw {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
input.sw + label {
  left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: inline-block;
  height: 30px;
  width: 51px;
  position: relative;
  box-shadow: inset 0 0 0px 2px #e4e4e4;
  border-radius: 60px;
  /* White toggle */
}
input.sw + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(76, 217, 100, 0);
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
input.sw + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  top: 50%;
  margin-top: -14px;
  left: 1px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
input.sw + label span {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-left: 51px;
  padding-left: 16px;
}
input.sw + label span.toggle-color {
  margin-left: 0;
  color: #0489b7;
}

/* =======================================
  # Clients/Customers Detail Page
======================================= */
.container .clients-text h2 {
  margin-bottom: 40px;
  font-size: 1.750em;
  line-height: 38px;
  font-weight: 400;
}
.clients-sub-text .social-share h3 {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  margin-top: 25px;
}
.clients-sub-text h3.share {
  font-size: 2rem;
}
.clients-sub-text .social-share a {
  display: inline-block;
  margin-top: 23px;
  margin-left: 10px;
}
.clients-sub-text .social-share a .fa {
  font-size: 2.5rem;
  color: #000;
}
.clients-line {
  border-bottom: 1px solid #ccc;
  width: 58%;
}
.services h3 {
  font-size: 2.3rem;
}
.services p {
  margin-bottom: 12px;
}
/* =========================
  # Company Page
========================= */
.company-sections h3 {
  font-size: 2.5rem;
}
.red-border {
  width: 50%;
  border-bottom: 1px solid #d2282e;
  margin: 0 auto 30px;
  height: 16px;
}
.culture-section {
  background: url(../images/content/creative2.jpg) top no-repeat;
  background-size: cover;
}
.culture-section .btn {
  margin-top: 60px;
}
.company-icons-white {
  background-color: #fff;
  height: 325px;
  padding: 20px 10px;
}
.company-icons-white img {
  margin-bottom: 14px;
}
.company-icons-white p {
  font-weight: 600;
}
p.company-icons-subtext {
  font-weight: 400;
}
/* ==================================================
  # New Features Index Page Version 2 - March 2017
================================================== */
.overview-hero {
  background: url('../images/header-images/header-content-default.jpg') 0 0 no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8em 1em 2em;
  text-align: center;
}
.overview-hero.sectional-hero {
  min-height: 22em;
}
.innerSections .block ul li {
  list-style-type: none;
  font-size: 1.6rem;
}
.innerSections .innerContainer .titleBlock {
  max-width: 46em;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.innerSections .innerContainer .titleBlock h2 {
  text-transform: capitalize;
}
.titleBlock .upperSmall,
.innerSections .innerContainer .titleBlock h2.upperSmall {
  text-align: center;
  text-transform: uppercase;
}
.innerNav {
  background-color: #2f3238;
  padding: 20px 0;
}
.innerSections .innerContainer .titleBlock p,
.innerContainer .titleBlock,
.innerNav ul,
section.work-tiles {
  text-align: center;
}
.innerNav ul,
.innerNav ul li {
  margin-bottom: 0;
  padding-top: 0;
  float: none !important;
  padding: 0;
} 
.innerNav ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 1em;
  line-height: 1.8em;
}
.innerNav ul li:last-of-type {
  margin-right: 0;
}
.innerNav ul li a {
  color: #fff;
  font-size: 0.77em;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 2px 0;
  border-bottom: 2px solid transparent; 
}
.innerNav.productNav ul li a {
  display: table-caption;
  padding: 7px 0 2px;
}
.innerNav ul li.navbar-rightHighlight a,
.innerNav ul li a:hover {
  border-bottom: 2px solid #1aa6e2;
}
.innerSections .sectionCenter,
.innerSections .sectionCenter .upperSmall {
  text-align: center;
}
.innerSections ul.ulsmaller {
  margin-left: 40px;
  text-align: left;
}
.innerSections ul.ulsmaller li {
  list-style-type: disc;
}
/* =========================
  # Features Icon Section
========================= */
.sectionFeatures {
  background: #2f3238;
  padding: 100px 15px;
}
.sectionFeatures .row:nth-child(2) {
  margin-top: 3.125em;
}
.sectionFeatures img { 
  height: 3.125em;
  width: 100%;
  margin-bottom: 1em; 
}
.sectionFeatures h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1em; 
  text-align: center;  
  padding-top: 20px;
}
.sectionFeatures p {
  color: #979aa1;
  text-align: center;  
}
/* =========================
  # Get Started
========================= */

.new-pricing-page-form .new-pricing-box {
    margin: 0 0 60px;
}
.new-pricing-page-form .checkout-billing,
.new-pricing-page-form .total-summary {
  margin-top: 0;
}
/* =========================
  # Careers Detail
========================= */
.careers-section h2 {
  text-align: left;
}
.careers-section h3 {
  padding: 20px 10px;
  text-align: center;
}
.careers-section .ulsmaller {
  margin-left: 20px;
}
/* =========================
  # Free Trial Page
========================= */
.default-view {
  padding: 60px 15px;
}
.default-view #content .default-view {
  padding: 0; 
}

.contentWrapper .lp-content .lp-bg-container {
  background:none;
  background-color:#fff;
}
.contentWrapper {
  margin-top: -50px;
}
input#terms{
  margin-right:5px;
}

.input-group > .templateArea {
  width: 100%;
}
.form-group.mb-lg > .text-center {
  max-width: 800px;
  margin: 0 auto;
}

input.inputStyle {
  background: #f9f9f9;
}

.templateArea#templateDisplay:hover{
  background:#e8e8e8 !important;
}
.templateArea#templateDisplay:hover img{
  background:#e8e8e8 !important;
}
.templateArea#templateDisplay .tmp-selected{
  background:#e8e8e8 !important;
}
.templateArea .templateArea#templateDisplay{
  width:50%;
}
.nav-number a:hover {
  color: #1aa6e2;
}
.nav-number i {
  color: #d2282e;
  padding-right: 10px;
}
/* =========================
  # Dashboard
========================= */
#clientId {
  text-align: right;
}
.sub-dashboard h1 {
  text-align: left;
}
.sub-dashboard h2 small {
  color: #1d2127;
  font-weight: 600;
}
.sub-dashboard.manage h2 {
  text-align: left;
}

.sub-dashboard .btn-home2 {
  width: 100%;
}
/* =========================
  # Grader
========================= */
.well{
  border-color: #acacac;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-bottom: 6px;
} 
.contentGrader2 {
  margin-top: 15px;
}
.contentGrader1 {
  margin-top: 3px;
}
.well #site_url,
.well #grader-email,
.well #phoneNumber{
  font-size: 2rem; 
  height: 78px;
  color: #000;
  border: 1px solid #dfdfdf;
}
.watermark {
  text-align: center;
  margin: 12px 0 60px;
}
#progressbar {
  width: 80%;
  height: 17px;
  background-color: #eee;
  border: 1px #000 double;
  clear: both;
  margin-left: 12%;
  margin-top: 50px;
}
#progress {
  background: #d2282e; /*-- Color of the bar --*/
  height: 15px;
  width: 0;
  max-width: 100%;
  float: left;
  -webkit-animation: progress 30s 1 forwards;
  -moz-animation: progress 30s 1 forwards;
  -ms-animation: progress 30s 1 forwards;
  animation: progress 30s 1 forwards;
}

@-webkit-keyframes progress { 
  from { }

  to { width: 100% }
}
@-moz-keyframes progress { 
  from { }

  to { width: 100% }
}
@-ms-keyframes progress { 
  from { }

  to { width: 100% }
}
@keyframes progress { 
  from { }

  to { width: 100% }
}

.contentStyle1,
.returnForm {
  padding: 0 20px 20px;
}
.contentStyle2 {
  padding: 0 20px 15px;
}
.panel-default{
  border:none;
}
.panel-group{
  margin-bottom: 0;
}
.grader-info-bar .btn.btn-primary {
  background-color:#000;
  margin-top: 7px;
}
.nav-tabs.mobile-desktop-info li a {
  font-weight: 600;
}
.mainSection-responsive {
  display: none;
}
.score-detail-info h2,
.score-detail-info h3 {
  text-align: left;
  margin: 30px 0;
}
.score-detail-info .fa:before {
  font-size: 1.8rem;
}
.fixIcons {
  line-height: 1em;
}
a.dropToggle .fa {
  padding-right: 10px;
}
.grader-form h2 {
  font-size: 1.4rem;
  color: #1aa6e2;
}
.grader-form .form-heading h2 {
  margin-left: 40px;
  margin-top: 16px;
}
#theSubmit {
  width: 200px;
  margin-top: 4px;
  font-size: 1.4rem;
}
.grader-form .form-group {
  margin: 0;
}
.grader-form #site_url {
  border: 2px solid #acacac;
  padding: 6px 0 6px 20px;
  margin-top: 0;
}
/* ================================
  # Media Queries
================================= */
@media (max-width: 1860px) {
  .navbar-right {
    margin-right: 70px;
  }
}
@media (max-width: 1740px) {
  .navbar-right {
    margin-right: 120px;
  }
}
@media (max-width: 1630px) {
  .navbar-right {
    margin-right: 0;
  }
  .widget.widget-featured {
    padding-left: 58px;
  }
  .landing-section-firstContent p {
    padding-right: 10px;
  }
  .landing-section-sidebar h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .formAside {
    padding-left: 30px;
    padding-right: 30px;
  }
  .formAside .btn-default {
    padding: 22px 9px 18px !important;
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 1629px) {
  .workTiles .portfolioInner .textOverlay span {
    top: 16%;
  }
  .formAside .checkbox label {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 30px;
  }
  .formAside .checkbox label::before {
    width: 20px;
    height: 20px;
    left: 0;
  }
  section.features-navigation-bar .feature-navigation-textbox {
    width: 100%;
  }
  section.features-navigation-bar .feature-navigation-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  section.features-navigation-bar .feature-navigation-items a {
    height: 240px;
  }
  section.award-section h2 {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .features-box .ct-featureBox {
    padding: 20px 10px;
  }
  .pricing-wrapper .divided-section-pricing .btn {
    margin-left: 130px;
  }
  .pricing-wrapper .divided-section-pricing .btn.btn-warning {
    margin-left: 0px;
  }
  .sub-footer .form-control {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1482px) {
  .services-box .info ul {
    padding-left: 0 !important;
  }
}
@media (max-width: 1438px){
  .video-hero video {
    height: 100%;
    width: auto;
    left: 50%;
    margin-left: -710px;
  }
  .pricing-wrapper section.pricing-boxes .pricing-item p.price, 
  .pricing-plans-wrapper .boxes-container .plans-boxes p.price {
    font-size: 40px;
  }
}
@media (max-width: 1410px) {
  .navbar-right {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .contentWrapper .lp-content {
    background-size: 1438px 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1630px) {
  .features-box .ct-featureBox {
    height: 267px;
  }
  .divided-section-right .btn-warning,
  .pricing-wrapper .divided-section-pricing .btn,
  .pricing-wrapper .divided-section-pricing .btn.btn-warning {
    margin-left: 0;
  }
}
@media only screen and (min-width:992px) and (max-width: 2500px) {
  .features-item .col-md-9 {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) {
  .small-container {
    width: 750px;
  }
  .navbar-right {
    margin: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .carousel-pricing .carousel-inner > .active.left,
  .carousel-pricing .carousel-inner > .prev {
    left: 0;
  }
  .carousel-pricing .carousel-inner > .active.right,
  .carousel-pricing .carousel-inner > .next {
    left: 0;
  }
  .carousel-pricing .carousel-inner > .left,
  .carousel-pricing .carousel-inner > .prev.right,
  .carousel-pricing .carousel-inner > .active {
    left: 0;
  }
  #seo-capabilities .inner {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-pricing .carousel-inner > .item.active.right,
  .carousel-pricing .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
    transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-pricing .carousel-inner > .item.active.left,
  .carousel-pricing .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
    transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-pricing .carousel-inner > .item.left,
  .carousel-pricing .carousel-inner > .item.prev.right,
  .carousel-pricing .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .small-container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px){
  .small-container {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-section-firstContent p.less-paddingRight,
  .landing-section-firstContent p {
    padding-right: 20px;
  }
  .landing-section-sidebar h3 {
    font-size: 2.3rem;
  }
  .formAside {
    padding-left: 30px;
    padding-right: 30px;
  }
  .formAside .checkbox label {
    font-size: 1.9rem;
  }
  .formAside .btn-default {
    padding: 19px 8px 16px !important;
    font-size: 2rem !important;
  }
  .widget.widget-featured {
    padding-left: 41px;
  }
  .sub-footer-form {
    padding-left: 10px;
  }
  .iconBox {
    min-height: 400px;
  }
  section.features-box {
    min-height: 1400px;
  }
  .pricing-wrapper .divided-section-pricing .btn,
  .pricing-wrapper .divided-section-pricing .btn.btn-warning {
    margin-left: 0;
  }
  .pricing-wrapper .divided-section-pricing .btn,
  .pricing-wrapper .divided-section-pricing .btn.btn-warning {
    margin-left: 0 !important;
  }
  .navbar-nav > li {
    padding: 11px 8px 9px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
  .item-inner .bannerBox.bannerBox-slide1 span.page-title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .item-inner .bannerBox.bannerBox-slide1 span.page-title span.slider-small {
    font-size: 35px;
    line-height: 33px;
  }
  .bannerBox-slide1 .btn {
    font-size: 1.4rem !important;
  }
  .pricing-item .pricing-box .btn {
    padding: 12px 76px !important;
  }
  .pricing-item .pricing-box span.box-server {
    display: none;
  }
  .pricing-wrapper section.pricing-boxes .pricing-item ul {
    padding: 0;
    margin-top: 20px;
  }
  .section.overflow-section .iconBox {
    padding: 26px 30px 32px;
  }
  section.overflow-section .iconBox.iconBox-grey {
    padding-bottom: 68px;
  }
  section.overflow-section .iconBox.iconBox-black {
    padding-bottom: 69px;
  }
  section.work-tiles .work-tiles-items span {
    font-size: 50px;
    line-height: 42px;
    padding: 20px;
  }
  ul.nav > li.free-trial a,
  ul.nav > li.new-login-btn a,
  ul.nav > li.buy-btn a  {
    font-size: 1.4rem;
  }
  .pricing-wrapper section.pricing-boxes .pricing-item p.price, 
  .pricing-plans-wrapper .boxes-container .plans-boxes p.price {
    font-size: 50px;
  }
  .pricing-wrapper section.pricing-boxes .pricing-item p a {
    padding: 12px 40px !important;
  }
  .pricing-item .pricing-box p a {
    margin-top: 0;
  }
  .features-box.website-features-box .ct-featureBox {
    min-height: 272px;
  }
  .features-boxes .features-box-item {
    min-height: 576px;
  }
  .new-pricing-page-form .row.order-summary .sub-total p {
    font-size: 18px;
  }
  .new-pricing-page-form .promo-code-div {
    width: 100% !important;
  }
  .clients-home .clients-logos .client-logos-repeater {
    height: 216px;
  }
  section.features-navigation-bar .feature-navigation-items a {
    height: 280px;
  }
  .rightNav .navbar-nav > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
    font-size: 24px;
  }
  .resources-item {
    min-height: 420px;
  }
  .pageNavigation h3 {
    margin: 0 -30px 15px;
    font-size: 2.8rem;
  }
  .footer.footer2017 .sub-footer label {
    padding-left: 0;
    font-size: 1.8rem;
  }
  .workTiles .portfolioInner .textOverlay span {
    top: 18%;
    padding: 20px;
  }
  .company-icons-white {
    height: 356px;
  }
  .white-bg-footer ul.social-icons {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1090px) {
  .nav-container {
    display: block;
  }
  .main-navigation.rightNav .navbar-default #bar-icon img {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .paddingTop100 {
    padding-top: 70px;
  }
}
@media all and (min-width: 992px) {
  .carousel-pricing .carousel-inner > .active.left,
  .carousel-pricing .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-pricing .carousel-inner > .active.right,
  .carousel-pricing .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-pricing .carousel-inner > .left,
  .carousel-pricing .carousel-inner > .prev.right,
  .carousel-pricing .carousel-inner > .active {
    left: 0;
  }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-pricing .carousel-inner > .item.active.right,
  .carousel-pricing .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-pricing .carousel-inner > .item.active.left,
  .carousel-pricing .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-pricing .carousel-inner > .item.left,
  .carousel-pricing .carousel-inner > .item.prev.right,
  .carousel-pricing .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media (max-width: 992px) {
  .navbar-right {
    margin-right: 71px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .landing-section-firstContent p.less-paddingRight,
  .landing-section-firstContent p {
    padding-right: 0;
  }
  .nav-section .nav-section-right {
    float: none;
    text-align: center;
  }
  .sub-footer .form-control {
    font-size: 1.6rem;
    height: 50px;
  }
  .iconBox {
    padding: 20px 20px 0;
    min-height: 410px;
  }
  .selectdate_filter,
  .selectCapabilities {
    margin-top: 10px;
  }
  .selectResponse {
    margin-top: 20px;
  }
}
@media screen and (min-width: 991px) {
  .innerContainer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;  
  }
  .score-detail-info .collapse {
    display: none;
  }
  .collapse {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #work-detail-page .normal-tabs-nav.nav-tabs > li.active a,
  #work-detail-page .normal-tabs-nav.nav-tabs > li.active a:focus,
  #work-detail-page .normal-tabs-nav.nav-tabs > li a:hover,
  #work-detail-page .normal-tabs-nav.nav-tabs > li.active a:hover {
    border: none;
  }
  .culture-section .row {
    padding: 0;
  }
  .features-box .ct-featureBox {
    min-height: 255px;
  }
  section.features-box {
    min-height: 1400px;
  }
  .pricing-wrapper section.pricing-boxes {
    position: static;
    margin-top: 40px;
  }
  .paddingTop80 {
    padding-top: 0;
  }
  .products-features-wrapper .features-item .fa {
    padding-top: 33px;
    display: block;
    text-align: left;
  }
  .privacy-wrapper ul.nav {
    max-width: 991px;
    text-align: left;
    padding-top: 20px;
  }
  .navbar-right {
    margin-right: 0;
  }
  .item-inner .bannerBox.bannerBox-slide1 span.page-title span.slider-small {
    line-height: 46px;
    font-size: 49px;
  }
  .item.item-slider3.slick-slide.slick-current.slick-active {
    background-image: url("../images/content/hsa-slide-mobile.jpg") !important;
  }
  .item.item-slider4.slick-slide.slick-current.slick-active {
    background-image: url("../images/content/digital-us-banner-mobile.jpg") !important;
  }
  .item.item-slider5.slick-slide.slick-current.slick-active {
    background-image: url("../images/content/digital-us-banner-03-mobile.jpg") !important;
  }
  .features-wrapper section.design-free.ct-u-paddingBoth80 {
    padding-bottom: 0;
  }
  .home-mini-slider .ct-slick ul.slick-dots {
    display: none !important;
  }
  .home-mini-slider .slick-slider {
    padding-top: 0;
  }
  .ct-slick.ct-slick-featured .slick-next,
  .home-mini-slider .ct-slick .slick-next {
    right: 0 !important;
  }
  .ct-slick.ct-slick-featured .slick-prev,
  .home-mini-slider .ct-slick .slick-prev {
    left: 0 !important;
  }
  .clients-sub-text {
    margin-bottom: 60px;
  }
  .new-pricing-page-form .total-summary {
    padding: 30px 15px;
  }
  .new-pricing-page-form .row.order-summary .sub-total {
    text-align: center;
  }
  .total-summary .total {
    padding-right: 50px;
  }
  section.design-free .design-free-img {
    margin-top: 0;
  }
  .nav ul > li.new-login-btn,
  .nav ul > li.buy-btn {
    margin-left: 10px;
  }
  .pricing-plans-wrapper .boxes-container {
    padding-bottom: 20px;
  }
  .pricing-plans-wrapper .infrastructure, 
  .pricing-plans-wrapper .cms-support {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .pricing-plans-wrapper .accordion-section h2 {
    margin: 30px 0;
  }
  .navbar-nav > li {
    padding: 11px 6px 9px;
  }
  ul.nav > li.free-trial a {
    margin-left: 10px;
  }
  ul.nav-login {
    margin-right: 74px;
  }
  section.section p.sub-heading {
    margin-bottom: 60px;
  }
  .features-box.website-features-box .ct-featureBox {
    min-height: 300px;
  }
  .features-boxes .features-box-item {
    min-height: 490px;
  }
  .comparison-main .solodev-section {
    padding-top: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .comparison-main .solodev-section img {
    padding-bottom: 20px;
  }
  .add-on .inputStyle{
    width: 740px;
  }
  .checkout-billing .error {
    padding-top: 20px;
  }
  .design-free-text {
    margin-top: 30px;
  }
  .award-section-inner {
    padding-left: 40px;
  }
  .award-section .design-free-img {
    display: none;
  }
  .award-section {
    padding: 30px 15px 60px;
  }
  .vertCenter {
    display: block; 
  }
  .innerSections .vertCenter,
  .innerSections .vertCenter h2 {
    text-align: center;
  }
  .paddingSection140 {
    padding: 90px 15px;
  }
  #hiring-section.paddingSection140 {
    padding: 140px 15px;
  }
  .video-hero .video-hero-content h1 br,
  .video-hero .video-hero-content p br {
    display: none;
  }
  .innerContainer,
  .full-width .innerContainer .upperSmall, 
  .solutions-main .innerContainer .upperSmall {
    text-align: center; 
  }
  .innerContainer .inner-mobile,
  .innerContainer .right-inner-mobile,
  footer.bannerFooter {
    text-align: center;
  }
  .innerContainer img {
    margin: 0 auto;  
  }
  .innerContainer .hTabsButtons .btn {
    float: none;
  }
  .home-page-wrapper .hSlideClients .slick-dots {
    bottom: 40px;
  }
  .paddingSection100 {
    padding: 80px 15px;
  }
  .paddingTop80 {
    padding-top: 60px;
  }
  .header-section-bar .text-right {
    text-align: left;
  }
  .fThreeBoxes .col-md-4 {
    padding-bottom: 30px;
  }
  .pageNavigation h3 {
    font-size: 2.5rem;
  }
  .pageNavigation p {
    font-size: 1.4rem;
  }
  footer.bannerFooter .btn-home {
    margin-top: 15px;
  }
  footer.bannerFooter .innerContainer,
  .footer2017 .sub-footer-form,
  .footer2017 .innerContainer {
    padding-bottom: 0;
  }
  .productDetail {
    margin: 0;
  }
  .ct-roundedArticle p {
    min-height: 138px;
  }
  .ct-roundedArticle {
    margin-bottom: 60px;
  }
  .home-page-wrapper .teamSection {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ct-tabs-outer .item h2 {
    font-size: 1rem;
    margin-top: 15px;
  }
  .white-bg-footer #knowledgeSubscribe {
    width: 60%;
    margin: 0 auto;
  }
  .footer2017 .white-bg-footer .sub-footer-form {
    padding-bottom: 42px;
  }
  .white-bg-footer.sub-footer .copyright-bar {
    margin-top: 20px;
  }
  .white-bg-footer ul.social-icons {
    float: none;
    margin-top: 0;
  }
  .home-page-wrapper .homepageHero .btn-hero {
    font-size: 1.7rem;
  }
  .paddingSection80 {
    padding: 40px 15px;
  }
  .workTiles .portfolioInner .textOverlay span {
    top: 35%;
  }
  footer.bannerFooter p {
    margin-bottom: 10px;
  }
  .innerNav ul li {
    margin-right: 30px;
  }
  .sectionIcons {
    margin-top: 30px;
  }
  footer.bannerFooter .btn-home {
    float: none;
  }
  .company-icons-white {
    height: 266px;
    margin-bottom: 20px;
  }
  .innerSections img {
    margin: 40px auto;
  }
}
@media screen and (max-width: 920px) {
  .main-navigation.rightNav .navbar-default #bar-icon img {
   display: block;
  } 
  ul.nav.navbar-nav, 
  .navbar-nav>li {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .ct-tabs-outer .inner {
    background-size: 50% !important;
    height: 142px;
  }
  .white-bg-footer h3.widget-header {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .topAlert .text-center {
    text-align: center!important;
  }
  .topAlert .btn-primary {
    margin: 25px 0; 
  }
  .table-responsive {
    border: none;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
  .portfolio > li.normal {
    width: 25%;
  }
  .portfolio > li.featured {
    width: 50%;
  }
  .widget.widget-featured {
    padding-left: 0;
  }
  .iconBox {
    min-height: 1px;
    padding: 30px 15px 30px;
  }
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 13px 30px 12px;
  }
  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: inherit;
  }
  .navbar-default .navbar-nav > li > a:hover:after {
    display: none;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    margin-left: 0;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: inherit;
  }
  .navbar-default .navbar-nav > .active > a:hover:after,
  .navbar-default .navbar-nav > .active > a:focus:hover:after,
  .navbar-default .navbar-nav > .active > a:hover:hover:after {
    display: none;
  }
  .features-navigation nav.navbar-features {
    background-color: #fff;
  }
  .features-navigation .navbar-features .mobile-nav {
    background-color: #000;
    padding: 12px 5px;
    width: 25%;
    float: left;
    min-height: 62px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
  }
  .footer h3.widget-header,
  ul.widget-list {
    text-align:center;
  }
  .features-navigation .navbar-features .mobile-nav a {
    color: #fff;
    letter-spacing: .4px;
  }
  .features-navigation .container .row .mobile-nav.active a {
    color: #d2282e;
    font-weight: 500;
  }
  .formSection li.row {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .contact-page-form .form-group label {
    display: block;
    float: none;
  }
  .contact-page-form .form-group input,
  .contact-page-form .form-group textarea,
  .contact-page-form .form-group select {
    width: 90%;
  }
  .paddingTop {
    padding: 50px 0;
  }
  .features-box .ct-featureBox {
    min-height: 236px;
  }
  section.features-box {
    padding-bottom: 100px;
  }
  .paddingTop80 {
    padding-top: 40px;
  }
  #showMobileLinks .btn {
    padding: 15px 0;
    width: 100%;
  }
  .slick-slider,
  .slick-list,
  .slider .item {
    background-image: none !important;
  }
  .item-inner .bannerBox.bannerBox-slide1 span.page-title span.slider-small {
    line-height: 26px;
    font-size: 23px;
  }
  .features-navigation .navbar-default .navbar-nav {
    display: inline-flex;
    margin: 0 auto;
  }
  .ct-slick.ct-slick-featured .slick-next,
  .home-mini-slider .ct-slick .slick-next {
    right: 0px;
  }
  .ct-slick.ct-slick-featured .slick-prev,
  .home-mini-slider .ct-slick .slick-prev {
    left: 0px;
  }
  .ct-slick ul.slick-dots li button {
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .ct-slick ul.slick-dots li button span {
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    width: 24px;
    height: 24px;
  }
  .new-pricing-page-form .steps span.step, 
  .new-pricing-page-form .steps-next span.step {
    line-height: 2.5em;
    width: 40px;
    height: 40px;
  }
  .new-pricing-page-form .steps ul li,
  .new-pricing-page-form .steps-next ul li {
    font-size: 1em;
  }
  section.video-section .video-form input, section.video-section .video-form .selectize-input, 
  section.form-section .selectize-input {
    margin-bottom: 15px;
  }
  ul.nav-login {
    margin-right: 112px;
  }
  .first-article h2,
  .first-article p,
  .left-panel .split-row .first-article a {
    color: #fff;
    background-color: transparent;
  }
  .navbar-header {
    margin-left: 20px;
  }
  .features-box.website-features-box .ct-featureBox {
    min-height: 300px;
    margin: 0;
  }
  .features-box.website-features-box,
  section.features-box.website-features-box .features-box-container {
    padding-bottom: 0;
  }
  section.comparison-toggle .table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 0;
  }
  section.comparison-main .platforms .platform-logos {
    margin: 0 auto;
  }
  .sumome-vex.sumome-popup-small .sumome-popup-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .video-hero .video-hero-content p {
    display: none;
  }
  .full-width .btn-second {
    margin: 15px 0;
  }
  .fMainSection p br,
  .full-width p.bannerInnerText br,
  .home-page-wrapper .teamSection h2 br,
  .ct-u-sectionGrey p br,
  .home-page-wrapper .hSlideImg p br,
  .home-page-wrapper .hSupport p br {
    display: none;
  }
  .home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
    margin-right: 40px;
  }
  .resources-description {
    padding-bottom: 20px;
  }
  .resources-category-image img {
    width: 100%;
  }
  .pageNavigation .text-left {
    margin-bottom: 0;
  }
  .white-bg-footer .sub-footer-form #knowledgeSubscribe {
    padding: 0 60px;
    width: 100%;
  }
  footer.bannerFooter .rightSection,
  .white-bg-footer ul.widget-list li {
    text-align: center;
  }
  .productDetail {
    min-height: 266px;
  }
  .home-page-wrapper .homepageHero .btn-hero {
    margin-bottom: 20px;
  }
  .ct-tabs-outer .item h2 {
    font-size: 1.4rem;
  }
  .video-hero .video-hero-content {
    top: 10%;
    padding: 0 20px;
  }
  .video-hero video {
    display: none;
  }
  .pageNavigation p {
    display: none;
  }
  .landing-section-firstContent h1.landing-h1 {
    margin-top: 40px;
  }
  .navbar-brand {
    margin-left: 0;
  }
  .company-icons-white {
    height: 198px;
  }
  .culture-section .btn {
    margin-top: 20px;
  }
  .paddingSection100 {
    padding: 40px 15px;
  }
  .navbar-default.lp-navbar .navbar-header {
    width: 100%;
  }
  .more-cc-info .error {
    margin-top: 15px;
  }
  .more-cc-info .error:first-child {
    margin-top: 0;
  }
  .clients-home .clients-logos .client-logos-repeater {
    height: 100%;
  }
  .award-section-inner {
    padding-left: 15px;
  }
  .partners-wrapper p {
    line-height: 40px;
    margin-top: 20px;
    padding: 0 15px;
  }
  .login-form .sign-in-img {
    margin-top: 30px;
  }
  .landing-section.noNav .logoStacked {
    margin: 0 auto;
  }
  .landing-section.noNav .landing-h1 {
    text-align: center;
  }
}
@media screen and (min-width: 740px) {  
  .overview-hero h1 {
    font-size: 3.70873em;
  }
}
@media screen and (max-width: 660px) {
  .sumome-popup .sumome-popup-content .sumome-popup-scale, 
  .sumome-popup-preview .sumome-popup-content .sumome-popup-scale {
    width: 96% !important;
  }
}
@media screen and (max-width: 640px) {
  .company-icons-white {
    height: 380px;
  }
  .new-pricing-page-form .steps ul li, 
  .new-pricing-page-form .steps-next ul li {
    font-size: 0.8em;
  }
  .new-pricing-page-form .steps span.step, 
  .new-pricing-page-form .steps-next span.step {
    line-height: 3.1em;
  }
}
@media screen and (max-width: 600px) {  
  .home-page-wrapper .hSlideClients .hSlideSlick ul.slick-dots {
    display: none !important;
  }
  .paddingSection100 {
    padding: 40px 15px;
  }
  .fMainSection .hTabsButtons .btn-home,
  .fMainSection .hTabsButtons .btn-home2 {
    padding: 16px 0;
    width: 50%;
  }
  .fMainSection .hTabsButtons .btn-home {
    margin-bottom: 20px;
  }
  .fMainSection .hTabsButtons .btn-home2 {
    margin-left: 0;
  }
  .fMainSection .hTabsButtons .btn.btn-home, 
  .fMainSection .hTabsButtons .btn.btn-home2 {
    width: 100%;
  }
  .video-hero .video-hero-content {
    top: 17%;
  }
  .company-icons-white {
    height: 318px;
  }
  section.cta a.cta-btn.cta-btn-margin {
    margin-bottom: 20px;
  }
  header.premise-header .products-landing-header .row.product-title-info h1 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  header.premise-header .products-landing-header .row.product-title-info h2 {
    font-size: 34px !important;
    line-height: 36px !important;
    margin-top: 0 !important;
  }
  header.premise-header .products-landing-header .row.product-title-info h1 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .new-pricing-page-form .steps ul li, 
  .new-pricing-page-form .steps-next ul li {
    font-size: 12px;
  }
  .new-pricing-page-form .steps {
    text-align: left;
  }
  .clients-home .clients-logos .client-logos-repeater {
    height: 100%;
  }
}
@media (max-width: 545px) {
  .new-pricing-page-form .steps {
    text-align: center;
  }
  .new-pricing-page-form .steps ul li, 
  .new-pricing-page-form .steps-next ul li {
    padding-bottom: 10px;
  }
  section.work-tiles .work-tiles-items span {
    font-size: 40px;
    line-height: 36px;
  }
  .nav-login {
    display: none;
  }
  .contentWrapper .lp-content .lp-bg-container {
    background-position: center -110px;
  }
  .home-page-wrapper .hpSection .hpSectionInner .btn {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 540px) {
  .header-section-bar .selectize-control {
    width: 100%;
  }
}
@media (min-width: 481px) {
  #work-detail-page .slider-nav .slick-list {
    border: 1px solid #efefe8;
    height: 600px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .landing-section-sidebar h3 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .formAside {
    padding-left: 0;
    padding-right: 0;
  }
  .landing-section-firstContent {
    padding-top: 15px;
  }
  .landing-section-sidebar {
    margin-top: 10px;
  }
  .landing-section {
    padding-bottom: 35px;
  }
  .nav-section-right {
    padding-top: 25px;
  }
  .portfolio > li.normal {
    width: 50%;
  }
  .portfolio > li.featured {
    width: 100%;
  }
  .selectResponse {
    min-width: 1px;
    width: 100%;
  }
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 13px 30px 12px;
  }
  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: inherit;
  }
  .navbar-default .navbar-nav > li > a:hover:after {
    display: none;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    margin-left: 0;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: inherit;
  }
  .navbar-default .navbar-nav > .active > a:hover:after,
  .navbar-default .navbar-nav > .active > a:focus:hover:after,
  .navbar-default .navbar-nav > .active > a:hover:hover:after {
    display: none;
  }
  .company-icons-white {
    height: 228px;
  }
  .company-icons-white p {
    font-size: 15px;
    padding: 0 10px;
  }
  .item-inner .container .margin-top100 {
    margin-top: 0 !important;
  }
  .slick-list {
    max-height: 480px;
  }
  .company-sections h2,
  .careers-sections h2,
  .perks-section h2 {
    font-size: 4rem;
  }
  .company-sections h3 {
    font-size: 2rem;
  }
  .btn-solodev-red {
    padding: 12px 15px;
  }
  .careers-sections .slick-next {
    right: -20px !important;
  }
  .careers-sections .slick-prev {
    left: -20px !important;
  }
  .careers-perks-section .slick-list {
    max-height: none !important;
  }
  .landing-section-firstContent h2 {
    font-size: 35px;
  }
  .landing-section-firstContent .pull-right {
    float: none !important;
  }
  .landing-section-firstContent p {
    font-size: 20px;
  }
  .image5minute img {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img,
  .img-responsive,
  .thumbnail a > img,
  .thumbnail > img {
    margin: 0 auto;
  }
  .feedback h3 {
    font-size: 40px;
    line-height: 1.1em;
  }
  .ct-featureBox-careerspage {
    height: 280px;
  }
  .features-box .ct-featureBox {
    min-height: 100px;
    margin: 0;
  }
  .features-box .ct-featureBox p {
    display: none;
  }
  .features-box-container .slick-list {
    max-height: inherit;
  }
  header.premise-header .products-landing-header .row.product-title-info h1 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  section.cta a.cta-btn {
    width: 100%;
  }
  .landing-section-firstContent h2 {
    line-height: 42px;
  }
  .slick-dots {
    display: none !important;
  }
  .browser-mozilla .mainSlider .item {
    height: 540px !important;
  }
  .slick-slider,
  .home-boxes .home-boxes-item {
    min-height: 253px !important;
  }
  .item-inner .bannerBox.bannerBox-slide1 span.page-title {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .item-inner .bannerBox.bannerBox-slide1 span.page-title,
  .item-inner .bannerBox.bannerBox-slide1 span.page-title span.slider-red,
  .item-inner .bannerBox.bannerBox-slide1 span.page-title span.slider-small  {
    font-size: 4.2rem;
  }
  .bannerBox-slide1 .btn {
    font-size: 18px !important;
    width: 36% !important;
    margin: 0 auto;
    padding: 12px 0;
  }
  .item-inner .bannerBox.bannerBox-slide1 p {
    width: 84%;
  }
  .item.item-slider1.slick-slide.slick-current.slick-active {
    background-image: none !important;
  }
  .pricing-wrapper h2 {
    padding-top: 0;
  }
  .features-wrapper p {
    line-height: 35px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
  .home-mini-slider .slick-slider {
    padding-top: 0px;
  }
  .clients-home .clients-logos .client-logos-repeater {
    padding-top: 12px;
    height: auto;
  }
  .item-inner .bannerBox.bannerBox-slide2 span.page-title span.slider-small {
    line-height: 42px;
    font-size: 44px;
  }
  .features-wrapper h2 {
    font-size: 3rem;
  }
  section.design-free .design-free-text {
    padding-bottom: 40px;
  }
  .features-wrapper .design-free,
  .features-wrapper h2.unique-header {
    padding-top: 30px;
  }
  .pricing-form-wrapper .selectize-input {
    height: 40px !important;
  }
  section.work-tiles .work-tiles-items span {
    font-size: 26px;
    line-height: 26px;
    padding: 10px;
  }
  .pricing-plans-wrapper section.plan-features p.sub-head, 
  .pricing-plans-wrapper section.faq p.faq-text {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.solodev-section .solodev-section-inner h2,
  section.work-tiles h2 {
    font-size: 40px;
  }
  .features-box.website-features-box .ct-featureBox p {
    display: block;
  }
  section.features-main .features-boxes .col-md-4 {
    padding: 0;
  }
  section.section h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .features-boxes .features-box-item {
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.comparison-main .platforms .platform-logos {
    min-height: 120px;
  }
  .middle-row>div, 
  .split-row>div, 
  .full-row>div {
    height: 360px;
    padding-right: 0;
  }
  .left-panel .split-row .first-article a.title-link {
    padding: 0;
  }
  .contentWrapper .lp-inner .lp-content-body h1 {
    font-size: 56px;
  }
  .contentWrapper .lp-inner {
    padding-top: 50px;
  }
  .sumome-popup-form img:first-child {
    display: none;
  }
  .new-pricing-page-form .new-pricing-dropdown .selectize-input {
    line-height: 29px;
  }
  .full-width .btn-second {
    margin: 30px 0;
  }
  h1 {
    font-size: 4.6rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 3rem;
  }
  .video-hero .video-hero-content {
    top:2%;
    padding: 0;
  }
  .btn {
    font-size: 0.72em;
  }
  .video-hero .video-hero-content .btn-hero {
    font-size: 1.4rem;
  }
  .video-hero .video-hero-content .btn-hero {
    margin: 20px auto;
    padding: 16px 18px;
  }
  .fMainSection .hTabsButtons .btn, 
  .innerContainer .hTabsButtons .btn {
    width: 100%;
  }
  .home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
    padding-left: 30px;
  }
  .home-page-wrapper .hTabsButtons .btn.btn-home {
    margin-bottom: 10px;
  }
  .home-page-wrapper .hSlideImg .btn {
    padding: 16px 22px;
  }
  .paddingSection140,
  .paddingSection100 {
    padding: 60px 15px;
  }
  .innerContainer .hTabsButtons .btn.btn-home2 {
    margin-left: 0;
  }
  footer.bannerFooter .btn-home {
    font-size: 1.4rem;
    padding: 18px 20px;
  }
  .home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
    margin-right: 24px;
  }
  .innerContainer {
    padding-bottom: 30px;
  }
  .white-bg-footer .sub-footer-form #knowledgeSubscribe {
    padding: 0;
  }
  .paddingSection60 {
    padding: 40px 15px;
  }
  .sectionSeparator.sectionSeparatorMobile {
    display: block;
  }
  .fcContainer .inner-mobile p,
  .fcContainer .right-inner-mobile p {
    text-align: left;
  }
  .home-page-wrapper .hSlideImg .btn {
    font-size: 1.2rem;
  }
  .ct-tabs-outer > .row > div {
    width: 50%;
  }
  .mainFooterMobile .footer-item {
    width: 100%;
  }
  .white-bg-footer .widget {
    margin-bottom: 30px;
  }
  .white-bg-footer h3.widget-header {
    margin-bottom: 15px;
  }
  .footer.footer2017 .sub-footer-form {
    margin-bottom: 0;
  }
  .white-bg-footer ul.social-icons li {
    margin-bottom: 10px;
  }
  .paddingTop60 {
    padding-top: 30px;
  } 
  .ct-tabs-outer .item h2 {
    font-size: 1.2rem;
  }
  .landing-section {
    padding-bottom: 0;
  }
  .interiorHeader .herocontent .btn {
    padding: 16px 20px;
    font-size: 1.2rem;
  }
  .interiorHeader .text-center,
  footer.bannerFooter p,
  .white-bg-footer .topics {
    text-align: center;
  }
  .solutions-main .innerContainer,
  .solutions-main p,
  .innerContainer, .full-width .innerContainer .upperSmall, 
  .solutions-main .innerContainer .upperSmall {
    text-align: left;
  }
  .workTiles .portfolioInner .textOverlay span {
    top: 22%;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .pageNavigation h3 {
    font-size: 1.6rem;
  }
  .pageNavigation .text-right .fa {
    margin-left: 15px;
  }
  .pageNavigation .text-left .fa {
    margin-right: 15px;
  }
  .interiorHeader .herocontent .btn {
    margin-top: 6px;
  }
  .landing-section .marginTop60 {
    margin-top: 30px;
  }
/*  .formAside .btn-default.btn-default--fullBig {
    font-size: 1.1rem !important;
  }*/
  .sectionBanner .ct-rounded {
    width: 300px;
    height: 300px;
  }
  .sectionBanner .ct-rounded .ct-rounded-inner p {
    font-size: 2.2rem;
  }
  .innerSections .sectionBanner .hTabsButtons .btn {
    margin-top: 10px;
    padding: 12px 25px;
  }
  .fMainSection h1 {
    font-size: 2.36859em;
    line-height: 1.1;
    text-align: center;
  }
  .paddingTop100 {
    padding-top: 40px;
  }
  .innerContainer .upperSmall {
    margin-top: 0;
  }
}
@media screen and (max-width: 418px) {
  .pricing-wrapper .enterprise-cta .btn.btn-warning {
    margin-bottom: 14px;
  }
  .home-page-wrapper .heroLogos img {
    padding: 0 5px;
    max-width: 110px;
  }
}
@media (max-width: 399px) {
  .new-pricing-page-form .new-pricing-box {
    font-size: 1em !important;
    margin: 5px 0 20px !important;
  }
  .new-pricing-page-form .new-pricing-dropdown .selectize-input input {
    font-size: 1em !important;
  }
  .new-pricing-page-form .new-pricing-dropdown .selectize-input > * {
    font-size: 1em !important;
  }
  #server-logo{
    display: none;
  }
  .new-pricing-page-form .new-pricing-box input, .new-pricing-page-form .checkout-billing input, .new-pricing-page-form .checkout-billing select, .new-pricing-page-form .checkout-billing label, .new-pricing-page-form .checkout-billing .input-group-addon {
    font-size: 1em !important;
  }
  .new-pricing-page-form .new-pricing-box input {
    height: 30px;
  }
  .shopping-cart-wrapper  .text-center {
    text-align: center;
  }
  .selectize-input {
    height: 30px !important;
  }
  .new-pricing-page-form .new-pricing-dropdown .selectize-input {
    padding-top: 0 !important;
    padding-left: 8px !important;
  }
  .new-pricing-page-form .row.order-summary .sub-total p, 
  section.pricing-thank-you .order-summary-info .sub-total p {
    font-size: 16px;
    font-weight: bold;
  }
  .new-pricing-box{
    margin-right: 0 !important;
  }
  .backex {
    display:none;
  }
  .innerContainer .text-center {
    text-align: center;
  }
  .workTiles .portfolioInner .textOverlay span {
    top: 11%;
  }
  .work-tiles.workTiles .text-center {
    text-align: center;
  }
  .pageNavigation h3 {
    font-size: 1.3rem;
  }
  #article-main-content2 ul {
    margin-left: 26px;
  } 
  .culture-section .col-xs-6 {
    width: 100%;
  }
  .company-icons-white {
    height: 176px;
  }
  .culture-section .btn {
    margin-top: 0;
    padding: 16px 0;
    width: 248px;
  }
}
@media screen and (max-width: 375px) {
  .navbar-nav > li {
    padding-right: 5px;
  }
}
@media screen and (max-width: 370px) {
  .sumome-popup.sumome-popup-mode-subscribe .sumome-popup-content .sumome-popup-form h1{
    font-size: 3rem;
    margin: 10px;
  }
}
@media screen and (max-width: 350px){
  .home-page-wrapper .hTabsSection ul.hTabs > li > a .fa {
    margin-right: 20px;
    padding-left: 20px;
  }
  .footer.footer2017 .sub-footer .form-control, 
  .footer.footer2017 .sub-footer label {
    font-size: 1.4rem;
  }
  .footer.footer2017 .sub-footer .form-control {
    padding-left: 10px;
  }
  .video-hero .video-hero-content h1 {
    font-size: 3rem;
  }
  .video-hero .video-hero-content p {
    font-size: 1.8rem;
  }
  .video-hero .video-hero-content .btn-hero {
    padding: 16px 28px;
  }
  .workTiles .portfolioInner .textOverlay span {
    top: 0;
    font-size: 1.4rem;
  }
  .sectionBanner .ct-rounded {
    width: 270px;
    height: 270px;
  }
}

/* ======================================
  # New Media Queries - In Use *** 
====================================== */
@media screen and (min-width: 1630px) {
  .container {
    width: 66.667em;
  }
}
@media screen and (max-width: 1629px) {
  section.pricing-boxes .boxes-container {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .ct-tabs-outer .item {
    height: 160px;
  }
  .ct-tabs-outer .item h2,
  .ct-tabs-outer .item .item_content p,
  .ct-tabs-outer .item .item_content a {
    font-size: 1.4rem;
  }
  .ct-tabs-outer .item .item_content p {
    margin-bottom: 0;
  }
  .ct-tabs-outer .item .item_content a {
    border-bottom: 1px solid #fff;
  }
  .ct-tabs-outer .inner {
    height: 104px;
  }
  .ct-featureBox {
    min-height: 274px;
    height: 274px;
    padding: 30px;
  }
}
@media screen and (max-width: 1089px) {
  .nav-container {
    display: none;
  }
  #bar-icon .burger-wrapper {
    display: block;
    padding: 1.2em 0.6em;
    float: right;
    cursor: pointer;
  }
  .navbar-header {
    padding: 6px 0;
  }
}
@media screen and (min-width: 991px) {
  .vertCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .paddingSection,
  .paddingSection80,
  .solutions-main .paddingSection80 {
    padding: 40px 15px;
  }
  .intro-block img {
    margin-bottom: 0;
  }
  .innerSections h3,
  .innerSections h2 {
    font-size: 2em;
  }
  .innerSections .upperSmall {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
    line-height: 1.4;
  }
  .sectionFeatures {
    padding: 60px 0;
  }
  .sectionFeatures .row:nth-child(2) {
    margin-top: 0;
  }
  .featuresBox {
    padding: 30px;
  }
  .innerContainer .productDetail {
    height: 414px;
  }
  .white-bg-footer ul.social-icons li {
    margin-left: 0;
  }
  .white-bg-footer .mainFooter {
    margin-bottom: 0;
  }
  .pricing-wrapper section.pricing-boxes .pricing-item {
    margin-bottom: 20px;
  }
  .pricing-item .pricing-box {
    padding: 10px 0;
  }
  .pricing-wrapper section.pricing-boxes .pricing-item h2,
  .pricing-wrapper section.pricing-boxes .pricing-item p.price,
  .pricing-item .pricing-box .inside-content p.buy-btn {
    text-align: center;
  }
  .pricing-boxes p.more-info {
    margin-top: 20px;
  }
  .pricing-plans-wrapper .features-block {
    padding: 10px 0;
  }
  .pricing-plans-wrapper .accordion-section h3 {
    margin-top: 20px;
  }
  .pricing-plans-wrapper section.accordion-section {
    padding: 0;
  }
  .clients-home .clients-logos .client-logos-repeater {
    height: auto;
  }
  .home-page-wrapper .homeHeroLogos .heroLogosImg .heroLogosItem {
    margin-bottom: 30px;
  }
  .main-navigation.main-navigation-bg-white.main-navigation-bg-white-aws .navbar-default .navbar-brand {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-navigation.main-navigation-bg-white.main-navigation-bg-white-aws .navbar-default .navbar-brand img {
    margin: 0 auto;
  }
  .features-slider {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .video-hero .header_bg {
    display: none;  
  }
  .innerContainer {
    max-width: 50em;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand img {
    width: 180px;
  }
  .intro-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-icon:before {
    font-size: 7rem;
  }
  .video-hero .video-hero-content h1 {
    font-size: 2em;
    line-height: 4rem;
  }
  .ct-btn-scroll,
  .features-slider p br {
    display: none;
  }
  .video-hero .video-hero-content .btn-hero {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .pageNavigation h3 {
    font-size: 1.6rem;
    margin: 0;
  }
  .innerContainer .productDetail {
    height: 230px;
  }
  .sub-footer.white-bg-footer {
    text-align: center;
  }
  .white-bg-footer .footer-item {
    height: 288px;
  }
  .clients-home .clients-logos .client-logos-repeater img, 
  .workTiles .portfolioInner img {
    width: 100%;
  }
  .ct-featureBox {
    min-height: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 480px) {
  p {
    font-size: 1.6rem;
  }
  .paddingSection,
  .paddingSection80,
  .solutions-main .paddingSection80 {
    padding: 20px 15px;
  }
  .sideNav {
    width: 360px;
  }
  .video-hero .video-hero-content h1 {
    padding: 0 30px;
  }
  .innerSections .innerContainer {
    max-width: inherit;
    width: 100%;
    padding: 0;
  }
  .pageNavigation .text-left, 
  .pageNavigation .text-right {
    padding: 0 28px;
  }
  .pricing-box-left,
  .pricing-box-right {
    width: 100%;
  } 
  .pricing-item .pricing-box .inside-content p.buy-btn {
    text-align: left;
  }
  .slider-nav {
    margin-top: 44px;
  }
  section.quote-section p {
    padding: 30px 0 10px;
  }
  .sideNav-inner {
    padding: 19px 30px 0 49px;
  }
}
@media (max-width: 330px) {
  .sideNav {
    width: 330px;
  }
}

@media (max-width: 480px) {
  .btn-default.btn-default--slimDeep,
  .btn-default.active.btn-default--slimDeep,
  .btn-default:active.btn-default--slimDeep,
  .open > .dropdown-toggle.btn-default.btn-default--slimDeep,
  .btn-default.focus.btn-default--slimDeep,
  .btn-default:focus.btn-default--slimDeep,
  .btn-default:active:focus.btn-default--slimDeep {
    padding: 20px 30px 18px;
    width: 100%;
  }
  .selectBox.selectBox-contact .selectize-input > * {
    font-size: 27px;
  }
  .selectBox.selectBox-contact .selectize-dropdown {
    font-size: 26px;
  }
}
/* ======================================
  # IE 10 & IE 11 Fixes *** 
====================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fMainSection .innerContainer{
    margin: 0 0!important;
  }
  .productNav.innerNav ul li a {
    display: inline-block!important;
  }
  .vertCenter {
    display: block!important;
  }
  .vertCenter .container {
    margin-top: 125px!important;  
  }
  .image-center {
    margin: 0 0!important;
  }
  .ct-btn-scroll {
    display: none!important;
  }
  .home-page-wrapper .teamSection {
    display: block!important;
  }
}

