body {
  font-family: 'Adelle', sans-serif !important;
  background-color: #DFDFDB !important;
  height: 100%;
}
section {
  max-width: 1600px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
h1, h2, h3, h4, h5, h6, p, input, span, div, table {
  font-family: "Adelle", sans-serif;
}

/*animation element*/
.animation-element {


  opacity: 0;
  position: relative;
}
/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -moz-transform: translate3d(60px, 0px, 0px);
  -webkit-transform: translate3d(60px, 0px, 0px);
  -o-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate3d(60px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding right*/
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -moz-transform: translate3d(-60px, 0px, 0px);
  -webkit-transform: translate3d(60px, 0px, 0px);
  -o-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate3d(-60px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding up*/
.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.row {
  max-width: 1135px;
  z-index:1;
}
h4 {
  margin-bottom:40px !important;
  font-family: 'Adelle', sans-serif !important;
  line-height: 44px;
  font-size: 32px;
}
.first_buttons {
  margin-top:100px !important;
}
section.nav_holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background: rgba(255, 255, 255, 0.95);
}
section.nav_holder_visible {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 1);
}
.nav_holder_visible {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.fixed {
  display: block;
  top: 0;
}
.nav_holder {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
p.nav_text{
  font-style: italic;
  color: #ED1C5F;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  outline: 0;
  text-align: center;
  width: 100%;
}
#big_image.parallax-section-1 {
  background-image: url("http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7b1df947d4-da33-44a4-8a7a-62cd4f48db90%7d_big_image_one_small.jpg");
  background-attachment: fixed;
  background-position: center center;
  font-family: 'Adelle', sans-serif;
  max-width: 1600px;
  height:auto;
  min-height: 890px;
  padding-top:35px;
  background-size: auto 120%;
}
#big_image.parallax-section-1.newsect {
  background-image: url("../img/header_50c.jpg");
  background-position: center top;
  background-size: cover;
  min-height: 600px;
  height:auto;
}
#big_image .formwrap {
  width:100%;
  padding:20px;
  background-color:rgba(33, 42, 67, .6);
  border: 0.5px solid #212a43;
  margin-top:80px;
}
.newsect .first_titles h2{

  font-size: 60px !important;
  line-height: 65px !important;
  text-align: left;
}
.newsect .first_titles h1{
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}
.newsect h5{
  font-size: 1.30rem;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
}
#headertext{
  padding-right: 10%;
}   
#big_image.parallax-section-1 .info p {
  text-align: right;
}
#big_image.parallax-section-1 p {
  color: #FFFFFF;
}
#big_image.parallax-section-1 .row {
  z-index: 1000 !important;
  position: relative;
}
#big_image_two.parallax-section-1 {
  background-image: url("../img/fondo_bottom.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Adelle', sans-serif;
  max-width: 1600px;
  height:auto;
  min-height: 700px;
  background-size: auto 120% !important;
}
#big_image_two.parallax-section-1 .info p {
  text-align: right;
}
#big_image_two.parallax-section-1 p {
  color: #FFFFFF;
}
#big_image_two.parallax-section-1 .row {
  z-index: 1000 !important;
  position: relative;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  margin:auto;
  opacity: .9;
  z-index: 1 !important;
}

section.quote_section{
  padding-bottom: 25px !important;
  background: #EEEEED;
}
section.quote_section .row {
  background: none;
}

section.quote_section .profile_image {
  text-align: center;
  margin-top: -137px;
}

section.quote_section .quote_block {
  text-align: center;
  padding-top: 16px;
}

section.quote_section .quote_block h3 {
  color: #2A3456;
  font-style: italic;
  font-weight: lighter;
  font-size: 36px;
}

section.quote_section .quote_block h5 {
  font-size: 18px;
  color: #5C5C5C;
  font-weight: normal;
}
#big_image_3.parallax-section-1 {
  background-image: url("http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7b3f9ef42f-7031-4079-906c-b64304bfab1d%7d_send_to_steff.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Adelle', sans-serif;
  position: relative;
  width: 100%;
}
#big_image_3.parallax-section-1 .button_group_1 {
  position: relative;
}
#big_image_3.parallax-section-1 .row {
  z-index: 1000 !important;
  position: relative;
}
.sticky_button button, .modaltext button {
  border: 1px solid #ED1C5F;
  background: #ED1C5F;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
.sticky_button button:hover, .modaltext button:hover {
  border: 1px solid #ED1C5F;
  background: #ED1C5F;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
.sticky_info {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky_info a{
  color: #ED1C5F;
}
.link_prueba a, a:link, a:visited, a:hover, a:active{
  color: #ED1C5F;
}
.first_titles h2 {
  font-size: 100px;
  color: #00F5E1;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top:80px;
}
.first_titles h1 {
  font-size: 22px;
  color: #FFFFFF;
  font-style: italic;
  text-align: center;
  line-height: 28px;
}

.newsect .first_titles h2 {
  font-size: 58px !important;
  line-height: 60px;
  text-align: left;
}
.first_titles h1 {
  font-size: 22px;
  color: #FFFFFF;
  font-style: italic;
  text-align: center;
  line-height: 28px;
}
.newsect .first_titles h1 {
  text-align: left;
  font-size: 26px;
  line-height: 32px;
}               
.b_one {
  text-align: center;
}
.b_one button {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
.b_one button:hover {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
.b_two {
  text-align: center;
}
.b_two button {
  border: 1px solid #ED1C5F;
  background: #ED1C5F;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
.b_two button:hover {
  border: 1px solid #ED1C5F;
  background: #F1497F;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
.scroller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:80px;
}
.scroller span.arrow {
  display: block;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  border-bottom: 2px solid #ED1C5F;
  border-right: 2px solid #ED1C5F;
}
section.two {
  background: #FFFFFF;
}
.info_card {
  text-align: center;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.info_card h4 {
  line-height: 44px;
  font-size: 32px;
  color: #2A3456;
  font-weight: lighter;
}
.info_card span {
  display: block;
  width: 140px;
  height: 2px;
  background: #D0D0D0;
  color: #D0D0D0;
  margin: 0 auto;
}
.info_card p {
  font-size: 20px;
  color: #9B9B9B;
  line-height: 27px;
  font-style: bold;
}
.info_card p:last-child {
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4A;
}
section.three {
  background-color: #EEEEED !important;
}
section.two h4, section.three h4  {
  line-height: 44px;
  font-size: 32px;
  color: #2A3456;
  font-weight: lighter;
}

section.three h4 {
  color: #000000;
  font-size: 29px;
}
section.three h5 {
  font-weight: bolder;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 42px;
}
section.three ul {
  list-style: none;
}
section.three li {
  margin-bottom: 24px;
  color: #4A4A4A;
}
section.three .third_buttons button {
  border: 1px solid #ED1C5F;
  background: #ED1C5F;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
#big_image_two h4 {
  color: #FFFFFF;
  font-weight: 200;
  font-size:32px;
  line-height:44px;
}
#big_image_two .circle_img_holder {
  width: 30%;
  float: left;
}
#big_image_two .name_holder {
  display: inline-block;
  vertical-align: top;
  margin-top: 33px;
  width: 69%;
}
#big_image_two .name_holder .person {
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
}
#big_image_two .name_holder .job_title {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
#big_image_two span.pink_span {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #ED1C5F;
}
.pink_span {
  margin-bottom:15px;
}
#big_image_two .big_two_quote {
  width: 50%;
}
#big_image_two .person_q {
  font-size: 24px;
  line-height: 32px;
  color: #00F5E1 !important;
  font-weight: lighter;
  font-style: italic;
}
#big_image_two .white_quote {
  color: #00F5E1 !important;
  font-weight: lighter;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}
#big_image_two .name_holder_two .person {
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
}
#big_image_two .name_holder_two .job_title {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
#big_image_two .vid_holder {
  position: relative;
  left: 0;
  top: 0;
}
#big_image_two .vid_holder img.one {
  position: relative;
  top: 0;
  left: 0;
}
#big_image_two .vid_holder img.two {
  position: absolute;
  width: 34px;
  height: 47px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#big_image_two .left_side {
  padding-right: 60px;
}
section.five {
  background-color: #EEEEED;
  padding-top:0;
  padding-bottom:0;
  position:relative;
}
.extra_padding {
  padding-top:100px;
  padding-bottom:80px;
  z-index:1;
  position:relative;
}
.ipad_holder{
  position:absolute;
  height:100%;
  width:50%;
  right:0;
  top:0;
  background-image: url("../img/conectividad_sage.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index:0;
}
section.five .left_two {
  padding-right: 60px;
}
section.five .left_two h4 {
  font-size: 32px;
  line-height: 44px;
  color: #2A3456;
  font-weight: 200;
}
section.five .left_two p.top_sentence {
  padding-right: 60px;
}
section.five .left_two .circle_img_holder {
  width: 30%;
  float: left;
}
section.five .left_two .name_holder {
  display: inline-block;
  vertical-align: top;
  margin-top: 33px;
  width: 69%;
}
section.five .left_two .name_holder .person {
  color: #009FDA;
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
}
section.five .left_two .name_holder .job_title {
  color:#009FDA;
  font-weight: 400;
  font-size: 18px;
}
section.five span.pink_span {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #ED1C5F;
}
section.five .block_quote {
  background: #DCDDDB;
  padding: 30px;
  border-radius: 8px;
  float: left;
  margin-bottom: 80px;
}
section.five .block_quote h5 {
  color: #009FDA;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}
section.five .block_quote .mark_holder {
  float: left;
  width: 8%;
  padding-top: 12px;
}
section.five .block_quote .block_q_holder {
  width: 91%;
  display: inline-block;
  vertical-align: top;
  color: #4A4A4A;
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  line-height: 24px;
}
.learn_more span {
  display: block;
  width: 69px;
  height: 1px;
  background: #ED1C5F;
}
.learn_more h4 {
  font-size: 32px;
  line-height: 44px;
  color: #2A3456;
  font-weight: 200;
}
.learn_more .learn_title {
  color: #4A4A4A;
  font-weight: bolder;
  font-size: 20px;
  line-height: 24px;
  margin-top:40px;
}
.learn_more .learn_info {
  color: #9B9B9B;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.learn_more .download {
  color: #ED1C5F;
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
}
#big_image_3 {
  background-image: url("http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7b4a9a40f8-df65-4c92-96bd-004f69f60d2c%7d_Hero-Images-2.jpg");
  background-size: cover;
  background-position: center center;
  font-family: 'Adelle', sans-serif;
  position: relative;
  max-width: 1600px;
  padding:100px 0 100px 0;
}
#big_image_3 .row {
  z-index: 1000 !important;
  position: relative;
}
#big_image_3 .button_group_1 button {
  border: 1px solid #ED1C5F;
  background: #ED1C5F;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
#big_image_3 .button_group_2 button {
  border: 1px solid #ffffff;
  background: transparent;
  color: #FFFFFF;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
#big_image_3 .button_group_2 button:hover {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  color: #38b69d !important;
  height: 53px;
  font-size: 18px;
  line-height: 25px;
}
#big_image_3 .or {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: normal;
}
.overlay_two {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: .9;
  z-index: 1 !important;
}
.overlay_two img {
  height: 100% !important;
  width: 100%;
}
section.footer {
  padding-top:60px;
}

section.footer h4 {
  font-size: 32px;
  line-height: 44px;
  color: #2A3456;
  font-weight: 200;
}
section.footer .footer_logo {
  text-align: right;
}
section.footer .twitter {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
section.footer .youtube {
  display: inline-block;
  vertical-align: top;
}
section.footer .linkedin {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
section.footer .facebook {
  float: left;
  margin-right: 5px;
}
section.footer .footer_title {
  font-weight: bolder;
  color: #9B9B9B;
  font-size: 15px;
  line-height: 20px;
}
section.footer p {
  margin-bottom: 0;
  color: #9B9B9B;
  font-size: 15px;
  line-height: 20px;
}
section.footer a {
  color: #9B9B9B;
  font-size: 15px;
  line-height: 20px;
}
.reveal .row {
  width:100%;
}
.reveal {
  padding:0 !important;
  border:none !important;
  z-index: 99999;
}
.modalHeader {
  width:100%;
  height:auto;
  padding:10px;
  background:#ED1C5F;
  color:#ffffff;
  margin-bottom:20px;
}
form .button {
  background:#ED1C5F;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reveal-overlay {
  z-index:9999;
  background-color: rgba(42, 52, 86, 0.8) !important;
}
.close-button {
  color:#ffffff !important;
  font-size: 3em;
  line-height: 33px;
}
.list_one ul li, .list_two ul li {
  text-indent:-22px;
  margin-left:22px;
}
#aelogo {
  text-align:right;
}
#offerslist li {
  background: url(http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7bfa05b9bd-9249-47f0-b797-722eb1e65c81%7d_check.png) 0px 0px no-repeat;
  list-style-type: none;
  padding: 0px 0px 0px 0x;
  vertical-align: middle;
}
#offerslist li {
  padding-left:47px;
  text-indent:0px;
  margin-left: 0px;
  min-height:27px;
}
#benefitslist li {
  background: url(http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7bc44ee3cf-9001-4fb1-888f-f90305e93e57%7d_right_pointer.png) 0px 0px no-repeat;
  list-style-type: none;
  padding: 0px 0px 0px 0x;
  vertical-align: middle;
}
#benefitslist li {
  padding-left:47px;
  text-indent:0px;
  margin-left: 0px;
  min-height:27px;
}
button:hover, .b_two button:focus, .b_two button:hover, .modaltext button:focus, .button:hover {
  background-color:#FF448F;
  border: 1px solid #FF448F;
}
#big_image_3 .button_group_2 button:hover {
  border: 1px solid #ED1C5F;
  background: #ED1C5F;
  color: #FFFFFF;
}
#big_image_3 .button_group_1 button:hover {
  border: 1px solid #FF448F;
  background: #FF448F;
}
.input_error {
  outline:none;
  border-color:#FF0000 !important;
}
.greenborder {
  outline:none;
  border-color:green !important;
}
.loading {
  background:#cccccc url(http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7b7d901129-952f-416b-a89d-c44b9cd911c3%7d_loading.gif) !important;
  background-color:#cccccc !important;
  background-size:25px !important;
  background-repeat:no-repeat !important;
  background-position:95% 50% !important;
}
input::-webkit-input-placeholder {
  color: #666;
}
input::-moz-placeholder {
  color: #666;
}
input::-moz-placeholder {
  color: #666;
}
input::-ms-input-placeholder {
  color: #666;
}
.required::-webkit-input-placeholder::after {
  content:" *";
  color: red;
}
.required:-moz-placeholder::after {
  content:" *";
  color: red;
}
.required::-moz-placeholder::after {
  content:" *";
  color: red;
}
.required:-ms-input-placeholder::after {
  content:" *";
  color: red;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #9fedaf inset;
  outline:none;
  border-color:green !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #9fedaf inset;
  outline:none;
  border-color:green !important;
}
.below {
  padding-top:15px;
  padding-bottom:15px;
}
.below input {
  margin-bottom:15px;
  width:90%;
  padding-left:10px;
  height:35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 14px;
}
.below input[type="submit"] {
  background: #ED1C5F;
  border: 0;
  padding: 0.5em;
  font-weight:bold;
  color:#ffffff;
  cursor:pointer;
  font-size:17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.below  input[type="submit"]:hover{
  background: #FF448F;
}
.b_one button:focus, .b_one button:hover {
  background-color:#ffffff;
  color:#3c5d66;
}
.sticky_button button:hover, .sticky_button button:focus, section.three .third_buttons button:hover, form .button:hover, form .button:focus {
  border: 1px solid #FF448F;
  background: #FF448F;
}
.pink {
  border-bottom: 2px solid #ED1C5F !important;
  border-right: 2px solid #ED1C5F !important;
}
.gap-top {
  margin-top: 15px;
}
.gap-right-s {
  margin-right: 3%;
}  
#ouibounce-modal {
  font-family: "Adelle", "foco",Arial,helvetica,sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 940px;
  height: 430px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  display:block;
  cursor:pointer;
  z-index:9999999;
}
#ouibounce-modal .modal .close-btn{
  position:absolute;
  right:-1px;
  top:0px;
  background:#53544e;
  padding:8px 15px;
  color:#fff;
  font-size:18px;
  z-index: 999999999999;
}
#ouibounce-modal h3 {
  color: #000;
  font-size: 1.7em;
  font-weight: 500;
  font-family: "Adelle", "foco",Arial,helvetica,sans-serif;
  margin: 0px;  
}   
#ouibounce-modal p {
 line-height:24px;
 
}   
#ouibounce-modal input {
 width:100%; 
}
#ouibounce-modal form input.btn {
  font-weight: normal;
  padding: 12px 15px;
  font-size: 0.8em;
  border-radius: 4px;
  color: #fff;
  background-color: #999999;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  float: right;
  margin-bottom:10px;
}
#ouibounce-modal form input.close {
  background-color: #999999;
  width:120px;
}
#ouibounce-modal form input.download {
  background: #ed1c5e;
  font-size:16px;
  font-weight:bold;

}
#ouibounce-modal form input.download:hover {
  background: #CA2A60;

}
.hide {
  display: none !important;
}


.price_block{
 border-radius: 6px;
 position: relative;
 margin-top: 22.5px;
 margin-bottom: 22.5px;
 background: #DFDFDB;
}

.feature_vid{
  padding-right: 60px;
  padding-top: 20px;
  text-align: center;
}

.feature_image{
  padding-top: 20px;
  text-align: center;
}

.feature_image img{
  width: 100%;
}

.feature_image p{
  margin-top: 8px;
}

.main_h h4{
  ine-height: 44px;
  font-size: 32px;
  color: #2A3456;
  font-weight: lighter;
}

.price_block .heading{
  color: white;
  border-radius: 6px 6px 0 0;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid white;
  background: #2A3456;

}

.price_block .heading h5{
  margin-bottom: 0;
  color: #fff;
}

.price_block .heading h4{
  margin-bottom: 0 !important;
  margin-top: -9.5px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: lighter;
}

.pricing_info{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(rgba(42, 52, 86, 0.9), rgba(42, 52, 86, 0.75), rgba(42, 52, 86, 0.5), rgba(42, 52, 86, 0.25), rgba(42, 52, 86, 0.15), rgba(42, 52, 86, 0.0), rgba(255, 255, 255, 000));
}

.flexer{
  height: 100%;
  text-align: center;
  padding-top: 10px;
}

.flexer_one{
  height: 100%;
  text-align: center;
  padding-top: 12px;
}

.pricing_info h5{
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: -8px !important;
}

.pricing_info h5.smaller{
  font-size: 1.10rem;
}

.pricing_info p{
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.pricing_info_one h4{
  color: #51534A;
  margin-bottom: -8px !important;
  font-size: 2.8rem;
}

.pricing_info_one h4.smaller{
  font-size: 1.8rem;
}

.pricing_info_one p{
  text-align: center;
  color: #0a0a0a;
  margin-bottom: 0;
  font-weight: lighter;
}

.pricing_info ul{
  list-style: none;
  margin-left: 0;
  margin-top: 8px;
}

.pricing_info ul li{
  text-align: center;
  font-size: 14px;
  color: #676666;
}

.pricing_info ul li span{
  color: #00DC00;
}

.pricing_info_one ul li span.money{
  padding-right: 2px;
}

.pricing_info_one ul li span{
  color: #00DC00;
  font-weight: bolder;
  font-size: 18px;
}

span.one{
  margin-bottom: 0 !important;
}

span.breaker{
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #ED1C5F;
  margin-bottom: 10px;
}

.pricing_but{
  padding-top: 20px;
}

.pricing_but_one{
  padding-top: 0px;
  padding-bottom: 15px;
}

.pricing_but a{
  background: #CA2A5F;
}

.pricing_but a:hover{
  background: #ED1C5F;
}

.pricing_but_one a{
  background: #ed1c5f;
  background-size: 400% 400%;
  font-size: 16px;
}

.pricing_but_one a:hover{
  background: #FF164D;
}

.price_block_one{
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 500;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(143,143,143,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(143,143,143,1);
  box-shadow: 0px 0px 20px 0px rgba(143,143,143,1);
}

.price_block_one .heading_one{
  background: #FFB000;
  color: white;
  border-radius: 6px 6px 0 0;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid white;
}

.price_block_one .heading_one h5{
  margin-bottom: 0;
  font-size: 1.45rem;
  color: #51534A;

}

.price_block_one .heading_one h4{
  margin-bottom: 0 !important;
  margin-top: -9.5px;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}

.price_block_one .pricing_info_one{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(rgba(255, 187, 0, 0.85), rgba(255, 187, 0, 0.8), rgba(255, 187, 0, 0.4), rgba(255, 187, 0, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0000));
}

.price_block_one .pricing_info_one ul{
  list-style: none;
  margin-left: 0;
}

span.tick_small{
  padding-right: 6px;
}

span.tick_small img{
  width: 4%;
}

span.tick{
  padding-right: 8px;
}

span.tick img{
  width: 6%;
}

.price_block_one .pricing_info_one ul li{
  text-align: center;
  font-weight: lighter;
}

.price_block_one .ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.price_block_one .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #00DC00;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.price_block_one .ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #00DC00;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #00DC00;
}
.price_block_one .ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #00DC00;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #00DC00;
}

.condition-sides {
  color:#676666;
  font-size: 12px;

}

.linkbutton {
  text-decoration:none;
  color:#ffffff;
  background-color:#ED1C5F;
  padding:20px;
  font-weight:bold;
}
.button {
  background-color:#ED1C5F;
}
.linkbutton:hover, 
.linkbutton:active {
  background-color:#f04279;
  color:#ffffff;
}
.linkbutton:visited {
  color:#ffffff;
}

.pricingbutton {
  color:#ffffff;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
  section{
    width: 100%;
  }
  #aelogo {
    text-align:center;
  }      
  .animation-element {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: color 0 ease-in !important;
    -ms-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: color 0 ease-in !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .flexer_one{
    padding-top: 15px;
  }


  .animation-element.slide-left {
    opacity: 1;
    display:block;
  }
  .animation-element.slide-up {
    opacity: 1;
    display:block;
  }


}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  section{
    width: 100%;
  }
  .row{

  }
  #big_image{
    background-position: center right;
  }
  #big_image_two{
    background-position: center center;
  }
  .sticky_button, .sticky_logo, .b_i_logo, .info  {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .info p{
    text-align: center !important;
  }
  .name_holder{
    margin-top: 10px !important;
    padding-left: 20px !important;
  }
  #big_image_two .vid_holder img.two {
    position: absolute;
    width: 34px;
    height: 47px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .list_one, .list_two{
    font-size: 15px !important;
  }
  .listings{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  li img{
    max-width: 5%;
  } 
  p.white_quote{
    margin-top: 10px;
  }
  section.five {
    background-color: #EEEEED;
    padding-top:100px;
    padding-bottom:0;
    background-image: none !important;
  }
  .block_quote{
    width: 100% !important;
    margin-right: 0;
  }
  .ipad_holder{
    text-align: center;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_lists{
    margin-bottom: 25px;
  }
  section.footer{
    margin-bottom: 0 !important;
    padding-bottom: 25px;
  }
  .footer_logo{
    text-align: left !important;
  }
  .footer_logo img{
    margin-top: 25px;
  }
  .pink-top {
    padding-top:20px;
    border-top:dashed 2px #ED1C5F;
    margin-top:20px;
  }
  .mobilehide {
    display:none;
  }

  .pricing_but_one{
    padding-left: 0;
    padding-right: 0;
  }       
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #big_image.parallax-section-1 {
    background-image: url("http://images.go.sage.com/EloquaImages/clients/SageGlobalInstance/%7b56dd4013-c13c-4551-a82e-803c7b6a5d1e%7d_mobile-header.jpg");
    background-position: center center;
    font-family: 'Adelle', sans-serif;
    max-width: 1600px;
    height:auto;
    min-height: 0px;
    padding-top:35px;
    background-size: auto 150vh;

  }
  section{
    width: 100%;
  }
  .first_titles h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top:40px;
  }
  .first_titles h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .row{

  }

  .pricing_but_one{
    padding-left: 15px;
    padding-right: 15px;
  } 
  #big_image{
    background-position: center right;
  }
  #big_image_two.parallax-section-1{
    {
      background-repeat: repeat;
      background-size:auto 100%;
    }
    .sticky_button, .sticky_logo, .b_i_logo, .info  {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #big_image_two .vid_holder img.two {
      position: absolute;
      width: 34px;
      height: 47px;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    section.quote_section .profile_image {
      text-align: center;
      margin-top: 0 !important;
    }
    .info p{
      text-align: center !important;
    }
    .name_holder{
      margin-top: 10px !important;
      padding-left: 20px !important;
    }
    .list_one, .list_two{
      font-size: 15px !important;
    }
    .listings{
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    li img{
      max-width: 5%;
    }
    p.white_quote{
      margin-top: 10px;
    }
    section.five {
      background-color: #EEEEED;
      padding-top:100px;
      padding-bottom:0;
      background-image: none !important;
    }
    .block_quote{
      width: 100% !important;
      margin-right: 0;
    }
    .ipad_holder{
      text-align: center;
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .footer_lists{
      margin-bottom: 25px;
    }
    section.footer{
      margin-bottom: 0 !important;
      padding-bottom: 25px;
    }
    .footer_logo{
      text-align: left !important;
    }
    .footer_logo img{
      margin-top: 25px;
    }
    .navigation {
      display:none;
    }
    .navigation2 {
      display:block;
    }
    .showmobile {
      display:block;
    }
    section.five .block_quote {
      margin-bottom: 20px;
    }

    .price_block{
      height: auto !important;
    }

    .price_block_one{
      height: auto !important;
    }

    .price_block_one .heading_one h5{
      font-size: 1.25rem !important;
    }

    .feature_vid{
      padding-right: 8px !important;
      padding-left: 8px !important;
      padding-top: 20px;
      text-align: center;
    }
  }
  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {

    body{
      overflow-x: hidden;
      overflow-y: scroll;
    }
    section{
      width: 100%;
      padding-top:20px;
      padding-bottom:20px;
    }
    .sticky_logo img{
      width: 40%;
    }
    .scroller{
      margin-top: 15px;
      padding-bottom: 60px;
    }
    .first_titles h2 {
      font-size: 52px;
      line-height: 52px;
      margin-top:20px;
    }
    .first_titles h1 {
      font-size: 16px;
      line-height: 20px;
      font-weight:bold;
    }
    .first_buttons {
      margin-top:40px !important;
    }
    .nav_holder {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
    }
    .row{

    }

    #big_image.parallax-section-1.newsect{
      min-height: 700px !important;
      height: auto;
    }

    section.quote_section .profile_image {
      text-align: center;
      margin-top: -57px !important;
    }

    #big_image .formwrap {
      margin-top: 20px;
    }
    #big_image{
      background-position: center right;
      height: auto !important;
      min-height: 600px;
    }
    #big_image_two{
      background-position: center center;
    }
    .sticky_button, .sticky_logo, .b_i_logo, .info  {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .sticky_info {
      display:none;
    }
    .info p{
      text-align: center !important;
    }

    .sticky_info.info p a{
      color: #ED1C5F !important;
    }
    .name_holder{
      margin-top: 10px !important;
      padding-left: 20px !important;
      text-align: left;
    }
    #big_image_two .vid_holder img.two {
      position: absolute;
      width: 34px;
      height: 47px;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .extra_padding {
      padding-top:20px;
      padding-bottom:20px;
      text-align: center;
    }
    section.five .left_two p.top_sentence {
      padding-right: 10px;
    }
    section.five .left_two {
      padding-right: 10px;
    }
    #big_image_two .left_side {
      padding-right: 10px;
    }
    .list_one, .list_two{
      font-size: 15px !important;
    }
    .listings{
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .tech_stuff img{
      margin-top: 10px !important;
    }
    li img{
      max-width: 5%;
    }
    p.white_quote{
      margin-top: 10px;
    }
    section.five {
      background-color: #EEEEED;
      padding-top:100px;
      padding-bottom:0;
      background-image: none !important;
    }
    .block_quote{
      width: 100% !important;
      margin-right: 0;
      text-align: left;
    }
    p.top_sentence{
      text-align: left;
    }
    .ipad_holder{
      text-align: center;
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .footer_lists{
      margin-bottom: 25px;
    }
    section.footer{
      margin-bottom: 0 !important;
      padding-bottom: 25px;
    }
    .footer_logo{
      text-align: left !important;
    }
    .footer_logo img{
      margin-top: 25px;
    }

    .price_block{
      margin-bottom: 25px;
    }

    .price_block_one{
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .feature_vid{
      padding-right: 8px !important;
      padding-left: 8px !important;
      padding-top: 20px;
      text-align: center;
    }

    .pricing_but{
      padding-bottom: 15px !important;
    }

    .newsect .first_titles h2{
      font-size: 40px !important;
      line-height: 40px !important;
    }

    .first_titles h1{
      font-size: 20px !important;
      line-height: 22px !important;
    }

    #big_image .formwrap{
      margin-top: 80px;
      margin-bottom: 80px;
    }

    p.nav_text a{
      color: #ED1C5F;
    }

  }
  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {
  }