/*********************************************************************************************\
*       COPYRIGHT � 2014 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     *
\*********************************************************************************************/
.centerWrapper
{
  float: left;
  position: relative;
  left: 50%;
}

.centerContent
{
  float: left;
  position: relative;
  left: -50%;
}

/* gallery stuff */
.gallery_container
{
  margin: 0 !important;
}

/* Container for the slides if this is a slideshow gallery */
#homepage_gallery_new .gallery_slideshow, #homepage_gallery_new .gallery_slide,
#featured_blog_posts .featured_blog_post, #featured_blog_posts .featured_blog_post img
{
  height: 100%; /* fallback if vw is not supported, using vw because 100% doesn't work with iOS for some reason */
  height: 36.4583vw;
  max-height: 700px;
  min-height: 230px;
  margin: 0;
  width: 100%;
}

.gallery_slide img
{
  height: 36.4583vw;
  min-height: 350px;
  max-height: 700px;
}

#homepage_gallery_new,
#featured_blog_posts
{
  margin: 0 auto 10px auto;
  max-width: 1920px;
}

#homepage_gallery_new .gallery_slideshow_indicators,
#featured_blog_post_indicators
{
  bottom: 45px;
  height: 2vw;
  position: absolute;
  text-align: center;
  width: 100%;
}

#homepage_gallery_new .gallery_slideshow_indicator,
.featured_blog_post_indicator
{
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 2vw;
  max-height: 30px;
  margin: 0 .5vw;
  opacity: 0.6;
  transition: background-color 1s ease-out;
  width: 2vw;
  max-width: 30px;
}

#homepage_gallery_new .gallery_active_slideshow_indicator,
.featured_blog_post_active_indicator
{
  background-color: #FFF;
}

#homepage_gallery_new .gallery_slideshow_indicator:hover,
.featured_blog_post_indicator:hover
{
  background-color: #FFF;
  cursor: pointer;
  transition: background-color .3s ease-out;
}

/*arrow images above and below quotebox*/
.toparrow
{
  height: 35px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: -34px;
  background-image: url(/templates/Home_2016/images/1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bottomarrow
{
  height: 27px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 26px;
  background-image: url(/templates/Home_2016/images/1_2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.infographic
{
  background-image: url(/templates/Home_2016/images/Envision-infographic-040618.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1500px;
  /*height: 2415px;*/
  position: relative;
  margin-top: -35px;
  z-index: 10;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}

.infobanner {
  height: 31.5vw;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  /*margin-top: -35px;*/
  position: relative;
  z-index: 10;
  max-height: 614px;
}

.infoblock {
  color: #FFF;
  width: 30%;
  height: 100%;
  text-align: center;
  position: relative;
  transition: 1s width;
}

.left {
  margin-left: 10%;
  transition: 1s margin-left;
}

.right {
  margin-left: 60%;
  transition: 1s margin-left;
}

.infoblurb {
  position: relative;
}

.infoblurb h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 4.6vw;
}

.infoblurb h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.7vw;
  font-weight: 400;
}

.infoblurb p {
  font-size: 1.35vw;
  font-weight: 100;
}

.infoblock_background {
  background: #4F4F4F;
  opacity: .85;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.why_banner {
  background-image: url("../images/sunflower.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.why_banner .infoblurb {
  padding: 22% 10%;
  transition: 1s padding;
}

.how_banner {
  background-image: url("../images/collaborate.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.how_banner .infoblurb {
  padding: 13% 10%;
  transition: 1s padding;
}

.what_banner {
  background-image: url("../images/village.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.what_banner .infoblurb {
  padding: 18% 10%;
  transition: 1s padding;
}

.results_banner {
  background-image: url("../images/explorers.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.results_banner .infoblurb {
  padding: 18% 10%;
  transition: 1s padding;
}

#philosophy {
  background-image: url("../images/cutout.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -33px;
  z-index: 10;
  padding: 4% 0 3%;
}

#philosophy p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 1.6vw;
  font-family: "Open Sans", sans-serif;
}

/* RESOURCES PAGE 2019 CLASSES ======================================================================================= */
.resources_header {
  background: #000;
  height: 32.9vw;
  overflow: hidden;
  margin-bottom: 1%;
  cursor: pointer;
}

#resources_footer {
  padding: 2%;
  text-align: center;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5vw;
  letter-spacing: .35vw;
}

#resources_header_technology {
  background-image: url("../../Newsletter_2019/images/header-technology.jpg");
  width: 50%;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: 0.5s opacity;
}

#resources_header_conscious_business {
  background-image: url("../../Newsletter_2019/images/header-conscioius-business.jpg");
  width: 50%;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: 0.5s opacity;
}

.height_technology {
  height: 100%;
}

.height_business {
  height: 100%;
}

.resources_header_banner {
  width: 100%;
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 1% 5% 1% 0;
  height: auto;
}

.resources_header_font {
  text-transform: uppercase;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5vw;
  text-align: right;
  letter-spacing: .6vw;
  position: relative; /* If missing, the grey banner overlays text */
  transition: 1s opacity;
  opacity: 0;
}

.resources_font_banner {
  background-color: rgba(79, 79, 79, .53);
  width: 0%;
  height: 100%;
  transition: 1s width;
  position: absolute;
  right: 0;
  top: 0;
}

.resources_content {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 1.6vw;
  display: none;
}

.resources_flex_columns {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.resources_blog_post {
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.resources_column {
  width: 33%;
  margin: 0 1%;
  text-align: left;
}

.resources_column h1 {
  background-color: rgba(79, 79, 79, .53);
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 2vw;
  padding: 1% 2%;
  margin: 0 0 5%;
  font-weight: 400;
}

.resources_column h2 {
  font-size: 1.2vw;
  text-transform: uppercase;
  margin-top: 0;
}

.resources_column h4 {
  font-size: 1vw;
}

.resources_column p {
  margin: 0;
  font-size: .8vw;
}

.banner_width {
  width: 88%;
}

.opacity_1 {
  opacity: 1;
}

.resources_display {
  display: block;
}

.resources_dimmed {
  opacity: .3;
}

.resources_blog_post {
  text-decoration: none;
  display: block;
  margin: 1vw 0;
  padding: .5vw;
  color: black;
}

.resources_blog_post img {
  display: inline-block;
  height: auto;
  width: 38%;
}

.resources_blog_post .blog_info_block {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

.resources_event_post {
  margin-bottom: 1vw;
}

.resources_event_post h2 {
  margin: 0;
}

.resources_event_post h4 {
  margin: 0;
}

.resources_links p {
  font-size: 1.3vw;
  margin-bottom: 1vw;
}

.resources_links p a {
  text-decoration: underline;
  color: #000;
}

.resources_links p a:hover {
  color: #ff9f00;
  text-decoration: none;
}

.resources_event_link a {
  text-decoration: underline;
  color: #000;
}

.resources_event_link a:hover {
  color: #ff9f00;
  text-decoration: none;
}

.loadMoreButton {
  width: 100%;
  border: 2px solid black;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
/* END RESOURCES PAGE 2019 CLASSES ================================================================================== */

@media (max-width: 1350px) {
  .resources_column p {
    font-size: 10.8px;
  }

  .resources_links p {
    font-size: 1.3vw;
    margin-bottom: 1vw;
  }
}

@media (max-width: 1100px)
{
  .infoblurb h2 {
    font-size: 50.6px;
  }

  .infoblurb h4 {
    font-size: 18.7px;
  }

  .infoblurb p {
    font-size: 14.85px;
  }

  .infoblock {
    width: 45%;
  }

  .left {
    margin-left: 20%;
  }

  .right {
    margin-left: 40%;
  }

  .why_banner .infoblurb {
    padding: 16% 10%;
  }

  .how_banner .infoblurb {
    padding: 10% 15%;
  }

  .what_banner .infoblurb {
    padding: 16% 10%;
  }

  .results_banner .infoblurb {
    padding: 18% 10%;
  }

  .infobanner {
    min-height: 346.5px;
  }

  .why_banner {
    background-size: auto 100%;
    background-position: center;
  }

  .how_banner {
    background-size: auto 100%;
    background-position: center;
  }

  .what_banner {
    background-size: auto 100%;
    background-position: center;
  }

  .results_banner {
    background-size: auto 100%;
    background-position: center;
  }

  #philosophy p {
    font-size: 17.6px;
  }

  /* RESOURCES PAGE 2019 CLASSES ===================================================================================== */
  .resources_blog_post {
    margin: 11px 0;
    padding: 5.5px;
  }

  .resources_content {
    font-size: 17.6px;
  }

  .resources_column h1 {
    font-size: 22px;
  }

  .resources_column h2 {
    font-size: 13.2px;
  }

  .resources_column h4 {
    font-size: 11px;
  }

  .resources_event_post {
    margin-bottom: 11px;
  }

  #resources_footer {
    font-size: 16.5px;
    letter-spacing: 3.85px;
  }

  .resources_links p {
    font-size: 14.3px;
    margin-bottom: 11px;
  }
  /* END RESOURCES PAGE 2019 CLASSES ================================================================================= */
}

.infographic #video_link
{
  width: 150px;
  height: 132px;
  position: absolute;
  left: 50%;
  top: 320px;
  margin-left: 50px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
}

.infographic #video_link:hover {
  cursor: pointer;
}

@media (max-width: 517px) /*point at which vw/100*width = 1500*/
{
  .infographic
  {
    height: 290vw;
  }

  .infographic #video_link
  {
    height: 25.5vw;
    width: 29vw;
    top: 62vw;
    margin-left: 9.7vw;
  }
}

.contact_form_question label .contact_form_label
{
  text-align: left;
}

.contact_form,
#event_registration_form,
#payment-form
{
  /*width: 420px;*/
  /*margin: 0 auto;*/
}

.contact_form_question label input,
.contact_form_question label textarea,
.contact_form_question label select
{
  width: 415px;
  max-width: 415px;
  font-size: 22px;
  outline: 0;
  -webkit-box-shadow: 0 0 1px 0 black;
  -moz-box-shadow: 0 0 1px 0 black;
  box-shadow: 0 0 1px 0 black;
  border: 0;
  margin-top: 10px;
  padding-left: 5px;
  -webkit-transition: box-shadow .5s;
  -moz-transition: box-shadow .5s;
  -ms-transition: box-shadow .5s;
  -o-transition: box-shadow .5s;
  transition: box-shadow .5s;
}

.contact_form_question p
{
  text-align: left;
}

#add_to_calendar, #addeventatc2, #addeventatc1, .addeventatc
{
  margin-bottom: 150px;
}

.contact_form_question label input:focus,
.contact_form_question label textarea:focus
{
  -webkit-box-shadow: 0 0 5px 0px black;
  -moz-box-shadow: 0 0 5px 0px black;
  box-shadow: 0 0 5px 0px black;
}

#recaptcha_widget_div
{
  margin-top: 5px;
}

#contact_form_submit_button,
#payment-form-submit-button
{
  margin-top: 10px;
  width: 320px;
}

.contact_form .ui-button-text,
#event_registration_form .ui-button-text,
#payment-form .ui-button-text
{
  font-size: 20px;
}

@media (max-width: 400px)
{
  .secondary_content.form
  {
    width: 100%;
  }

  .contact_form_question label input,
  .contact_form_question label textarea
  {
    width: 290px;
    max-width: 290px;
  }

  #contact_form_submit_button,
  #payment-form-submit-button
  {
    margin-top: 10px;
    width: 290px;
  }
}

.blog_container
{
  padding-top: 95px;
  background: #EBEBEB;
}

@media (max-width: 750px)
{
  .blog_container
  {
    padding-top: 50px;
  }
}

.blog_content
{
  padding: 0 10px;
  background: white;
  border-radius: 4px;
}

#featured_blog_posts
{
  overflow: hidden;
  position: relative;
  height: 33.6vw;
  min-height: 230px;
  max-height: 700px;
}

.featured_blog_post
{
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
}

.featured_blog_post_text
{
  color: #FFF;
  text-shadow: #000 0 0 10px;
}

.featured_blog_post_name
{
  font-size: 4.8vw;
  height: 14vw;
  left: 16.7vw;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 6.7vw;
  width: 66.7vw;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s;
}

.featured_blog_post_description
{
  border-top: 1px solid #FFF;
  font-size: 1.07vw;
  font-weight: bold;
  height: 4.47vw;
  left: 26.3vw;
  padding: 1.3vw 0 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 20vw;
  width: 48.3vw;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s;
}

#blog_posts
{
  max-width: 1000px;
  margin: 20px auto;
}

#blog_tags
{
  background-color: #FCC511;
  display: inline-block;
  height: 280px;
  margin: 8px;
  padding: 10px;
  vertical-align: top;
  width: 210px;
}

#blog_tag_heading, .blog_tag, #blog_tag_more
{
  color: #000;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 15px;
}

#blog_tag_heading
{
  color: #FFF;
  text-shadow: #000 0 0 2px;
}

.blog_tag, #blog_tag_heading
{
  border-bottom: 1px solid #BC9617;
}

.blog_tag, #blog_tag_more
{
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog_tag:hover, #blog_tag_more:hover, .blog_tag_selected
{
  background-color: #000;
  color: #FFF;
}

.blog_tag_selected
{
  background: #000 url('/blog/images/close.png') no-repeat 190px 12px;
  padding-right: 25px;
}

#more_blog_tags
{
  display: none;
}

#more_blog_tags .more_blog_tag_selected
{
  background: #FCC511;
}

#blog_no_posts
{
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin: 12px 8px;
  vertical-align: top;
}

.blog_post
{
  background: url('/blog/images/read_more.gif') white no-repeat bottom right;
  display: inline-block;
  height: 300px;
  margin: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  width: 230px;
  border-radius: 2px;
}

.wide_blog_post
{
  width: 480px;
}

.blog_title
{
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  left: 10px;
  line-height: 1.1;
  height: 175px;
  overflow: hidden;
  position: absolute;
  text-shadow: #000 0 0 2px;
  text-transform: uppercase;
  top: 15px;
  width: 210px;
}

.wide_blog_post .blog_title
{
  width: 460px;
}

.blog_title_center
{
  display: table;
  height: 175px;
  width: 100%;
}

.blog_title_content
{
  display: table-cell;
  vertical-align: middle;
}

#blog_author_picture
{
  float: left;
  margin: 0 10px 0 0;
}

#share_to
{
  float: right;
}

.blog_author
{
  font-size: 19px;
}

.blog_summary
{
  color: #000;
  font-size: 14px;
  height: 80px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 210px;
  width: 155px;
}

.wide_blog_post .blog_summary
{
  width: 400px;
}

.blog_date
{
  font-weight: bold;
}

#blog_load_more
{
  background: url('/blog/images/load_more.gif') #F1F1F1 no-repeat center;
  cursor: pointer;
  height: 70px;
  margin: 16px 0 8px;
  width: 100%;
}

#home_img
{
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

/* Home Page Info Box Styles */
/*.infoBoxLink
{
  text-decoration: none;
}

.infoBox
{
  color: white;
  float: left;
  height: 450px;
  position: relative;
  width: 33.333333%;
}

.infoBox > div:first-child {
  margin: 10%;
  text-align: center;
}

.infoBox > div > h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.boxLetter {
  border-radius: 100%;
  background: white;
  height: 116px;
  width: 116px;
  line-height: 116px;
  text-align: center;
  font-size: 64px;
  margin: 0 auto;
  font-family: "Lora", serif;
  font-weight: 700;
}

.boxButton {
  height: 40px;
  width: 40px;
  background-color: white;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.boxButton > div {
  height: 30px;
  width: 30px;
  margin: 5px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.consultingBox {
  background-color: #efbe1c;
}

#consultingBoxLetter {
  color: #efbe1c;
}

.consultingBoxBg {
  background: url('/templates/Home_2014/images/consulting.png') no-repeat center center;
}

.appsBox {
  background-color: gray;
}

#appsBoxLetter {
  color: gray;
}

.appsBoxBg {
  background: url('/templates/Home_2014/images/apps.png') no-repeat center center;
}

.managedServicesBox {
  background-color: orange;
}

#managedServicesBoxLetter {
  color: orange;
}

.managedServicesBoxBg {
  background: url('/templates/Home_2014/images/managed-services.png') no-repeat center center;
}

.coverBg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/**
 * Microsoft And Citrix Page
 */
.microsoft_citrix
{
  margin: 0px 13% 20px;
}

.microsoft_citrix section h2
{
  border-bottom: 2px solid #EFBE1C;
}

.microsoft_citrix section .row
{
  margin: 25px 0px;
}

.microsoft_citrix section .row p,
.microsoft_citrix section .row img
{
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px;
}

.microsoft_citrix section .row p
{
  width: 70%;
}

.microsoft_citrix section .row img
{
  width: 25%;
}

.microsoft_citrix section .row img.img_before
{
  display: none;
}

/* Citrix page */
.citrix_syndication, .aws_syndication
{
  min-width: 600px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 100px;
}

/* Secondary Page */
.section .title
{
  text-align: center;
  padding: 120px 0;
  color: white;
  max-height: 600px;
}

.section .title.extra_padding
{
  padding: 150px 0;
}

.section .title h2
{
  margin: 0;
  font-size: 70px;
  font-weight: 300;
  text-shadow: 0px 0px 10px black;
  text-transform: uppercase;
}

.section .title p
{
  margin: 0 auto;
  font-size: 20px;
  text-shadow: 0px 0px 10px black;
  width: 750px;
}

.section .title p a
{
  color: #efbe1c;
  text-decoration: none;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.section .title p a:hover
{
  color: white;
}

.section .title p.about
{
  font-size: 32px;
}

.section .title p.source
{
  text-align: right;
  font-style: italic;
  font-size: 18px;
}

button.section_expand,
button.section_collapse
{
  color: white;
  background: #EFBE1C;
  border: none;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  padding: 6px 10px 6px 16px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin: 10px auto 0;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

button.section_expand img,
button.section_collapse img
{
  height: 18px;
  width: 18px;
  padding: 0 5px;
}

section.section button.section_expand
{
  box-shadow: 0px 0px 10px -2px black;
}

section.section.expanded button.section_expand
{
  opacity: 0;
}

button.section_collapse
{
  margin: 20px auto 0;
}

button.close
{
  color: white;
  text-transform: uppercase;
  background: #EFBE1C;
  border: none;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  padding: 2px 10px;
  float: right;
  margin-top: -36px;
  cursor: pointer;
}

button.close img
{
  display: block;
  margin: 0 auto;
}

.expand
{
  height: 0;
  overflow: hidden;
}

.section .expand .toparrow
{
  position: static;
  top: auto;
}

.section .expand .container
{
  background: white;
  padding-top: 1px;
}

.secondary_content
{
  margin: 0 auto;
  width: 70%;
}

.secondary_content .quote_container
{
  border-bottom: 1px solid orange;
  font-size: 0;
}

.secondary_content .quote_container .quote
{
  display: inline-block;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  width: calc(100% - 135px);
  -webkit-transition: font-size .5s;
  -moz-transition: font-size .5s;
  -ms-transition: font-size .5s;
  -o-transition: font-size .5s;
  transition: font-size .5s;
}

.secondary_content .quote_container .quotation_mark_left,
.secondary_content .quote_container .quotation_mark_right
{
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  display: inline-block;
}

.secondary_content .quote_container .quotation_mark_left
{
  vertical-align: top;
}

.secondary_content .quote_container .quotation_mark_right
{
  vertical-align: bottom;
}

.secondary_content > p
{
  line-height: 28px;
}

.secondary_content > p:first-of-type
{
  margin-top: 22px;
}

.secondary_content > p:last-of-type
{
  margin-bottom: 22px;
}

.secondary_content .quote_container p.source
{
  font-style: italic;
  font-size: 18px;
  text-align: left;
}

@media (max-width: 1000px)
{
  .microsoft_citrix section .row p,
  .microsoft_citrix section .row img
  {
    width: 45%;
  }
}

@media (max-width: 900px)
{
  .secondary_content
  {
    width: 80%;
  }

  button.close
  {
    display: none;
  }
}

@media (max-width: 800px)
{
  .section .title p
  {
    width: 90%;
  }

  .resources_blog_post img {
    width: 100%;
  }
}

@media (max-width: 700px)
{
  .section .title h2
  {
    font-size: 10vw;
    font-weight: 500;
  }

  .secondary_content .quote_container .quotation_mark_left,
  .secondary_content .quote_container .quotation_mark_right
  {
    width: 30px;
  }

  .secondary_content .quote_container .quote
  {
    width: calc(100% - 60px);
  }
}

#loginSubmit
{
  width: auto !important;
}

#loginSubmit a
{
  font-size: 24px;
  color: white;
  text-shadow: 0px 0px 10px black;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 3px;
  padding: 0 5px;
  margin: 9px 0;
  display: inline-block;
}

/* Home Page Quote Box */
.quoteBoxContainer
{
  margin: 10px auto;
  min-height: 325px;
  position: relative;
  text-align: center; /* this is so the inline-block #quoteBox is centered */
  width: 95%;
}

.navArrow
{
  color: #EFBE1C;
  cursor: pointer;
  font-size: 75px;
  line-height: 325px;
  position: absolute;
}

.navArrow:hover
{
  color: #BC8B09;
}

#quoteLeftArrow
{
  left: 0px;
  top: 0px;
}

#quoteRightArrow
{
  right: 0px;
  top: 0px;
}

#quoteBox
{
  display: inline-block;
  position: relative;
  width: 80%;
}

.quote_image
{
  float: left;
  height: 325px;
  margin: 0 50px 0 0;
  width: 325px;
}

.quote_image img
{
  border-radius: 50%;
  height: 325px;
  width: 325px;
}

.quote_vertical_center
{
  display: table;
  min-height: 325px;
  width: 60%;
  width: calc(100% - 375px);
}

.quote_content
{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.quote_name
{
  font-weight: 700;
  font-size: 1.25em;
  margin: 0;
}

.quote_title
{
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
}

/* Media Queries */

@media (min-width: 1920px)
{
  .featured_blog_post_name
  {
    left: 323px;
    top: 130px;
    width: 1390px;
  }

  .featured_blog_post_description
  {
    left: 510px;
    width: 915px;
  }

  .infoblurb h2 {
    font-size: 88.32px;
  }

  .infoblurb h4 {
    font-size: 32.64px;
  }

  .infoblurb p {
    font-size: 25.92px;
  }

  #philosophy p {
    font-size: 30.72px;
  }

  /* RESOURCES PAGE 2019 CLASSES ===================================================================================== */
  .resources_blog_post {
    margin: 19.2px 0;
    padding: 9.6px;
  }

  .resources_content {
    font-size: 30.72px;
  }

  .resources_column h1 {
    font-size: 38.4px;
  }

  .resources_column h2 {
    font-size: 23px;
  }

  .resources_column h4 {
    font-size: 19.2px;
  }

  .resources_column p {
    font-size: 15.36px;
  }

  .resources_event_post {
    margin-bottom: 19.2px;
  }

  #resources_footer {
    font-size: 29px;
    letter-spacing: 6.7px;
  }

  .resources_header {
    height: 631px;
  }

  .resources_header_font {
    font-size: 48px;
    letter-spacing: 11.52px;
  }

  .resources_links p {
    font-size: 24.96px;
    margin-bottom: 19.2px;
  }
  /* END RESOURCES PAGE 2019 CLASSES ================================================================================= */
}

@media (min-width: 1500px)
{
  .featured_blog_post_name
  {
    font-size: 72px;
    height: 210px;
    /*left: 250px;
    top: 100px;
    width: 1000px;*/
  }

  .featured_blog_post_description
  {
    font-size: 16px;
    height: 67px;
    /*left: 395px;*/
    padding: 20px 0 0 0;
    top: 340px;
    /*width: 725px;*/
  }
}

@media (max-device-width: 1000px), (max-width: 1000px)
{
  #homepage_slideshow .slideshow .hero_background h1
  {
    font-size: 70px;
  }

  #homepage_slideshow .slideshow .hero_background h3
  {
    padding-top: 155px;
    font-size: 48px;
  }

  #homepage_slideshow .slideshow .hero_background p
  {
    width: 80%;
  }

  #homepage_slideshow .slideshow .hero_background#work h1
  {
    font-size: 120px;
  }

  #homepage_slideshow .slideshow .hero_background#friendship h1
  {
    font-size: 90px;
  }

  #homepage_slideshow .slideshow .hero_background#friendship h3
  {
    padding-top: 200px;
    font-size: 28px;
  }

  .secondary_content .quote_container .quote
  {
    font-size: 18px;
  }

  /* Info Box Styles */
  .infoBox > div:first-child
  {
    margin: 5% 10%;
    text-align: center;
  }

  #blog_posts
  {
    text-align: center;
  }

  #blog_posts #blog_tags,
  #blog_posts #blog_post
  {
    text-align: left;
  }

  .featured_blog_post_name
  {
    top: 9.7vw;
  }

  .featured_blog_post_description
  {
    display: none;
  }
}

@media (max-device-width: 800px), (max-width: 800px)
{

  /* Info Box Styles */
  .infoBox
  {
    height: 300px;
  }

  .boxLetter
  {
    border-radius: 100%;
    background: white;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 42px;
    margin: 0 auto;
  }

  .infoBox > div > h1
  {
    font-size: 1.5em;
  }

  .infoBox > div > p
  {
    font-size: .75em;
  }
}

@media (max-device-width: 750px), (max-width: 750px)
{
  /* Quote Box Stuff */
  .quoteBoxContainer, #quoteBox, .quote_vertical_center, .quote_content
  {
    display: block;
    height: auto;
    min-height: 0;
    width: auto;
  }

  #quoteLeftArrow, #quoteRightArrow
  {
    display: none;
  }

  .quote_image
  {
    display: block;
    float: none;
    height: auto;
    margin: 10px 0;
    width: auto;
  }

  .quote_image img
  {
    height: 225px;
    width: 225px;
  }

  .quote_content
  {
    text-align: center;
  }

  /* Info Box Styles */
  .infoBox
  {
    float: none;
    display: block;
    width: 100%;
  }

  .infoBox > div:first-child
  {
    height: 90%;
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
  }

  .infoBox > div > h1
  {
    font-size: 2em;
    margin-bottom: 0;
  }

  .infoBox > div > p
  {
    margin-top: 0;
    font-size: 1em;
  }

  .featured_blog_post_name
  {
    top: 73px;
    font-size: 35px;
    height: 92px;
  }

  .left {
    margin-left: 0;
  }

  .right {
    margin-left: 0;
  }

  .infoblock {
    width: 100%;
  }

  .infoblock_background {
    background: #000;
    opacity: .5;
  }

  .infobanner {
    height: 73vw;
    min-height: auto;
  }

  .infoblurb h2 {
    font-size: 13vw;
  }

  .infoblurb h4 {
    font-size: 6.5vw;
  }

  .infoblurb p {
    font-size: 4.5vw;
  }

  .why_banner .infoblurb {
    padding: 6% 4%;
  }

  .how_banner .infoblurb {
    padding: 1% 3%;
  }

  .what_banner .infoblurb {
    padding: 3% 10%;
  }

  .results_banner .infoblurb {
    padding: 3% 10%;
  }

  #philosophy {
    background-size: auto 100%;
    background-position: center;
    height: 70vw;
    min-height: auto;
    padding: 10% 0;
    margin-top: -40px;
  }

  #philosophy p {
    font-size: 4.5vw;
  }

  /* RESOURCES PAGE 2019 CLASSES ===================================================================================== */
  #resources_basic {
    display: none;
  }

  .resources_blog_post {
    margin: 0;
  }

  .resources_blog_post img {
    width: 45%;
  }

  .resources_blog_post .blog_info_block {
    width: 53%;
  }

  .resources_content {
    font-size: 6.3vw;
  }

  .resources_column {
    width: 100%;
    margin: 5% 0;
    text-align: left;
  }

  .resources_column h1 {
    font-size: 6vw;
    margin: 0;
    text-align: center;
  }

  .resources_column h2 {
    font-size: 5.5vw;
    margin: 0;
    text-align: center;
  }

  .resources_column h4 {
    font-size: 5vw;
    text-align: center;
    margin: 1vw;
  }

  .resources_column p {
    margin: 2vw 0 ;
    font-size: 5vw;
  }

  .resources_dimmed {
    opacity: .5;
  }

  .resources_event_post {
    margin: 6vw 2vw;
  }

  .resources_flex_columns {
    display: block;
  }

  #resources_footer {
    display: none;
  }

  .resources_header {
    height: 177vw;
    margin-bottom: 0;
    background-color: #000;
    transition: height 1s;
  }

  #resources_header_conscious_business {
    width: 100%;
    background-size: 133%;
    background-position: center;
    transition: height 1s, opacity 1s;
  }

  .resources_header_font {
    font-size: 6.5vw;
  }

  #resources_header_technology {
    width: 100%;
    background-size: 133%;
    background-position: center;
    transition: height 1s, opacity 1s;
  }

  .height_technology {
    height: 89.25vw;
  }

  .height_business {
    height: 89.25vw;
    margin-top: -1.5vw;
  }

  .loadMoreButton {
    width: initial;
  }

  .shrink_business {
    height: 15vw;
    margin-top: -1.2vw;
  }

  .shrink_header {
    height: calc(30vw + 60px);
  }

  .shrink_technology {
    height: calc(15vw + 60px);
  }
  /* END RESOURCES PAGE 2019 CLASSES ================================================================================= */
}

@media (max-device-width: 650px), (max-width: 650px)
{
  .microsoft_citrix section .row
  {
    margin: 25px 0px 35px;
  }

  .microsoft_citrix section .row img.img_before
  {
    display: inline-block;
  }

  .microsoft_citrix section .row img.img_after
  {
    display: none;
  }

  .microsoft_citrix section .row p,
  .microsoft_citrix section .row img
  {
    width: 100%;
  }
}

@media (max-width: 530px)
{
  #homepage_slideshow
  {
    height: 380px;
  }

  #homepage_slideshow .slideshow
  {
    height: 400px;
  }

  #homepage_slideshow .slideshow .hero_background h1
  {
    font-size: 50px;
  }

  #homepage_slideshow .slideshow .hero_background h3
  {
    padding-top: 90px;
    font-size: 32px;
  }

  #homepage_slideshow .slideshow .hero_background p
  {
    font-size: 19px;
  }

  #homepage_slideshow .slideshow .hero_background#work h1
  {
    font-size: 80px;
  }

  #homepage_slideshow .slideshow .hero_background#friendship h1
  {
    font-size: 64px;
  }

  #homepage_slideshow .slideshow .hero_background#friendship h3
  {
    padding-top: 120px;
    font-size: 20px;
  }
}

@media (max-width: 510px)
{
  #featured_blog_posts .featured_blog_post img
  {
    width: auto;
  }
}

@media (max-device-width: 420px), (max-width: 420px)
{
  /* Info Box Styles */
  .infoBox > div > h1
  {
    font-size: 1.5em;
  }

  .infoBox > div > p
  {
    font-size: .75em;
  }
}

@media (max-width: 360px)
{
  #homepage_slideshow .slideshow .hero_background h1
  {
    font-size: 40px;
  }

  #homepage_slideshow .slideshow .hero_background h3
  {
    padding-top: 97px;
  }

  #homepage_slideshow .slideshow .hero_background p
  {
    font-size: 16px;
  }

  #homepage_slideshow .slideshow .hero_background#friendship h1
  {
    font-size: 52px;
  }

  #homepage_slideshow .slideshow .hero_background#friendship h3
  {
    padding-top: 130px;
    font-size: 16px;
  }
}