/*********************************************************************************************\
*       COPYRIGHT � 2020 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED.      *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

/* BASIC OVERRIDING STYLES ================================================================= */
body {
  background: #f1ece5;
  color: #3C3C3C;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

#cmsAdminPageControls {
  position: fixed !important;
  top: 125px !important;
  z-index: 15;
}

h1 {
  font-weight: 400;
  font-size: 32px;
}

.menuDepth0 a {
  cursor: default;
}

p {
  font-size: 21px;
}

#page_210.page_content,
#page_415.page_content,
#page_427.page_content {
  flex-grow: 1;
  margin: 0;
}

.page_content {
  flex-grow: 1;
  margin: 100px 10vw 3vw;
}

.page_content#page_1,
.page_content#page_235,
.page_content#page_416,
.page_content#page_435,
.page_content#page_436,
.page_content#page_437,
.page_content#page_439,
.page_content#page_441,
.page_content#page_457,
.page_content#page_478 {
  margin: 0;
}

/* HAMBURGER MENU STYLES =================================================================== */
.hamburger_menu {
  background: #555;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  top: 0;
  transition: width .2s cubic-bezier(.16, .68, .43, .99);
  position: fixed;
  width: 0;
  z-index: 1;
}

.hamburger_menu .menu a {
  color: #EFBE1C;
  border-left: 2px solid #EFBE1C;
  display: block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin: 15px 0 0 10px;
  text-decoration: none;
  padding: 10px 0 10px 20px;
}

.hamburger_menu .menu.extraneous a {
  color: #FFF;
  border-left: 2px solid #FFF;
}

.hamburger_menu .menu .menu_group {
  display: none;
}

.hamburger_menu .menu .menu_group .menu a {
  border-left: none;
  color: #FFF;
  margin: 15px 0 0 25px;
  white-space: normal;
}

#hamburger_menu_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

.hamburger_menu_cover {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .2s;
  z-index: 9999;
}

.hamburger_menu_cover_display {
  display: block;
}

#hamburger_menu_viewport {
  overflow-x: hidden;
}

.open_menu {
  width: 270px;
}

.shift_right {
  transform: translate(270px, 0);
}

/* HEADER STYLES =========================================================================== */
.header_bar_desktop_tablet {
  background: rgba(78, 78, 78, 0.77);
  display: flex;
  height: 100px;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header_bar_desktop_tablet a {
  display: flex;
  align-items: center;
  margin: auto 0 auto 40px;
}

.header_bar_desktop_tablet .header_bar_company_logo {
  height: 90px;
  width: auto;
}

.header_bar_mobile {
  display: none;
}

#header_bar_navigation_menu {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

#header_bar_navigation_menu #top_menu {
  display: flex;
  justify-content: space-between;
  width: 700px;
}

#header_bar_navigation_menu #top_menu div:last-child {
  display: none;  /*Removes automatically generate clear div*/
}

.header_bar_spacer {
  height: 0px;
  width: 100%;
}

.menuContainerDepth1.subMenuContainer {
  min-width: 128px;
  position: fixed !important;
  /*visibility: visible !important;*/
}

#top_menu .menu {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}

#top_menu .menu a {
  color: #FFF;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

#top_menu-submenus a {
  background-color: #E3D8CC;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 4px 8px;
  text-decoration: none;
}

#top_menu-submenus a:hover {
  font-weight: bold;
}

#top_menu-submenus .menuDepth1:first-child a {
  border-radius: 8px 8px 0 0;
  margin-top: 4px;
}

#top_menu-submenus .menuDepth1:last-child a {
  border-radius: 0 0 8px 8px;
}

#top_menu-submenus .menuDepth1:only-child a {
  border-radius: 8px;
}

/* HOMEPAGE SLIDESHOW STYLES =============================================================== */
#homepage_slideshow {
  position: relative;
  height: 640px;
}

#homepage_slideshow .slideshow {
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s, height .5s;
}

#homepage_slideshow .slideshow.slideshow_active {
  opacity: 1;
  z-index: 5;
}

#homepage_slideshow .slideshow .hero_background {
  align-items: center;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#homepage_slideshow .slideshow .hero_background div {
  align-items: center;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#homepage_slideshow .slideshow .hero_background div h2 {
  font-size: 72px;
  font-weight: 400;
  text-shadow: #000 0 0 5px;
  text-transform: uppercase;
  margin: 0;
  width: 1165px;
}

#homepage_slideshow .slideshow .hero_background div .hero_divider {
  display: block;
  background: #FFF;
  height: 2px;
  margin: 20px 0;
  width: 78%;
}

#homepage_slideshow .slideshow .hero_background div p {
  font-size: 31px;
  font-weight: 300;
  margin: 0;
  text-shadow: #000 0 0 5px;
  width: 1000px;
}

#homepage_slideshow #slideshow_indicators {
  bottom: 60px;
  height: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#homepage_slideshow #slideshow_indicators .slideshow_indicator {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  opacity: 0.6;
  transition: background-color 1s ease-out;
  width: 30px;
  cursor: pointer;
}

#homepage_slideshow #slideshow_indicators .slideshow_indicator:hover {
  background-color: white;
}

#homepage_slideshow #slideshow_indicators .slideshow_indicator.slideshow_indicator_active {
  background-color: white;
}

/* HERO STYLES ============================================================================= */
#hero_spacer {
  height: calc(33.125vw - 100px);
  margin-bottom: 3vw;
}

#hero_spacer h1 {
  margin: 0;
  border: .521vw solid #FFF;
  color: #FFF;
  display: inline-block;
  font-size: 4.48vw;
  font-weight: 500;
  padding: 1.2vw 4vw;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-shadow: #000 1px 1px 6px;
  box-shadow: 1px 1px 6px #000;
}

#page_hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#page_hero img {
  height: auto;
  width: 100vw;
}

/* SIDENAV STYLES ========================================================================== */
/* These styles are used across the webinar and newsletter templates */
#load_more {
  width: 99%;
  border: 2px solid black;
  color: black;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

#load_more:hover {
  color: white;
}

.sidenav_item {
  display: block;
  text-decoration: none;
  color: black;
  cursor: pointer;
  margin: 15px 0;
  font-size: 20px;
}

.sidenav_item:hover {
  color: white;
}

@media (max-device-width: 800px), (max-width: 800px) {
  #webinar_page #load_more {
    width: initial;
  }
}


/* EXPANSION BOX STYLES ==================================================================== */
.expansion_arrow {
  border: 17px solid transparent;
  border-bottom: none;
  border-top: 13px solid #FFF;
  bottom: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.expansion_box_body {
  background: #FFF;
  border: 1px solid #4F4F4F;
  border-radius: .5vw;
  color: #4F4F4F;
  display: none;
  overflow: hidden;
  padding: 40px 30px 25px;
  position: relative;
  top: -30px;
  z-index: -1;
}

.expansion_box_body li {
  font-size: 21px;
}

.expansion_box_body p,
.expansion_box_body ul {
  margin: 0;
}

#expansion_box_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.expansion_box_full {
  padding: 1.58vw 3.16vw 0;
  width: 69.06vw;
}

.expansion_box_half {
  min-width: 530px;
  padding: 1.58vw 1.58vw 0;
  width: 34vw;
}

.expansion_box_header {
  background: #4F4F4F;
  border-radius: 1vw;
  color: #FFF;
  cursor: pointer;
  font-size: 26px;
  padding: 36px;
  position: relative;
  text-align: center;
  transition: border-radius .5s;
}

.expansion_open {
  border-radius: 1vw 1vw .5vw .5vw;
}

.expansion_box_third {
  min-width: 405px;
  padding: 2.37vw .4vw;
  width: 22.19vw;
}

/* FOOTER STYLES =========================================================================== */
#footer {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
}

#footer #footer_bottom {
  background-color: #2B2B2B;
  color: #FFF;
  padding: 4px 0 16px;
  position: relative;
}

#footer #footer_bottom a {
  color: #FFF;
  display: inline-block;
  font-size: 17.6px;
  text-decoration: none;
  margin: 0 20px;
}

#footer #footer_bottom a .social_media_logo {
  height: 20px;
}

#footer #footer_bottom a.telephone_number {
  margin: auto;
}

#footer #footer_bottom a:hover {
  color: #FFF;
  font-weight: 600;
}

#footer #footer_bottom img.iPledgeLove_logo {
  height: 87px;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

#footer #footer_bottom p {
  font-size: 17.6px;
  margin: 8px 0 0;
}

#footer #footer_top {
  background-color: #E3E3E3;
  color: #000;
  padding: 12px 0 10.66px;
}

#footer #footer_top button {
  background: #4F4F4F;
  border: none;
  border-radius: 8px;
  color: #FFF;
  display: inline;
  padding: 10.4px;
}

#footer #footer_top button span {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  padding: 0;
}

#footer #footer_top input {
  margin-right: 1.6px;
  padding: 8px;
}

#footer #footer_top p {
  font-size: 13.6px;
  margin: 0 0 4px;
}

#footer h4 {
  font-size: 19.2px;
  font-weight: 500;
  margin: 0 0 8px;
}

/* AD HOC WYSIWYG STYLES =================================================================== */
#cared_for_people {
  flex-direction: row-reverse;
  text-align: right;
}

#citrix_platinum_seals {
  display: flex;
  height: 6.6875vw;
  justify-content: space-evenly;
  margin: 2.6vw auto;
  width: 100%;
}

#citrix_platinum_seals div,
#citrix_platinum_seals img {
  height: 100%;
  width: auto;
}

#citrix_platinum_seals div p {
  margin: 0;
  font-size: .677vw;
}

#conscious_capitalism_logos {
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin: 50px auto;
  width: 912px;
}

#conscious_capitalism_logos img {
  height: 100%;
  width: auto;
}

.customer_quote {
  font-style: italic;
  margin: 48px auto;
  text-align: center;
  width: 912px;
}

.flexbox_row {
  display: flex;
  flex-direction: row;
}

#happy_users {
  flex-direction: row;
}

.image_with_quote {
  border-radius: 100vw;
  height: 16vw;
  margin-left: 40px;
  min-height: 250px;
  min-width: 250px;
  width: 16vw;
}

#industries_we_serve {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5vw 0;
}

#industries_we_serve h2 {
  width: 100%;
  text-align: center;
  font-size: 1.66vw;
}

#industries_we_serve .industry_block {
  height: 20vw;
  width: 20vw;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  margin: 5px;
  position: relative;
}

#industries_we_serve .industry_block#education_industry {
  background-image: url(/templates/Home_2020/images/education.jpg);
}

#industries_we_serve .industry_block#engineering_services_industry {
  background-image: url(/templates/Home_2020/images/engineering-services.jpg);
}

#industries_we_serve .industry_block#financial_industry {
  background-image: url(/templates/Home_2020/images/financial.jpg);
}

#industries_we_serve .industry_block#healthcare_industry {
  background-image: url(/templates/Home_2020/images/healthcare.jpg);
}

#industries_we_serve .industry_block#law_office_industry {
  background-image: url(/templates/Home_2020/images/law-office.jpg);
}

#industries_we_serve .industry_block#manufacturing_industry {
  background-image: url(/templates/Home_2020/images/manufacturing.jpg);
}

#industries_we_serve .industry_block#non_profit_industry {
  background-image: url(/templates/Home_2020/images/non-profit.jpg);
}

#industries_we_serve .industry_block#retail_industry {
  background-image: url(/templates/Home_2020/images/retail.jpg);
}

#industries_we_serve .industry_block .industry_inner_block {
  height: 100%;
  width: 100%;
  background-color: rgba(115, 143, 158, .75);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 69%;
  transition: top .3s ease-in-out;
}

#industries_we_serve .industry_block .industry_inner_block.slide_up {
  top: 0;
}

#industries_we_serve .industry_block .industry_inner_block .industry_block_header {
  height: 31%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .3s;
}

#industries_we_serve .industry_block .industry_inner_block .industry_block_header.fade_out {
  opacity: 0;
}

#industries_we_serve .industry_block .industry_inner_block .industry_block_header h4 {
  margin: 0;
  color: #FFF;
  font-weight: 300;
  font-size: 2.1875vw;
}

#industries_we_serve .industry_block .industry_inner_block p {
  color: #FFF;
  margin: 0 .78125vw;
  font-weight: 300;
  opacity: 0;
  transition: opacity .3s;
  font-size: 1.09375vw;
}

#industries_we_serve .industry_block .industry_inner_block p.fade_in {
  opacity: 1;
}

#industries_we_serve .industry_block .industry_inner_block p a {
  color: #EFBE1C;
  text-decoration: none;
  transition: color .3s;
}

#industries_we_serve .industry_block .industry_inner_block p a:hover {
  color: #FFF;
}

#industries_we_serve .industry_block .industry_inner_block p .quote_attribution {
  font-size: .9375vw;
  margin-top: .5208vw;
  display: block;
}

.managed_it_image_and_text {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.875vw 0;
}

.managed_it_image_and_text div,
.managed_it_image_and_text img {
  margin: 0 .9375vw;
  width: 45%;
}

.managed_it_image_and_text h5 {
  font-size: 1.6666vw;
  margin: 0 0 .5208vw;
}

.managed_it_image_and_text p {
  margin: 0;
}

#microsoft_partner_logo {
  display: block;
  height: auto;
  margin: 2vw auto 0;
  min-width: 628px;
  width: 34.84vw;
}

.performance_seals {
  display: flex;
  flex-direction: row;
  margin: 2vw 0;
}

.quote_and_image {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.quote_and_image .customer_quote {
  margin: 0;
  width: 800px;
}

.rehumanizing_book_cover {
  float: left;
  margin-right: 2vw;
  min-height: 320px;
  height: 17vw;
  width: auto;
}

.responsive_video_box {
  height: 23.0625vw;
  margin: 0 auto;
  min-height: 373px;
  min-width: 664px;
  width: 41vw;
}

.seal_and_caption {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin: 0 2.5%;
  text-align: center;
}

.seal_and_caption img {
  height: auto;
  width: 100%;
}

.seal_and_caption p {
  text-transform: uppercase;
  color: #738f9e;
  font-weight: 500;
}

/* 1920+ MEDIA QUERIES ===================================================================== */
@media (min-device-width: 1921px), (min-width: 1921px) {
  #conscious_capitalism_logos {
    height: 4.69vw;
    margin: 2.6vw auto;
    width: 47.5vw;
  }

  .customer_quote {
    margin: 2.5vw auto;
    width: 47.5vw;
  }

  .expansion_arrow {
    border: .885vw solid transparent;
    border-top: .677vw solid #FFF;
    bottom: -4%;
  }

  .expansion_box_body {
    border: .0521vw solid #4F4F4F;
    padding: 2.083vw 1.5625vw 1.3vw;
    top: -1.5625vw;
  }

  .expansion_box_body li {
    font-size: 1.094vw;
  }

  .expansion_box_header {
    font-size: 1.354vw;
    padding: 1.875vw;
  }

  #footer #footer_bottom {
    padding: .2083vw 0 .8334vw;
  }

  #footer #footer_bottom a {
    font-size: .9166vw;
    margin: 0 1.0416vw;
  }

  #footer #footer_bottom a .social_media_logo {
    height: 1.0416vw;
  }

  #footer #footer_bottom p {
    font-size: .9166vw;
    margin: .4167vw 0 0;
  }

  #footer #footer_bottom img.iPledgeLove_logo {
    height: 80%;
  }

  #footer #footer_top {
    padding: .625vw 0 1.25vw;
  }

  #footer #footer_top button {
    border-radius: .4167vw;
    font-size: .7vw;
    padding: .5416vw;
  }

  #footer #footer_top input {
    font-size: .7vw;
    margin-right: .0833vw;
    padding: .4167vw;
  }

  #footer #footer_top p {
    font-size: .7083vw;
    margin: 0 0 .2083vw;
  }

  #footer h4 {
    font-size: 1vw;
    margin: 0 0 .4167vw;
  }

  h1 {
    font-size: 1.666vw;
  }

  .header_bar_desktop_tablet {
    height: 5.208vw
  }

  .header_bar_desktop_tablet a {
    margin: auto 0 auto 2.083vw;
  }

  .header_bar_desktop_tablet .header_bar_company_logo {
    height: 4.6875vw;
  }

  #header_bar_navigation_menu {
    margin-right: 3.125vw;
  }

  #header_bar_navigation_menu #top_menu {
    width: 36.46vw;
  }

  #hero_spacer {
    height: calc(33.125vw - 5.208vw);
  }

  #homepage_slideshow {
    height: 33.333vw;
  }

  #homepage_slideshow .slideshow .hero_background div h2 {
    font-size: 3.75vw;
    text-shadow: #000 0 0 .2604vw;
    width: 60.677vw
  }

  #homepage_slideshow .slideshow .hero_background div .hero_divider {
    height: .10416vw;
    margin: 1.04166vw 0;
  }

  #homepage_slideshow .slideshow .hero_background div p {
    font-size: 1.6145vw;
    text-shadow: #000 0 0 .2604vw;
    width: 52.0833vw;
  }

  #homepage_slideshow #slideshow_indicators {
    bottom: 3.125vw;
    height: 1.5625vw;
  }

  #homepage_slideshow #slideshow_indicators .slideshow_indicator {
    height: 1.5625vw;
    margin: 0 .5208vw;
    width: 1.5625vw;
  }

  #industries_we_serve .industry_block {
    margin: .2604vw;
  }

  li {
    font-size: .8333vw;
  }

  .menuContainerDepth1.subMenuContainer {
    min-width: 6.666vw;
  }

  p {
    font-size: 1.094vw;
  }

  .page_content {
    margin: 5.208vw 10vw 3vw;
  }

  .quote_and_image .customer_quote {
    width: 41.67vw;
  }

  #top_menu .menu a {
    font-size: 1.25vw;
  }

  #top_menu-submenus a {
    font-size: .9375vw;
    padding: .2083vw .4167vw;
  }

  #top_menu-submenus .menuDepth1:first-child a {
    border-radius: .4167vw .4167vw 0 0;
    margin-top: .2083vw;
  }

  #top_menu-submenus .menuDepth1:last-child a {
    border-radius: 0 0 .4167vw .4167vw;
  }

  #top_menu-submenus .menuDepth1:only-child a {
    border-radius: .4167vw;
  }
}

/* DESKTOP MEDIA QUERIES ===================================================================== */
@media (max-device-width: 1600px), (max-width: 1600px) {
  .expansion_box_third {
    min-width: unset;
    width: 69.06vw;
  }
}

@media (max-device-width: 1530px), (max-width: 1530px) {
  .managed_it_image_and_text p {
    font-size: 1.3725vw;
  }
}

@media (max-device-width: 1465px), (max-width: 1465px) {
  .expansion_box_half {
    min-width: unset;
    width: 69.06vw;
  }

  .image_with_quote {
    height: 17.06vw;
    min-height: unset;
    min-width: unset;
    width: 17.06vw;
  }

  .seal_and_caption p {
    font-size: 1.433vw;
  }
}

@media (max-device-width: 1265px), (max-width: 1265px) {
  #header_bar_navigation_menu {
    margin-right: 4.74vw;
  }

  #header_bar_navigation_menu #top_menu {
    width: 55.33vw;
  }

  #top_menu .menu a {
    font-size: 1.9vw;
  }

  #top_menu-submenus a {
    font-size: 1.423vw;
    padding: .316vw .632vw;
  }
}

@media (max-device-width: 1180px), (max-width: 1180px) {
  #cared_for_people {
    flex-direction: column;
    text-align: center;
  }

  .customer_quote {
    width: 100%;
  }

  #conscious_capitalism_logos {
    height: 7.627vw;
    width: 100%;
  }

  #happy_users {
    flex-direction: column;
  }

  #homepage_slideshow {
    height: 54.237vw;
  }

  #homepage_slideshow .slideshow .hero_background div h2 {
    font-size: 6.1017vw;
    text-shadow: #000 0 0 .4237vw;
    width: 98.73vw;
  }

  #homepage_slideshow .slideshow .hero_background div .hero_divider {
    height: .1695vw;
    margin: 1.695vw 0;
  }

  #homepage_slideshow .slideshow .hero_background div p {
    font-size: 2.627vw;
    text-shadow: #000 0 0 .4237vw;
    width: 84.7456vw;
  }

  #homepage_slideshow #slideshow_indicators {
    bottom: 5.085vw;
    height: 2.5424vw;
  }

  #homepage_slideshow #slideshow_indicators .slideshow_indicator {
    height: 2.5424vw;
    margin: 0 .8475vw;
    width: 2.5424vw;
  }

  #industries_we_serve h2 {
    font-size: 3vw;
  }

  #industries_we_serve .industry_block {
    height: 38vw;
    margin: .4237vw;
    width: 38vw;
  }

  #industries_we_serve .industry_block .industry_inner_block .industry_block_header h4 {
    font-size: 4.4vw;
  }

  #industries_we_serve .industry_block .industry_inner_block p {
    margin: 0 1vw;
    font-size: 2.2vw;
  }

  #industries_we_serve .industry_block .industry_inner_block p .quote_attribution {
    font-size: 1.8vw;
    margin-top: 1vw;
  }

  .managed_it_image_and_text {
    margin: 4.237vw 0;
    text-align: center;
  }

  .managed_it_image_and_text div,
  .managed_it_image_and_text img {
    margin: 0;
    width: 80%;
  }

  .managed_it_image_and_text h5 {
    font-size: 26px;
    margin: 1.356vw 0 .847vw;
  }

  .managed_it_image_and_text p {
    font-size: 21px;
  }

  .seal_and_caption p {
    font-size: 17px;
  }
}

@media (max-device-width: 935px), (max-width: 935px) {
  #footer #footer_bottom img.iPledgeLove_logo {
    padding-top: 20px;
    position: static;
    transform: none;
  }
}

/* MOBILE MEDIA QUERIES ==================================================================== */
@media (max-device-width: 800px), (max-width: 800px) {
  #citrix_platinum_seals {
    align-items: center;
    flex-wrap: wrap;
    height: auto;
  }

  #citrix_platinum_seals div,
  #citrix_platinum_seals img {
    height: auto;
    margin-top: 30px;
    width: 45%;
  }

  #citrix_platinum_seals div img {
    height: auto;
    margin-top: 0;
    width: 100%;
  }

  #citrix_platinum_seals div p {
    display: block;
    height: 3.89vw;
    font-size: 3.89vw;
  }

  #conscious_capitalism_logos {
    flex-direction: column;
    height: auto;
    margin: 25px 0;
  }

  #conscious_capitalism_logos img {
    height: 28vw;
    margin-bottom: 30px;
    width: 100%;
  }

  .customer_quote {
    margin: 5vw 0;
  }

  .expansion_box_full,
  .expansion_box_half,
  .expansion_box_third {
    padding: 10px 0;
    width: 100%;
  }

  .expansion_box_header {
    font-size: 5vw;
    padding: 9vw;
  }

  .expansion_box_body li {
    font-size: 4vw;
  }

  #footer #footer_bottom a {
    margin: 0 7.3vw;
  }

  #footer #footer_bottom a .social_media_logo {
    height: 8.5vw;
  }

  #footer #footer_bottom img.iPledgeLove_logo {
    height: 100px;
  }

  .header_bar_company_name {
    margin: 6.4px;
  }

  .header_bar_company_name a {
    color: #EFBE1C;
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
  }

  .header_bar_desktop_tablet {
    display: none;
  }

  .header_bar_mobile {
    background: #000;
    display: block;
    height: 55.8px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  .header_bar_mobile .header_bar_mobile_hamburger_menu_button {
    left: 10px;
    position: absolute;
    top: 12px;
  }

  .header_bar_mobile .header_bar_mobile_hamburger_menu_button div {
    background: #EFBE1C;
    margin: 4px 0;
    height: 5px;
    width: 27px;
  }

  .header_bar_mobile .header_bar_mobile_logo {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 4px;
  }

  .header_bar_spacer {
    height: 55.8px;
  }

  #hero_spacer {
    height: 60vw;
    margin-bottom: 7.5vw;
  }

  #hero_spacer h1 {
    border: 1vw solid #FFF;
    font-size: 12vw;
  }

  #homepage_slideshow {
    height: 72.5vw;
  }

  #homepage_slideshow .slideshow .hero_background div {
    transform: translateY(-7vw);
  }

  #homepage_slideshow .slideshow .hero_background div h2 {
    font-size: 7.5vw;
    text-shadow: #000 0 0 .625vw;
  }

  #homepage_slideshow .slideshow .hero_background div .hero_divider {
    height: .25vw;
    margin: 1.5vw 0;
    transform: translateY(0);
    width: 70vw;
  }

  #homepage_slideshow .slideshow .hero_background div p {
    font-size: 4vw;
    text-shadow: #000 0 0 .625vw;
  }

  #homepage_slideshow #slideshow_indicators {
    bottom: 11vw;
    height: 3.75vw;
  }

  #homepage_slideshow #slideshow_indicators .slideshow_indicator {
    height: 3.75vw;
    margin: 0 1.25vw;
    width: 3.75vw;
  }

  .image_with_quote {
    height: 55vw;
    margin-left: 0;
    width: 55vw;
  }

  #industries_we_serve {
    margin: 10vw 0;
  }

  #industries_we_serve h2 {
    font-size: 6vw;
  }

  #industries_we_serve .industry_block {
    height: 50vw;
    width: 90vw;
    margin: 2.5vw;
  }

  #industries_we_serve .industry_block .industry_inner_block .industry_block_header h4 {
    font-size: 7vw;
  }

  #industries_we_serve .industry_block .industry_inner_block p {
    margin: 0 2vw;
    font-size: 3.5vw;
  }

  #industries_we_serve .industry_block .industry_inner_block p .quote_attribution {
    font-size: 2.75vw;
    margin-top: 2vw;
  }

  #microsoft_partner_logo {
    min-width: unset;
    width: 100%;
  }

  p {
    font-size: 4vw;
  }

  .page_content {
    margin: 3vw 5vw 3vw;
  }

  #page_hero {
    top: 55.8px;
  }

  #page_hero img {
    width: unset;
    height: 66vw;
    transform: translateX(-21%);
  }

  .performance_seals {
    flex-wrap: wrap;
  }

  .quote_and_image {
    flex-direction: column-reverse;
  }

  .quote_and_image .customer_quote {
    width: auto;
  }

  .rehumanizing_book_cover {
    float: unset;
    height: auto;
    margin: 0;
    padding: 0 15%;
    width: 70%;
  }

  .responsive_video_box {
    height: 50.0625vw;
    min-height: unset;
    min-width: unset;
    width: 89vw;
  }

  .seal_and_caption {
    width: 40%;
    margin: 0 5%;
  }

  .seal_and_caption p {
    font-size: 3.5vw;
  }
}
