/*
Theme Name:     PaceMate Refresh
Description:    Based on Divi Theme
Author:         Icomm Studios
Template:       Divi
Version:		3.0.47
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* #####
##### */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Design and Developed By Kapil UI/UX Ninja - CodingGang
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* ////////// **********
Default Theme Styling
********** ////////// */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #f6f6f6;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden !important;
}

*::before, *::after, a, input, button, select, textarea {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

p:empty {
  display: none;
}

a {
  color: #65646A;
}

a:hover {
  color: #EC1946;
}

a:focus, a:active {
  outline: 0 none;
}

code {
  font-family: "Open Sans",Arial,sans-serif;
  opacity: .6;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.clickable:hover {
  cursor: pointer;
}

.shadow-hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2) !important;
}

/* Text Selection */
::-webkit-selection {
  color: #ffffff;
  background-color: #EC1946;
  text-shadow: none;
}

::-moz-selection {
  color: #ffffff;
  background-color: #EC1946;
  text-shadow: none;
}

:-moz-selection {
  color: #ffffff;
  background-color: #EC1946;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background-color: #EC1946;
  text-shadow: none;
}

/* Text Selection */
/* Placeholder Reseting */
::-webkit-input-placeholder {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

:-moz-placeholder {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

::-moz-placeholder {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

:-ms-input-placeholder {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

/* Placeholder Reseting */
.block_element {
  display: block;
}

.inline_element {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.table_element {
  display: table;
  width: 100%;
  height: 100%;
}

.table_cell_element {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

small {
  font-size: 80%;
  line-height: 1.6;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0;
}

h1 {
  font-size: 34px;
  line-height: 52px;
}

h2 {
  font-size: 34px;
  color: #65646A;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

html body div#page-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

html body div.et_pb_row, html body div.container {
  width: 100%;
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.et_pb_module.et_pb_button {
  text-align: center;
  min-width: 200px;
}

@media only screen and (min-width: 981px) {
  .home .et_pb_module.et_pb_button,
  .page-id-1626 .et_pb_module.et_pb_button {
    min-width: 250px;
  }
}
/* ////////// **********
Default Theme Styling
********** ////////// */
/* ////////// **********
Header Section Styling
********** ////////// */
header#main-header {
  width: 100px;
  height: 100%;
}

header#main-header div.container div.logo_container {
  width: auto;
  left: 15px;
  right: 15px;
}

header#main-header div.container div.logo_container a > img {
  max-height: 75%;
}

header#main-header div.container div#et-top-navigation nav#top-menu-nav > ul.nav > li {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 46px;
}

header#main-header div.container div#et-top-navigation nav#top-menu-nav > ul.nav > li:last-child {
  padding-right: 0;
}

header#main-header div.container div#et-top-navigation nav#top-menu-nav > ul.nav > li > a:hover {
  color: #EC1946;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

header#main-header div.container div#et-top-navigation div#et_top_search {
  display: none;
}

#et-top-navigation li.current-menu-item > a {
  color: rgba(0, 0, 0, 0.6) !important;
}

#et-top-navigation li.current-menu-item > a:hover, #et-top-navigation li.current-menu-item > a:focus {
  color: #ec1946 !important;
}

/* ////////// **********
Header Section Styling
********** ////////// */
/* ////////// **********
Hero Section Styling
********** ////////// */
.hero_section_logo.et_pb_row_fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

div.main_hero_section.main_hero_section2 {
  height: 50vh;
}

.et_pb_section_video:not(.et_pb_fullwidth_menu) {
  position: relative;
}

div.main_hero_section div.hero_section_logo {
  z-index: 2;
}

div.main_hero_section div.hero_section_logo img {
  max-width: 225px;
}

div.main_hero_section div.video_placeholder {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#page-container {
  padding-top: 0 !important;
}

/* ////////// **********
Hero Section Styling
********** ////////// */
/* ////////// **********
Top Content Styling
********** ////////// */
div.top_content_section {
  font-size: 30px;
  line-height: 1.6;
}

/* ////////// **********
Top Content Styling
********** ////////// */
/* ////////// **********
First CTA Section Styling
********** ////////// */
div.first_cta_row div.first_cta_grids div.et_pb_column {
  margin-bottom: 50px;
}

div.first_cta_row div.first_cta_grids div.et_pb_column div.et_pb_text {
  margin-bottom: 15px;
}

/* ////////// **********
First CTA Section Styling
********** ////////// */
/* ////////// **********
Middle Nighlight Contet Styling
********** ////////// */
div.middle_highlight_content div.middle_highlight_content_wrap {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
}

/* ////////// **********
Middle Nighlight Contet Styling
********** ////////// */
/* ////////// **********
Second CTA Section Styling
********** ////////// */
div.second_cta_row div.second_cta_grids div.et_pb_column {
  margin-bottom: 50px;
}

div.second_cta_row div.second_cta_grids div.et_pb_column i.fa {
  font-size: 60px;
  margin-bottom: 40px;
}

div.second_cta_row div.second_cta_grids div.et_pb_column div.et_pb_text {
  margin-bottom: 15px;
}

/* ////////// **********
Second CTA Section Styling
********** ////////// */
/* ////////// **********
Getting Started Section Styling
********** ////////// */
div.getting_started_section {
  padding-bottom: 62px !important;
}

div.getting_started_section div.getting_started_content div.et_pb_column {
  margin-bottom: 50px;
}

div.getting_started_section div.getting_started_content ol {
  font-weight: 700;
  font-size: 24px;
  color: #EC1946;
}

div.getting_started_section div.getting_started_content ol > li {
  margin-bottom: 15px;
}

div.getting_started_section div.getting_started_content ol > li > strong {
  font-weight: 600;
  font-size: 17px;
  color: #65646A;
}

div.getting_started_section div.getting_started_content a.getting_started_button::after {
  content: none;
}

div.getting_started_section div.getting_started_content a.getting_started_button {
  font-weight: 700;
  color: #EC1946;
  line-height: 1 !important;
  padding: 12px 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  border-color: #EC1946;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

div.getting_started_section div.getting_started_content a.getting_started_button:hover {
  background-color: #EC1946;
  color: #ffffff;
}

/* ////////// **********
Getting Started Section Styling
********** ////////// */
/* ////////// **********
CEO Section Styling
********** ////////// */
div.ceo_section div.ceo_content a.read_article_button::after {
  content: none;
}

div.ceo_section div.ceo_content a.read_article_button {
  font-weight: 700;
  color: #EC1946;
  line-height: 1 !important;
  padding: 12px 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  border-color: #EC1946;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

div.ceo_section div.ceo_content a.read_article_button:hover {
  background-color: #EC1946;
  color: #ffffff;
}

/* ////////// **********
CEO Section Styling
********** ////////// */
/* ////////// **********
Testimonials Section Styling
********** ////////// */
div.testimonials_section div.testimonials_wrap_listing {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

div.testimonials_slider {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 60px;
}

div.testimonials_slider div.owl-carousel div.testi_slide {
  max-width: 720px;
  margin: auto;
}

div.testimonials_slider div.owl-carousel div.testi_slide div.testi_person_name {
  padding-top: 15px;
  font-weight: 400;
}

div.testimonials_slider div.owl-carousel div.testi_slide div.testi_person_name::before {
  display: block;
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 25px;
  margin-right: 10px;
  height: 2px;
  margin-top: -2px;
  background-color: #ffffff;
}

div.testimonials_slider div.owl-carousel div.testi_slide i.fa {
  font-size: 26px;
}

div.testimonials_slider div.owl-carousel div.owl-controls {
  position: absolute;
  top: 50%;
  left: -60px;
  right: -60px;
  margin-top: -35px;
  height: 0;
  z-index: 1;
}

div.testimonials_slider div.owl-carousel div.owl-controls div.owl-prev {
  float: left;
}

div.testimonials_slider div.owl-carousel div.owl-controls div.owl-next {
  float: right;
}

div.testimonials_slider div.owl-carousel div.owl-controls div.owl-prev i.fa, div.testimonials_slider div.owl-carousel div.owl-controls div.owl-next i.fa {
  font-size: 70px;
  line-height: 70px;
}

/* ////////// **********
Testimonials Section Styling
********** ////////// */
/* ////////// **********
Team Members Section Styling
********** ////////// */
div.our_team_section div.our_team_grids_listing {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

div.team_memeber_slider {
  padding: 0 60px;
}

div.team_memeber_slider div.owl-carousel div.owl-controls {
  position: absolute;
  top: 50%;
  left: -60px;
  right: -60px;
  margin-top: -35px;
  height: 0;
  z-index: 1;
}

div.team_memeber_slider div.owl-carousel div.owl-controls div.owl-prev {
  float: left;
}

div.team_memeber_slider div.owl-carousel div.owl-controls div.owl-next {
  float: right;
}

div.team_memeber_slider div.owl-carousel div.owl-controls div.owl-prev i.fa, div.team_memeber_slider div.owl-carousel div.owl-controls div.owl-next i.fa {
  font-size: 70px;
  line-height: 70px;
}

div.team_memeber_slider div.owl-carousel div.item {
  padding: 0 10px;
}

div.team_memeber_slider div.owl-carousel div.team_memeber_grid {
  max-width: 370px;
  margin: auto;
  border: 1px solid #A7B7C9;
}

div.team_memeber_slider div.owl-carousel div.team_memeber_grid div.memeber_pic img {
  vertical-align: top;
}

div.team_memeber_slider div.owl-carousel div.team_memeber_grid div.member_bio {
  padding: 30px;
}

/* ////////// **********
Team Members Section Styling
********** ////////// */
/* ////////// **********
Partners Section Styling
********** ////////// */
div.partners_section {
  padding-bottom: 62px !important;
}

div.partners_section div.partners_content div.et_pb_column {
  margin-bottom: 50px;
}

div.partners_section div.partners_content p {
  font-weight: 600;
  font-size: 17px;
  color: #65646A;
}

div.partners_section div.partners_content ol > li {
  margin-bottom: 15px;
}

div.partners_section div.partners_content p > strong {
  font-weight: 700;
  font-size: 24px;
  color: #EC1946;
}

div.partners_section div.partners_content div.et_pb_button_module_wrapper {
  text-align: center;
  padding-top: 30px;
}

div.partners_section div.partners_content a.partners_button::after {
  content: none;
}

div.partners_section div.partners_content a.partners_button {
  font-weight: 700;
  color: #EC1946;
  line-height: 1 !important;
  padding: 12px 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  border-color: #EC1946;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

div.partners_section div.partners_content a.partners_button:hover {
  background-color: #EC1946;
  color: #ffffff;
}

/* ////////// **********
Partners Section Styling
********** ////////// */
/* ////////// **********
Schedule a Meeting Section Styling
********** ////////// */
div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et-pb-contact-message {
  padding: 20px;
  color: #31708f;
  font-size: 14px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  margin-bottom: 20px;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et-pb-contact-message ul {
  padding-bottom: 0;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et-pb-contact-message:empty {
  display: none;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element {
  max-width: 800px;
  margin: auto;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='text'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='email'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='tel'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='number'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element select, div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element textarea {
  background-color: #ffffff;
  color: #A7B7C9;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #A7B7C9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et_contact_bottom_container {
  float: none;
  text-align: center;
  margin-top: 0;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et_contact_bottom_container button::after {
  content: '';
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et_contact_bottom_container button {
  margin: 0;
  color: #EC1946;
  width: 100%;
  line-height: 1 !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #EC1946;
  padding: 12px;
  max-width: 250px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et_contact_bottom_container button:hover {
  background-color: #EC1946;
  color: #ffffff;
}

/* ////////// **********
Schedule a Meeting Section Styling
********** ////////// */
/* ////////// **********
Footer Section Styling
********** ////////// */
/*footer#main-footer {
	background: #EC1946 url('https://www.pacemate.com/wp-content/uploads/2018/03/footer-background.jpg') no-repeat center;
	background-size: cover;
}*/
.main-title {
  position: absolute;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
}

footer#main-footer div.container div#footer-widgets div.footer-widget h4.title {
  color: inherit;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer#main-footer div.container div#footer-widgets div.footer-widget a {
  color: inherit;
}

footer#main-footer div.container div#footer-widgets div.footer-widget div.textwidget {
  line-height: 2.5;
}

footer#main-footer div#footer-bottom {
  color: #333;
  font-weight: bold;
  padding: 0;
}

footer#main-footer div#footer-bottom div.container p#footer-info, footer#main-footer div#footer-bottom div.container p#footer-info > a, footer#main-footer div#footer-bottom div.container ul.et-social-icons > li > a {
  color: inherit;
}

footer#main-footer div#footer-bottom div.container p#footer-info > a:hover, footer#main-footer div#footer-bottom div.container ul.et-social-icons > li > a:hover {
  color: #ffffff;
}

.copyright_section {
  text-align: center;
}

.copyright_section sup {
  font-size: 10px;
}

.footer_content_info {
  margin-bottom: 0 !important;
}

#footer-top img {
  max-height: 142px;
}
@media (max-width: 980px) {
  #footer-top .footer_content_info,
  #footer-top .pb_social-icons {
    text-align: center !important;
  }
}
@media (min-width: 981px) {
  #footer-top .et_pb_row {
    width: 100% !important;
    max-width: 1000px !important;
  }
}

.footer_content_info a,
.pb_social-icon {
  color: white !important;
}
.footer_content_info a:hover,
.pb_social-icon:hover {
  color: #ddd !important;
}

.pb_social-icon {
  font-size: 26px;
  margin-right: 11px;
  vertical-align: middle;
}

#widget_sp_image-2, #widget_sp_image-3 {
  margin-bottom: 10px !important;
}

.et_pb_column_1_4:nth-child(3) .et_pb_image.footer-half-img {
  display: inline-block;
  max-width: calc(50% - 15px);
  margin-right: 15px !important;
  margin-bottom: 20px;
}
.et_pb_column_1_4:nth-child(3) .et_pb_image.footer-half-img img {
  max-width: 85px;
  width: 100%;
}
.et_pb_column_1_4:nth-child(3) .et_pb_image.footer-full-img img {
  max-width: 265px;
  width: 100%;
}
@media (max-width: 479px) {
  .et_pb_column_1_4:nth-child(3) {
    text-align: center;
  }
}

/* ////////// **********
Footer Section Styling
********** ////////// */
/* ////////// **********
Publications
********** ////////// */
.publications-feed .single-publication {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 80px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.publications-feed .single-publication:hover {
  border-bottom-color: #EC1946;
}

.publications-feed .single-publication:hover .et_pb_module_header {
  color: #EC1946;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media all and (min-width: 980px) {
  .publications-feed .single-publication .et_pb_column_3_4:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #dddddd;
    position: absolute;
    right: -30px;
    top: 0;
  }
}
.publications-feed .single-publication .et_pb_column_1_4 p {
  padding-bottom: .6em;
}

.publications-feed .single-publication .et_pb_column_3_4 .et_pb_module_header {
  max-width: 90%;
}

@media all and (min-width: 980px) {
  .publications-feed .single-publication .et_pb_column_3_4 .et_pb_module_header {
    max-width: 95%;
  }
}
.publications-feed .single-publication .et_pb_column_3_4 .arrow-link {
  position: absolute;
  right: 0;
  top: 0;
}

.publications-feed .single-publication .et_pb_column_3_4 .arrow-link i {
  font-size: 22px;
  color: #EC1946;
}

/* ////////// **********
Publications
********** ////////// */
/* ////////// **********
Major Responsive Media Conditions
********** //////////  */
@media only screen and (max-width: 1200px) {
  div.main_hero_section {
    height: 750px;
  }

  div.top_content_section {
    font-size: 26px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  div.first_cta_row {
    padding-top: 65px !important;
    padding-bottom: 15px !important;
  }

  div.middle_highlight_content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  div.middle_highlight_content div.middle_highlight_content_wrap {
    font-size: 26px;
  }

  div.second_cta_row {
    padding-top: 65px !important;
    padding-bottom: 15px !important;
  }

  div.getting_started_section {
    padding-top: 65px !important;
    padding-bottom: 42px !important;
  }

  div.testimonials_section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  div.our_team_section {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  div.partners_section {
    padding-top: 65px !important;
    padding-bottom: 42px !important;
  }

  div.meeting_schedule_section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 992px) {
  div.main_hero_section div.hero_section_logo img {
    max-width: 190px;
  }

  body {
    font-size: 15px;
  }

  div.main_hero_section {
    height: 650px;
  }

  div.main_hero_section div.hero_section_logo div.et_pb_column div.et_always_center_on_mobile {
    text-align: left !important;
  }

  header#main-header div.container div#et-top-navigation nav#top-menu-nav > ul.nav > li {
    font-size: 15px;
    padding-right: 40px;
  }

  div.top_content_section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    font-size: 24px;
  }

  div.first_cta_row {
    padding-top: 45px !important;
    padding-bottom: 0 !important;
  }

  div.first_cta_row div.first_cta_grids div.et_pb_column {
    margin-bottom: 45px !important;
  }

  div.middle_highlight_content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  div.middle_highlight_content div.middle_highlight_content_wrap {
    font-size: 24px;
  }

  div.second_cta_row div.second_cta_grids div.et_pb_column i.fa {
    font-size: 50px;
    margin-bottom: 30px;
  }

  div.second_cta_row {
    padding-top: 45px !important;
    padding-bottom: 0 !important;
  }

  div.second_cta_row div.second_cta_grids div.et_pb_column {
    margin-bottom: 45px !important;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  div.getting_started_section {
    padding-top: 45px !important;
    padding-bottom: 22px !important;
  }

  div.getting_started_section div.getting_started_content div.et_pb_column div.et_pb_text {
    margin-bottom: 15px;
  }

  div.getting_started_section div.getting_started_content ol {
    font-size: 22px;
  }

  div.testimonials_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  div.testimonials_slider div.owl-carousel div.owl-controls, div.team_memeber_slider div.owl-carousel div.owl-controls {
    margin-top: -25px;
  }

  div.testimonials_slider div.owl-carousel div.owl-controls div.owl-prev i.fa, div.testimonials_slider div.owl-carousel div.owl-controls div.owl-next i.fa, div.team_memeber_slider div.owl-carousel div.owl-controls div.owl-prev i.fa, div.team_memeber_slider div.owl-carousel div.owl-controls div.owl-next i.fa {
    font-size: 50px;
    line-height: 50px;
  }

  div.our_team_section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  div.partners_section {
    padding-top: 45px !important;
    padding-bottom: 22px !important;
  }

  div.partners_section div.partners_content div.et_pb_column div.et_pb_text {
    margin-bottom: 15px;
  }

  div.partners_section div.partners_content ol {
    font-size: 22px;
  }

  div.meeting_schedule_section div.meeting_schedule_form div.et_pb_text {
    margin-bottom: 15px;
  }

  header#main-header div.container div#et-top-navigation div#et_mobile_nav_menu span.mobile_menu_bar::before {
    color: #666666;
  }

  header#main-header div.container div#et-top-navigation div#et_mobile_nav_menu ul.et_mobile_menu {
    border-top-color: #EC1946;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  div.main_hero_section div.hero_section_logo img {
    max-width: 150px;
  }

  div.main_hero_section div.et_pb_section_video_bg {
    display: none;
  }

  div.main_hero_section {
    height: 450px;
  }

  div.top_content_section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 20px;
  }

  div.top_content_section div.top_content_section_wrap br {
    display: none;
  }

  div.first_cta_row {
    padding-top: 20px !important;
  }

  div.first_cta_row div.first_cta_grids {
    padding-bottom: 10px !important;
  }

  div.first_cta_row div.first_cta_grids div.et_pb_column {
    margin-bottom: 20px !important;
  }

  div.middle_highlight_content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  div.middle_highlight_content div.middle_highlight_content_wrap {
    font-size: 20px;
  }

  div.second_cta_row {
    padding-top: 20px !important;
  }

  div.second_cta_row div.second_cta_grids {
    padding-bottom: 10px !important;
  }

  div.second_cta_row div.second_cta_grids div.et_pb_column {
    margin-bottom: 20px !important;
  }

  div.second_cta_row div.second_cta_grids div.et_pb_column i.fa {
    margin-bottom: 10px;
  }

  div.getting_started_section {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
  }

  div.getting_started_section div.getting_started_content div.et_pb_column {
    margin-bottom: 20px !important;
  }

  h2 {
    font-size: 24px;
  }

  div.getting_started_section div.getting_started_content ol {
    font-size: 20px;
    padding-bottom: 10px;
  }

  div.getting_started_section div.getting_started_content ol > li {
    margin-bottom: 10px;
  }

  div.getting_started_section div.getting_started_content a.getting_started_button {
    font-size: 16px;
  }

  div.testimonials_section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  div.testimonials_slider {
    padding: 0 40px;
    font-size: 22px;
  }

  div.testimonials_slider div.owl-carousel div.owl-controls {
    left: -40px;
    right: -40px;
  }

  div.testimonials_slider div.owl-carousel div.testi_slide div.testi_person_name {
    padding-top: 10px;
  }

  div.our_team_section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  div.team_memeber_slider {
    padding: 0 40px;
  }

  div.team_memeber_slider div.owl-carousel div.owl-controls {
    left: -40px;
    right: -40px;
  }

  div.partners_section {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
  }

  div.partners_section div.partners_content div.et_pb_column {
    margin-bottom: 20px !important;
  }

  h2 {
    font-size: 24px;
  }

  div.partners_section div.partners_content ol {
    font-size: 20px;
    padding-bottom: 10px;
  }

  div.partners_section div.partners_content ol > li {
    margin-bottom: 10px;
  }

  div.partners_section div.partners_content a.learn_more_button {
    font-size: 16px;
  }

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

  div.meeting_schedule_section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  div.meeting_schedule_section div.meeting_schedule_form div.et_pb_text {
    margin-bottom: 10px;
  }

  div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='text'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='email'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='tel'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element input[type='number'], div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element select, div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element textarea {
    font-size: 16px;
    padding: 12px 14px;
  }

  div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element form.et_pb_contact_form p.et_pb_contact_field {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element form.et_pb_contact_form div.et_contact_bottom_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.meeting_schedule_section div.meeting_schedule_form div.meeting_schedule_form_element div.et_contact_bottom_container button {
    font-size: 17px;
  }

  footer#main-footer div.container div#footer-widgets {
    padding: 50px 0;
    text-align: center;
  }

  footer#main-footer div.container div#footer-widgets div.footer-widget {
    margin-bottom: 30px !important;
  }

  footer#main-footer div.container div#footer-widgets div.footer-widget div.et_pb_widget.widget_text {
    float: none;
  }

  footer#main-footer div.container div#footer-widgets div.footer-widget div.footer_logo {
    max-width: 200px;
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  div.main_hero_section div.video_placeholder {
    display: none;
  }

  body.page-template-page-template-blank-php #page-container {
    padding-top: 0px !important;
  }

  div.main_hero_section div.video_placeholder_mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  div.main_hero_section div.video_placeholder_mobile::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
  }

  div.main_hero_section {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 0;
    padding-bottom: 100% !important;
  }

  div.main_hero_section div.hero_section_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  div.main_hero_section div.hero_section_logo img {
    max-width: 160px;
    position: relative;
    z-index: 2;
  }

  div.main_hero_section div.hero_section_logo div.et_pb_column {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  div.main_hero_section div.hero_section_logo div.et_pb_column div.et_pb_module {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center !important;
  }

  div.second_cta_row div.second_cta_grids div.et_pb_column i.fa {
    margin-bottom: 0;
  }

  div.testimonials_section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  div.testimonials_slider {
    padding: 0 30px;
    font-size: 17px;
  }

  div.testimonials_slider div.owl-carousel div.owl-controls {
    left: -30px;
    right: -30px;
  }

  div.testimonials_slider div.owl-carousel div.testi_slide div.testi_person_name::before {
    width: 15px;
  }

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

  div.team_memeber_slider {
    padding: 0 30px;
  }

  div.team_memeber_slider div.owl-carousel div.item {
    padding: 0;
  }

  div.team_memeber_slider div.owl-carousel div.team_memeber_grid div.member_bio {
    padding: 15px;
  }

  div.team_memeber_slider div.owl-carousel div.owl-controls {
    left: -30px;
    right: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  div.main_hero_section {
    min-height: 860px;
  }
}
/* ////////// **********
Major Responsive Media Conditions
********** //////////  */
/* Gravity Forms */
body .gform_wrapper .gform_footer, body .gform_wrapper .gform_page_footer {
  text-align: center;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  background-color: #FFFFFF;
  border: 1px solid #B7C4D2;
  font-size: 16px;
  color: #65646A;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, body .gform_wrapper textarea.textarea::-webkit-input-placeholder, body div.form_saved_message div.form_saved_message_emailform form input[type=text]::-webkit-input-placeholder {
  color: #B7C4D2;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button, body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  color: #EC1946;
  border-width: 2px;
  border-radius: 0px;
  border-color: #EC1946;
  font-weight: 700;
}

body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:hover, body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
  background-color: #EC1946;
  color: #FFFFFF;
  border-radius: 0px;
}

body .gform_wrapper .gfield_required {
  color: #65646a;
}

.hero_section_md {
  min-height: 526px !important;
}
.hero_section_md img {
  max-width: 225px;
}
@media (max-width: 992px) {
  .hero_section_md img {
    max-width: 190px;
  }
}
@media (max-width: 768px) {
  .hero_section_md img {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .hero_section_md {
    min-height: 300px !important;
  }
  .hero_section_md img {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center !important;
  }
}

.hero_section_lg {
  min-height: 760px;
}
.hero_section_lg img {
  max-width: 388px;
}
@media (max-width: 980px) {
  .hero_section_lg {
    min-height: 526px;
  }
  .hero_section_lg img {
    max-width: 225px;
  }
}
@media (max-width: 567px) {
  .hero_section_lg {
    min-height: 300px;
  }
  .hero_section_lg img {
    max-width: 100px;
  }
}

@media (min-width: 981px) {
  .et_vertical_nav #page-container #main-header {
    width: 100px;
  }

  .et_vertical_nav #et-main-area, .et_vertical_nav #top-header {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    margin-left: 100px !important;
  }

  .logo_container {
    text-align: center;
  }

  .header-menu-icon {
    text-align: center;
  }

  .et_vertical_nav #main-header .container {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 20px;
    left: 0;
    top: 200px;
    display: none;
  }

  .et_pb_section_video_bg video {
    transform: scale(1.1);
  }
}
@media (max-width: 567px) {
  .menu-icon {
    max-width: 50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .et_header_style_left #logo {
    max-width: 78px;
  }

  #et-top-navigation {
    padding-top: 35px !important;
    padding-left: 35px !important;
  }
}
@media (max-width: 980px) {
  .services-section p {
    max-width: 320px;
    margin: 0 auto;
  }
  .services-section img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
@media (min-width: 981px) {
  .services-section .et_pb_module.et_pb_text.et_pb_text_1,
  .services-section .et_pb_module.et_pb_text.et_pb_text_3 {
    margin-bottom: 20%;
  }
}
.services-section img {
  vertical-align: middle;
}
@media (min-width: 981px) {
  .services-section img {
    margin-right: 15px;
  }
}

.services-section .row-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
  padding: 0;
}

.no-indent {
  margin-bottom: 0 !important;
}

.info-block img {
  margin-bottom: 10px;
}
.info-block-col {
  position: relative;
}
@media (max-width: 980px) {
  .info-block-col:before, .info-block-col:after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .info-block-col:before {
    top: -50px;
    left: 50%;
    width: 28px;
    height: 19px;
    background-image: url("images/sing.png");
  }
  .info-block-col:after {
    bottom: -50px;
    left: 50%;
    width: 28px;
    height: 28px;
    background-image: url("images/plus.png");
  }
}
@media (min-width: 981px) {
  .info-block-col:before, .info-block-col:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .info-block-col:before {
    left: -40px;
    width: 38px;
    height: 19px;
    background-image: url("images/sing.png");
  }
  .info-block-col:after {
    right: -40px;
    width: 21px;
    height: 21px;
    background-image: url("images/plus.png");
  }
}
@media (min-width: 981px) {
  .info-block p {
    padding-bottom: 0;
  }
}

.benefit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.benefit-icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.benefit-content {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 767px) {
  .benefit {
    padding: 7px;
  }

  .benefit:nth-child(odd) {
    background-color: #dedede;
  }
}
@media (min-width: 768px) {
  .benefit-container {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .benefit-container:nth-child(odd) {
    background-color: #dedede;
  }

  .benefit {
    max-width: 50%;
    padding: 15px;
  }
}
#custom-tabs {
  border: none;
}
#custom-tabs .et_pb_tabs_controls {
  position: relative;
  background: none;
}
#custom-tabs .et_pb_tabs_controls li {
  display: block;
  height: auto;
  border: none;
}
#custom-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #ec1e47 !important;
  border: none;
}
#custom-tabs .et_pb_tabs_controls li:hover a {
  color: #ec1e47 !important;
}
#custom-tabs .et_pb_tabs_controls:after {
  border: none;
}
#custom-tabs .et_pb_tabs_controls:before {
  content: "FAQs";
  position: absolute;
  top: 0;
  left: 0;
  color: #ec1e47;
  font-weight: bold;
  width: 100%;
  padding: 0 30px;
  font-size: 22px;
}
@media (min-width: 768px) {
  #custom-tabs .et_pb_tabs_controls:before {
    font-size: 26px;
  }
}
@media (min-width: 991px) {
  #custom-tabs .et_pb_tabs_controls:before {
    font-size: 34px;
    top: 4%;
  }
}
#custom-tabs .et_pb_all_tabs {
  position: relative;
  background-color: #EBEDEE;
}

@media (min-width: 768px) {
  #custom-tabs {
    display: flex;
  }
  #custom-tabs .et_pb_tabs_controls {
    max-width: 50%;
  }
  #custom-tabs .et_pb_all_tabs:after {
    content: "";
    position: absolute;
    top: 150px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 35px 0;
    border-color: transparent #EBEDEE transparent transparent;
    z-index: 100;
  }
}
@media (max-width: 990px) {
  #custom-tabs .et_pb_tabs_controls,
  #custom-tabs .et_pb_tab {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  #custom-tabs .et_pb_tabs_controls a {
    font-weight: 600 !important;
  }
  #custom-tabs .et_pb_tab_content p {
    font-weight: 600 !important;
  }
}
@media (max-width: 567px) {
  #custom-tabs .et_pb_tabs_controls a {
    padding: 0 10px;
  }
  #custom-tabs .et_pb_tab {
    padding: 0 10px;
  }
}
@media (min-width: 991px) {
  #custom-tabs .et_pb_tabs_controls,
  #custom-tabs .et_pb_tab {
    padding-top: 80px !important;
  }
}
#home-accordion .et_pb_toggle {
  position: static !important;
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
#home-accordion .et_pb_toggle_title {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
#home-accordion .et_pb_toggle_title:before {
  display: none;
}
#home-accordion .et_pb_toggle_title:hover {
  color: #EA1A47 !important;
}
@media (min-width: 981px) {
  #home-accordion .et_pb_toggle_open .et_pb_toggle_title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 35px 0;
    border-color: transparent #EBEDEE transparent transparent;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#home-accordion .et_pb_toggle_open .et_pb_toggle_title,
#home-accordion .et_pb_toggle_open h5.et_pb_toggle_title {
  color: #EA1A47 !important;
}
#home-accordion .et_pb_toggle_content {
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: #EBEDEE;
}
@media (max-width: 980px) {
  #home-accordion .et_pb_toggle_content:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #ebedee transparent;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #home-accordion .et_pb_toggle_title {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (min-width: 981px) {
  #home-accordion .et_pb_toggle_open .et_pb_toggle_title,
  #home-accordion .et_pb_toggle_open h5.et_pb_toggle_title {
    display: inline-block;
    width: 50%;
  }
  #home-accordion .et_pb_toggle_close .et_pb_toggle_title,
  #home-accordion .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #666;
    display: inline-block;
    width: 50%;
  }
  #home-accordion .et_pb_toggle {
    position: static !important;
  }
  #home-accordion .et_pb_toggle_content {
    position: absolute;
    padding-top: 20px;
    top: 0;
    right: 0;
    width: 50%;
    background: #EBEDEE;
    padding: 55px 30px;
  }
  #home-accordion .et_pb_toggle_content:before {
    display: none;
    content: "";
    position: absolute;
    top: 110px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 35px 0;
    border-color: transparent #EBEDEE transparent transparent;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
}

#subscription {
  flex-direction: column;
  max-width: 485px;
  margin: 0 auto;
}
#subscription .et_pb_newsletter_form {
  width: 100%;
  padding: 0;
}
#subscription .et_pb_newsletter_button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 124px;
}
@media (min-width: 450px) {
  #subscription .et_pb_newsletter_button {
    width: 190px;
  }
}
#subscription #et_pb_signup_email {
  width: 100%;
  font-weight: bold;
}
#subscription p {
  padding: 0;
}

@media (max-width: 450px) {
  #subscription #et_pb_signup_email {
    padding: 17px 130px 17px 16px !important;
    font-size: 14px;
  }
  #subscription .et_pb_newsletter_button {
    padding: 16px 0 !important;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #subscription #et_pb_signup_email {
    padding: 17px 200px 17px 16px !important;
    font-size: 16px;
  }
  #subscription .et_pb_newsletter_button {
    padding: 15px 0 !important;
  }
}
@media (min-width: 768px) {
  #subscription #et_pb_signup_email {
    padding: 17px 200px 17px 16px !important;
    font-size: 17px;
  }
  #subscription .et_pb_newsletter_button {
    padding: 13px 0 !important;
  }
}
#subscription-form form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
#subscription-form p[data-id="email"] {
  width: 100%;
  margin-bottom: 0;
}
#subscription-form input[data-field_type="email"] {
  padding-right: 210px;
  font-weight: bold !important;
}
#subscription-form input[data-field_type="email"]::-webkit-input-placeholder {
  font-weight: bold !important;
}
#subscription-form input[data-field_type="email"]:-ms-input-placeholder {
  font-weight: bold !important;
}
#subscription-form input[data-field_type="email"]::placeholder {
  font-weight: bold !important;
}
#subscription-form input[data-field_type="email"]:placeholder {
  font-weight: bold !important;
}
#subscription-form button[type="submit"] {
  height: 100%;
  padding: 10px 50px !important;
}
#subscription-form .et-pb-contact-message {
  text-align: center;
}
#subscription-form .et-pb-contact-message ul {
  list-style: none;
}
#subscription-form .et_contact_bottom_container {
  position: absolute;
  height: 100%;
  right: 0;
  top: 6px;
}
@media (max-width: 449px) {
  #subscription-form .et_contact_bottom_container {
    top: 4px;
  }
  #subscription-form input[data-field_type="email"] {
    padding-right: 130px;
  }
  #subscription-form button[type="submit"] {
    padding: 10px 17px !important;
  }
}

.hotspots-slider {
  position: relative;
}
.hotspots-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/ipad-pm2.png");
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
.hotspots-slider .hotspots-image-wrap {
  position: relative;
  padding-bottom: 74.3%;
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
}
.hotspots-slider .hotspots-slider-slide {
  background-color: #EFEFEF;
  padding: 1% 2.2222%;
  max-height: 606px;
}
.hotspots-slider .slick-dots {
  bottom: 2.5vw;
  padding: 0;
  margin: 0;
}
.hotspots-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.hotspots-slider .slick-dots li button:before {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  background-color: transparent;
}
.hotspots-slider .slick-dots li button:hover:before,
.hotspots-slider .slick-dots li button:focus:before,
.hotspots-slider .slick-dots li.slick-active button:before {
  background-color: #FFF;
}
.hotspots-slider .slick-arrow {
  width: 35px;
  height: 62px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.hotspots-slider .slick-arrow.slick-prev {
  left: 20px;
  background-image: url("images/c_arrow-left.png");
}
.hotspots-slider .slick-arrow.slick-next {
  right: 20px;
  background-image: url("images/c_arrow-right.png");
}
.hotspots-slider .slick-arrow:hover {
  opacity: 0.8;
}
.hotspots-slider .slick-arrow:before {
  display: none;
}
@media (max-width: 1099px) {
  .hotspots-slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .hotspots-slider .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .hotspots-slider .slick-arrow.slick-prev, .hotspots-slider .slick-arrow.slick-next {
    -webkit-transform: translateY(-50%) scale(0.7);
    -moz-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    -o-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
  }
  .hotspots-slider .slick-arrow.slick-prev {
    left: -13%;
  }
  .hotspots-slider .slick-arrow.slick-next {
    right: -13%;
  }
}
@media (max-width: 567px) {
  .hotspots-slider .slick-arrow.slick-prev, .hotspots-slider .slick-arrow.slick-next {
    -webkit-transform: translateY(-50%) scale(0.3);
    -moz-transform: translateY(-50%) scale(0.3);
    -ms-transform: translateY(-50%) scale(0.3);
    -o-transform: translateY(-50%) scale(0.3);
    transform: translateY(-50%) scale(0.3);
  }
  .hotspots-slider .slick-arrow.slick-prev {
    left: -10%;
  }
  .hotspots-slider .slick-arrow.slick-next {
    right: -10%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .hotspots-slider .slick-arrow.slick-prev {
    left: -11%;
  }
  .hotspots-slider .slick-arrow.slick-next {
    right: -11%;
  }
}
@media (min-width: 1100px) {
  .hotspots-slider .slick-arrow.slick-prev {
    left: -5vw;
  }
  .hotspots-slider .slick-arrow.slick-next {
    right: -5vw;
  }
}
@media (min-width: 1300px) {
  .hotspots-slider .slick-arrow.slick-prev {
    left: -10vw;
  }
  .hotspots-slider .slick-arrow.slick-next {
    right: -10vw;
  }
}

@media (max-width: 1099px) {
  #hotspots-slider-section .et_pb_row {
    padding: 0 10%;
  }
}

.hotspot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.hotspot-inner {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.hotspot-inner:before, .hotspot-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.hotspot-inner:before {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.hotspot-inner:after {
  width: 10px;
  height: 10px;
  background: url("images/plus-icon.png") 50% no-repeat;
}
.hotspot-inner:hover:before {
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
@media (max-width: 767px) {
  .hotspot {
    display: none;
  }
}
.hotspot:hover {
  cursor: pointer;
}

@-webkit-keyframes zoom {
  0% {
    padding: 10px;
  }
  50% {
    padding: 8px;
  }
  100% {
    padding: 10px;
  }
}
@keyframes zoom {
  0% {
    padding: 10px;
  }
  50% {
    padding: 8px;
  }
  100% {
    padding: 10px;
  }
}
.hotspot-popup {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  transform: translateY(-50%);
  width: 200px;
  background-color: #FFF;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.hotspot-popup-top {
  padding: 40px 0;
  background: #EA1A47 url("images/popup-icon.png") center no-repeat;
}
.hotspot-popup-bottom {
  overflow: hidden;
}
.hotspot-popup-content {
  overflow: auto;
  padding: 10px 15px;
  min-height: 150px;
  max-height: 150px;
}
.hotspot-popup-content p {
  font-size: 12px;
}

.popup-arrow:after {
  content: "";
  position: absolute;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
}
.popup-arrow_left:after {
  right: -25px;
  border-width: 30px 0 30px 25px;
  border-color: transparent transparent transparent #fff;
}
.popup-arrow_right:after {
  left: -25px;
  border-width: 30px 25px 30px 0;
  border-color: transparent #fff transparent transparent;
}

.popup-active .hotspot-popup {
  opacity: 1 !important;
  z-index: 10 !important;
}

.team-hero {
  min-height: 600px;
}

#contact-form .input {
  padding: 11px 20px;
}
#contact-form .et_contact_bottom_container {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 567px) {
  #contact-form .et_contact_bottom_container {
    padding-left: 3%;
  }
}
#contact-form button[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin: 0;
}
@media (max-width: 567px) {
  #contact-form button[type="submit"] {
    width: 100%;
    max-width: 100%;
  }
}

.post-type-item {
  position: relative;
  display: flex;
  z-index: 2;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.post-type-item:nth-child(odd) {
  background-color: #eee;
}
.post-type-item:nth-child(odd):before, .post-type-item:nth-child(odd):after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #eee;
  z-index: 1;
}
.post-type-item:nth-child(odd):before {
  left: -100vw;
  width: 100vw;
}
.post-type-item:nth-child(odd):after {
  right: -100vw;
  width: 100vw;
}
@media (max-width: 767px) {
  .post-type-item {
    padding: 30px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.post-type-img img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .post-type-img img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .post-type-img {
    width: 41%;
    max-width: 35%;
  }
}

.post-type-content {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .post-type-content {
    padding-left: 30px;
    width: 75%;
    max-width: 75%;
  }
}

.post-type-title,
.post-type-subtitle {
  font-weight: 600;
  margin-bottom: 0;
  color: #EA1A47;
}

#arrow-row {
  position: absolute;
  bottom: 10%;
  width: 100%;
  max-width: 100%;
}
#arrow-row img {
  cursor: pointer;
}
@media (max-width: 1400px) {
  #arrow-row {
    bottom: 13%;
  }
}

.et_slide_in_menu_container .et_slide_menu_top {
  display: none;
}

#et-main-area {
  margin-left: 100px;
}

.et_header_style_slide .logo_container {
  position: static;
  height: auto;
}
.et_header_style_slide .logo_container a {
  display: block;
}

.mobile_menu_bar {
  width: auto !important;
}
.mobile_menu_bar:before, .mobile_menu_bar:after {
  display: none;
}

/*Move the hamburger menu to the left*/
#et-top-navigation {
  float: left;
}
@media (min-width: 568px) {
  #et-top-navigation {
    padding-left: 0 !important;
  }
}

/*Move the menu to the left when open*/
.et_pb_slide_menu_active header#main-header,
.et_pb_slide_menu_active #page-container {
  left: 320px !important;
  -webkit-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  -moz-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
}

.et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
  right: auto !important;
  left: 0 !important;
}

/*Hide the screen overflow*/
body.et_pb_slide_menu_active {
  overflow-x: hidden !important;
}

/*Switch the slide-in animation from right to left*/
.et_header_style_slide .et_slide_in_menu_container {
  left: -320px !important;
  -webkit-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  -moz-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
}

#mobile_menu_slide {
  padding: 30px 0 !important;
}
#mobile_menu_slide .menu-item a {
  padding: 6px 0 6px 37px  !important;
  font-size: 27px;
  font-weight: bold;
}
@media (max-width: 980px) {
  #mobile_menu_slide .menu-item a {
    font-size: 18px;
  }
}
#mobile_menu_slide .menu-item a:hover {
  background-color: #FFF;
  color: #EA1A47 !important;
  opacity: 1;
}
#mobile_menu_slide .current-menu-item a {
  background-color: #FFF;
  color: #EA1A47 !important;
}

@media only screen and (max-width: 980px) {
  .et_header_style_slide .et_slide_in_menu_container {
    width: 250px !important;
  }

  header#main-header {
    width: 100%;
    left: 0 !important;
  }

  .et_pb_slide_menu_active header#main-header {
    left: 0 !important;
  }

  .et_pb_slide_menu_active #page-container {
    left: 250px !important;
    -webkit-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
    -moz-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
    transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  }

  #et-main-area {
    margin-left: 0;
  }

  .et_header_style_slide .logo_container a {
    text-align: center;
  }
}
@media only screen and (max-width: 567px) {
  header#main-header {
    height: auto;
  }

  .et_menu_container {
    position: absolute;
    width: 50px !important;
    top: 0;
  }

  .logo_container {
    padding: 17px 0;
    text-align: center;
  }
  .logo_container a {
    display: inline-block !important;
  }

  .et_menu_container {
    padding: 0 10px !important;
  }
}
@media only screen and (min-width: 568px) and (max-width: 980px) {
  .et_menu_container {
    padding: 0 30px !important;
  }
}
@media only screen and (min-width: 568px) {
  #et-main-area {
    margin-left: 100px;
  }

  header#main-header {
    position: fixed;
    top: 30px;
    left: 0 !important;
    width: 100px;
  }

  .et_pb_slide_menu_opened + header#main-header {
    position: absolute;
    top: 0px;
  }
}
/*Move the hamburger menu to the left*/
@media only screen and (min-width: 981px) {
  #et-top-navigation {
    float: left;
    padding-left: 0 !important;
  }

  /*Move the menu to the left when open*/
  .et_pb_slide_menu_active header#main-header {
    left: 0 !important;
  }

  .et_pb_slide_menu_active #page-container {
    left: 250px !important;
    -webkit-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
    -moz-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
    transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  }

  .et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
    right: auto !important;
    left: 0 !important;
  }

  /*Hide the screen overflow*/
  body.et_pb_slide_menu_active {
    overflow-x: hidden !important;
  }

  .et_header_style_slide .et_slide_in_menu_container {
    width: 250px !important;
  }

  /*Switch the slide-in animation from right to left*/
  .et_slide_in_menu_container {
    left: -250px !important;
    -webkit-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
    -moz-transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
    transition: left 0.8s ease, margin-top 0.4s ease-in-out !important;
  }
}
#content_btns .et_pb_button_module_wrapper {
  text-align: center;
}
@media (min-width: 650px) {
  #content_btns .et_pb_button_module_wrapper {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }
  #content_btns .et_pb_button_module_wrapper:last-of-type {
    padding-left: 15px;
    text-align: left;
  }
}

#infographic {
  background-position: center 86%;
}
@media (max-width: 980px) {
  #infographic {
    background-image: linear-gradient(180deg, #e28f88 0%, #e4eaef 40%) !important;
  }
}
@media (min-width: 981px) {
  #infographic .bio-row {
    width: 100% !important;
    max-width: 1100px !important;
  }
}
@media (min-width: 981px) and (max-width: 1400px) {
  #infographic {
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

#infographic-placement-1 {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 980px) {
  #infographic-placement-1 .et_pb_text {
    text-align: center;
  }
}
@media (min-width: 981px) {
  #infographic-placement-1 .et_pb_text {
    padding-left: 20px;
  }
}
@media (max-width: 980px) {
  #infographic-placement-1 .et_pb_image {
    min-height: 275px;
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  #infographic-placement-1 .et_pb_image {
    margin: 0;
  }
}
@media (min-width: 981px) {
  #infographic-placement-1 .et_pb_image {
    position: relative;
    left: -20px;
    min-height: 350px;
    margin: 0;
  }
}
@media (min-width: 981px) {
  #infographic-placement-1 .et_pb_column {
    position: relative;
  }
  #infographic-placement-1 .et_pb_column:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 45%;
    background: rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(52%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  }
}

@media (max-width: 980px) {
  #infographic-placement-2 {
    background-image: none;
  }
  #infographic-placement-2 .et_pb_text p {
    text-align: center;
  }
}
@media (min-width: 981px) {
  #infographic-placement-2 {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-position: 0 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 33vw;
    padding: 0 10%;
  }
  #infographic-placement-2 .et_pb_column {
    position: relative;
    width: 19% !important;
    float: none;
    margin-right: 0 !important;
  }
  #infographic-placement-2 .et_pb_column:first-child .et_pb_image, #infographic-placement-2 .et_pb_column:nth-child(2) .et_pb_image, #infographic-placement-2 .et_pb_column:nth-child(3) .et_pb_image, #infographic-placement-2 .et_pb_column:last-child .et_pb_image {
    position: relative;
  }
  #infographic-placement-2 .et_pb_column:first-child .et_pb_image {
    left: -30px;
    margin-bottom: 100px;
    margin-bottom: 6vw;
  }
  #infographic-placement-2 .et_pb_column:nth-child(2) .et_pb_image {
    left: -50px;
    margin-bottom: 200px;
    margin-bottom: 11vw;
  }
  #infographic-placement-2 .et_pb_column:nth-child(3) .et_pb_image {
    left: -40px;
    margin-bottom: 140px;
    margin-bottom: 7vw;
  }
  #infographic-placement-2 .et_pb_column:last-child .et_pb_image {
    left: -40px;
    margin-bottom: 210px;
    margin-bottom: 11vw;
  }
  #infographic-placement-2 .et_pb_column:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 45%;
    background: rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(52%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 52%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  }
  #infographic-placement-2 .et_pb_text {
    padding-left: 20px;
  }
}
@media (min-width: 981px) and (max-width: 1350px) {
  #infographic-placement-2 .et_pb_text p {
    font-size: 12px;
  }
}

.bio_title h1, .bio_title h2, .bio_title h3, .bio_title h4, .bio_title h5, .bio_title h6 {
  font-family: 'Gotham', sans-serif !important;
}

.contact-info a:hover {
  opacity: 0.8;
}

.et_pb_contact_form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 150px;
}

.owl-carousel .owl-wrapper {
  display: table !important;
}

.owl-carousel .owl-item {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}

.sboard .sb-item .sb-inner .sb-thumb .sb-crop {
  background-size: cover !important;
}

.zebra-striped .et_pb_row:nth-child(odd) {
  background-color: #eee;
}

/* ////////// **********
Team Page
********** ////////// */
.team-grid .et_pb_row {
  padding: 0px;
}

.team-grid .et_pb_text {
  padding: 30px;
}

.team-grid .et_pb_image .et_pb_image_wrap, .team-grid .et_pb_image .et_pb_image_wrap img {
  width: 100%;
}

.toggle-button {
  display: block;
  text-align: center;
  background: #ec1e47;
  font-size: 18px;
  border-radius: 30px;
  font-weight: bold;
  color: white;
  padding: 15px 40px !important;
}

.toggle-button:hover {
  background: #ed3b5e;
  color: white;
}

@media all and (min-width: 980px) {
  .toggle-button {
    display: inline-block;
    text-align: left;
    font-size: 24px;
  }
}
.toggle-more {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .team-grid .et_pb_text {
    padding: 60px;
  }
}
@media all and (min-width: 981px) {
  .team-grid .et_pb_text {
    padding: 40px;
  }

  .team-grid .et_pb_text h2 {
    font-size: 26px !important;
  }

  .team-grid .et_pb_text p {
    font-size: 15px;
  }
}
@media all and (min-width: 1200px) {
  .team-grid .et_pb_text {
    padding: 40px 40px 40px 0px;
  }

  .team-grid .et_pb_text p {
    font-size: 17px;
  }
}
@media all and (min-width: 1400px) {
  .team-grid .et_pb_text {
    padding: 70px 70px 70px 0px;
  }
}
@media all and (min-width: 1600px) {
  .team-grid .et_pb_text {
    padding: 90px 90px 90px 0px;
  }
}
/* Careers Page */
.career-listing .et_pb_button_module_wrapper {
  display: none !important;
}

.career-listing .et_pb_text .et_pb_button_module_wrapper {
  display: inline-block !important;
}

.career-listing .et_pb_text_inner {
  margin-bottom: 30px;
}
