.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

a {
  text-decoration: underline;
}

.body {
  margin-top: 110px;
  background-color: #e4eefc;
  background-image: url('../images/HatchedBackground.png');
  background-position: 50% 50%;
  background-size: 7px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 20px 75px;
  border-top: 1px solid #000;
  background-color: #000;
}

.login-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: inline-block;
  height: 30px;
  padding-top: 4px;
  padding-right: 75px;
  padding-left: 75px;
  border-top: 1px solid #527dba;
  background-color: #242d3b;
  text-align: right;
}

.slider {
  height: 500px;
  background-color: #527dba;
}

.slide.slide-1 {
  padding-top: 45px;
  background-image: url('../images/Banner_CIO.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #797777;
  font-size: 24px;
}

.slide.slide-2 {
  padding-top: 45px;
  background-image: url('../images/Banner_Healthcare.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide3 {
  padding-top: 45px;
  background-image: url('../images/Banner_Cloud.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro {
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 40px;
  line-height: 140%;
  font-weight: 200;
  text-align: center;
}

.services {
  margin-right: 30px;
  margin-left: 30px;
  padding: 75px;
  border-top: 1px solid #52baa5;
  border-right: 1px solid #52baa5;
  border-left: 1px solid #52baa5;
  background-color: snow;
  background-image: url('../images/Shadow.jpg');
  background-position: 50% 100%;
  background-size: 868px;
  background-repeat: no-repeat;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #52baa5;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.icon:hover {
  background-color: #39629b;
}

.service-titles {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;
  color: #52baa5;
  font-size: 22px;
  text-align: center;
}

.services-descriptions {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.customer-login-link {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}

.intro-section {
  padding-top: 0px;
}

.footer-section {
  padding: 75px 0px 110px;
  background-color: #000;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  border: 0px none transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  font-size: 13px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.support-link-mobile {
  display: none;
}

.about-section {
  padding: 75px;
  border-bottom: 1px solid #527dba;
  background-color: snow;
}

.about-headline {
  margin-bottom: 40px;
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

.subheads-with-underline {
  margin-top: 0px;
  margin-bottom: 20px;
  border-color: #527dba #527dba #7ea1d3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
  text-transform: none;
}

.subheads-with-underline.our-team {
  margin-bottom: 20px;
  text-align: left;
}

.senior-team-column {
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.management-continer {
  padding-bottom: 30px;
}

.team-column {
  padding-top: 0px;
  padding-bottom: 30px;
}

.footer-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #868686;
}

.footer-titles {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #cbcbcb;
  font-size: 16px;
}

.footer-titles.visit-us-on-the-web {
  margin-top: 0px;
}

.team-titles {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #6e6e6e;
  text-transform: uppercase;
}

.team-name {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #527dba;
  font-weight: 400;
}

.careers-section {
  padding: 75px;
  border-top: 1px solid #558b6f;
  background-color: snow;
}

.section-titles {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #52baa5;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-titles.about-us-section-title {
  color: #527dba;
}

.section-titles.section-title-career {
  color: #558b6f;
}

.section-titles.news-and-events-title {
  color: #e74c3c;
}

.section-titles.contact-us-title {
  color: #527dba;
}

.socialicons {
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px;
  border-radius: 100%;
  background-color: #6495da;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.socialicons:hover {
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
  transform: scale(1.14);
}

.contact-us {
  padding: 75px;
  background-image: url('../images/HatchedBackground50percent.png');
  background-position: 0px 0px;
  background-size: 7px;
}

.contact-info {
  margin-bottom: 11px;
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 21px;
  font-weight: 700;
}

.contact-info-columns {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.suggested-article-category-link {
  color: #6495da;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.suggested-article-category-link.footer-text-link {
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  text-decoration: none;
}

.form {
  padding: 50px;
  border: 1px solid #527dba;
  background-color: snow;
}

.intro-paragraphs {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.intro-paragraphs.serving-asheville-copy {
  color: #6d6d6d;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
}

.intro-paragraphs.about-us-intro-paragraph {
  margin-bottom: 40px;
}

.intro-paragraphs.intro-paragraph-no-bottom-padding {
  margin-bottom: 0px;
}

.block-quote-section {
  padding: 130px;
  border-top: 1px none #527dba;
  border-bottom: 1px none #527dba;
  background-color: #527dba;
}

.block-quote-section.block-quote-services {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #52baa5;
}

.block-quote-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 47px;
  font-style: italic;
  font-weight: 300;
}

.quote-author {
  display: inline-block;
  margin-right: 10px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
}

.author-title {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
}

._2nd-level-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 100px;
  padding-bottom: 30px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Electronic-Office_News-Header_Lights.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header.healthcare-header {
  background-image: url('../images/Banner_Healthcare2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header.cloud-solutions-header {
  background-image: url('../images/Banners_Cloud.jpg');
  background-size: cover;
}

._2nd-level-header.assessments-and-audits-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Electronic-Office-IT-Assessment-Header.jpg');
}

._2nd-level-header.security-header {
  background-image: url('../images/Banner_Security.jpg');
}

._2nd-level-header.managed-it-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Banner_ManagedIT.jpg');
}

._2nd-level-header.cloud-header {
  background-image: url('../images/Banner_Cloud2.jpg');
}

._2nd-level-header.data-backup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Banner_Backup.jpg');
}

._2nd-level-title {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100%;
  font-weight: 200;
  text-align: center;
}

.footer-slide {
  height: 110px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: snow;
  text-align: center;
}

.footer-slider {
  height: auto;
}

.footer-slide-mask {
  height: 110px;
  background-color: #6783b4;
}

.details-section {
  padding: 60px 75px;
  border-top: 1px solid #527dba;
  border-right: 0px none #527dba;
  border-left: 0px none #527dba;
  background-color: snow;
  background-image: url('../images/Shadow.jpg');
  background-position: 50% 100%;
  background-size: 868px;
  background-repeat: no-repeat;
}

.details-section.details-section-alternate {
  background-color: snow;
}

.partner-logos {
  display: inline-block;
  width: 177px;
  margin: 20px 40px;
  border: 0px none #527dba;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ccc;
}

.partner-logos:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.partner-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.footer-column {
  text-align: center;
}

._2nd-level-intro-section {
  position: relative;
  margin-top: -30px;
  margin-right: 60px;
  margin-left: 60px;
  padding: 60px;
  border-top: 1px solid #527dba;
  border-right: 1px solid #527dba;
  border-left: 1px solid #527dba;
  background-color: snow;
  background-image: url('../images/Shadow.jpg');
  background-position: 50% 100%;
  background-size: 868px;
  background-repeat: no-repeat;
}

.list {
  font-size: 14px;
  line-height: 24px;
}

.list.paragraph-prolfiles.services-list {
  margin-bottom: 20px;
}

.list.paragraph-prolfiles.services-list.services-list-style2 {
  overflow: hidden;
  padding: 40px;
  background-color: #faa94c;
  background-image: url('../images/Electronic-Office-e.png');
  background-position: 115% 112%;
  background-size: 250px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  font-style: italic;
}

.list.job-descripion-copy {
  padding-left: 20px;
}

.details-image {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d9d9d9;
}

.testimonial-slides {
  height: auto;
  margin-right: 29px;
  margin-left: 29px;
  padding: 90px 75px;
  background-color: #527dba;
}

.awards-section {
  padding: 75px;
  border-top: 1px solid #527dba;
  background-color: snow;
}

.awards-section.details-section-with-border {
  padding: 0px;
  background-image: url('../images/HatchedBackground_1.png');
  background-position: 0px 0px;
  background-size: 7px;
}

.award-column {
  padding: 30px;
  text-align: center;
}

.award-column.award-column-1 {
  height: 350px;
  background-color: #a4bed8;
  text-align: center;
}

.award-column.award-column-2 {
  height: 350px;
  background-color: #85b4b0;
}

.award-column.award-column-3 {
  height: 350px;
  background-color: #c7b783;
}

.award-year {
  color: #fff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
}

.award-title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.awards-headline {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Titillium Web', sans-serif;
  color: #737373;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

.blog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/HatchedBackground50percent.png');
  background-position: 0px 0px;
  background-size: 7px;
}

.blog-image {
  width: 100%;
  height: 400px;
  padding-top: 182px;
  background-color: #acacac;
}

.blog-column-1 {
  padding-left: 0px;
}

.blog-column-2 {
  padding-right: 0px;
  padding-left: 42px;
}

.blog-categories {
  display: inline-block;
  margin-right: 24px;
  font-size: 13px;
}

.blog-categories.blog-active-category {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.blog-categories-group {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a7a7a7;
}

.news-image-text {
  color: #d5d5d5;
  font-size: 22px;
  text-align: center;
}

.blog-post-title {
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-weight: 200;
}

.post-container {
  padding: 100px 60px 60px;
  background-color: #fff;
}

.search-box {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-search-text {
  display: inline-block;
  padding: 5px 20px;
  float: none;
  border-radius: 30px;
  background-color: #fff;
  color: #8f8d8d;
  font-size: 12px;
  text-align: center;
}

.news-search-icon {
  padding-top: 5px;
  padding-right: 5px;
  float: none;
}

.news-sidebar-titles {
  font-family: 'Open Sans', sans-serif;
  color: #527dba;
  font-weight: 700;
  text-transform: uppercase;
}

.news-sidebar-subtitles {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9cb8e0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.news-sidebar-groups {
  margin-bottom: 50px;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #6495da;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #6495da;
  color: #fff;
}

.button.button-center {
  display: block;
  width: 300px;
  margin: 20px auto;
  border-color: #6495da;
  color: #6495da;
  text-align: center;
}

.button.button-center:hover {
  background-color: #6495da;
  color: #fff;
}

.button.job-post-button {
  margin-top: 20px;
  border-color: #6495da;
  color: #6495da;
}

.button.job-post-button:hover {
  background-color: #6495da;
  color: #fff;
}

.button-div {
  margin: 20px 20px 20px 0px;
  text-align: left;
}

.button-div.services-button-div {
  margin-right: 0px;
  text-align: center;
}

.button-div.slider-button-div {
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 40px;
  text-align: center;
}

.main-intro-section {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  margin-right: 60px;
  margin-left: 60px;
  padding: 40px 75px 60px;
  border-top: 1px solid #527dba;
  border-right: 1px solid #527dba;
  border-left: 1px solid #527dba;
  background-color: snow;
  background-image: url('../images/Shadow.jpg');
  background-position: 50% 100%;
  background-size: 868px;
  background-repeat: no-repeat;
}

.slide-nav {
  position: relative;
  bottom: 73px;
}

.form-text-field {
  border: 1px solid #a6bfe4;
  font-family: 'Open Sans', sans-serif;
}

.form-text-field.message-field {
  height: 100px;
}

.form-dropdown {
  margin-bottom: 20px;
}

.form-check-box-container {
  margin-bottom: 20px;
}

.position-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-family: 'Titillium Web', sans-serif;
  color: #558b6f;
  font-size: 21px;
}

.career-column {
  padding-right: 25px;
}

.career-description-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
  background-image: url('../images/HatchedBackground_Green.jpg');
  background-position: 0px 0px;
  background-size: 7px;
}

.list-item {
  margin-bottom: 10px;
}

.details-intro-copy {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 23px;
}

.slider-copy {
  font-family: 'Titillium Web', sans-serif;
  color: snow;
  font-size: 70px;
  line-height: 75px;
  font-weight: 200;
  text-align: center;
}

.slider-copy.slider-copy-2 {
  font-style: normal;
  font-weight: 400;
}

.call-to-action-section {
  padding: 75px;
  background-color: #527dba;
  text-align: center;
}

.call-to-action-headline {
  display: inline-block;
  margin-right: 22px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  line-height: 100%;
  font-weight: 200;
}

.call-to-action-phone-link {
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
}

.news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
  padding: 75px 50px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e74c3c;
  background-color: snow;
}

.share-images {
  display: inline-block;
  margin-top: 30px;
  margin-right: 17px;
  background-color: #aaa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.share-images:hover {
  background-color: #6495da;
}

.history-slider {
  height: 415px;
  background-color: #7ba3db;
}

.history-slider-column-1 {
  padding-top: 60px;
  padding-left: 30px;
}

.history-slider-arrow-icon {
  color: #6495da;
}

.history-slider-right-arrow-container {
  right: -80px;
  z-index: 3;
}

.history-slider-left-arrow-container {
  left: -80px;
}

.history-slider-titles {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.history-slider-year {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
}

.eologoreversed {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.history-slide-nav {
  color: #8d8d8d;
}

.paragraph-prolfiles {
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-prolfiles.paragraph-history {
  color: #fff;
}

.arrow-icon {
  color: #6495da;
}

.section-headlines {
  margin-bottom: 40px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

.section-headlines.section-headline-services {
  color: #52baa5;
}

.section-headlines.about-us-headline {
  color: #527dba;
}

.section-headlines.careers-headline {
  color: #558b6f;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #527dba;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.blog-share-div {
  text-align: left;
}

.check-box-label {
  font-family: 'Open Sans', sans-serif;
  color: #757575;
}

.check-box-label.check-box-label-reversed {
  color: #fff;
}

.content-column {
  padding-right: 30px;
}

.mobile-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: #242d3b;
}

.mobile-navbar-brand {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mobile-navbar-icon {
  color: #fff;
  font-size: 40px;
}

.mobile-navbar-button {
  padding: 5px;
}

.details-section-inset {
  margin: 50px;
  padding: 50px;
  border: 1px solid #527dba;
  background-color: snow;
}

.partner-slider-logos {
  width: 110px;
  margin: 1px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.partner-slider-logos:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.services-continued {
  padding: 75px;
  border-top: 1px solid #52baa5;
  background-color: snow;
  text-align: center;
}

.services-continued-blocks {
  display: inline-block;
  margin: 20px 20px 0px;
}

.other-services-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
  color: #52baa5;
  font-size: 50px;
  font-weight: 200;
}

.other-services-titles {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #52baa5;
  font-size: 15px;
}

.history-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sitemap-container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.footer-sitemap-links {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  font-size: 13px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-sitemap-links:hover {
  text-decoration: underline;
}

.footer-sitemap-links.w--current {
  margin: 20px;
}

.sitemap-links-div {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #2f5080;
  border-bottom: 1px solid #2f5080;
}

.job-descripion-copy {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
}

.job-descripion-copy.job-description-copy-italics {
  font-style: italic;
}

.nav-menu {
  border-top: 1px solid #2f5080;
  border-bottom: 1px solid #2f5080;
}

.nav-phone-number {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.brand-image {
  width: 160px;
}

.main-slider-arrow-right {
  z-index: 3;
}

.back-button-container {
  margin-bottom: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
}

.back-button-container:hover {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.blog-block-quote-div {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #527dba;
}

.blog-block-quote-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 150%;
  font-style: italic;
  font-weight: 300;
}

.comment-field {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 #7c7c7c;
}

.share-this-post {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
}

.award-logo-block {
  margin-bottom: 15px;
}

.award-explanation-copy {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
}

.industries {
  padding: 75px;
  border-top: 1px solid #52baa5;
  background-color: snow;
}

.sectors-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sectors-columns {
  width: 33.33%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.icon-inactive {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  border: 1px solid #52baa5;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.icon-inactive.icon-municipalities {
  padding-top: 37px;
}

.icon-inactive.icon-nonprofit {
  padding-top: 38px;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
}

.services-title-subheading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 150%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.services-intro-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 30px;
  line-height: 140%;
  font-weight: 200;
}

.generic-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.generic-flex-box.services-description-flex-box {
  margin-bottom: 60px;
}

.generic-flex-box.it-security-flexbox {
  margin-top: 30px;
}

._70-column {
  width: 70%;
}

._70-column._70-column-left {
  padding-right: 30px;
}

._70-column._70-column-vertical-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._30-column {
  width: 30%;
}

._30-column._30-column-right {
  padding-left: 30px;
}

._30-column._30-column-right.service-request-button-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._30-column._30-column-left {
  padding-right: 30px;
}

._30-column._30-column-left.service-request-graphic-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-request-button {
  padding: 20px 30px;
  background-color: #faa94c;
  -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.service-request-button:hover {
  background-color: #6495da;
  color: #fff;
}

.service-request-button:active {
  background-color: #faa94c;
}

._50-column {
  width: 50%;
}

._50-column._50-column-left {
  padding-right: 20px;
}

._50-column._50-column-left._50-column-left-top-padding {
  padding-top: 30px;
}

._50-column._50-column-right {
  padding-left: 20px;
}

._50-column-images {
  width: 100%;
  margin-bottom: 30px;
}

.services-subheadings {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 30px;
  line-height: 130%;
  font-weight: 200;
  text-align: center;
}

.services-subheadings.service-subheading-reversed {
  color: #fff;
  font-weight: 300;
}

.services-subheadings.services-subheadings-left-justified {
  text-align: left;
}

.bolded-inline-text {
  color: #000;
  font-weight: 700;
}

.services-form-section {
  padding: 40px 200px;
  background-color: #faa94c;
}

.form-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._33-column {
  width: 33.333%;
}

._33-column._33-column-left {
  padding-right: 10px;
}

._33-column._33-column-left._33-column-left-team {
  padding-right: 50px;
  padding-bottom: 30px;
}

._33-column._33-column-center {
  padding-right: 10px;
  padding-left: 10px;
}

._33-column._33-column-center._33-column-center-team {
  padding-right: 50px;
  padding-bottom: 30px;
}

._33-column._33-column-right {
  padding-left: 10px;
}

._33-column._33-column-right._33-column-right-team {
  padding-right: 50px;
  padding-bottom: 30px;
}

._33-column._33-column-support-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 15px -1px #bbb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #757575;
  text-decoration: none;
}

._33-column._33-column-support-options:hover {
  background-color: #527dba;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

._33-column._33-column-support-options:active {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

._67-column {
  width: 77.333%;
}

._67-column._67-column-right {
  width: 66.66%;
  padding-left: 10px;
}

.text-block {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 20px;
}

.textarea {
  min-height: 150px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.button-div-center {
  text-align: center;
}

.service-form-button {
  padding: 28px 30px;
  background-color: #3469a4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-form-button:hover {
  background-color: #527dba;
}

.service-form-button:active {
  background-color: #3469a4;
}

.mandala-graphic {
  margin-bottom: 20px;
}

.team-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-form-block {
  padding: 40px;
  background-color: #faa94c;
}

.image-2 {
  position: relative;
  top: -7px;
}

._25-col {
  width: 25%;
  padding: 10px;
}

._25-col._25-col-1 {
  padding-right: 20px;
  padding-bottom: 30px;
}

._25-col._25-col-3 {
  padding-right: 10px;
  padding-left: 12px;
}

._25-col._25-col-4 {
  padding-left: 15px;
}

._25-col._25-col-2 {
  padding-right: 15px;
}

._25-col._25-col-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  position: relative;
  top: -8px;
}

.html-embed {
  display: block;
  width: 800px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.summary-div {
  margin-bottom: 30px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-5 {
  width: 300px;
  margin-right: 15px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-heading {
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  text-align: center;
}

.support-copy {
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  text-align: center;
}

.text-block-2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  text-align: center;
}

.support-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 19px -1px #afafaf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #757575;
  text-decoration: none;
}

.support-div:hover {
  background-color: #527dba;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.support-div:active {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.support-div._33-column-left {
  padding-right: 10px;
}

.support-div._33-column-left._33-column-left-team {
  padding-right: 50px;
  padding-bottom: 30px;
}

.support-div._33-column-center {
  padding-right: 10px;
  padding-left: 10px;
}

.support-div._33-column-center._33-column-center-team {
  padding-right: 50px;
  padding-bottom: 30px;
}

.support-div._33-column-right {
  padding-left: 10px;
}

.support-div._33-column-right._33-column-right-team {
  padding-right: 50px;
  padding-bottom: 30px;
}

.support-div.support-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 15px -1px #bbb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #757575;
  text-decoration: none;
}

.support-div.support-div-2:hover {
  background-color: #527dba;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.support-div.support-div-2:active {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.button-div-center-with-recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.recaptcha {
  margin-right: 20px;
}

.recaptcha-resize {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.icon-adjusted-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #52baa5;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.callout-blocks {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #faa94c;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
}

.caption {
  font-family: 'Open Sans', sans-serif;
}

.image-6 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.h4-headings {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #527dba;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
}

.h4-headings.service-subheading-reversed {
  color: #fff;
}

.layered-security-table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #272e41;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #527dba;
}

.div-block-6 {
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #6e93c7;
}

.layered-security-table-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layered-security-table-divs.less-pixels.less-less-pixels {
  padding-left: 0px;
}

._20-column {
  width: 20%;
}

._20-column._20-column-security {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 120%;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.bulleted-list {
  font-family: Lato, sans-serif;
  color: #fff;
}

.text-block-3 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
}

.list-item-2 {
  margin-bottom: 10px;
}

.security-icons {
  width: 150px;
}

.heading-2 {
  margin-top: 0px;
}

.sub-subheading {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #527dba;
  font-size: 18px;
}

.image-7 {
  width: 100%;
  margin-top: 30px;
}

.supporting-graphics {
  width: 97%;
  margin-bottom: 30px;
}

.link-block {
  margin: 15px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  text-decoration: underline;
}

.enterprise-it-graphic {
  width: 60%;
}

.enterprise-it-graphic-div {
  margin-bottom: 20px;
  text-align: center;
}

.datto-comparison-div {
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 3px solid #527dba;
}

.datto-comparison-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  background-color: #527dba;
}

.heading-3 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  text-align: left;
}

.datto-comparison-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #527dba;
}

.comparison-text {
  font-family: 'Open Sans', sans-serif;
  color: #757575;
}

.image-8 {
  width: 80px;
}

.image-9 {
  width: 90%;
}

.container {
  margin-bottom: 60px;
}

.nav-link-dropdown {
  padding-right: 40px;
  padding-left: 15px;
  border: 0px none transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  font-size: 13px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-dropdown:hover {
  text-decoration: underline;
}

.nav-link-dropdown.support-link-mobile {
  display: none;
}

.dropdown-links {
  margin-bottom: 10px;
  background-color: #000;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #92bfff;
}

.dropdown-links:hover {
  color: #fff;
}

.dropdown-links:active {
  color: #6495da;
}

.dropdown-links.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #527dba;
}

.announcement-toggle {
  display: none;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e90000;
}

.text-block-4 {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 100%;
  text-align: center;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 100%;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.html-embed-2 {
  height: 400px;
  margin-bottom: 30px;
}

.contact-map {
  height: 400px;
  margin-bottom: 30px;
}

.eo-advisor-callout-section {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  margin-right: 10%;
  margin-left: 10%;
  padding: 60px 60px 10px;
  border-top: 1px solid #d6862a;
  border-right: 1px solid #d6862a;
  border-left: 1px solid #d6862a;
  background-color: #fffaf5;
  background-image: url('../images/Shadow_Orange.png'), radial-gradient(circle farthest-corner at 50% 50%, #fff, #fffaf5);
  background-position: 50% 100%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.eo-advisor-moving-title-div {
  z-index: 5;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0.5px solid #fff;
  background-color: #d6862a;
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.eo-advisor-moving-title-div:hover {
  background-color: #d59245;
}

.eo-advisor-moving-title-text {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eo-advisor-callout-flexbox {
  display: block;
  padding: 60px 50px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-11 {
  display: block;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-eo-advisor-hero-image-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-eo-advisor-hero-text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eo-advisor-hero-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage-eo-advisor-title {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 36px;
  line-height: 130%;
  font-weight: 300;
}

.homepage-eo-advisor-lead-text {
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 16px;
  line-height: 140%;
}

.homepage-eo-advisor-date-and-byline-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.homepage-eo-advisor-date {
  margin-right: 10px;
}

.post-date {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-weight: 600;
  text-transform: uppercase;
}

.homepage-eo-advisor-byline-link {
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 14px;
  font-weight: 600;
}

.homepage-eo-advisor-byline-link.footer-text-link {
  font-family: 'Open Sans', sans-serif;
  color: #6495da;
  text-decoration: none;
}

.text-block-9-copy {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-weight: 600;
}

.blog-button {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6862a;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  text-transform: uppercase;
}

.blog-button:hover {
  background-color: #d6862a;
  color: #fff;
}

.blog-button:active {
  background-color: #c58842;
}

.blog-button.button-center {
  display: block;
  width: 300px;
  margin: 20px auto;
  border-color: #6495da;
  color: #6495da;
  text-align: center;
}

.blog-button.button-center:hover {
  background-color: #6495da;
  color: #fff;
}

.blog-button.job-post-button {
  margin-top: 20px;
  border-color: #6495da;
  color: #6495da;
}

.blog-button.job-post-button:hover {
  background-color: #6495da;
  color: #fff;
}

.image-11 {
  position: absolute;
  width: 1500px;
  height: 200%;
  max-width: 300%;
}

.blog-animation-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: #d6862a #d6862a transparent;
}

.news-homepage-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-columns {
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.eo-advisor-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 140px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #a9a9a9;
}

.eo-advisor-post-image-div {
  overflow: hidden;
  width: 30%;
  background-color: #d6862a;
}

.eo-advisor-stories-text-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eo-advisor-stories-image {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.eo-advisor-stories-image:hover {
  opacity: 0.4;
}

.eo-advisor-stories-image:active {
  opacity: 0.7;
}

.eo-advisor-stories-category-link {
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.eo-advisor-stories-category-link:hover {
  color: #e3aa69;
}

.eo-advisor-stories-title-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.eo-advisor-stories-title-link:hover {
  color: #d6862a;
}

.eo-advisor-stories-title-link:active {
  color: #d59245;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-10 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
}

.div-block-19 {
  width: 70%;
  padding-right: 50px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  color: #d6862a;
  font-size: 16px;
  line-height: 140%;
}

.homepage-news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
  padding: 75px 50px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6862a;
  background-color: #fffaf5;
}

.homepage-eo-advisor-button {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6862a;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  text-transform: uppercase;
}

.homepage-eo-advisor-button:hover {
  background-color: #d6862a;
  color: #fff;
}

.homepage-eo-advisor-button.button-center {
  display: block;
  width: 300px;
  margin: 20px auto;
  border-color: #6495da;
  color: #6495da;
  text-align: center;
}

.homepage-eo-advisor-button.button-center:hover {
  background-color: #6495da;
  color: #fff;
}

.homepage-eo-advisor-button.job-post-button {
  margin-top: 20px;
  border-color: #6495da;
  color: #6495da;
}

.homepage-eo-advisor-button.job-post-button:hover {
  background-color: #6495da;
  color: #fff;
}

.post-column-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-filtering-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #a9a9a9;
}

.filter-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtering-title {
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-filter-block {
  position: relative;
  top: -30px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.select-field {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-weight: 700;
}

.post-search-button {
  height: 35px;
  padding: 0px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-top-color: #a9a9a9;
  border-right-color: #a9a9a9;
  border-bottom-color: #a9a9a9;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  text-transform: uppercase;
}

.post-search-button:hover {
  background-color: #d6862a;
  color: #fff;
}

.post-search-button:active {
  background-color: #d59245;
}

.post-search-button.button-center {
  display: block;
  width: 300px;
  margin: 20px auto;
  border-color: #6495da;
  color: #6495da;
  text-align: center;
}

.post-search-button.button-center:hover {
  background-color: #6495da;
  color: #fff;
}

.post-search-button.job-post-button {
  margin-top: 20px;
  border-color: #6495da;
  color: #6495da;
}

.post-search-button.job-post-button:hover {
  background-color: #6495da;
  color: #fff;
}

.filter-title-column {
  width: 10%;
  padding-right: 10px;
  padding-left: 10px;
}

.post-search-text-field {
  width: 100%;
  height: 35px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-weight: 700;
}

.news-search-magnifying-glass {
  padding-right: 10px;
  float: none;
  opacity: 0.3;
}

.filter-column-search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-column-search-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-centering-div {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.max-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-21 {
  width: 1400px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.eo-advisor-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.post-heading {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 50px;
  line-height: 120%;
  font-weight: 300;
}

.byline-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:40px;
}

.author-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #a9a9a9;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.div-block-23 {
  margin-bottom: 60px;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-byline-text {
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-weight: 600;
  text-decoration: none;
}

.share-div {
  position: fixed;
  left: 0%;
  top: 26%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  padding: 10px 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d6862a;
  box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, 0.3);
}

.post-share-links {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.post-share-links:hover {
  opacity: 0.6;
}

.post-share-links:active {
  opacity: 0.8;
}

.post-intro-copy-block {
  max-width: 900px;
  margin: 60px auto 40px;
}

.news-intro-copy {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 20px;
  line-height: 160%;
}

.post-image-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #d6862a;
}

.post-quote {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 20px 30px;
  border-top: 1px solid #92bfff;
  border-bottom: 1px solid #92bfff;
  background-color: transparent;
}

.news-quote-text {
  padding: 0px;
  border-left-width: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #527dba;
  font-size: 20px;
  line-height: 150%;
  font-style: italic;
  font-weight: 400;
}

.post-body-copy {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 16px;
  line-height: 160%;
}

.post-subheading {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 30px;
  line-height: 130%;
  font-style: italic;
  font-weight: 300;
}

.homepage-eo-advisor-subtitle {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

.news-suggestions-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-suggested-articles-title-div {
  margin-top: 70px;
  margin-bottom: 20px;
}

.text-block-13 {
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 15px;
  font-weight: 400;
}

.news-image-break-div {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-14 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.news-post-form-div {
  padding: 40px 60px;
  background-color: #d6862a;
}

.news-suggestion-column-1 {
  width: 33.33%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 0px;
}

.news-suggestion-column-2 {
  width: 33.33%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.news-suggestion-column-3 {
  width: 33.33%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 20px;
}

.link-block-2 {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.link-block-2:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.link-block-2:active {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.homepage-blog-textlink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d6862a;
  text-decoration: none;
}

.homepage-blog-textlink:hover {
  color: #a66b27;
}

.homepage-blog-textlink:active {
  color: #d6862a;
}

.glossary-term {
  color: #d6862a;
  font-style: italic;
  font-weight: 600;
  cursor: pointer;
}

.glossary-terms {
  position: fixed;
  left: auto;
  top: 40%;
  right: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #527dba;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.36);
}

.text-block-15 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
}

.text-block-16 {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  font-size: 15px;
}

.div-block-26 {
  padding: 30px 30px 20px;
  background-color: #d6862a;
}

.newsletter-signup-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.text-block-17 {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.newsletter-form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #527dba;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.form-button-centering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-18 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-span {
  font-size: 15px;
  line-height: 90%;
  font-weight: 400;
}

.newsletter-form-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-27 {
  width: 25%;
}

.newsletter-signup-form-columns {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.newsletter-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.newsletter-signup {
  position: fixed;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d6862a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.newsletter-signup:hover {
  background-color: #faa94c;
}

.newsletter-signup:active {
  background-color: #d6862a;
}

.text-block-18-copy {
  position: relative;
  margin-bottom: 8px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.image-14 {
  width: 25px;
}

.newsletter-signup-form-div {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6862a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-28 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-28:hover {
  background-color: #faa94c;
}

.div-block-28:active {
  background-color: #d6862a;
}

.form-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
}

.newsletter-form-fields {
  height: 30px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.submit-button {
  background-color: #527dba;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.text-block-19 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-block {
  margin-bottom: 0px;
}

.newsletter-success-message {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

._2nd-level-header-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Electronic-Office_News-Header_Lights.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header-news.healthcare-header {
  background-image: url('../images/Banner_Healthcare2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header-news.cloud-solutions-header {
  background-image: url('../images/Banners_Cloud.jpg');
  background-size: cover;
}

._2nd-level-header-news.assessments-and-audits-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Electronic-Office-IT-Assessment-Header.jpg');
}

._2nd-level-header-news.security-header {
  background-image: url('../images/Banner_Security.jpg');
}

._2nd-level-header-news.managed-it-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Banner_ManagedIT.jpg');
}

._2nd-level-header-news.cloud-header {
  background-image: url('../images/Banner_Cloud2.jpg');
}

._2nd-level-header-news.data-backup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Banner_Backup.jpg');
}

.news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/HatchedBackground50percent.png');
  background-position: 0px 0px;
  background-size: 7px;
}

.post-pagination-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-pagination-text {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.post-pagination-link {
  color: #527dba;
}

.post-flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-sidebar-col {
  width: 20%;
  padding-top: 120px;
  padding-bottom: 60px;
}

.post-column {
  width: 80%;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.post-sidebar-content {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.post-sidebar-sorting-div {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.post-sidebar-filtering-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #a9a9a9;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sorting-title-div {
  width: 100%;
  margin-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
}

.sidebar-sorting-field-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-sorting-sidebar {
  width: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.post-list-flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-eo-advisor-stories-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-new-continued-heading {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #d6862a;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
}

.div-block-30 {
  width: 100%;
  text-align: center;
}

.eo-advisor-hero-story-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.25);
}

.homepage-eo-advisor-column-left {
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 10px;
}

.homepage-eo-advisor-columns-right {
  width: 33.333%;
  margin-bottom: 40px;
  padding-left: 10px;
}

.text-block-21 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #6495da;
  font-size: 1.4vw;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
}

.homepage-eo-advisor-byline-text {
  margin-right: 10px;
}

.homepage-eo-advisor-date-text {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-weight: 600;
  text-transform: uppercase;
}

.homepage-eo-advisor-column-center {
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.homepage-eo-advisor-button-centering-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 70px;
  }

  .navbar {
    display: block;
    margin-top: 0px;
    padding: 10px 40px;
  }

  .login-div {
    padding: 0px 50px;
  }

  .slider {
    height: 475px;
    margin-top: -25px;
  }

  .slide.slide-1 {
    padding-top: 75px;
  }

  .slide.slide-2 {
    padding-top: 75px;
  }

  .slide.slide3 {
    padding-top: 75px;
  }

  .intro {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 38px;
  }

  .services {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 30px;
  }

  .services-descriptions {
    font-size: 13px;
    line-height: 21px;
  }

  .customer-login-link {
    font-size: 9px;
  }

  .footer-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .nav-link {
    display: block;
  }

  .nav-link.support-link-mobile {
    display: block;
  }

  .about-section {
    padding: 40px;
  }

  .about-headline {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .subheads-with-underline {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .senior-team-column {
    padding-top: 0px;
    padding-right: 15px;
  }

  .team-column {
    padding-top: 0px;
  }

  .careers-section {
    padding: 40px;
  }

  .contact-us {
    padding: 40px;
  }

  .form {
    padding: 30px;
  }

  .intro-paragraphs {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
  }

  .intro-paragraphs.serving-asheville-copy {
    font-size: 22px;
  }

  .block-quote-section {
    padding: 60px;
  }

  .block-quote-text {
    font-size: 25px;
    line-height: 40px;
  }

  .quote-author {
    font-size: 23px;
  }

  ._2nd-level-header {
    height: 275px;
    padding-right: 50px;
    padding-left: 50px;
  }

  ._2nd-level-header.healthcare-header {
    height: 275px;
    background-position: 0% -15%;
    background-size: 1000px;
  }

  ._2nd-level-header.cloud-solutions-header {
    height: 275px;
    padding-top: 50px;
  }

  ._2nd-level-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .footer-slide {
    height: 80px;
  }

  .footer-slider {
    display: block;
    height: 80px;
  }

  .footer-slide-mask {
    height: 80px;
  }

  .details-section {
    padding: 40px 30px;
  }

  .partner-logos {
    width: 100px;
    margin: 10px 30px;
  }

  ._2nd-level-intro-section {
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px 30px;
  }

  .list.paragraph-prolfiles.services-list.services-list-style2 {
    background-size: 200px;
  }

  .testimonial-slides {
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 70px;
  }

  .awards-section.details-section-with-border {
    padding: 20px;
  }

  .award-column.award-column-1 {
    height: 250px;
    padding: 20px;
  }

  .award-column.award-column-2 {
    height: 250px;
    padding: 20px;
  }

  .award-column.award-column-3 {
    height: 250px;
    padding: 20px;
  }

  .award-year {
    font-size: 15px;
  }

  .award-title {
    font-size: 25px;
  }

  .awards-headline {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
  }

  .blog-container {
    padding: 40px 20px;
  }

  .blog-image {
    height: 300px;
    padding-top: 137px;
  }

  .blog-column-2 {
    padding-left: 10px;
  }

  .blog-categories {
    margin-right: 10px;
  }

  .blog-categories.blog-active-category {
    margin-right: 10px;
  }

  .blog-post-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .post-container {
    padding: 60px 40px 30px;
  }

  .main-intro-section {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .career-column {
    padding-right: 10px;
  }

  .career-description-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .slider-copy {
    font-size: 59px;
    line-height: 60px;
  }

  .call-to-action-section {
    padding: 40px;
  }

  .call-to-action-headline {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .call-to-action-phone-link {
    font-size: 30px;
  }

  .news-section {
    margin: 20px;
    padding: 30px 20px;
  }

  .history-slider {
    height: 482px;
  }

  .history-slider-column-1 {
    padding-top: 30px;
  }

  .history-slider-column-2 {
    padding-top: 90px;
  }

  .history-slider-right-arrow-container {
    right: -70px;
  }

  .history-slider-left-arrow-container {
    left: -70px;
  }

  .eologoreversed {
    width: 75px;
  }

  .paragraph-prolfiles {
    font-size: 13px;
    line-height: 18px;
  }

  .arrow-icon {
    margin: 10px;
    padding-top: 180px;
  }

  .arrow-icon.arrow-icon-partners {
    padding-top: 9px;
  }

  .section-headlines.section-headline-services {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .section-headlines.about-us-headline {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .section-headlines.careers-headline {
    font-size: 40px;
  }

  .mobile-navbar {
    display: block;
  }

  .details-section-inset {
    padding: 40px 20px;
  }

  .partner-slider-logos {
    width: 80px;
  }

  .services-continued {
    padding: 40px 30px;
  }

  .services-continued-blocks {
    margin-bottom: 20px;
  }

  .other-services-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .history-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sitemap-container {
    padding-bottom: 0px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-phone-number {
    font-size: 12px;
  }

  .mobile-icon {
    color: #25408f;
    font-size: 30px;
  }

  .mobile-menu-button {
    padding: 10px;
  }

  .mobile-menu-button.w--open {
    background-color: #000;
  }

  .main-slider-arrow-right {
    z-index: 3;
  }

  .industries {
    padding: 40px;
  }

  .sectors-columns {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .services-title-subheading {
    font-size: 18px;
  }

  .services-intro-heading {
    font-size: 24px;
  }

  .generic-flex-box.services-description-flex-box {
    margin-bottom: 40px;
  }

  .service-request-button {
    font-size: 14px;
  }

  ._50-column._50-column-left._50-column-left-form-checkboxes {
    width: 100%;
    padding-right: 0px;
  }

  ._50-column._50-column-right._50-column-right-form-check-boxes {
    width: 100%;
    padding-left: 0px;
  }

  .services-subheadings {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .services-subheadings.services-subheadings-left-justified {
    text-align: left;
  }

  .services-form-section {
    padding: 40px 30px;
  }

  ._33-column._33-column-left._33-column-left-team {
    padding-right: 30px;
  }

  ._33-column._33-column-center._33-column-center-team {
    padding-right: 30px;
  }

  ._33-column._33-column-right._33-column-right-team {
    padding-right: 30px;
  }

  ._33-column._33-column-support-options {
    width: 100%;
  }

  .service-form-button {
    font-size: 14px;
  }

  .homepage-form-block {
    padding: 40px 30px;
  }

  ._25-col._25-col-support {
    width: 50%;
  }

  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-5 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .support-div._33-column-left._33-column-left-team {
    padding-right: 30px;
  }

  .support-div._33-column-center._33-column-center-team {
    padding-right: 30px;
  }

  .support-div._33-column-right._33-column-right-team {
    padding-right: 30px;
  }

  .support-div.support-div-2 {
    width: 100%;
  }

  .h4-headings {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .h4-headings.services-subheadings-left-justified {
    text-align: left;
  }

  .heading {
    font-size: 24px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .security-icons {
    width: 100px;
  }

  .nav-link-dropdown {
    display: block;
  }

  .nav-link-dropdown.support-link-mobile {
    display: block;
  }

  .html-embed-2 {
    overflow: hidden;
    height: 300px;
  }

  .contact-map {
    height: 300px;
  }

  .eo-advisor-callout-section {
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px 30px 0px;
  }

  .eo-advisor-moving-title-div {
    top: 10px;
    right: -10px;
    padding: 7px 10px;
  }

  .eo-advisor-moving-title-text {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .eo-advisor-callout-flexbox {
    padding-top: 25px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .div-block-11 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .homepage-eo-advisor-hero-image-column {
    height: 200px;
  }

  .homepage-eo-advisor-hero-text-column {
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .homepage-eo-advisor-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .homepage-eo-advisor-lead-text {
    font-size: 14px;
  }

  .post-date {
    margin-bottom: 30px;
  }

  .post-columns {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .eo-advisor-tile {
    min-height: 120px;
  }

  .eo-advisor-stories-text-div {
    padding: 15px;
  }

  .div-block-18 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-19 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-20 {
    width: 100%;
    text-align: left;
  }

  .homepage-news-section {
    margin: 20px;
    padding: 30px 20px;
  }

  .filter-columns {
    width: 50%;
    margin-bottom: 20px;
  }

  .news-filter-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .filter-title-column {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .filter-column-search-bar {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .post-heading {
    font-size: 36px;
  }

  .div-block-23 {
    margin-bottom: 30px;
  }

  .share-div {
    width: 40px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .post-share-links {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }

  .post-intro-copy-block {
    margin-top: 30px;
  }

  .news-intro-copy {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .post-quote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .post-body-copy {
    margin-bottom: 20px;
  }

  .post-subheading {
    font-size: 24px;
  }

  .homepage-eo-advisor-subtitle {
    font-size: 18px;
  }

  .news-post-form-div {
    padding: 40px 30px;
  }

  .news-suggestion-column-1 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .news-suggestion-column-2 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .news-suggestion-column-3 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-18 {
    font-size: 10px;
  }

  .newsletter-signup {
    display: none;
  }

  ._2nd-level-header-news {
    height: 275px;
    padding-right: 50px;
    padding-left: 50px;
  }

  ._2nd-level-header-news.healthcare-header {
    height: 275px;
    background-position: 0% -15%;
    background-size: 1000px;
  }

  ._2nd-level-header-news.cloud-solutions-header {
    height: 275px;
    padding-top: 50px;
  }

  .news-container {
    padding: 40px 20px;
  }

  .post-pagination-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .post-pagination-link {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-flexbox {
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
  }

  .post-column {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .post-sidebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-sidebar-sorting-div {
    height: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sorting-title-div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .sidebar-sorting-field-div {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .post-sorting-sidebar {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .post-list-flexbox {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .eo-advisor-hero-story-flexbox {
    margin-bottom: 30px;
  }

  .homepage-eo-advisor-column-left {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .homepage-eo-advisor-columns-right {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-21 {
    font-size: 2vw;
  }

  .homepage-eo-advisor-column-center {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .homepage-eo-advisor-button-centering-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsletter-signup-column {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .post-sidebar-sorting-column {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-top: 52px;
  }

  .navbar {
    padding: 10px;
  }

  .login-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider {
    height: 313px;
  }

  .slide.slide-1 {
    padding-top: 20px;
  }

  .slide.slide-2 {
    padding-top: 20px;
  }

  .slide.slide3 {
    padding-top: 20px;
  }

  .intro {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 400;
  }

  .services {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-section {
    padding: 40px 20px 70px;
  }

  .about-section {
    padding: 20px;
  }

  .about-headline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .subheads-with-underline {
    line-height: 27px;
    font-weight: 400;
    text-align: center;
  }

  .subheads-with-underline.our-team {
    text-align: center;
  }

  .senior-team-column {
    text-align: center;
  }

  .team-column {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-titles {
    margin-top: 20px;
  }

  .footer-titles.visit-us-on-the-web {
    margin-top: 20px;
  }

  .careers-section {
    padding: 20px;
  }

  .contact-us {
    padding: 20px;
  }

  .intro-paragraphs {
    margin-bottom: 20px;
  }

  .intro-paragraphs.serving-asheville-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .block-quote-section {
    padding: 30px 20px;
  }

  .block-quote-section.block-quote-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-quote-text {
    font-size: 18px;
    line-height: 30px;
  }

  .quote-author {
    font-size: 20px;
  }

  ._2nd-level-header {
    height: 250px;
    padding-right: 30px;
    padding-left: 30px;
  }

  ._2nd-level-header.healthcare-header {
    background-position: 0px 41px;
    background-size: 619px;
  }

  ._2nd-level-title {
    font-size: 40px;
  }

  .footer-slider {
    display: none;
  }

  .details-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partner-logos {
    margin: 10px 30px;
  }

  ._2nd-level-intro-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .post-container {
    padding: 40px 20px 20px;
  }

  .button-div {
    text-align: center;
  }

  .button-div.slider-button-div {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .main-intro-section {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-copy {
    font-size: 37px;
    line-height: 37px;
  }

  .call-to-action-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .call-to-action-headline {
    font-size: 24px;
  }

  .news-section {
    margin: 10px;
  }

  .history-slider {
    height: 571px;
  }

  .history-slider-column-1 {
    padding: 20px;
  }

  .history-slider-column-2 {
    padding-top: 0px;
  }

  .eologoreversed {
    width: 75px;
  }

  .paragraph-prolfiles.paragraph-history {
    margin-bottom: -1px;
  }

  .arrow-icon {
    padding-top: 110px;
  }

  .section-headlines.section-headline-services {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
  }

  .section-headlines.about-us-headline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
  }

  .section-headlines.careers-headline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .blog-share-div {
    text-align: center;
  }

  .services-continued {
    padding: 30px 20px;
  }

  .other-services-heading {
    font-size: 36px;
    font-weight: 400;
  }

  .history-container {
    padding: 20px 50px;
  }

  .sitemap-container {
    padding-bottom: 0px;
  }

  .mobile-icon {
    font-size: 30px;
  }

  .mobile-menu-button {
    padding: 0px;
  }

  .brand-image {
    width: 120px;
  }

  .share-this-post {
    text-align: center;
  }

  .industries {
    padding: 20px;
  }

  .sectors-columns {
    width: 100%;
  }

  .services-intro-heading {
    line-height: 130%;
    font-weight: 400;
  }

  .generic-flex-box.form-checkbox-flex-box {
    margin-bottom: 15px;
  }

  ._70-column {
    width: 100%;
  }

  ._70-column._70-column-left {
    width: 100%;
    padding-right: 0px;
  }

  ._30-column._30-column-right.service-request-button-column {
    width: 100%;
    padding-left: 0px;
  }

  ._30-column._30-column-left.service-request-graphic-column {
    width: 100%;
    padding-right: 0px;
  }

  ._50-column._50-column-left {
    width: 100%;
    padding-right: 0px;
  }

  ._50-column._50-column-left._50-column-left-form-checkboxes {
    width: 50%;
    padding-right: 10px;
  }

  ._50-column._50-column-left._50-column-left-support-form {
    margin-bottom: 30px;
  }

  ._50-column._50-column-right {
    width: 100%;
    padding-left: 0px;
  }

  ._50-column._50-column-right._50-column-right-form-check-boxes {
    width: 50%;
    padding-left: 10px;
  }

  ._50-column._50-column-right._50-column-right-support-form {
    margin-bottom: 30px;
  }

  .services-subheadings {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: 400;
  }

  .services-subheadings.services-subheadings-left-justified {
    text-align: center;
  }

  .services-form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-flex-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._33-column._33-column-left {
    width: 100%;
    padding-right: 0px;
  }

  ._33-column._33-column-left._33-column-left-team {
    padding-right: 0px;
    text-align: center;
  }

  ._33-column._33-column-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._33-column._33-column-center._33-column-center-team {
    padding-right: 0px;
    text-align: center;
  }

  ._33-column._33-column-right {
    width: 100%;
    padding-left: 0px;
  }

  ._33-column._33-column-right._33-column-right-team {
    padding-right: 0px;
    text-align: center;
  }

  ._67-column._67-column-right {
    width: 100%;
    padding-left: 0px;
  }

  .mandala-graphic {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .homepage-form-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._25-col._25-col-1 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  ._25-col._25-col-support {
    width: 100%;
  }

  .div-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .support-div._33-column-left {
    width: 100%;
    padding-right: 0px;
  }

  .support-div._33-column-left._33-column-left-team {
    padding-right: 0px;
    text-align: center;
  }

  .support-div._33-column-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .support-div._33-column-center._33-column-center-team {
    padding-right: 0px;
    text-align: center;
  }

  .support-div._33-column-right {
    width: 100%;
    padding-left: 0px;
  }

  .support-div._33-column-right._33-column-right-team {
    padding-right: 0px;
    text-align: center;
  }

  .h4-headings {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: 400;
  }

  .h4-headings.services-subheadings-left-justified {
    text-align: center;
  }

  .layered-security-table {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-6 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._20-column._20-column-security {
    padding-right: 0px;
  }

  .heading {
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .security-icons {
    width: 75px;
  }

  .enterprise-it-graphic {
    width: 80%;
  }

  .datto-comparison-group {
    padding: 10px;
  }

  .comparison-text {
    font-size: 13px;
  }

  .div-block-7 {
    width: 100%;
    text-align: center;
  }

  .eo-advisor-callout-section {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
  }

  .homepage-eo-advisor-hero-image-column {
    width: 100%;
    height: auto;
  }

  .homepage-eo-advisor-hero-text-column {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .post-date {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .homepage-eo-advisor-byline-link {
    font-size: 13px;
  }

  .text-block-9-copy {
    font-size: 13px;
  }

  .post-columns {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-news-section {
    margin: 10px;
  }

  .news-filtering-div {
    margin-bottom: 40px;
  }

  .news-filter-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .post-heading {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 400;
  }

  .author-image-div {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .share-div {
    top: 70px;
  }

  .post-share-links {
    margin-bottom: 15px;
  }

  .post-intro-copy-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .news-intro-copy {
    font-size: 16px;
  }

  .post-quote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .news-quote-text {
    font-size: 18px;
  }

  .post-subheading {
    font-size: 16px;
    font-weight: 400;
  }

  .homepage-eo-advisor-subtitle {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .news-post-form-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-suggestion-column-1 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .news-suggestion-column-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .news-suggestion-column-3 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-blog-textlink {
    font-weight: 400;
  }

  .newsletter-signup-title {
    font-size: 16px;
  }

  .newsletter-form-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-button-centering {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-span {
    font-size: 13px;
  }

  .newsletter-form-flex-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-level-header-news {
    height: 250px;
    padding-right: 30px;
    padding-left: 30px;
  }

  ._2nd-level-header-news.healthcare-header {
    background-position: 0px 41px;
    background-size: 619px;
  }

  .post-flexbox {
    padding-right: 30px;
    padding-left: 30px;
  }

  .post-sidebar-filtering-div {
    margin-bottom: 40px;
  }

  .post-sorting-sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .eo-advisor-hero-story-flexbox {
    margin-bottom: 20px;
  }

  .homepage-eo-advisor-column-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-eo-advisor-columns-right {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-eo-advisor-date-text {
    font-size: 13px;
  }

  .homepage-eo-advisor-column-center {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-eo-advisor-button-centering-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-signup-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .post-sidebar-sorting-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-block-2 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 329px;
  }

  .slide.slide-1 {
    padding-top: 60px;
  }

  .slide.slide-2 {
    padding-top: 60px;
  }

  .slide.slide3 {
    padding-top: 60px;
  }

  .intro {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 29px;
  }

  .services {
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 20px;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .subheads-with-underline {
    font-size: 16px;
  }

  .section-titles {
    font-size: 15px;
  }

  .contact-us {
    padding: 10px;
  }

  .form {
    padding: 20px 10px;
  }

  .intro-paragraphs {
    font-size: 14px;
    line-height: 23px;
  }

  .intro-paragraphs.serving-asheville-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .intro-paragraphs.about-us-intro-paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  ._2nd-level-header {
    height: 225px;
    padding: 0px 20px;
    background-size: cover;
    background-attachment: scroll;
  }

  ._2nd-level-header.healthcare-header {
    height: 200px;
    background-position: 0px 0px;
    background-size: 400px;
  }

  ._2nd-level-header.cloud-solutions-header {
    height: 200px;
  }

  ._2nd-level-title {
    font-size: 32px;
  }

  .details-section {
    padding: 20px;
  }

  .partner-logos {
    width: 80px;
    margin: 0px 20px;
  }

  ._2nd-level-intro-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 20px;
  }

  .list.paragraph-prolfiles.services-list.services-list-style2 {
    background-size: 200px;
  }

  .testimonial-slides {
    padding: 20px 20px 50px;
  }

  .awards-section.details-section-with-border {
    padding: 10px;
  }

  .awards-headline {
    font-size: 29px;
    line-height: 38px;
  }

  .blog-container {
    padding: 20px 10px;
  }

  .blog-image {
    height: 200px;
    padding-top: 88px;
  }

  .news-image-text {
    font-size: 17px;
  }

  .blog-post-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .post-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.button-center {
    width: 200px;
  }

  .button-div.slider-button-div {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .main-intro-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .slide-nav {
    padding-top: 45px;
  }

  .position-title {
    font-size: 18px;
  }

  .career-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-copy {
    font-size: 25px;
    line-height: 28px;
  }

  .slider-copy.slider-copy-2 {
    font-size: 25px;
    line-height: 28px;
  }

  .call-to-action-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-to-action-headline {
    margin-top: 0px;
    margin-right: 1px;
    font-size: 24px;
  }

  .news-section {
    padding: 10px;
  }

  .share-images {
    margin-right: 15px;
  }

  .history-slider {
    height: 500px;
  }

  .history-slider-column-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .history-slider-arrow-icon {
    font-size: 25px;
  }

  .history-slider-arrow-icon.history-arrow-icon-right {
    margin-right: 0px;
  }

  .history-slider-right-arrow-container {
    right: -20px;
    display: block;
    width: 50px;
    text-align: right;
  }

  .history-slider-left-arrow-container {
    left: -50px;
    display: block;
  }

  .section-headlines.section-headline-services {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-headlines.about-us-headline {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .details-section-inset {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .other-services-heading {
    font-size: 24px;
  }

  .history-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sitemap-container {
    padding-bottom: 0px;
  }

  .mobile-menu-button {
    padding: 0px;
  }

  .main-slider-arrow-right {
    display: none;
  }

  .main-slider-arrow-left {
    display: none;
  }

  .quote-arrows {
    display: none;
  }

  .sectors-columns {
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-title-subheading {
    font-size: 14px;
  }

  ._30-column._30-column-security {
    width: 100%;
  }

  ._50-column._50-column-left {
    padding-right: 5px;
  }

  ._50-column._50-column-left._50-column-left-form-checkboxes {
    width: 100%;
    padding-right: 0px;
  }

  ._50-column._50-column-right {
    padding-left: 5px;
  }

  ._50-column._50-column-right._50-column-right-form-check-boxes {
    width: 100%;
    padding-left: 0px;
  }

  ._50-column._50-column-right._50-column-right-support-form {
    margin-bottom: 10px;
  }

  ._50-column._50-column-security {
    width: 100%;
  }

  .services-subheadings {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .homepage-form-block {
    padding: 20px;
  }

  ._25-col._25-col-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .recaptcha {
    margin-right: 0px;
  }

  .recaptcha-resize {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .h4-headings {
    margin-bottom: 10px;
    font-size: 20px;
  }

  ._20-column._20-column-security {
    width: 100%;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .enterprise-it-graphic {
    width: 100%;
  }

  .div-block-7 {
    margin-bottom: 6px;
  }

  .div-block-8 {
    margin-bottom: 10px;
  }

  .eo-advisor-callout-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .eo-advisor-moving-title-div {
    right: 15px;
  }

  .homepage-eo-advisor-title {
    font-size: 20px;
  }

  .blog-button.button-center {
    width: 200px;
  }

  .homepage-news-section {
    padding: 10px;
  }

  .homepage-eo-advisor-button.button-center {
    width: 200px;
  }

  .news-filtering-div {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .filter-columns {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-search-button.button-center {
    width: 200px;
  }

  .filter-column-search-bar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .share-div {
    width: 35px;
  }

  .post-share-links {
    margin-bottom: 15px;
  }

  .news-intro-copy {
    font-size: 15px;
  }

  .news-quote-text {
    font-size: 15px;
  }

  .post-body-copy {
    font-size: 15px;
  }

  .post-subheading {
    font-size: 14px;
  }

  .homepage-eo-advisor-subtitle {
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 9px;
  }

  ._2nd-level-header-news {
    height: 225px;
    padding: 0px 20px;
    background-size: cover;
    background-attachment: scroll;
  }

  ._2nd-level-header-news.healthcare-header {
    height: 200px;
    background-position: 0px 0px;
    background-size: 400px;
  }

  ._2nd-level-header-news.cloud-solutions-header {
    height: 200px;
  }

  .news-container {
    padding: 20px 10px;
  }

  .post-pagination-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-flexbox {
    padding-right: 20px;
    padding-left: 20px;
  }

  .post-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .post-sidebar-filtering-div {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .sidebar-sorting-field-div {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-signup-column {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-sidebar-sorting-column {
    width: 100%;
  }

  .bold-text {
    margin-right: 10px;
    margin-left: 10px;
  }
}

