/*
Theme Name: Amesite Main Site Update
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 15kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.7.0
Updated: 2019-05-18 18:19:21
*/

/* MOBILE STYLES HERE */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  /* font-family:'Helvetica Neue', sans-serif; */
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}

body {
  font-size: 18px !important;
  font-family: "Montserrat";
  margin: 0 auto;
  padding: 0 auto;
  background: none;
}

input {
  padding-left: 0.5rem;
  color: #67005a;
}

input:focus {
  outline: none;
}

select {
  font-family: "Montserrat";
  font-weight: 400;
  padding-left: 0.5rem;
  color: #67005a;
}

select:focus {
  outline: none;
}

textarea {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  resize: none;
  color: #67005a;
}

textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #67005a;
  font-family: "Montserrat";
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #67005a;
  font-family: "Montserrat";
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #67005a;
  font-family: "Montserrat";
  font-weight: 400;
}

::placeholder {
  color: #67005a;
  font-family: "Montserrat";
  font-weight: 400;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.heading1 {
  font-family: 'Montserrat';
  font-size: 45px;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.heading2 {
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 600;
}

.heading3 {
  font-size: 30px;
  line-height:1.2;
  font-family: 'Montserrat';
}

.heading4 {
  font-size: 22px;
  font-family: 'Montserrat'
}

.paragraph {
  font-family: 'Montserrat';
  font-size: 22px;
  line-height: 1.5;
}

.paragraph2 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.learn_more_text {
  font-size: 16px;
  cursor: pointer;
  padding-left: 0.6rem;
  padding-bottom: 1em;
}

.offwhite-txt {
  color: #ffffff;
}

.dark-txt {
  color: #11000f;
}

.purple-txt {
  color: #172c45;
  font-family: "Montserrat";
}

.purple-txt-2 {
  color: #a08b9c;
}
.purple-txt-3 {
  color: #67005a;
}

.pink-txt {
  color: #ff70eb;
}

.orange-txt {
  color: #ff8746;
}

.orange-txt-2 {
  color: #ff4900;
}

.bold_text {
  font-weight: 600;
}

.regular_text {
  font-weight: 400;
}

.light_text {
  font-weight: 300;
}

#demo_form_container,
#demo_form_container_home {
  display: none;
  position: fixed;
  z-index: 2000;
  background-color: white;
  border-radius: 12px;
  width: 50%;
  padding: 0 5%;
  left: 0;
  right: 0;
  top: 2%;
}

#form_heading {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form_heading_text {
  font-size: 18px;
  font-weight: 400;
}

.submit_content {
  display: inline-block;
  vertical-align: middle;
}

#job_title {
  width: 100%;
}

#company_name {
  width: 100%;
}

#submit_section {
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.center {
  text-align: center;
}

.center_row {
  width: 50%;
  margin: 0 auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.text_padding_left {
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 18px;
}

.padding_left {
  padding-left: 1rem;
}

.col-med{
  width: 75%;
  margin: 0 auto;
}

.col-med >h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
}

.col-med > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;

}

.shadow {
  box-shadow: 0 4px 16px #a08b9c;
}

/* BUTTON, INPUT & IMAGE STYLES */
.text_oval {
  position: absolute;
  width: 90px;
  top: -20px;
  left: -10px;
}

.amesite_button {
  text-align: center;
  width: 172px;
  height: 44px;
  background-color: #ff733b;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat";
  padding-bottom: 0.2em;
  transition: 0.2s;
}

.amesite_button_purple {
  text-align: center;
  width: 172px;
  height: 44px;
  background-color: #990088;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat";
  padding-bottom: 0.2em;
  transition: 0.2s;
}

.amesite_button_purple:hover{
  cursor: pointer;  
  background-color: #ff733b;
}

.amesite_button_2 {
  text-align: center;
  height: 44px;
  background-color: #ff733b;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat";
  padding-bottom: 0.2em;
  padding:0 24px;
  transition: 0.2s;
}

.amesite_button:hover {
  text-decoration: none;
  color: white;
  background-color: #c41400;
  cursor: pointer;
}

.amesite_button:focus {
  outline: none;
}

.amesite_button_2:hover {
  text-decoration: none;
  color: white;
  background-color: #c41400;
  cursor: pointer;
}

.amesite_button_2:focus {
  outline: none;
}

.amesite_input {
  width: 100%;
  height: 40px;
  margin-left: auto;
  border-radius: 2px;
  border: none;
  font-size: 15px;
  margin-bottom: 2rem;
  text-align: center;
}

.amesite_input:focus {
  outline: none;
  color: #67045a;
}

.amesite_input_modal {
  width: 100%;
  height: 40px;
  color: #67005a;
  background-color: #f9f6f8;
  margin-left: auto;
  border-radius: 2px;
  border: none;
  font-size: 15px;
  margin-bottom: 2rem;
  text-align: center;
}

.amesite_input_modal:focus {
  outline: none;
  color: #67045a;
}

.amesite_input_button {
  width: 150px;
  height: 40px;
  margin: 0;
  margin-right: auto;
  background-color: #ff733b;
  color: #ffffff;
  font-family: "Montserrat";
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.amesite_input_button_form {
  width: 150px;
  height: 40px;
  margin: 0;
  margin-right: auto;
  background-color: #ff733b;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.amesite_play_button {
  width: 88px;
  height: 88px;
  display: block;
  margin: 0px 0px 0px 24px;
  cursor: pointer;
  transition: transform 0.2s;
  display: inline-block;
}

.video_play_button_resources {
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-right: 0.5rem;
}

.learn_more_button {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}

.read_more_text {
  display: inline-block;
  margin-right: 0.5rem;
  color: #a08b9c;
}

.read_more_arrow {
  display: inline-block;
  stroke: #a08b9c;
}

.resource_card:hover .read_more_text {
  color: #fff;
}

.resource_card:hover .read_more_arrow {
  stroke: #fff;
}
.resource_card:hover .post-type-show .post-type-name.blog {
  color: #ff70eb;
}
.resource_card:hover .post-type-show .post-type-name.press {
  color: #ff8746;
}
.resource_card:hover .post-type-show .post-type-name.webinar {
  color: #af4dff;
}
.resource_card:hover .post-type-show .post-type-name.webinar {
  color: #990088;
}
@media only screen and (min-width: 768px) {
  .resource_card:hover {
    transform: scale(1.05);
  }
}

.amesite_arrow_button {
  width: 10px;
}

/* BUTTON & IMAGE STYLES */
#homepage_container {
  padding-top: 60px;
  overflow-y: hidden;
}

.page_container {
  padding-top: 60px;
  overflow-x: hidden;
}

#navbar {
  z-index: 1000;
  background-color: #FFFFFF;
  white-space: nowrap;
}
.menu-mainnavigation-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.menu_float_left {
  padding: 20px 0 20px 0;
}

li.menu-item {
  list-style: none;
  display: block;
}

li.menu-item,
li.menu-item a {
  text-decoration: none !important;
  color: #172C45;
  position: relative;
  margin-left: 0;
  vertical-align: middle;
  padding-bottom: 12px;

}
.nasdaq_ticker_symbol {
    color: #172c45;
  }

#navbar_items {
  border-top: solid 3px #ff70eb;
  padding-left: 0;
}

#navbar_items li {
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
}

.bottom_border{
  /* border-bottom: 3px solid #ff70eb; */
  -webkit-box-shadow: 0px 5px 7px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 5px 7px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

#solutions_section_left {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

li#menu-item-business a,
li#menu-item-higher-education a,
li#menu-item-museum a{
  padding-top: 6px;
  color: #67005a;
  border-bottom: none;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

li#menu-item-business:hover,
li#menu-item-higher-education:hover,
li#menu-item-museum:hover{
  margin: 0;
}

p.menu-desc {
  display: none;
}

#solutions_section_left {
  margin-top: 0 !important;
}

li#menu-item-solutions:hover ul.sub-menu {
  display: block;
  background-color: #383654;
  margin-top: 0;
  border-top: none;
  z-index: 1000;
}

li#menu-item-solutions {
  padding-bottom: 0;
}

ul.sub-menu {
  display: block;
  background-color: none;
  padding: 0 0.5em 0;
  overflow: hidden;
}

ul.sub-menu li,
ul.sub-menu li a {
  margin-left: 0;
  border-bottom: none;
}

ul.sub-menu li:hover,
ul.sub-menu li a:hover {
  border-bottom: 0;
}

li#menu-item-contact a {
  text-align: center;
}

li#menu-item-contact {
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  background-color: #ff915f;
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
  border-radius: 2px;
  display: block;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-left: 0;
  transition: background-color 0.25s ease;
  border-bottom: none;
  margin-top: 1.5em;
}

li#menu-item-contact a {
  margin-left: 0;
  padding: 0;
}

li#menu-item-contact:hover,
li#menu-item-contact a:hover {
  border-bottom: none;
  color: #172c45;
}

li#menu-item-contact:hover {
  background-color: #ee8150;
}

.demo_button_mobile {
  width: 80%;
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2em;
  z-index: 20;
}

/* HERO BANNER STYLES */
#hero_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/banner_photo_updated.png");
  background-color: #11000f;
  width: 100%;
  height: auto;
  background-position-x: center;
}

#hero_banner_left {
  width: 100%;
  padding-top: 1rem;
}

#bg_oval {
  display: none;
}

#hero_banner_left_text {
  text-align: left;
}

#hero_banner_heading_light {
  font-weight: 400;
}

#hero_banner_heading_bold {
  font-weight: 600;
}

#hero_banner_right {
  position: relative;
  text-align: center;
  margin: 0;
}

#hero_banner_anchor {
  text-decoration: none;
  display: flex;
}

.hero_banner_left_text.offwhite-txt.heading1 {
  margin: 0px 36px 8px 36px;
  line-height:1.2;
}

.achieve_more_row .row p.dark-txt {
  display:inline;
  margin-bottom:1em;
}

.achieve_more_row .row img.tick_image {
  margin-top:1.5em;
}


@media only screen and (min-width: 768px) and (max-width: 1313px) {
  .hero_banner_left_text.offwhite-txt.heading1 {
    margin: 36px 36px 8px 36px;
  }
}

@media only screen and (max-width: 767px) {
  .hero_banner_left_text.offwhite-txt.heading1 {
    margin: 0px;
  }
}

/* HERO BANNER STYLES */
/* WHY CHOOSE AMESITE STYLING */
#microsoft_partner {
  background-color: #fff;
}

#microsoft_partner_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 435px;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
}

#why_choose_amesite {
  background-image: linear-gradient(270deg, #EAD9FF -1.01%, #FFF0EE 103.09%);;
}

#why_choose_amesite_heading {
  margin: 2rem 0 0 0;
  padding-left: 20px;
  font-family: 'Montserrat';
  font-weight: 600;
}

#why_choose_amesite_oval {
  position: absolute;
  width: 90px;
  top: -20px;
  left: -6px;
}

.why_choose_amesite_images {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

#why_choose_amesite_content_1 {
  position: relative;
}

#why_choose_amesite_content_1 > p{
  padding-left: 20px;
  font-size: 24px;
  line-height: 34px;
}

.font_size_18{
  font-size: 18px !important;
}

.font_size_24{
  font-size: 24px !important;
}

#quote_oval {
  display: none;
}

#why_choose_amesite_content_2 {
  margin-bottom: 10%;
}

#why_choose_amesite_content_3 {
  margin-bottom: 10%;
}

#quote_container {
  text-align: center;
  margin: 0 auto;
  padding: 2em 3% 0 3%;
  width: 90%;
  margin-bottom: 3rem;
  border-top: solid 2px #ff70eb;
}

#quote_text {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 70px;
  line-height: 27px;
}

#make-space{
  height: 300px;
}

/* The dot/bullet/indicator container */
.dot-container {
  position: relative;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ff70eb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/* .active,
.dot:hover {
  background-color: #ffffff;
} */

/* END OF WHY CHOOSE AMESITE STYLING */
#solutions {
  margin: -20rem 0 4em 0;
}

#solutions_heading {
  padding-left: 20px;
}

.solution_card {
  display: inline-block;
  color: #172c45;
  margin: 0 1rem 2rem 1rem;
  margin-bottom: 1rem;
  background: #f9f6f8;
  border-radius: 8px;
  position: relative;
  width: 100%;
  /* height: 170px; */
  cursor: pointer;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

.solution_card p.heading4 {
  font-size: 30px;
  line-height: 62px;
  width: 90%;
  margin: 36px auto;
}

.solution_card:hover {
  transform: scale(1.05)
}

.solutions-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.solution_anchors {
  text-decoration: none;
}

#featured_in {
  width: 100%;
  margin-bottom: 1rem;
}

#featured_in_heading {
  padding-left: 20px;
}

#featured_in_heading h1 {
  font-weight: 600;
}

#media_icons_container {
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#featured_in_bubble {
  position: relative;
}

#featured_in_heading {
  margin: 0;
}

#trusted_by_heading {
  margin: 0;
}

#media_icons_container a {
  flex-basis: 50%;
  text-align: left;
}

#media_icons_container a img {
  max-height: 120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.3em;
}

#trusted_by {
  width: 100%;
  margin: 2rem 0;
}

#trusted_by_heading {
  padding-left: 20px;
}

#trusted_by_heading h1 {
  font-weight: 600;
}

#partner_icons_container {
  margin: 1%;
  text-align: left;
}

#partner_icons_container a {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}

#partner_icons_container a img {
  max-width: 90%;
  margin-bottom: 20px;
  padding: 1.3em;
}

/* .dropdown {
  float: left;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}

.dropdown .dropbtnHome,
.dropdown .dropbtn,
.dropdown .dropbtnQR,
.dropdown .dropbtnSF {
  cursor: pointer;
  font-size: 18px;
  border: solid 1px #67005a;
  border-radius: 4px;
  outline: none;
  color: #67005a;
  padding: 8px 16px 8px 16px;
  background-color: inherit;
  font-family: inherit;
  width: 100%;
  display: block;
  height: 40px;
  text-align: left;
}

.dropdown .dropbtnHome .fa,
.dropdown .dropbtn .fa,
.dropdown .dropbtnQR .fa,
.dropdown .dropbtnSF .fa {
  padding-top: 3px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f6f8;
  min-width: 140px;
  box-shadow: 0px 4px 16px #a08b9c;
  z-index: 10;
  border-radius: 4px;
  width: 100%;
}

.dropdown-content a {
  float: none;
  color: #67005a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 18px;
}

.dropdown-content a:hover {
  background-color: #e7e1e6;
}

.dropdown-content a:focus {
  background-color: #e7e1e6;
} */

.show {
  display: block;
}

.fa {
  float: right;
  padding-left: 30px;
  padding-top: 2%;
}

#full_filter {
  display: none;
}

#resources {
  position: relative;
  margin: 0 0 1em 0;
}

#resources_paragraph {
  display: flex;
  align-items: center;
  margin-top: 6%;
}
#resource_card_container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#resource_card_container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#resources_arrows {
  position: absolute;
  z-index: 1;
  top: 850%;
  display: flex;
  width: 100%;
}

#slide_left {
  cursor: pointer;
}

#slide_right {
  cursor: pointer;
  margin-left: auto;
  order: 2;
}

#resource_carousel {
  width: auto;
}

.filter_text {
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-decoration-color: #67005a;
  margin-right: 4rem;
  margin-left: 1.5rem;
  cursor: pointer;
}

#filter_icons_container {
  padding-left: 1.5rem;
}

#filter_icons_container a {
  text-decoration: none;
  display: inline-block;
  line-height: 3;
  margin-right: 3rem;
}

img.filter_icons {
  margin-right: 12px;
  cursor: pointer;
  transition: ease all 0.1s;
  height: 26px;
  vertical-align: middle;
}

.resource_filter_text {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  color: #a08b9c;
  vertical-align: middle;
  padding-bottom: 15px;
}

.filter_icons:hover {
  transform: scale(1.02);
}

#resources_heading {
  padding-left: 20px;
}

#resource_card_container {
  overflow-x: scroll;
  overflow-y: hidden;
  height: auto;
  white-space: nowrap;
  margin: 2rem 0 5rem 0;
  scroll-behavior: smooth;
}

.resource_card {
  text-align: left;
  display: inline-block;
  color: #ffffff;
  margin: 0 1rem 2em;
  border-radius: 4px 4px 6px 6px;
  position: relative;
  width: 100%;
  height: 100%;
  width: 425px;
  max-width: 425px;
  max-height: 645px;
  cursor: pointer;
}

.resource_icon_container {
  padding: 5% 10%;
}

.resource_image {
  width: 100%;
  height: 244px;
}

.resource_card_button_text {
  display: inline-block;
}

.box {
  position: relative;
  transition: 0.2s;
  overflow: hidden;
}

.box .resource_heading {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15%;
  /* Adjust this value to move the positioned div up and down */
  text-align: left;
  width: 80%;
  /* Set the width of the positioned div */
}

.resource_text_container {
  padding-top: 2%;
  padding-left: 10%;
}

.resource_description {
  margin-bottom: 1rem;
}

.resource_bottom_banner {
  width: 100%;
  height: 86px;
  background-color: #e7e1e6;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  border-bottom-left-radius: 4.5px 4.5px;
  border-bottom-right-radius: 4.5px 4.5px;
  padding: 3.5% 9%;
}

.show_result {
  display: inline-block;
}

.resource_filter_text {
  cursor: pointer;
}

.press-description-single a {
  font-weight: bold;
  color:#ff5314;
}

.btn {
  color: #a08b9c;
}

.btn:hover {
  color: #67005a;
  border-bottom: solid 3px #67005a;
}

.btn.filter_active {
  color: #67005a;
  border-bottom: solid 3px #67005a;
}

.filter_text :hover {
  border-bottom: solid 3px #67005a;
}

.filter_text.filter_active {
  border-bottom: solid 3px #67005a;
}

/* BACKGROUND COLORS */
.primary-bg {
  background-color: #cd39b8;
}

.offwhite-bg {
  background-color: #f9f6f8;
}

/* .row {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
} */

.nav_row {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.col50 {
  display: block;
  margin: 0;
}

.col60 {
  display: block;
  margin: 0;
}

.col40 {
  display: block;
  margin: 0;
}

.col100 {
  display: block;
  margin: 0;
}

.col25 {
  display: block;
  margin: 0;
}

.col75 {
  display: block;
  margin: 0;
}

.col33 {
  display: block;
  margin: 0;
  position: relative;
}

.social_icons {
  width: 25px;
  margin-top: 10px;
  margin-right: 3px;
}

.partner_icons {
  margin-right: 5rem;
  margin-bottom: 3rem;
  cursor: pointer;
  vertical-align: middle;
}

.quote_icons {
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.resource_icon {
  width: 75px;
}

/* NAVIGATION STYLES */
.header {
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  z-index: 15;
  height: 71px;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0.4em 0.4em 0.4em 0.6em;
  text-decoration: none;
}

.header .menu {
  clear: both;
  height: 0;
  display: none;
  transition: max-height 0.2s ease-out;
}

.header .menu-btn {
  display: none;
  cursor: pointer;
}

.amesite-logo-desktop {
  max-width: 120px;
}

.manage-banner {
  background-color:#ff733b;
  color:#ffffff;
  padding-bottom:24px;
  text-align:center;
}

.manage-banner .row {
  padding:.5em 1.5em;
}

.manage-banner .row h3 {
  font-weight:400;
  margin-bottom:0;
}

a.learn-more {
  display:block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  color: #000000;
  font-size: 18px;
  font-weight:600;
  text-decoration:none;
  font-family: "Montserrat";
  padding-bottom: 0.2em;
  padding: 12px 24px;
  width:100%;
  margin:0 auto;
}

/* CASE STUDY BANNER STYLES */

.case-study-banner {
  left: 0px;
  top: 71px;
  background: linear-gradient(270deg, #FFF0EE -1.01%, #EAD9FF 103.09%) !important;
}

.case-study-banner-2 {
  background: linear-gradient(270deg, #EAD9FF -1.01%, #FFF0EE 103.09%) !important;
}

.small-heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 46px;
  color: #172c45;
  text-transform: uppercase;
}

a.case-study-primary-button {
  background: #172c45;
  border-radius: 4px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  /* or 78% */
  text-align: center;
  color: #FFFFFF;
  height: 72px;
  padding-top: 29px;
  min-width: 233.08px;
  margin-bottom: 8px;
}

a.case-study-secondary-button {
  background: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  /* or 78% */
  text-align: center;
  color: #172c45;
  border: 2px solid #172c45;
  box-sizing: border-box;
  border-radius: 4px;
  height: 72px;
  padding-top: 29px;
  min-width: 233.08px;
}

.case-study-button-container{
  margin-right: 0px;
}

.case-study-header {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 60px;
  /* or 133% */
  color: #172c45;
  margin-top: 9px;
  margin-bottom: 20px;
}

.no_btn_carousel{
  display:flex;
  height: 100%;
  align-items: center;
  margin: 0 0 0 auto;
  width: 90%;
}

.case-study-para {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  /* or 170% */
  color: #FFFFFF;
}

.case-study-image {
  margin-right: 87px;
  width: 100%;
  height: auto;
  max-width: 532px;
}

@media only screen and (min-width: 1313px) {

  .bottom_border{
    border-bottom: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
  }

  .manage-banner {
    display:flex;
    align-items:center;
    padding-bottom:16px;
  }
  
  .manage-banner .row.text {
    flex-basis:70%;
  }

  .manage-banner .row.button {
    padding-top:28px;
    flex-basis:30%;
  }

  a.learn-more {
    margin-right:0;
    max-width:220px;
  }


    #demo_form_container,
	#demo_form_container_home {
	  top: 15%;
	}
	
  li.menu-item:hover a {
    border-bottom: solid 2px #e57fff;
  }

  li.menu-item:active a {
    border-bottom: solid 2px #e57fff;
  }

  p.menu-desc {
    display: block;
    white-space: normal;
  }

  li#menu-item-business a,
  li#menu-item-higher-education a,
  li#menu-item-museum a{
    padding-top: 6px;
    color: #67005a;
    border-bottom: none;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }

  li#menu-item-business:hover,
  li#menu-item-higher-education:hover,
  li#menu-item-museum:hover{
    border-radius: 4px;
    background-color: #e7e1e6;
    border-bottom: none;
    cursor: pointer;
    padding: 0px;
    padding-top: 6px;
    padding-bottom: 12px;
  }

  li#menu-item-business:hover,
  li#menu-item-higher-education:hover,
  li#menu-item-museum:hover{
    border-radius: 4px;
    background-color: #e7e1e6;
    border-bottom: none;
    cursor: pointer;
    padding: 0px;
    padding-top: 6px;
    padding-bottom: 12px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /* margin-left:1em; */
    margin-right: 1em;
  }

  #navbar_items li {
    width: auto;
    margin-right: 2em;
    text-align: left;
  }

  li#solutions_navigation ul.sub-menu {
    display: none;
  }

  li#solutions_navigation:hover ul.sub-menu li {
    text-align: left;
    margin-right: 1em;
  }
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}



.header .menu-icon .navicon {
  background-color: #172c45;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background-color: #172c45;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn:checked ~ .menu {
  height: 100vh;
  display: block;
  /* background-color: #fff; */
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* END NAVIGATION STYLES */
/* FOOTER STYLES */
#footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(270deg, #EAD9FF 1.64%, #FFF0EE 98.43%);
}

.footer_text {
  color: #172C45;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 8px;
  margin-top: 0;
  display: block;
}

.footer_text_header {
  font-size: 18px;
  font-weight: 600;
}

.privacy-policy-text {
  text-decoration: none;
}
.privacy-policy-text:hover {
  text-decoration: underline;
}

.footer_copyright {
  font-size: 12px;
  font-weight: 400;
  color: #172C45;
}

#footer_form {
  text-align: center;
}

#footer_container {
  padding: 1em;
}

#footer_call_to_action {
  font-size: 36px;
  font-weight: 600;
  font-family: Montserrat;
  width: 90%;
  margin: 5rem auto 2.5rem auto;
}

#footer_form {
  margin: 0 0 5rem 0;
}

#copyright {
  width: 100%;
  padding-left: 1.3rem;
  padding-bottom: 22px;
}

.copyright_content {
  margin: 0 1rem 0 0;
}

.amesite_address {
  margin-left: 0.7rem;
}

li#solutions_navigation:hover ul.sub-menu {
  display: block;
  background-color: #383654;
  margin-top: 0;
  border-top: none;
  z-index: 1000;
}

ul.sub-menu {
  display: block;
  background-color: none;
  /* padding: 0.5em; */
  /* padding-left: 2em; */
  overflow: hidden;
}

ul.sub-menu li,
ul.sub-menu li a {
  margin-left: 0;
  border-bottom: none;
}

ul.sub-menu li:hover,
ul.sub-menu li a:hover {
  border-bottom: 0;
}

#about_us_banner {
  background-color: white;
  background-image: url("images/about_us.png");
  background-size: cover;
  background-position: 100% 100%;
  background-position-x: center;
}

#leadership_banner {
  background-color: white;
  background-image: url("images/leadership.png");
  background-size: cover;
  background-position: 100% 100%;
  background-position-x: center;
}

#about_us_banner_content,
#leadership_banner_content {
  padding: 3rem 0 5rem 0;
}

#about_us_paragraph,
#leadership_paragraph {
  display: flex;
  align-items: center;
}

#about_us_body_content,
#leadership_body_content {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

#leadership_body_content a,
.directors a  {
  text-decoration:none;
  font-weight:bold;
  color:#FF8746;
}

.single_board_image img {
  width:200px;
  height:auto;
  margin-bottom:1.5em;
}

#culture_and_values_content {
  background-image: linear-gradient(270deg, #EAD9FF -1.01%, #FFF0EE 103.09%);
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.beats {
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
  display: flex;
  max-width: 1380px;
  flex-wrap: wrap;
  text-align: center;
}

.one-beat {
  flex-basis: 100%;
  padding: 0 6%;
  margin: 3% 0;
  border-radius: 8px;
  border: 1px solid #e7e1e6;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.one-beat h3 {
  padding-bottom: 1rem;
}

.one-beat-pink {
  background: linear-gradient(to bottom, #11000f 50%, #ff70eb 50%);
}

.one-beat-red {
  background: linear-gradient(to bottom, #11000f 50%, #990088 50%);
}

.one-beat-purple {
  background: linear-gradient(to bottom, #11000f 50%, #af4dff 50%);
}

.one-beat-blue {
  background: linear-gradient(to bottom, #11000f 50%, #430099 50%);
}

.one-beat-homepage {
  flex-basis: 48%;
  padding: 0 6%;
  margin: 1%;
  border-radius: 8px;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.beats-row-2 {
  flex-direction: row;
}

#our_awards_content {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {

.awards_images{
  display: block;
  margin: 3rem auto 3rem;
  align-items: center;
}}

#awards_image_1 {
  height: auto;
  width: 40%;
  opacity: 80%;
}

#awards_image_2 {
  height: auto;
  width: 40%;
  opacity: 80%;
}

#awards_image_3 {
  height: auto;
  width: 50%;
  opacity: 90%;
}
#awards_image_4 {
  height: auto;
  width: 40%;
  opacity: 75%;
}
#awards_image_5 {
  height: auto;
  width: 40%;
  opacity: 80%;
}
#awards_image_6 {
  height: auto;
  width: 38%;
}
#awards_image_7 {
  height: auto;
  width: 40%;
}

#investor_relations_banner {
  background-image: url("images/Investor_relations.png");
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 3.5rem;
}

#investor_relations_banner_content {
  padding-bottom: 3.5rem;
}

.ir_table_container {
  width: 100%;
}

.ir_table {
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.ir_table_header_container {
  background: #f9f6f8;
  height: 65px;
}

.ir_table_header {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}

.ir_year {
  background-color: #e7e1e6;
}

.active_year {
  background-color: #67005a;
  color: #ffffff;
  font-weight: 600;
}

#contact_us_banner {
  background-image: url("images/Contact_us.png");
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 3.5rem;
}

#contact_us_banner_content {
  padding-bottom: 3.5rem;
}

.contact_form_inputs {
  width: 50%;
  margin: 0.7rem 0;
}

.contact_form_inputs input,
.contact_form_inputs select,
.contact_form_inputs textarea {
  width: 90%;
  height: 44px;
  background-color: #f9f6f8;
  border: none;
  border-radius: 4px;
  font-size: 18px;
}

.contact_form_inputs input {
  padding: 12px;
}

.contact_form_inputs textarea {
  margin: 0.7rem 0;
  padding-left: 0.7rem;
  color: #67005a;
  width: 95%;
  height: 129px;
}

.contact_form_inputs input::placeholder,
.contact_form_inputs select option.placeholder,
.contact_form_inputs select option,
.contact_form_inputs textarea::placeholder {
  color: #67005a;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

#resources_banner {
  background-image: url("images/resources.png");
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 3.5rem;
}

#case_study_banner {
  background-image: url("images/case-study-page-banner.png");
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 3.5rem;
}

#resources_banner_content {
  padding-bottom: 3.5rem;
}

#resources_card_container {
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#business_banner {
  background-image: url("images/for_business.png");
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 3.5rem;
}

#business_banner_content {
  padding-bottom: 3.5rem;
}

#higher_ed_banner {
  background-image: url("images/for_higher ed.png");
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 3.5rem;
}

#higher_ed_banner_content {
  padding-bottom: 3.5rem;
}

.business_benefits_container {
  background-color: #f9f6f8;
  padding: 3em;
  padding-bottom: 6em;
}

.customer_quote_container {
  background-color: #f9f6f8;
  padding: 3em;
}

.solutions_image {
  width: 100%;
}



@media only screen and (max-width: 767px) {
  .solutions_image {
    padding-top: 1em;
  }
}

.achieve_more_container {
  padding: 3em;
}

.achieve_more_row {
  margin-bottom: 1rem;
}

.cust_desc {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.solution_form {
  margin-bottom: 3rem;
}

#privacy_policy_body_content {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

#privacy_policy .heading3 {
  margin-bottom: 0;
}

#updated_time {
  margin-top: 0;
  margin-bottom: 2.6rem;
}

#privacy_policy .heading4 {
  font-size: 18px;
  margin: 2rem 0;
}

.ul_decoration {
  list-style-type: none;
}

.contact_info_txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.filter_vertical_line {
  border: 1px solid #e7e1e6;
  height: 34px;
  position: relative;
  top: 17px;
}
.first_filter_text {
  margin: 0;
}
/* #filter_icons_container a:last-child{
  margin-right: 20rem;
} */
div.wpforms-container-full .wpforms-form .wpforms-field-hp {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-label-hide {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
  float: left;
}

div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
  width: 100%;
}

#contact-us-form .amesite_input_button_form {
  width: 192px;
  border-radius: 4px;
  font-size: 24px;
  margin-top: 30px;
}
#contact-us-form .amesite_input_button_form:hover {
  color: white;
  background-color: #c41400;
}

#contact-us-form .amesite_input_button_form:focus {
  outline: none;
}
span.post-8583.press.type-press.status-publish.has-post-thumbnail.hentry {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
#resource_carousel {
  position: relative;
  display: inline-flex;
}
#resource_carousel .press-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  position: absolute;
  top: 70px;
  padding: 44px 28px 0;
  z-index: 1;
  white-space: normal;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.resource_card a {
  position: relative;
  display: block;
  width: 100%;
}
.press-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  white-space: normal;
  display: inline-block;
  padding: 21px 44px 7px;
  height: 175px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.press-desc p {
  margin: 0;
  padding: 0;
}
.press-img,
.press-img img {
  margin-left: -1px;
  height: 244px;
  width: 430px;
}
.no_filter {
  margin-left: 4%;
}
.published-date {
  color: #a08b9c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 44px 23px;
}
.page-header-image-single {
  display: none;
}

#footer_form div.wpforms-container-full {
  margin: 0 auto;
  width: 45%;
}

/* TABLET STYLES HERE */
@media only screen and (max-width: 416px) {
  #resources_arrows {
    position: absolute;
    z-index: 1;
    top: 470%;
    display: flex;
    width: 100%;
  }
}

@media only screen and (min-width: 768px){
  .col50 {
    flex-basis: 50%;
    margin: 4% 0;
  }
  .col100 {
    display: block;
    margin: 0;
    position: relative;
    margin-left: 4%;
  }
  .col25 {
    flex-basis: 25%;
    margin: 1%;
  }
  .col60 {
    flex-basis: 60%;
    margin: 1%;
  }
  .col40 {
    flex-basis: 40%;
    margin: 1%;
  }
  .col75 {
    flex-basis: 75%;
    margin: 1%;
  }
  .col33 {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-left: 4%;
  }
  .col66 {
    flex-basis: 66%;
    margin: 1%;
  }
  .heading1 {
    font-size: 42px;
  }
  .heading2 {
    font-size: 40px;
  }
  .heading3 {
    font-size: 30px;
  }
  .heading4 {
    font-size: 22px;
  }
  .paragraph {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
  }
  .paragraph2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
  }

  .paragraph3{
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    max-width: 334px;
    margin: auto;
    margin-bottom: 2rem;
  }  
  .case-study-button-container{
    margin-right: 29.92px;
  }

  .case-study-image {
    margin-top: 24px;
  }

  .learn_more_text {
    font-size: 16px;
    cursor: pointer;
    margin-left: 0.6rem;
  }
  .amesite_button_2 {
    text-align: center;
    height: 44px;
    background-color: #ff733b;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-family: "Montserrat";
    padding-bottom: 0.2em;
    padding:0 16px;
    transition: 0.2s;
  }
  .amesite_input {
    width: 40%;
    margin-left: auto;
    border-radius: 2px;
    border: none;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .solution_card {
    display: inline-block;
    color: #172c45;
    margin-top: 1rem;
    background: #f9f6f8;
    border-radius: 8px;
    position: relative;
    width: 365px;
    height: 465px;
    cursor: pointer;
    transition: 500ms ease-in-out;
    text-align: center;
    padding: 30px;
  }
  .solution_layout {
    flex-direction: column;
  }
  .solutions-section {
    margin: 0 1rem 2rem 1rem;
  }
  #featured_in {
    margin-left: 1rem;
  }
  #trusted_by {
    margin-left: 1rem;
  }
  #partner_icons_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #partner_icons_container a {
    text-align: left;
    text-decoration: none;
    flex-basis: 50%;
  }
  #partner_icons_container a #emu_logo {
    max-width: 106%;
  }
  #partner_icons_container a #humphreys_logo {
    max-width: 70%;
  }
  /* HERO BANNER TABLET STYLES */
  #hero_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/banner_photo_updated.png");
    background-color: #11000f;
    width: 100%;
    background-position-x: center;
  }
  #oval_paragraph {
    margin: 0 auto;
    width: 70%;
  }
  #hero_banner_right_container {
    position: absolute;
    top: 10%;
    left: 10%;
  }
  #hero_banner_left {
    float: left;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 1rem;
    margin: 0 0 3rem 0;
  }
  #bg_oval {
    display: block;
    width: 500px;
    height: 500px;
    position: relative;
  }
  #hero_banner_left_text {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 18%;
  }
  #hero_banner_right {
    text-align: left;
    margin: 7rem 0 2rem 0rem;
  }
  #microsoft_partner {
    background-color: #fff;
  }
  
  #microsoft_partner_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 435px;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
  }  

  #why_choose_amesite {
    background-image: linear-gradient(270deg, #EAD9FF -1.01%, #FFF0EE 103.09%);
  }
  /*END OF HERO BANNER TABLET STYLES */
  #why_choose_amesite_oval {
    position: absolute;
    width: 110px;
    top: -32px;
    left: -14px;
  }
  #right_content {
    margin-top: 3rem;
    width: 40%;
  }
  /* Slideshow container */
  #why_choose_amesite_content_4 {
    position: absolute;
    top: 1850px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .slideshow-container {
    min-height: 400px;
    position: relative;
    width: 616px;
    margin: auto;
  }
  #quote_oval {
    display: block;
    width: 100%;
    position: relative;
  }
  #quote_container {
    padding: 4em 3% 0 3%;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 10%;
    border-top: none;
  }
  #quote_author {
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
  }
  .quote_icons {
    position: absolute;
    top: 355px;
    left: 0;
    right: 0;
  }
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  /* The dot/bullet/indicator container */
  .dot-container {
    position: absolute;
    bottom: 10%;
    left: 45%;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ff70eb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  /* Add a background color to the active dot/circle */
/*   .active,
.dot:hover {
  background-color: #ffffff;
} */
  #resources_arrows {
    position: absolute;
    z-index: 1;
    top: 250%;
    display: flex;
    width: 100%;
  }

  #resources {
    margin: 1rem 0 0 0;
  }

  .filter_text {
    display: inline-block;
  }
  #filter_icons_container {
    padding-left: 0;
    display: inline-block;
    height: 80px;
  }
  .text_oval {
    position: absolute;
    width: 110px;
    top: -4px;
    left: -20px;
  }
  .vertical_line {
    width: 0;
    top: 160px;
    left: 170px;
    height: 34px;
    border: 1px solid #e7e1e6;
    position: absolute;
  }
  #resource_card_container {
    margin: 0 0 3em 0;
    padding-bottom: 3em;
  }
  .one-beat {
    flex-basis: 48%;
    padding: 1% 2% 1.5%;
    margin: 1%;
    border-radius: 8px;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  }
  .one-beat-homepage {
    flex-basis: 48%;
    padding: 1% 2% 1.5%;
    margin: 1%;
    border-radius: 8px;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  }
    #amesite_awards_container {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    }

    #awards_image_1, #awards_image_2, #awards_image_3, #awards_image_4, #awards_image_6, #awards_image_7 {
      padding-right: 5%;
    }
    #awards_image_1 {
      height: auto;
      width: 18%;
      opacity: 80%;
    }
    
    #awards_image_2 {
      height: auto;
      width: 20%;
      opacity: 80%;
    }
    
    #awards_image_3 {
      height: auto;
      width: 20%;
      opacity: 90%;
    }
    #awards_image_4 {
      height: auto;
      width: 18%;
      opacity: 75%;
    }
    #awards_image_5 {
      height: auto;
      width: 15%;
      opacity: 80%;
    }
    #awards_image_6 {
      height: auto;
      width: 16%;
    }
    #awards_image_7 {
      height: auto;
      width: 20%;
    }
    
    
  .ir_table_body_td {
    padding-left: 31px;
  }
  .ir_table_header:first-child {
    padding-left: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1312px) {
  .amesite_play_button {
    margin: 0px;
  }
  .demo_button_mobile {
    display: none;
  }
  .resource_card {
    max-width: 325px;
  }
}

/* SMALL DESKTOP STYLES HERE */
@media only screen and (min-width: 1313px) {
  .nav_row {
    width: 100%;
    display: flex;
  }
  .heading1 {
    font-size: 60px;
  }
  .heading2 {
    font-size: 48px;
  }
  .heading3 {
    font-size: 36px;
  }
  .heading4 {
    font-size: 22px;
  }
  .text_oval {
    position: absolute;
    width: 127px;
    top: -4px;
    left: -26px;
  }
  .menu_float_left {
    margin: 0;
  }
  .amesite_button_2 {
    text-align: center;
    height: 57px;
    background-color: #ff733b;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    font-size: 22px;
    padding:0 24px;
    font-family: "Montserrat";
    transition: 0.2s;
  }
  .demo_button_mobile {
    display: none;
  }
  .hero_banner_left_text.offwhite-txt.heading1 {
    margin-top:2rem;
  }
  #homepage_container {
    padding-top: 68px;
  }
  /* HERO BANNER STYLES */
  #hero_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url("images/banner_photo_updated.png");
    background-color: #11000f;
    background-position-x: center;
  }
  #oval_paragraph {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 70%;
  }
  #bg_oval {
    display: block;
    width: 604px;
    height: 604px;
    position: relative;
  }
  #hero_banner_left_text {
    text-align: center;
    width: 600px;
    position: absolute;
    top: 18%;
  }
  #hero_banner_right {
    float: right;
    position: relative;
    width: 50%;
    margin: 0;
  }
  #hero_banner_right_container {
    position: absolute;
    top: 30%;
    left: 30%;
  }
  #hero_banner_right_container:hover .amesite_play_button {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
  }
  #hero_banner_right_container:hover #hero_banner_right_text {
    color: #ff733b;
  }
  /*END OF LAPTOP HERO BANNER STYLES */
  /*LAPTOP WHY CHOOSE AMESITE STYLING */
  
  #microsoft_partner {
    background-color: #fff;
  }
  
  #microsoft_partner_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 435px;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  #why_choose_amesite {
    padding-bottom: 620px;
    background-image: linear-gradient(270deg, #EAD9FF -1.01%, #FFF0EE 103.09%);
  }
  #why_choose_amesite_oval {
    position: absolute;
    width: 127px;
    top: -34px;
    left: -20px;
  }
  #why_choose_amesite_heading {
    margin-top: 2rem;
  }
  #why_choose_amesite_text_oval {
    position: absolute;
  }
  #why_choose_amesite_content_1 {
    position: relative;
    margin-bottom: 3rem;
  }
  #why_choose_amesite_content_3 {
    margin-top: 5rem;
  }
  #quote_container {
    top: 10%;
    left: 0%;
    border-top: none;
  }
  #why_choose_amesite_content_4 {
    position: absolute;
    top: 1750px;
    left: 25%;
    right: 0;
    margin: 0 auto;
  }
  /* END OF LAPTOP WHY CHOOSE AMESITE STYLING */
  #solutions {
    margin: -20rem 0 2rem 0;
  }

  .solution_card {
    display: inline-block;
    color: #172c45;
    background: #f9f6f8;
    border-radius: 8px;
    position: relative;
    width: 420px;
    height: 500px;
    cursor: pointer;
    text-align: center;
  }

  .for_business_icon, 
  .for_highered_icon {
    display: block;
    width: 50%;
    max-width: 140px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
  }

  

  #featured_in {
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
  }
  #media_icons_container {
    margin-left: 1%;
    width: 80%;
  }
  #trusted_by {
    width: 100%;
    margin-bottom: 5rem;
    z-index: 1;
  }
  #partner_icons_container {
    margin-left: 1%;
    width: 80%;
  }
  #partner_icons_container a img {
    max-width: 80%;
  }
  #partner_icons_container a #emu_logo {
    max-width: 120%;
  }
  #resources {
    position: relative;
  }
  #dropdown_filter {
    display: none;
  }
  #full_filter {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
  }

  #resources_arrows {
    position: absolute;
    z-index: 1;
    top: 230%;
    display: flex;
    width: 100%;
  }
  .one-beat {
    flex-basis: 23%;
    padding: 1% 2% 1.5%;
    margin: 1%;
    border-radius: 8px;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  }
  .one-beat-homepage {
    flex-basis: 23%;
    padding: 1% 2% 1.5%;
    margin: 1%;
    border-radius: 8px;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
    height: 105px;
  }
  .year_full_filter {
    margin: unset !important;
  }
}

@media only screen and (min-width: 1313px) {
  /* NAVIGATION STYLES */
  .nav_row {
    display: flex;
  }
  .header .menu {
    clear: none;
    float: right;
    width: 82%;
    height: auto;
    display: flex;
  }
  #navbar_button {
    justify-content: flex-end;
    float: right;
    margin-left: 49.5%;
  }
  .header .menu-icon {
    display: none;
  }

  .bottom_border{
    border-bottom: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
  }

  .header .logo {
    flex-basis: 10%;
    padding: 0;
    padding-top: 0.25em;
  }
  .amesite-logo-desktop {
    max-width: 162px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em;
    margin-top: -10px;
  }
  #navbar_items {
    border-top: 0;
    padding: .9em 1em 0 0;
    list-style-type: none;
    margin: 0;
    float: left;
    width: 100%;
  }
  #navbar_items_2 {
    border-top: 0;
    padding: 0.8em 1em 0 0;
    list-style-type: none;
    margin: 0;
    /*float: right;*/
    display: inline-block;
    width: 18%;
  }
  li.menu-item,
  li.menu-item a {
    text-decoration: none !important;
    color: #172c45;
    position: relative;
    margin-left: 2.5%;
    vertical-align: middle;
    padding-top: 6px;
    display: inherit;
  }
  li.menu-item a {
    margin-left: 0;
    padding: 0;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
  }
  .nasdaq_ticker_symbol {
    color: #172C45;
    font-size: 22px;
    font-weight: 400;
  }
  .col33 {
    flex-basis: 33%;
    margin-left: 4%;
  }
  ul.sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    color: #67005a;
    padding: 1.25em;
  }
  li#solutions_navigation:hover ul.sub-menu {
    display: block;
    /* background-color: #383654; */
    box-shadow: 0 0 30px rgba(17, 0, 15, 0.69);
    border-radius: 0 0 4px 4px;
    background-color: #f9f6f8;
    margin-top: 24px;
    border-top: solid 1px #85a2cc;
    transition: ease 0.25s;
    width: 470px;
    z-index: 1000;
    /* margin-left: -30px; */
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  }
  ul.sub-menu li,
  ul.sub-menu li a {
    margin-left: 0;
  }
  ul.sub-menu li:hover,
  ul.sub-menu li a:hover {
    border-bottom: 0;
  }
  .menu-desc {
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}

@media only screen and (max-height: 700px) {
  li#solutions_navigation:hover ul.sub-menu {
    max-height: 550px;
    overflow: auto;
  }
}

/* LARGE DESKTOP STYLES HERE */
@media only screen and (min-width: 1313px) {
  .col33 {
    flex-basis: 33%;
    margin: 0 4%;
  }

  #microsoft_partner {
    background-color: #fff;
  }
  
  #microsoft_partner_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 435px;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  #why_choose_amesite {
    padding-bottom: 0;
    background-image: linear-gradient(270deg, #EAD9FF -1.01%, #FFF0EE 103.09%);
  }
  #why_choose_amesite_content_4 {
    position: relative;
    top: 0;
    left:-5%;
  }

  #featured_in {
    margin-left: 4%;
  }
  #trusted_by {
    margin-left: 4%;
  }
  #media_icons_container {
    margin: 0;
  }
  #media_icons_container a {
    text-align: left;
    flex-basis: auto;
  }
  #media_icons_container a img {
    max-height: 100px;
    max-width: 100%;
    margin: 2rem 2rem 2rem 0;
    padding: 1.3em;
  }
  #partner_icons_container a img {
    padding: 1.3em;
    max-height: 100px;
    max-width: 100%;
    margin: 2rem 2rem 2rem 0;
  }
  #partner_icons_container a #emu_logo {
    max-width: 110%;
  }
  #partner_icons_container a #humphreys_logo {
    max-height: 120px;
  }
  #partner_icons_container a {
    flex-basis: 40%;
  }
  #partner_icons_container a {
    margin: 0;
  }
  #partner_icons_container a img {
    margin-bottom: 0;
  }
  #resources {
    position: relative;
    margin: 1rem 0 0 0;
  }
}

.lorem_txt {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2.5em;
}

@media only screen and (min-width: 1313px) {
  .tick_image {
    margin-right: 16px;
    height: 24px;
    margin-top: 38px;
  }
}

.benefits_img {
  padding-bottom: 1em;
  padding-top: 2em;
}

@media only screen and (min-width: 1313px) {
  
  #business_body_content,
  #higher_ed_body_content {
    padding: 3em 1em 5em 1em;
  }
}
#footer {
  padding: 0;
}

@media only screen and (max-width: 1312px) {
  #solutions_navigation {
    margin-top: 0;
  }
  #footer:before {
    height: 100px;
    margin-top: -50px;
  }

  .business_benefits_container,
  .customer_quote_container,
  .achieve_more_container {
    padding: 1em;
  }
  li#menu-item-business:hover,
  li#menu-item-higher-education:hover,
  li#menu-item-museum:hover {
    padding-top: 12px;
    /* margin-left: 1em; */
    /* margin-right: 1em; */
    /* width: 215px; */
  }
  .cust_desc {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .paragraph2 {
    display: inline-block;
  }
  .tick_image {
    margin-right: 10px;
    height: 24px;
  }
  ul.sub-menu li {
    padding-top: 12px;
  }
  li.menu-item {
    background-color: white;
    text-align: center;
    width: 250px;
    float: right;
    text-align: center;
  }

  li.menu-item a {
    color: #67005a;
  }
  .nasdaq_ticker_symbol {
    color: #67005a;
  }

  li#solutions_navigation ul.sub-menu {
    display: none;
  }

  li#solutions_navigation:hover ul.sub-menu {
    background: none;
    padding: 0;
    padding-top: 1em;
    display: unset;
    max-height: 550px;
    overflow: auto;
  }

  /* li#resources_navigation:hover ul.sub-menu {
    display: block;
  } */

  #solutions_section_left {
    margin-top: 2em;
  }
  .amesite_button_2 {
    margin-top: 16px;
  }
  .amesite_play_button {
    margin: 24px 0px 0px 24px;
  }
  #quote_text {
    margin: 0 70px;
  }
  .footer_text_content {
    padding-left: 12px;
  }
  #copyright {
    padding-left: 12px;
    padding-top: 16px;
  }
  .year_full_filter {
    display: none;
  }
}

@media only screen and (max-width: 1312px) {
  .resource_card {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  #resource_carousel {
    display: unset;
  }
}

@media only screen and (max-width: 992px) {
  .header {
    height: 65px;
  }
  #footer_form div.wpforms-container-full {
    margin: 0 auto;
    width: 74%;
  }
  #demo_form_container {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer_form .wpforms-container-full .wpforms-form input {
    padding: 8px !important;
  }
}

#footer_form .wpforms-container-full .wpforms-form .amesite_input {
  width: 68.3%;
}

#footer_form .wpforms-container-full .wpforms-form input {
  width: 100%;
  height: 49px;
  background-color: #f9f6f8;
  border: none;
  border-radius: 4px;
  padding: 12px;
}

#footer_form .amesite_input_button,
#demo_form .amesite_input_button {
  width: 171px;
  height: 49px;
  border-radius: 0 4px 4px 0;
  background-color: #ff733b;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

#footer_form .amesite_input_button:hover {
  color: white;
  background-color: #c41400;
}
#footer_form .amesite_input_button:focus {
  outline: none;
}

#footer_form .wpforms-container-full .wpforms-form input::placeholder {
  color: #67005a;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
#footer_form .wpforms-confirmation-container-full {
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  margin: 0 auto;
}

.wpforms-confirmation-container-full > p{
  color:#172C45;
}

@media only screen and (max-width: 767px) {
  #footer_form .wpforms-confirmation-container-full {
    width: 80%;
  }
  #footer_form .wpforms-container-full .wpforms-form .amesite_input,
  #footer_form .amesite_input_button {
    width: 100%;
    border-radius: 4px;
  }
  #footer_form .wpforms-container-full .wpforms-form .amesite_input {
    margin-bottom: 1rem;
  }
  #demo_form .paragraph2 {
    margin-top: 0px !important;
    margin-left: 2rem !important;
    float: none !important;
    position: relative;
    z-index: 9;
  }
  #demo_form .amesite_button {
    width: 100%;
  }
}

.read-more-link {
  border-radius: 0 0 6px 6px;
  background-color: #e7e1e6;
  color: #a08b9c;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 32px 44px;
}
.read-more-link a {
  display: inline-block;
  text-decoration: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: #a08b9c;
}
.read-more-link a .fa {
  padding-left: 15px;
}
.resource_card:hover .read-more-link.blog,
.resource_card:focus .read-more-link.blog {
  border-radius: 0 0 6px 6px;
  background-color: #ff70eb;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 32px 44px;
}
.resource_card:hover .read-more-link.press,
.resource_card:focus .read-more-link.press {
  border-radius: 0 0 6px 6px;
  background-color: #ff8746;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 32px 44px;
}
.resource_card:hover .read-more-link.webinar,
.resource_card:focus .read-more-link.webinar {
  border-radius: 0 0 6px 6px;
  background-color: #af4dff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 32px 44px;
}

.resource_card:hover .read-more-link.casestudy,
.resource_card:focus .read-more-link.casestudy {
  border-radius: 0 0 6px 6px;
  background-color: #990088;

  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 32px 44px;
}
.resource_card:hover a,
.resource_card:focus a {
  color: #fff;
}
.post-type-show {
  box-shadow: 0 4px 16px #a08b9c;
  border-radius: 4px;
  background-color: #f9f6f8;
  padding: 20px 44px;
}
.filter_icons {
  display: inline-block;
}
.post-type-show .post-type-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}
.post-type-name.press {
  color: #ff8746;
}
.post-type-name.webinar {
  color: #af4dff;
}
.post-type-name.blog {
  color: #ff70eb;
}
.post-type-name.casestudy {
  color: #990088;
  ;
}
#demo_form {
  margin-left: 0px;
}

#demo_form div.wpforms-container-full {
  margin: 0 auto;
  width: 100%;
}

#demo_form .wpforms-container-full .wpforms-form .amesite_input_modal_fields {
  width: 50%;
  height: 44px;
  border: none;
  border-radius: 4px;
  margin-left: auto;
  margin-bottom: 24px;
}

#demo_form .wpforms-container-full .wpforms-form input {
  width: 98%;
  height: 44px;
  background-color: #f9f6f8;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  padding: 12px;
}

#demo_form .wpforms-container-full .wpforms-form input::placeholder {
  color: #67005a;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

#demo_form .wpforms-container-full .wpforms-form .amesite_title select {
  width: 98%;
  height: 44px;
  background-color: #f9f6f8;
  border: none;
  border-radius: 4px;
  margin-bottom: 24px;
  font-size: 18px;
}

#demo_form .wpforms-container-full .wpforms-form .amesite_company {
  width: 100%;
  height: 44px;
  background-color: #f9f6f8;
  border: none;
  border-radius: 4px;
  margin-bottom: 36px;
}

#demo_form .wpforms-container-full .wpforms-form .wpforms-first {
  padding-right: 2%;
}

#demo_form .paragraph2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  cursor: pointer;
  float: right;
  margin-left: 5rem;
  margin-top: -3rem;
}

#demo_form .amesite_button {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
#demo_form .wpforms-confirmation-container-full {
  margin-top: -24px;
  margin-bottom: 60px;
}
.quarterly-reports-container .row {
  flex-direction: column;
}
.form-url-quarter {
  float: left;
  margin-top: 25px;
}
.form-url-quarter .fa {
  padding-left: 0;
  margin-left: 15px;
  color: #67005a;
  font-weight: bold;
}
.ir_table_body {
  line-height: 40px;
  border-bottom: 1px solid #e7e1e6;
  height: 65px;
  font-weight: 400;
}

#view-all-posts,
#qr2020,
#sf2020 {
  display: block;
}

#view-all-posts, 
#view-blogs, 
#view-press,
#view-webinars {
  padding-top: 30px;
}

#view-press,
#view-blogs,
#view-webinars,
#qr2019,
#qr2018,
#qr2017,
#sf2019,
#sf2018,
#sf2017 {
  display: none;
}

.default_blog {
  width: 430px;
  height: 244px;
}
.press-title-single,
.press-description-single,
.press-date-single,
.press-image-single {
  text-align: left;
}
.press-title-single {
  color: #67005a;
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}
@media only screen and (max-width: 768px) {
  .press-title-single {
    font-size: 36px;
  }
}

.press-title-text {
  margin-top: 40px;
  margin-bottom: 32px;
}
.press-date-single {
  color: #a08b9c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 60px;
}
.press-image-single {
  margin-bottom: 60px;
}
.press-description-single p,
.press-description-single div {
  font-size: 18px;
  font-weight: 400;
}
.press-description-single p br,
.press-description-single div br {
  content: "";
  margin: 20px;
  display: block;
}

/*.blog-resource {
  color: #afafaf;
}*/
.single-press .row {
  flex-direction: column;
}
.press-desc-single.row {
  flex-direction: row;
}
.press-date-single:nth-child(2),
.press-date-single:nth-child(3) {
  padding-left: 31px;
}
.press-image-single img {
  width: 100%;
}
.back-button {
  color: #a08b9c;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  padding-top: 40px;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  margin-bottom: 15px;
}
.back-button span {
  padding-left: 12px;
  cursor: pointer;
}
img.back-button-img {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  top: 3px;
}
.link-blog-ref {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 25px;
}
.press-description-single {
  margin-bottom: 50px;
}
.press-share {
  text-align: left;
}
.press-share-text {
  color: #a08b9c;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 12px;
}
.cnss-social-icon.custom_icon_class {
  margin: 0;
  padding: 0;
}
.cn-fa-facebook img {
  margin: 5px 5px 5px 0 !important;
}

h3 {
  font-family: Montserrat;
}
.offblack-txt {
  color: #172C45;
}