@charset "UTF-8";
/*
	Theme Name:   Deri Latimer
	Theme URI: http://www.elegantthemes.com/gallery/divi/
	Version: 0.14
	Template:     Divi
	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
	Author: Gogo Telugo
	Author URI: https://gogotelugo.com

*/
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: red !important;
}

/* mixins.scss */
@keyframes barberpole {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 0;
  }
}
/*_variables.scss */
/* Body Text Styles */
@media only screen and (max-width: 980px) {
  .blockUnder980 {
    display: block;
  }
  .hideUnder980 {
    display: none;
  }
}
@keyframes drawLine {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
/*_typography.scss*/
html {
  font-size: 100%;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, li {
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}

p {
  font-weight: normal;
  line-height: 1.5625rem;
}

h1 strong, h1 b,
h2 strong, h2 b,
h3 strong, h3 b,
h4 strong, h4 b,
h5 strong, h5 b,
h6 strong, h6 b,
p strong, p b {
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}

@media only screen and (max-width: 1199px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
  }
}

h1 {
  font-size: 3.43rem;
}

h2 {
  font-size: 2.5rem !important;
  color: #e2007a;
  padding-bottom: 15px;
  line-height: 3rem;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 1.8rem !important;
    line-height: 2.75rem;
  }
}

h3 {
  font-size: 1.875rem;
  padding-bottom: 0;
  color: #e2007a !important;
  font-weight: 400 !important;
  margin-bottom: 30px;
}

h4 {
  color: #e2007a !important;
  font-size: 1.375rem !important;
}
h4.entry-title {
  font-size: 1.875rem;
  line-height: 36px;
}

h5 {
  font-size: 1.125rem !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* functional snippets */
/* prevent rotation plugin from displayin on tablets */
@media screen and (min-width: 768px) {
  .swal-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .swal-overlay {
    z-index: 1000000 !important;
  }
}
/* components.scss */
.button, .more-link, button.et_pb_button {
  background-color: #e2007a;
  color: #FFFFFF;
  padding: 12px 50px;
  display: inline-block;
  transition: all 300ms linear;
  font-size: 1.125rem;
  border-radius: 25px;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  min-width: 280px;
  text-align: center;
  font-weight: bold;
}
.button:hover, .more-link:hover, button.et_pb_button:hover {
  background-color: #93117e;
  color: #FFFFFF;
  cursor: pointer;
}
.button .lowercase, .more-link .lowercase, button.et_pb_button .lowercase {
  text-transform: lowercase;
}
@media only screen and (max-width: 980px) {
  .button, .more-link, button.et_pb_button {
    min-width: 240px;
  }
}
@media only screen and (max-width: 700px) {
  .button, .more-link, button.et_pb_button {
    min-width: 200px;
    height: 44px;
    line-height: 20px;
    font-size: 1rem;
  }
}

button {
  height: 53px;
  border: 0;
}

.pink.button:hover,
.pink.button a:hover {
  background-color: #2f1060;
  color: #FFFFFF;
}

.light-purple.button, .lightpurple.button,
.light-purple.button a, .lightpurple.button a {
  background-color: #93117e;
}
.light-purple.button:hover, .lightpurple.button:hover,
.light-purple.button a:hover, .lightpurple.button a:hover {
  background-color: #2f1060;
  color: #FFFFFF;
}

.purple.button,
.purple.button a {
  background-color: #2f1060;
}
.purple.button:hover,
.purple.button a:hover {
  background-color: #93117e;
  color: #FFFFFF;
}

.white.button {
  background-color: #FFFFFF;
  color: #eb691c;
}
.white.button:hover {
  background-color: #2f1060;
  color: #FFFFFF;
}

.orange.button, .more-link {
  background-color: #eb691c;
}
.orange.button:hover, .more-link:hover {
  background-color: #2f1060;
}
.orange.button.outline, .more-link.outline {
  background-color: transparent;
  color: #eb691c;
  border: 1px solid #eb691c;
}
.orange.button.outline:hover, .more-link.outline:hover {
  background-color: #eb691c;
  color: #FFFFFF;
}

.yellow-button,
.yellow-button a,
a.yellow.button {
  background-color: #fecd1a;
  color: #125f6c;
  padding: 12px 50px;
  display: inline-block;
  transition: all 300ms linear;
  font-size: 1.125rem;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}
.yellow-button:hover,
.yellow-button a:hover,
a.yellow.button:hover {
  background-color: #2f1060;
  color: #FFFFFF;
}

#cycle-slideshow {
  width: 100% !important;
  height: 120px;
}
#cycle-slideshow .cycle-carousel-wrap div.cycle-slide {
  position: relative !important;
  vertical-align: middle;
}
#cycle-slideshow .cycle-carousel-wrap div.cycle-slide:before {
  content: url("../img/logo-separator.svg");
  position: absolute;
  margin-top: -14px;
  top: 50%;
}
#cycle-slideshow .cycle-carousel-wrap div.cycle-slide img {
  margin: 0 90px;
}

.custom_sitemap {
  padding-bottom: 0 !important;
  padding-left: 30px !important;
}
.custom_sitemap li a {
  color: #2f1060;
}
.custom_sitemap li a:hover {
  color: #e2007a;
}
.custom_sitemap li ul {
  padding-bottom: 0;
}

/* contact form */
.wpcf7 {
  padding-top: 2%;
}
.wpcf7 p {
  text-align: center;
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  border: 1px solid #fecd1a;
  background: transparent;
  border-radius: 25px;
  padding: 13px;
  margin-bottom: 10px;
  color: #fecd1a;
  font-size: 1.125rem;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  border-color: #fecd1a;
  color: #fecd1a;
  opacity: 1;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #fecd1a;
  opacity: 1;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  color: #fecd1a;
  opacity: 1;
}
.wpcf7 textarea {
  height: 150px;
  border-radius: 25px;
}
@media only screen and (max-width: 700px) {
  .wpcf7 textarea {
    margin-bottom: 2px;
  }
}
.wpcf7 input[type=submit] {
  background-color: #fecd1a;
  border: 0;
  border-radius: 25px;
  color: #2f1060;
  padding: 12px 50px;
  display: block;
  transition: all 300ms linear;
  font-weight: bold;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 280px;
}
.wpcf7 input[type=submit]:hover {
  background-color: #93117e;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 input[type=submit] {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  .wpcf7 {
    margin-bottom: 0;
  }
}

#videoModal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

#videoPlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: #000;
}

#closeButton {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 1;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
}
#closeButton:hover, #closeButton:focus {
  background-color: #f5af00;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* navigation.scss */
#main-header {
  z-index: 9999;
  height: 115px;
  box-shadow: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+50,0.75+100,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 1199px) {
  #main-header.et-fixed-header {
    height: 90px;
    width: 100%;
    position: fixed !important;
    background: #000 !important;
  }
  #main-header .container {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #main-header {
    position: fixed !important;
    background: transparent !important;
  }
}
@media only screen and (max-width: 700px) {
  #main-header {
    height: 70px;
    background-color: #000 !important;
  }
  #main-header.et-fixed-header {
    height: 70px;
  }
}

#et-top-navigation nav ul#top-menu li a {
  transition: all 300ms linear;
  color: #FFFFFF;
}
#et-top-navigation nav ul#top-menu li.current_page_item a, #et-top-navigation nav ul#top-menu li.current-page-parent a {
  font-weight: bold;
  color: #e2007a;
}
#et-top-navigation nav ul#top-menu li.current_page_item ul li a, #et-top-navigation nav ul#top-menu li.current-page-parent ul li a {
  font-weight: normal;
  opacity: 1;
  color: #FFFFFF;
}
#et-top-navigation nav ul#top-menu li.current_page_item ul li.current-menu-item a, #et-top-navigation nav ul#top-menu li.current-page-parent ul li.current-menu-item a {
  color: #FFFFFF !important;
  font-weight: bold;
  opacity: 1;
}
#et-top-navigation nav ul#top-menu li ul {
  padding: 10px 0;
  border: 0;
  border-radius: 20px;
}
#et-top-navigation nav ul#top-menu li ul li {
  text-align: center;
  width: 100%;
}
#et-top-navigation nav ul#top-menu li ul li a {
  font-size: 15px;
  opacity: 1 !important;
  width: 100%;
}
#et-top-navigation nav ul#top-menu li ul li:hover a {
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: bold;
}
#et-top-navigation nav ul#top-menu li.menu-item-43 ul {
  width: 275px;
  margin-left: -90px;
}

.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
  padding-top: 25px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
    display: none;
  }
}

.et_header_style_left #et-top-navigation {
  padding: 45px 0 15px !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding: 0 0 20px 0 !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
  opacity: 1;
}
.et_header_style_left .logo_container {
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .et_header_style_left .logo_container {
    height: 90px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .et_header_style_left .logo_container {
    left: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .et_header_style_left .logo_container {
    height: 40px;
    left: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .et_header_style_left .et-fixed-header .logo_container {
    margin-top: 10px;
  }
}

#top-menu .menu-item-has-children > a:first-child {
  padding: 0 0 20px 0 !important;
}

#top-menu a:hover, .et-fixed-header #top-menu a:hover {
  color: #e2007a !important;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  display: none;
}

.et_header_style_left #logo, .et_header_style_left .et_pb_svg_logo #logo {
  height: 100%;
  max-height: 90px !important;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .et_header_style_left #logo, .et_header_style_left .et_pb_svg_logo #logo {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .et_header_style_left #logo, .et_header_style_left .et_pb_svg_logo #logo {
    max-width: 100%;
    max-height: 90px !important;
  }
}
@media only screen and (max-width: 700px) {
  .et_header_style_left #logo, .et_header_style_left .et_pb_svg_logo #logo {
    height: 60px !important;
    margin-top: 0;
  }
}

.et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-end;
}
.et_pb_menu .et_pb_menu__wrap li {
  padding: 0 15px;
}
.et_pb_menu .et_pb_menu__wrap li a {
  font-size: 0.875rem;
}
.et_pb_menu .et_pb_menu__wrap li a:hover {
  color: #e2007a !important;
  opacity: 1;
}

.tagline {
  color: #FFFFFF;
  position: absolute;
  right: 30px;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  bottom: -10px;
  transition: all 300ms ease-in-out;
  letter-spacing: 1px;
}
.tagline sup {
  font-size: 60%;
}
@media only screen and (max-width: 1199px) {
  .tagline {
    bottom: auto;
    top: 75px;
  }
}
@media only screen and (max-width: 700px) {
  .tagline {
    right: 10px;
    top: 45px;
    font-size: 12px;
  }
}

.et-fixed-header #logo, .et-fixed-header .et_pb_svg_logo #logo {
  max-height: 90px !important;
}
@media only screen and (max-width: 980px) {
  .et-fixed-header #logo, .et-fixed-header .et_pb_svg_logo #logo {
    max-height: 100%;
    height: auto;
  }
}

body.fixedMenu #main-header {
  height: 140px;
  width: 100%;
  position: fixed !important;
  background: #000 !important;
}
@media only screen and (max-width: 700px) {
  body.fixedMenu #main-header {
    height: 70px;
  }
}

.archive #et-top-navigation nav ul#top-menu li.menu-item-38 a,
.single #et-top-navigation nav ul#top-menu li.menu-item-38 a {
  font-weight: bold !important;
  color: #e2007a !important;
}

/* slide menu */
/* General styles for all menus */
.cbp-spmenu {
  background: #2f1060;
  position: fixed;
}
.cbp-spmenu .menu-mainmenu {
  margin-bottom: 30px;
}
.cbp-spmenu h3 {
  color: #FFFFFF;
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cbp-spmenu hr {
  width: 100%;
  margin-bottom: 20px;
}
.cbp-spmenu li a:not(.smGlobalBtn) {
  display: block;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
}
.cbp-spmenu li a:not(.smGlobalBtn):hover, .cbp-spmenu li a:not(.smGlobalBtn):active {
  text-decoration: none;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
  color: #e2007a;
}
.cbp-spmenu li.current-menu-item a {
  color: #e2007a;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}
.cbp-spmenu li.current-menu-item li:not(.current-menu-item) a {
  color: #FFFFFF;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}
.cbp-spmenu .contact-info a {
  color: #FFFFFF;
  display: block;
}

.parentmenu:after {
  z-index: -1;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 475px;
  height: 100%;
  top: 0;
  z-index: 999998;
  padding: 30px;
}
.cbp-spmenu-vertical a {
  padding: 1% 0 1% 0;
  text-transform: uppercase;
}
.cbp-spmenu-vertical a:hover {
  text-decoration: none;
  color: #e2007a;
}
@media only screen and (max-width: 700px) {
  .cbp-spmenu-vertical {
    width: 100%;
  }
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
  right: -475px;
}
@media only screen and (max-width: 700px) {
  .cbp-spmenu-right {
    right: -100%;
  }
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  top: 0;
  position: fixed;
  height: 100%;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease;
}

.cbp-spmenu .contact-info a {
  font-size: 1.125rem;
  text-transform: none;
}

.cbp-spmenu .social-media-icons li:first-child {
  margin-right: auto;
}

.cbp-spmenu .social-media-icons {
  text-align: left;
}

.cbp-spmenu .social-media-icons li {
  display: inline-block;
}

.burger {
  display: none;
  z-index: 999999;
  position: fixed;
  right: 25px;
  top: 0;
  background: transparent;
  width: 50px;
  height: 80px;
  padding: 0;
  border: none;
  outline: none;
}
.burger .menutext {
  position: absolute;
  color: #FFFFFF;
  font-size: 1.125rem;
  right: 60px;
  top: 30px;
  transition: all 300ms linear;
}
.burger:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .burger {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .burger {
    height: 50px;
    right: 5px;
  }
}

.admin-bar .burger {
  top: 45px;
}

.burger.active .menutext {
  display: none;
}

.bar1,
.bar2,
.bar3 {
  width: 42px;
  height: 3px;
  background-color: #e2007a;
  margin: 8px 0;
  transition: 0.4s;
}

.fixedMenu .bar1,
.fixedMenu .bar2,
.fixedMenu .bar3 {
  background-color: #e2007a;
}

.active .bar1 {
  transform: rotate(-45deg) translate(-6px, 7px);
  background-color: #FFFFFF;
}

.active .bar2 {
  display: none;
}

.active .bar3 {
  transform: rotate(45deg) translate(0, -2px);
  background-color: #FFFFFF;
}

nav.cbp-spmenu {
  padding-left: 5%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
nav.cbp-spmenu ul {
  list-style-type: none;
  margin-bottom: 10px;
}
nav.cbp-spmenu ul li {
  margin-bottom: 0;
}
nav.cbp-spmenu ul ul {
  margin-bottom: 0;
}

.cbp-spmenu .sub-menu li {
  margin-left: 30px;
  margin-top: 1px;
  text-align: left;
}

.parentmenu {
  position: relative;
}
.parentmenu:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  color: #FFF;
  display: inline-block;
  line-height: 23px;
  font-size: 1.125rem;
  width: 25px;
  text-align: center;
  transition: transform 300ms linear;
  z-index: -1;
}
.parentmenu.closed:before {
  transform: rotate(0);
}

.parentmenu .parentmenu.opened:before {
  content: "–";
}

.parentmenu:after:hover {
  cursor: pointer;
}

.cbp-spmenu .social-media-icons a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  background: #e2007a;
}

.cbp-spmenu .sub-menu {
  margin-top: 5px;
}

.cbp-spmenu .unclickable > a {
  pointer-events: auto;
}

.single .cbp-spmenu li#menu-item-38 a, .archive .cbp-spmenu li#menu-item-38 a {
  color: #e2007a;
}

/*_banners.scss */
.main-banner {
  height: 650px;
}
.main-banner .et_pb_slider {
  height: 650px;
}
.main-banner .et_pb_slider .et_pb_slide {
  height: 650px;
  padding-top: 0 !important;
}
.main-banner .et_pb_slider .et_pb_slide .et_pb_container {
  margin-left: 0;
}
.main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
  padding: 16% 8% 4% 0;
}
.main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h2 {
  color: #FFFFFF;
  font-size: 4.375rem !important;
  font-family: "Courgette", cursive;
  font-weight: 400;
  text-shadow: 1px 6px 0px #e2007a;
}
@media only screen and (max-width: 1199px) {
  .main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h2 {
    text-shadow: 1px 5px 0px #e2007a;
  }
}
@media only screen and (max-width: 1024px) {
  .main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h2 {
    font-size: 3.125rem !important;
  }
}
@media only screen and (max-width: 700px) {
  .main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h2 {
    font-size: 1.875rem !important;
  }
}
.main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description p {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  max-width: 525px;
}
@media only screen and (max-width: 980px) {
  .main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 20% 25% 4% 0;
  }
}
@media only screen and (max-width: 700px) {
  .main-banner .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 40% 25% 0 0;
  }
}
.main-banner .et_pb_slider .et_pb_slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0+60,0.75+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#bf000000",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 1199px) {
  .main-banner .et_pb_slider .et_pb_slide:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+40,0+40 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bf000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  }
}
.main-banner .et_pb_slider .et_pb_slide .et_pb_button:hover {
  background-color: #93117e;
}
@media only screen and (max-width: 700px) {
  .main-banner .et_pb_slider .et_pb_slide .et_pb_button {
    margin-top: 15px !important;
    font-size: 1rem;
    padding: 10px 20px !important;
  }
}
@media only screen and (max-width: 980px) {
  .main-banner .et_pb_slider .et_pb_slide {
    background-position: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .main-banner .et_pb_slider .et_pb_slide {
    background-position: 60%;
  }
}
.main-banner .credits {
  position: absolute;
  width: 100%;
  bottom: 50px;
  color: #FFFFFF;
}
.main-banner .credits .et_pb_code_inner {
  padding: 0 6%;
}
@media only screen and (max-width: 700px) {
  .main-banner .credits {
    font-size: 0.75rem;
    line-height: 1rem;
    bottom: 30px;
  }
}

.main-banner .et_pb_slide_description {
  padding-left: 0;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .main-banner .et_pb_slide_description {
    padding: 16% 2%;
    padding-bottom: 50px;
  }
}
.main-banner .et_pb_slider_container_inner {
  padding-bottom: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .main-banner {
    height: 650px;
  }
  .main-banner .et_pb_slider {
    height: 650px;
  }
  .main-banner .et_pb_slider .et_pb_slide {
    height: 650px;
  }
  .main-banner .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    height: 650px;
  }
}
@media only screen and (max-width: 980px) {
  .main-banner {
    height: 500px;
  }
  .main-banner .et_pb_slider {
    height: 500px;
  }
  .main-banner .et_pb_slider .et_pb_slide {
    height: 500px;
  }
  .main-banner .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    height: 500px;
  }
}
@media only screen and (max-width: 700px) {
  .main-banner {
    height: 375px;
    padding-top: 25px;
  }
  .main-banner .et_pb_slider {
    height: 350px;
  }
  .main-banner .et_pb_slider .et_pb_slide {
    height: 350px;
  }
  .main-banner .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    height: 350px;
  }
}

.home .main-banner {
  height: 80vh;
}
.home .main-banner .et_pb_slider {
  height: 80vh;
}
.home .main-banner .et_pb_slider .et_pb_slide {
  height: 80vh;
}
@media only screen and (max-width: 980px) {
  .home .main-banner .et_pb_slider .et_pb_slide .et_pb_slide_description {
    padding: 40% 25% 4% 0;
  }
}
@media only screen and (max-width: 700px) {
  .home .main-banner .et_pb_slider .et_pb_slide .et_pb_slide_description h2 {
    font-size: 2.125rem !important;
    padding-bottom: 0;
  }
}
.home .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/home/deri-latimer-home-banner-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20%;
  width: 63px;
  height: 54px;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .home .main-banner .et_pb_slider:before {
    bottom: auto;
    top: 30%;
  }
}
.home .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/home/deri-latimer-home-banner-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 10%;
  width: 184px;
  height: 270px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .home .main-banner .et_pb_slider:after {
    right: 0;
    width: 124px;
    height: 180px;
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home .main-banner {
    height: 650px;
  }
  .home .main-banner .et_pb_slider {
    height: 650px;
  }
  .home .main-banner .et_pb_slider .et_pb_slide {
    height: 650px;
  }
  .home .main-banner .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    height: 650px;
  }
}
@media only screen and (max-width: 980px) {
  .home .main-banner {
    height: 750px;
  }
  .home .main-banner .et_pb_slider {
    height: 750px;
  }
  .home .main-banner .et_pb_slider .et_pb_slide {
    height: 750px;
  }
  .home .main-banner .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    height: 750px;
  }
}
@media only screen and (max-width: 700px) {
  .home .main-banner {
    height: 575px;
    min-height: 85vh;
    margin-bottom: 40px;
  }
  .home .main-banner .et_pb_slider {
    height: 575px;
    min-height: 85vh;
  }
  .home .main-banner .et_pb_slider .et_pb_slide {
    height: 575px;
    min-height: 85vh;
  }
  .home .main-banner .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    height: 575px;
    min-height: 85vh;
  }
}

.page-id-14 .main-banner .et_pb_slider:before,
.page-id-3 .main-banner .et_pb_slider:before,
.page-id-50 .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/about/deri-latimer-banner-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 45%;
  bottom: 14%;
  width: 110px;
  height: 130px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  .page-id-14 .main-banner .et_pb_slider:before,
  .page-id-3 .main-banner .et_pb_slider:before,
  .page-id-50 .main-banner .et_pb_slider:before {
    right: 50%;
    bottom: 5%;
    width: 70px;
    height: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-14 .main-banner .et_pb_slider:before,
  .page-id-3 .main-banner .et_pb_slider:before,
  .page-id-50 .main-banner .et_pb_slider:before {
    right: auto;
    left: 5%;
    width: 43px;
    height: 50px;
  }
}
.page-id-14 .main-banner .et_pb_slider:after,
.page-id-3 .main-banner .et_pb_slider:after,
.page-id-50 .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/about/deri-latimer-banner-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 10%;
  bottom: 40%;
  width: 73px;
  height: 73px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .page-id-14 .main-banner .et_pb_slider:after,
  .page-id-3 .main-banner .et_pb_slider:after,
  .page-id-50 .main-banner .et_pb_slider:after {
    right: 5%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-14 .main-banner .et_pb_slider:after,
  .page-id-3 .main-banner .et_pb_slider:after,
  .page-id-50 .main-banner .et_pb_slider:after {
    right: 1%;
    width: 43px;
    height: 43px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-14 .main-banner .et_pb_slider .et_pb_slide,
  .page-id-3 .main-banner .et_pb_slider .et_pb_slide,
  .page-id-50 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 80%;
  }
}

.page-id-16 .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/speaking/deri-latimer-speaking-banner-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 10%;
  width: 77px;
  height: 45px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-16 .main-banner .et_pb_slider:before {
    bottom: auto;
    top: 30%;
    right: 60%;
    background-image: url("../img/speaking/deri-latimer-speaking-banner-accent-before-mobile.png");
    width: 42px;
    height: 45px;
  }
}
.page-id-16 .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/speaking/deri-latimer-speaking-banner-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 10px;
  top: 40%;
  width: 99px;
  height: 144px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-16 .main-banner .et_pb_slider:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-16 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 80%;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-16 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 100%;
  }
  .page-id-16 .main-banner .et_pb_slider .et_pb_slide h2.et_pb_slide_title {
    max-width: 450px;
    width: 75%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-16 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 80%;
  }
  .page-id-16 .main-banner .et_pb_slider .et_pb_slide h2.et_pb_slide_title {
    max-width: 450px;
    width: 100%;
  }
}

.page-id-18 .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-meeting-banner-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 50%;
  top: 30%;
  width: 126px;
  height: 126px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .page-id-18 .main-banner .et_pb_slider:before {
    width: 86px;
    height: 86px;
  }
}
.page-id-18 .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-meeting-banner-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 82px;
  height: 104px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-18 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 70%;
  }
}

.page-id-20 .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/books/deri-latimer-books-banner-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 10%;
  width: 118px;
  height: 99px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .page-id-20 .main-banner .et_pb_slider:before {
    bottom: 2%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .main-banner .et_pb_slider:before {
    bottom: auto;
    top: 20%;
    right: auto;
    left: 1%;
    width: 88px;
    height: 75px;
  }
}
.page-id-20 .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/books/deri-latimer-books-banner-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  width: 110px;
  height: 270px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-20 .main-banner .et_pb_slider:after {
    top: auto;
    width: 50px;
    height: 130px;
    z-index: 10;
    bottom: 1%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-20 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-20 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 80%;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 75%;
  }
}

.page-id-5682 .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/ravereviews/deri-latimer-ravereviews-banner-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 45%;
  bottom: 20%;
  width: 142px;
  height: 227px;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .page-id-5682 .main-banner .et_pb_slider:before {
    display: none;
  }
}
.page-id-5682 .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/ravereviews/deri-latimer-ravereviews-banner-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 5%;
  top: 40%;
  width: 76px;
  height: 105px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .page-id-5682 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 90%;
  }
}

.page-id-23 .main-banner .et_pb_slider:before,
.single .main-banner .et_pb_slider:before,
.archive .main-banner .et_pb_slider:before {
  content: "";
  background-image: url("../img/blog/deri-latimer-blog-banner-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 50%;
  top: 40%;
  width: 73px;
  height: 105px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-23 .main-banner .et_pb_slider:before,
  .single .main-banner .et_pb_slider:before,
  .archive .main-banner .et_pb_slider:before {
    background-image: url("../img/blog/deri-latimer-blog-banner-accent-before-mobile.png");
    right: 60%;
    width: 57px;
    height: 57px;
  }
}
.page-id-23 .main-banner .et_pb_slider:after,
.single .main-banner .et_pb_slider:after,
.archive .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/blog/deri-latimer-blog-banner-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  width: 136px;
  height: 160px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-23 .main-banner .et_pb_slider:after,
  .single .main-banner .et_pb_slider:after,
  .archive .main-banner .et_pb_slider:after {
    background-image: url("../img/blog/deri-latimer-blog-banner-accent-after-mobile.png");
    width: 49px;
    height: 46px;
    right: 7%;
    top: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-23 .main-banner .et_pb_slider .et_pb_slide,
  .single .main-banner .et_pb_slider .et_pb_slide,
  .archive .main-banner .et_pb_slider .et_pb_slide {
    background-position: 70%;
  }
}

.page-id-25 .main-banner .et_pb_slider:after {
  content: "";
  background-image: url("../img/contact/deri-latimer-banner-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  width: 139px;
  height: 109px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .page-id-25 .main-banner .et_pb_slider:after {
    width: 99px;
    height: 78px;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-25 .main-banner .et_pb_slider .et_pb_slide {
    background-position: 90%;
  }
}

/* socialmedia.scss */
.entry-content ul.social-media-icons,
ul.social-media-icons {
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
  display: block;
  margin-left: 0;
  color: #FFFFFF;
}
.entry-content ul.social-media-icons strong,
ul.social-media-icons strong {
  color: #3095ad;
  border-right: 1px solid #FFFFFF;
  padding-right: 20px;
}

.cbp-spmenu ul.social-media-icons {
  text-align: left;
  margin-top: 20px;
}

.social-media-icons li {
  display: inline-block;
}

.smGlobalBtn {
  /* global button class */
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 300ms;
}

.facebookBtn,
.youtubeBtn,
.twitterBtn,
.linkedinBtn,
.linkedInBtn,
.instagramBtn,
.pinterestBtn,
.mailBtn,
.webBtn,
.tiktokBtn,
.vimeoBtn {
  background: #e2007a;
}
.facebookBtn:hover,
.youtubeBtn:hover,
.twitterBtn:hover,
.linkedinBtn:hover,
.linkedInBtn:hover,
.instagramBtn:hover,
.pinterestBtn:hover,
.mailBtn:hover,
.webBtn:hover,
.tiktokBtn:hover,
.vimeoBtn:hover {
  background: #2f1060;
}

.facebookBtn:before, .youtubeBtn:before, .twitterBtn:before, .linkedinBtn:before, .linkedInBtn:before, .instagramBtn:before, .pinterestBtn:before, .mailBtn:before, .webBtn:before,
.vimeoBtn:before, .tiktokBtn:before {
  font-family: "FontAwesome";
  color: #FFFFFF;
}

.cbp-spmenu .facebookBtn:before, .cbp-spmenu .youtubeBtn:before, .cbp-spmenu .twitterBtn:before, .cbp-spmenu .linkedinBtn:before, .cbp-spmenu .instagramBtn:before, .cbp-spmenu .pinterestBtn:before, .cbp-spmenu .mailBtn:before, .cbp-spmenu .webBtn:before, .cbp-spmenu .tiktokBtn:before, .cbp-spmenu .vimeoBtn:before, .cbp-spmenu .linkedInBtn:before {
  font-family: "FontAwesome";
  color: #2f1060;
}

.facebookBtn:before {
  content: "\f09a";
}

.youtubeBtn:before {
  content: "\f167";
}

.twitterBtn:before {
  content: "\e61b";
}

.linkedinBtn:before,
.linkedInBtn:before {
  content: "\f0e1";
}

.instagramBtn:before {
  content: "\f16d"; /* add instagram icon */
}

.pinterestBtn:before {
  content: "\f0d2"; /* add instagram icon */
}

.mailBtn:before {
  content: "\f0e0"; /* add instagram icon */
}

.webBtn:before {
  content: "\f0ac"; /* add instagram icon */
}

/* blogs.scss */
.page-id-23 .intro.et_pb_section {
  margin-bottom: 0;
}

.blog.et_pb_section {
  padding-top: 0;
}
.blog.et_pb_section h2 {
  color: #eb691c;
}
.blog.et_pb_section .article-row {
  padding-top: 60px;
  display: flex;
}
.blog.et_pb_section .article-row .et_pb_ajax_pagination_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section .article-row {
    padding-top: 0;
  }
}
.blog.et_pb_section .et_pb_ajax_pagination_container article {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 980px) {
  .blog.et_pb_section .et_pb_ajax_pagination_container article {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section .et_pb_ajax_pagination_container article {
    margin-bottom: 40px;
    width: 100%;
  }
}
.blog.et_pb_section .et_pb_ajax_pagination_container .post-meta {
  font-size: 1.125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.blog.et_pb_section .et_pb_ajax_pagination_container .post-meta .author {
  color: #125f6c;
}
.blog.et_pb_section .et_pb_ajax_pagination_container h4.entry-title {
  color: #2f1060 !important;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.625rem;
  text-align: center;
}
.blog.et_pb_section .et_pb_ajax_pagination_container h4.entry-title a:hover {
  color: #eb691c !important;
}
.blog.et_pb_section .et_pb_ajax_pagination_container .blog-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-position: 50% 50%;
  background-size: cover;
}
.blog.et_pb_section .et_pb_ajax_pagination_container .blog-image:hover {
  cursor: pointer;
  transform: scale(105%, 105%);
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section .et_pb_ajax_pagination_container .blog-image {
    width: 300px;
    height: 300px;
  }
}
.blog.et_pb_section .et_pb_ajax_pagination_container .blog-content {
  padding: 40px 30px 0;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.blog.et_pb_section .et_pb_ajax_pagination_container .blog-content p {
  color: #707173;
  text-align: center;
  word-break: break-word;
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section .et_pb_ajax_pagination_container .blog-content {
    padding: 20px 10px 0;
  }
}
.blog.et_pb_section .et_pb_ajax_pagination_container .readmore {
  text-align: center;
  margin-top: auto;
}
.blog.et_pb_section .et_pb_ajax_pagination_container .readmore a.button {
  width: 280px;
}
@media only screen and (max-width: 1024px) {
  .blog.et_pb_section .et_pb_ajax_pagination_container .readmore a.button {
    min-width: 220px;
    width: 220px;
  }
}
.blog.et_pb_section.single {
  padding-bottom: 0;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 {
  display: flex;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post {
  width: 80%;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article {
  width: 100%;
  display: block;
  text-align: center;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url {
  float: left;
  margin-right: 40px;
  width: 50%;
  max-width: 450px;
  transition: all 300ms linear;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url .image__container {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  align-items: center;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url .image__container {
    width: 360px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url .image__container {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url:hover {
  transform: scale(105%, 105%);
}
@media only screen and (max-width: 980px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.entry-featured-image-url {
    margin: 0 auto 30px;
  }
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article h2.entry-title {
  color: #2f1060;
  font-size: 1.375rem !important;
  line-height: 1.625rem;
  font-weight: bold;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article h2.entry-title {
    padding-top: 0;
  }
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article p {
  color: #2f1060;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article a.more-link {
  display: inline-block;
  margin: 20px auto 0;
}
@media only screen and (max-width: 980px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post article {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .single__post {
    width: 100%;
  }
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar {
  min-width: 260px;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar .et_pb_widget {
  width: 100%;
  margin-right: 0;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar .et_pb_widget h2.wp-block-heading {
  font-size: 1.375rem !important;
  padding-bottom: 0;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar .et_pb_widget li {
  margin-bottom: 5px;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar .et_pb_widget li a {
  font-weight: normal;
  color: #707173;
}
.blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar .et_pb_widget li a:hover {
  color: #2f1060;
}
@media only screen and (max-width: 700px) {
  .blog.et_pb_section.single .et_pb_row .et_pb_column_4_4 .sidebar {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog.et_pb_section.single .et_pb_row {
    width: 90%;
  }
}
.blog.et_pb_section.all {
  padding-top: 0;
}
.blog.et_pb_section.all .et_pb_row {
  padding-top: 0;
}
.blog.et_pb_section.all .et_pb_row .article-row {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .blog.et_pb_section.all .et_pb_row {
    width: 94%;
  }
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container article {
  width: 33.3333333333%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container article .entry-featured-image-url img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container article h2.entry-title {
  color: #2f1060;
  font-size: 1.375rem !important;
  line-height: 1.625rem;
  font-weight: bold;
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container article .post-content {
  margin-top: auto;
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container article .post-content p {
  padding-bottom: 30px;
}
.blog.et_pb_section.all .et_pb_posts .et_pb_ajax_pagination_container article .post-content .more-link {
  margin-top: auto;
}

.home .blog.et_pb_section {
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .home .blog.et_pb_section .article-row {
    padding-top: 30px;
  }
}
.home .blog.et_pb_section .et_pb_module .et_pb_ajax_pagination_container article {
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  .home .blog.et_pb_section .et_pb_module .et_pb_ajax_pagination_container article {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .home .blog.et_pb_section .et_pb_module {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .home .blog.et_pb_section {
    padding-top: 25px;
  }
}

.single:before, .single:after, .archive:before, .archive:after {
  display: none;
}
.single #main-content .container, .archive #main-content .container {
  padding-top: 50px !important;
}
.single #main-content .container:before, .archive #main-content .container:before {
  display: none;
}
.single #main-content .container #left-area article, .archive #main-content .container #left-area article {
  padding-bottom: 0;
}
.single #main-content .container #left-area article .entry-content, .archive #main-content .container #left-area article .entry-content {
  padding-top: 0;
}
.single #main-content .container #left-area article .entry-content h1.entry-title, .archive #main-content .container #left-area article .entry-content h1.entry-title {
  font-size: 1.875rem;
  margin-top: 5px;
  margin-bottom: 10px;
}
.single #main-content .container #left-area article h2.entry-title, .archive #main-content .container #left-area article h2.entry-title {
  line-height: 1.875rem;
}
.single #main-content .container #left-area article .et_post_meta_wrapper h3, .archive #main-content .container #left-area article .et_post_meta_wrapper h3 {
  font-size: 1.375rem;
  margin-top: 40px;
}
.single #main-content .container #left-area article .et_post_meta_wrapper img, .archive #main-content .container #left-area article .et_post_meta_wrapper img {
  max-width: 600px;
  width: 100%;
  margin: 0 0 30px 0;
}
.single #main-content .container #left-area article #comment-wrap, .archive #main-content .container #left-area article #comment-wrap {
  padding-top: 0;
}
.single #main-content .container #left-area article #comment-wrap #commentform, .archive #main-content .container #left-area article #comment-wrap #commentform {
  padding-bottom: 0;
}
.single #main-content .container #left-area article #comment-wrap .form-submit, .archive #main-content .container #left-area article #comment-wrap .form-submit {
  text-align: left;
}
.single #main-content .container #left-area article #comment-wrap .form-submit input, .archive #main-content .container #left-area article #comment-wrap .form-submit input {
  width: 280px;
}
.single #main-content .container #left-area article #comment-wrap .form-submit input:hover, .archive #main-content .container #left-area article #comment-wrap .form-submit input:hover {
  background-color: #2f1060;
}
.single #main-content .container #left-area article #comment-wrap h1#comments, .archive #main-content .container #left-area article #comment-wrap h1#comments {
  font-size: 24px;
}
.single #main-content .container #sidebar, .archive #main-content .container #sidebar {
  text-align: right;
}
.single #main-content .container #sidebar h2.wp-block-heading, .archive #main-content .container #sidebar h2.wp-block-heading {
  font-size: 1.375rem !important;
  padding-bottom: 0;
  color: #eb691c;
}
.single #main-content .container #sidebar ul li a, .archive #main-content .container #sidebar ul li a {
  color: #707173;
  font-weight: normal;
}
.single #main-content .container #sidebar ul li a:hover, .archive #main-content .container #sidebar ul li a:hover {
  color: #2f1060;
}
.single .mobile-sidebar, .archive .mobile-sidebar {
  display: none;
}

.home .blog.et_pb_section:before {
  content: "";
  background-image: url("../img/home/deri-latimer-home-blog-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 10%;
  width: 86px;
  height: 112px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .home .blog.et_pb_section:before {
    left: 0;
    bottom: 8%;
    width: 46px;
    height: 62px;
  }
}
.home .blog.et_pb_section:after {
  content: "";
  background-image: url("../img/home/deri-latimer-home-blog-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  width: 105px;
  height: 150px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .home .blog.et_pb_section:after {
    width: 50px;
  }
}

.archive .et_pb_posts a.more-link, body.single .et_pb_posts a.more-link {
  display: inline-block;
  width: 280px;
  margin-top: 20px;
}
@media only screen and (max-width: 980px) {
  .archive #sidebar .et_pb_widget, body.single #sidebar .et_pb_widget {
    text-align: center;
  }
}

.pagination {
  text-align: center;
  width: 100%;
}
.pagination .page-numbers {
  color: #707173;
}
.pagination .page-numbers.current {
  color: #eb691c;
}
.pagination .page-numbers:hover {
  color: #eb691c;
}

/* testimonials.scss */
.testimonials.et_pb_section {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-attachment: fixed;
}
.testimonials.et_pb_section:not(.list) {
  width: 100%;
  padding: 3%;
}
.testimonials.et_pb_section:not(.list) .et_pb_row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.testimonials.et_pb_section:not(.list) .et_pb_row .et_pb_column {
  padding-top: 50px;
  padding-top: 0;
}
.testimonials.et_pb_section:not(.list) .et_pb_row .et_pb_column .inner_quote {
  margin-top: -50px;
}
.testimonials.et_pb_section .testimonial_rotator_quote {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 700px) {
  .testimonials.et_pb_section .testimonial_rotator_quote {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.testimonials.et_pb_section h2 {
  color: #FFFFFF;
  font-family: "Courgette", cursive;
  font-weight: 400;
}
.testimonials.et_pb_section h2:hover {
  cursor: pointer;
}
.testimonials.et_pb_section .testimonial_rotator_wrap {
  margin: 0 0 50px;
}
@media only screen and (max-width: 700px) {
  .testimonials.et_pb_section .testimonial_rotator_wrap {
    margin: 0;
  }
}
.testimonials.et_pb_section.list {
  background-position: 50% 75% !important;
  padding-bottom: 0;
  margin-top: 0;
}
.testimonials.et_pb_section.list .et_pb_row {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 31px;
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap {
  padding: 0;
  margin: 0;
  color: #2f1060;
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .testimonial_rotator.format-list .slide {
  margin-top: 0;
  margin-bottom: 50px;
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .testimonial_rotator_quote {
  text-align: center;
  color: #2f1060;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 980px) {
  .testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .testimonial_rotator_quote {
    margin-bottom: 5px;
    width: 80%;
  }
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .slide .testimonial-title {
  font-weight: bold;
  font-size: 0.875rem;
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .slide:nth-child(3n+1) .testimonial-title {
  color: #e2007a;
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .slide:nth-child(3n+2) .testimonial-title {
  color: #93117e;
}
.testimonials.et_pb_section.list .et_pb_row .testimonial_rotator_wrap .slide:nth-child(3n+3) .testimonial-title {
  color: #eb691c;
}
.testimonials.et_pb_section.list .et_pb_row:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonials.et_pb_section.list .et_pb_row .blue-button {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .testimonials.et_pb_section.list .et_pb_row {
    width: 90%;
  }
}
.testimonials.et_pb_section.list .cycletwo-pager {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .testimonials.et_pb_section {
    background-attachment: scroll;
  }
}

.testimonial-title {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-title:before {
  content: "- ";
}

.testimonial_rotator_quote {
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cycletwo-pager {
  display: none;
  text-align: center;
  width: 100%;
  z-index: 500;
  margin-top: 80px;
  line-height: 6px;
  float: none;
}
.cycletwo-pager.slide1 {
  display: block;
}
.cycletwo-pager > span {
  font-size: 1px;
  display: inline-block;
  opacity: 1;
  margin: 0 8px;
  border: 0;
  background-color: #AAAAAA;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}
.cycletwo-pager > span.cycletwo-pager-active {
  opacity: 1;
  background-color: #FFFFFF;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 700px) {
  .cycletwo-pager > span.cycletwo-pager-active {
    width: 20px;
    height: 20px;
  }
}
.cycletwo-pager > span:hover {
  background-color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .cycletwo-pager > span {
    margin: 0 8px 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cycletwo-pager {
    margin-top: 120px;
  }
}

.page-id-482 .testimonials.et_pb_section {
  margin-top: 0;
}

/* footer.scss */
.footer-section.et_pb_section {
  width: 100%;
  margin: 0;
  padding: 3%;
  display: flex;
}
.footer-section.et_pb_section .et_pb_row {
  padding: 0;
}
.footer-section.et_pb_section .et_pb_row.contact-info {
  width: 70%;
  margin: 0;
  display: flex;
  background: #FFFFFF;
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column .et_pb_text_inner h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column .et_pb_text_inner h3 {
  font-size: 1.875rem;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column .et_pb_text_inner h3 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column .et_pb_text_inner h4 {
  font-size: 1.375rem;
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column .et_pb_text_inner h4 a {
  color: #e2007a;
  font-weight: bold;
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column .et_pb_text_inner h4 a:hover {
  color: #2f1060;
}
@media only screen and (max-width: 1199px) {
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column {
    width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 980px) {
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column {
    width: 50%;
  }
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column.et_pb_column_2_5 .et_pb_module {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column.et_pb_column_2_5 .et_pb_module.et_pb_code {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column.et_pb_column_2_5 .et_pb_module {
    padding: 20px 20px 0 20px;
  }
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_column.et_pb_column_2_5 .et_pb_module.et_pb_code {
    margin-top: 0;
    padding: 0 20px 20px 20px;
  }
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_image {
  width: 100%;
  height: 550px;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .footer-section.et_pb_section .et_pb_row.contact-info .et_pb_image {
    height: 400px;
  }
}
.footer-section.et_pb_section .et_pb_row.contact-info .et_pb_code {
  margin-top: 80px;
}
@media only screen and (max-width: 980px) {
  .footer-section.et_pb_section .et_pb_row.contact-info {
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 700px) {
  .footer-section.et_pb_section .et_pb_row.contact-info {
    flex-direction: column;
  }
}
.footer-section.et_pb_section .et_pb_row.contact-form {
  width: 30%;
  padding-left: 3%;
}
.footer-section.et_pb_section .et_pb_row.contact-form .wpcf7 input[type=submit]:hover {
  background-color: #e2007a;
}
@media only screen and (max-width: 980px) {
  .footer-section.et_pb_section .et_pb_row.contact-form {
    order: 2;
    width: 90%;
    padding-left: 0;
    max-width: 500px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .footer-section.et_pb_section {
    flex-direction: column;
  }
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fecd1a;
}
footer .et_pb_row {
  z-index: 9;
  width: 94%;
  max-width: 100%;
}
footer .et_pb_row .left {
  float: left;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  footer .et_pb_row .left {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 700px) {
  footer .et_pb_row .left {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
footer .et_pb_row .right {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  footer .et_pb_row .right {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 700px) {
  footer .et_pb_row .right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
footer .et_pb_row .copyright {
  font-size: 1rem;
  color: #2f1060;
}
footer .et_pb_row .copyright a {
  color: #2f1060;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
}
footer .et_pb_row .copyright a:hover {
  color: #e2007a;
}
@media only screen and (max-width: 980px) {
  footer .et_pb_row .copyright {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 700px) {
  footer .et_pb_row {
    top: auto;
    bottom: 0;
  }
}

/* home */
.wake__up.et_pb_section {
  padding-bottom: 0;
}
.wake__up.et_pb_section .et_pb_row {
  padding-bottom: 0;
}
.wake__up.et_pb_section .et_pb_row .et_pb_image {
  max-width: 400px;
  height: auto;
}
.wake__up.et_pb_section .et_pb_row .et_pb_image img {
  border-radius: 50%;
}
.wake__up.et_pb_section .et_pb_row .et_pb_text h2 {
  font-family: "Courgette", cursive;
  font-size: 2.5rem !important;
  font-weight: 400;
}
.wake__up.et_pb_section .et_pb_row .et_pb_text .pink-button {
  margin-top: 20px;
}
.wake__up.et_pb_section .et_pb_row .et_pb_text .pink-button:hover {
  background-color: #2f1060;
}
.wake__up.et_pb_section .et_pb_row .et_pb_text.negative__margin {
  margin-bottom: 0 !important;
  padding-top: 20px;
}
@media only screen and (max-width: 700px) {
  .wake__up.et_pb_section .et_pb_row .et_pb_text.negative__margin {
    margin-bottom: 0 !important;
    padding-top: 0;
  }
}
.wake__up.et_pb_section .et_pb_row:after {
  content: "";
  background-image: url("../img/home/deri-latimer-wake-up-accent-bottom-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  right: 0;
  bottom: 10%;
  width: 37px;
  height: 45px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .wake__up.et_pb_section .et_pb_row:after {
    width: 25px;
    height: 36px;
  }
}
.wake__up.et_pb_section:before {
  content: "";
  background-image: url("../img/home/deri-latimer-wake-up-accent-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -20px;
  bottom: 10%;
  width: 139px;
  height: 246px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .wake__up.et_pb_section:before {
    bottom: 40%;
  }
}
@media only screen and (max-width: 700px) {
  .wake__up.et_pb_section:before {
    bottom: 60%;
    width: 60px;
    height: 106px;
    left: 0;
  }
}
.wake__up.et_pb_section:after {
  content: "";
  background-image: url("../img/home/deri-latimer-wake-up-accent-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 5%;
  top: 30%;
  width: 185px;
  height: 169px;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .wake__up.et_pb_section:after {
    right: 5%;
  }
}
@media only screen and (max-width: 980px) {
  .wake__up.et_pb_section:after {
    right: 5%;
    width: 125px;
    height: 114px;
  }
}
@media only screen and (max-width: 700px) {
  .wake__up.et_pb_section:after {
    right: 5%;
    top: -50px;
    width: 95px;
    height: 86px;
    top: 50px;
    width: 45px;
    height: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .wake__up.et_pb_section {
    padding-bottom: 30px;
  }
}

.watch.et_pb_section {
  margin-top: 25px;
}
.watch.et_pb_section .et_pb_image, .watch.et_pb_section .webm-video {
  max-width: 600px;
  transition: all 300ms linear;
}
.watch.et_pb_section .et_pb_image:after, .watch.et_pb_section .webm-video:after {
  content: url("../img/whats-your-story.png");
  position: absolute;
  top: 25px;
  right: -125px;
}
@media only screen and (max-width: 980px) {
  .watch.et_pb_section .et_pb_image:after, .watch.et_pb_section .webm-video:after {
    transform: scale(0.8);
    top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .watch.et_pb_section .et_pb_image:after, .watch.et_pb_section .webm-video:after {
    transform: scale(0.5);
    right: -75px;
    top: -50px;
  }
}
.watch.et_pb_section .et_pb_image:hover, .watch.et_pb_section .webm-video:hover {
  cursor: pointer;
  transform: scale(105%, 105%);
}
@media only screen and (max-width: 980px) {
  .watch.et_pb_section .et_pb_image, .watch.et_pb_section .webm-video {
    max-width: 450px;
  }
}
.watch.et_pb_section .light-purple:hover {
  background-color: #e2007a;
}

.callout.et_pb_section {
  padding-top: 0;
}
.callout.et_pb_section .et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-size: cover;
}
.callout.et_pb_section .et_pb_row.purple {
  background: #2f1060;
  overflow: hidden;
}
.callout.et_pb_section .et_pb_row.purple .et_pb_image {
  background-position: top center;
}
.callout.et_pb_section .et_pb_row.purple:before {
  transform: rotate(12deg);
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  right: 45%;
  width: 200px;
  height: 120%;
  background-image: linear-gradient(90deg, #93117e 0%, #93117e 20%, #e2007a 20%, #e2007a 40%, #eb691c 40%, #eb691c 60%, #fecd1a 60%, #fecd1a 80%, #93117e 80%, #93117e 100%);
  background-position: 0 0;
  background-size: 150% 100%;
  animation: barberpole 20s linear infinite;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .callout.et_pb_section .et_pb_row.purple:before {
    width: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .callout.et_pb_section .et_pb_row.purple:before {
    transform: rotate(6deg);
    width: 125px;
    right: 40%;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.purple:before {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.purple .et_pb_column:first-child {
    order: 2;
  }
  .callout.et_pb_section .et_pb_row.purple .et_pb_column:last-child {
    order: 1;
  }
  .callout.et_pb_section .et_pb_row.purple .et_pb_column_1_2 .et_pb_text p {
    width: 100%;
  }
}
.callout.et_pb_section .et_pb_row.pink {
  background: #e2007a;
  overflow: hidden;
}
.callout.et_pb_section .et_pb_row.pink .et_pb_image {
  background-position: top center;
}
.callout.et_pb_section .et_pb_row.pink:before {
  transform: rotate(-12deg);
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  right: 45%;
  width: 200px;
  height: 120%;
  background-image: linear-gradient(90deg, #2f1060 0%, #2f1060 20%, #93117e 20%, #93117e 40%, #9c0f75 40%, #9c0f75 60%, #bd0074 60%, #bd0074 80%, #2f1060 80%, #2f1060 100%);
  background-position: 0 0;
  background-size: 150% 100%;
  animation: barberpole 20s linear infinite;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .callout.et_pb_section .et_pb_row.pink:before {
    width: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .callout.et_pb_section .et_pb_row.pink:before {
    transform: rotate(-6deg);
    width: 125px;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.pink:before {
    display: none;
  }
}
.callout.et_pb_section .et_pb_row.pink .et_pb_text:before {
  content: "";
  background-image: url("../img/home/deri-latimer-meeting-planners-purple-flower.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  width: 42px;
  height: 45px;
  z-index: 10;
}
.callout.et_pb_section .et_pb_row.pink .et_pb_text:after {
  content: "";
  background-image: url("../img/home/deri-latimer-meeting-planners-white-flower.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20%;
  bottom: -30px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.pink .et_pb_text {
    margin-left: 0 !important;
    width: 100%;
  }
  .callout.et_pb_section .et_pb_row.pink .et_pb_text h2, .callout.et_pb_section .et_pb_row.pink .et_pb_text p {
    width: 100% !important;
  }
}
.callout.et_pb_section .et_pb_row.yellow {
  background: #fecd1a;
  overflow: hidden;
}
.callout.et_pb_section .et_pb_row.yellow h2, .callout.et_pb_section .et_pb_row.yellow h3, .callout.et_pb_section .et_pb_row.yellow p {
  color: #93117e !important;
}
.callout.et_pb_section .et_pb_row.yellow:before {
  transform: rotate(12deg);
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  right: 45%;
  width: 200px;
  height: 120%;
  background-image: linear-gradient(90deg, #f29512 0%, #f29512 20%, #eb691c 20%, #eb691c 40%, #e2007a 40%, #e2007a 60%, #93117e 60%, #93117e 80%, #f29512 80%, #f29512 100%);
  background-position: 0 0;
  background-size: 150% 100%;
  animation: barberpole 20s linear infinite;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .callout.et_pb_section .et_pb_row.yellow:before {
    width: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .callout.et_pb_section .et_pb_row.yellow:before {
    transform: rotate(6deg);
    width: 125px;
    right: 40%;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.yellow:before {
    display: none;
  }
}
.callout.et_pb_section .et_pb_row.yellow .et_pb_text:before {
  content: "";
  background-image: url("../img/home/deri-latimer-home-books-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -67px;
  top: -60px;
  width: 135px;
  height: 80px;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.yellow .et_pb_text:before {
    left: auto;
    right: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row.yellow .et_pb_column:first-child {
    order: 2;
  }
  .callout.et_pb_section .et_pb_row.yellow .et_pb_column:last-child {
    order: 1;
  }
  .callout.et_pb_section .et_pb_row.yellow .et_pb_column_1_2 .et_pb_text {
    margin-left: 0;
  }
  .callout.et_pb_section .et_pb_row.yellow .et_pb_column_1_2 .et_pb_text p {
    width: 100%;
  }
}
.callout.et_pb_section .et_pb_row.light-purple {
  background: #93117e;
}
.callout.et_pb_section .et_pb_row.light-purple h3 {
  color: #FFFFFF !important;
}
.callout.et_pb_section .et_pb_row.light-purple a.button {
  color: #93117e !important;
}
.callout.et_pb_section .et_pb_row.light-purple a.button:hover {
  color: #FFFFFF !important;
}
.callout.et_pb_section .et_pb_row.orange {
  background: #eb691c;
}
.callout.et_pb_section .et_pb_row.orange h3 {
  color: #FFFFFF !important;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 {
  width: 50%;
  margin: 0;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text h2 {
  color: #FFFFFF;
  font-weight: 500;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text h3 {
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 15px;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text p {
  color: #FFFFFF;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text p {
    width: 75%;
  }
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_image {
  min-height: 500px;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_image {
    min-height: 250px;
  }
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .button {
  margin-top: 20px;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .button.pink:hover {
  background: #eb691c;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .button.yellow {
  color: #e2007a;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .button.yellow:hover {
  color: #FFFFFF;
}
.callout.et_pb_section .et_pb_row .et_pb_column_1_2 .button.light-purple:hover {
  background: #e2007a;
}
@media only screen and (max-width: 1199px) {
  .callout.et_pb_section .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text {
    width: 95%;
    margin-left: 20%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .callout.et_pb_section .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text {
    width: 95%;
    margin-left: 15%;
    padding-right: 10px;
  }
  .callout.et_pb_section .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text h2 {
    width: 150px;
    width: 200px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section .et_pb_row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .callout.et_pb_section {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section {
    padding-bottom: 10px;
  }
}
.callout.et_pb_section.books.callout.et_pb_section {
  padding-bottom: 0;
}
.callout.et_pb_section.books.callout.et_pb_section .et_pb_row:last-child {
  margin-bottom: 0;
}
.callout.et_pb_section.books.callout.et_pb_section .et_pb_image {
  min-height: 600px;
}
.callout.et_pb_section.books.callout.et_pb_section .et_pb_text {
  max-width: 800px;
}
.callout.et_pb_section:before {
  content: "";
  background-image: url("../img/home/deri-latimer-home-speaking-topics-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: -70px;
  width: 96px;
  height: 96px;
  z-index: 10;
}
.callout.et_pb_section:after {
  content: "";
  background-image: url("../img/home/deri-latimer-home-meeting-planners-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 460px;
  width: 139px;
  height: 189px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .callout.et_pb_section:after {
    width: 100px;
    height: 135px;
  }
}
@media only screen and (max-width: 700px) {
  .callout.et_pb_section:after {
    transform: rotate(180deg);
    left: auto;
    right: 0;
    width: 70px;
    height: 95px;
    top: 480px;
  }
}

.book.et_pb_section {
  background-image: url("../img/DeriLatimer-book-deri-background.jpg"), url(../img/grey.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  background-size: 94% 90%, 100%;
}
.book.et_pb_section h2 {
  font-family: "Courgette", cursive;
  color: #FFFFFF !important;
  font-weight: 400;
}
.book.et_pb_section h3 {
  font-size: 1.375rem;
  color: #2f1060 !important;
  font-weight: bold !important;
  margin-bottom: 5px;
}
.book.et_pb_section p {
  color: #2f1060;
}
.book.et_pb_section .flex .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book.et_pb_section .flex .et_pb_column .et_pb_text {
  width: 48%;
}
.book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner {
  display: flex;
}
.book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .left {
  width: 30%;
}
.book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .left img {
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .left {
    width: 40%;
  }
}
@media only screen and (max-width: 700px) {
  .book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .left {
    width: 80%;
    margin-bottom: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .right {
  margin-left: 30px;
  width: 70%;
}
@media only screen and (max-width: 1199px) {
  .book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .right {
    margin-left: 20px;
    width: 60%;
  }
}
@media only screen and (max-width: 700px) {
  .book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner .right {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  .book.et_pb_section .flex .et_pb_column .et_pb_text .et_pb_text_inner {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .book.et_pb_section .flex .et_pb_column .et_pb_text {
    width: 100%;
  }
}
.book.et_pb_section:before {
  content: "";
  background-image: url("../img/home/deri-latimer-home-books-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: -100px;
  width: 130px;
  height: 130px;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .book.et_pb_section:before {
    padding-bottom: 25px;
    width: 125px;
    height: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .book.et_pb_section:before {
    top: -50px;
    width: 95px;
    height: 70px;
    right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .book.et_pb_section {
    background-size: 94% 95%, 100%;
  }
}
@media only screen and (max-width: 700px) {
  .book.et_pb_section {
    background-image: url("../img/DeriLatimer-book-deri-background.jpg");
    background-size: cover;
  }
  .book.et_pb_section .et_pb_row:first-child {
    padding: 0;
  }
}

/* contact */
::-moz-placeholder {
  color: #2f1060;
}
::placeholder {
  color: #2f1060;
}

.contact-page.et_pb_section {
  padding-bottom: 0;
  margin-bottom: -50px;
}
.contact-page.et_pb_section .et_pb_row .contact-form {
  max-width: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page.et_pb_section .et_pb_row .contact-form form {
  margin-top: 10px;
}
.contact-page.et_pb_section .et_pb_row .contact-form form input, .contact-page.et_pb_section .et_pb_row .contact-form form textarea {
  color: #2f1060;
  border-color: #eb691c;
}
.contact-page.et_pb_section .et_pb_row .contact-form form input::-moz-placeholder, .contact-page.et_pb_section .et_pb_row .contact-form form textarea::-moz-placeholder {
  color: #2f1060;
  opacity: 1;
}
.contact-page.et_pb_section .et_pb_row .contact-form form input::placeholder, .contact-page.et_pb_section .et_pb_row .contact-form form textarea::placeholder {
  color: #2f1060;
  opacity: 1;
}
.contact-page.et_pb_section .et_pb_row .contact-form form input::focus, .contact-page.et_pb_section .et_pb_row .contact-form form textarea::focus {
  color: #2f1060;
  opacity: 1;
}
.contact-page.et_pb_section .et_pb_row .contact-form form input[type=submit] {
  background-color: #eb691c;
  color: #FFFFFF;
}
.contact-page.et_pb_section .et_pb_row .contact-form form input[type=submit]:hover {
  background-color: #2f1060;
}
@media only screen and (max-width: 1199px) {
  .contact-page.et_pb_section .et_pb_row .contact-form {
    margin-top: 60px;
  }
}
.contact-page.et_pb_section .et_pb_row .contact-info {
  margin-top: 40px;
}
.contact-page.et_pb_section .et_pb_row .contact-info a {
  color: #eb691c;
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.375rem;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: bold;
}
.contact-page.et_pb_section .et_pb_row .contact-info a:hover {
  color: #2f1060;
}
@media only screen and (max-width: 700px) {
  .contact-page.et_pb_section .et_pb_row .contact-info a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 700px) {
  .contact-page.et_pb_section .et_pb_row .contact-info {
    color: transparent;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-page.et_pb_section .et_pb_row .et_pb_column .et_pb_image {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 700px) {
  .contact-page.et_pb_section .et_pb_row .et_pb_column .et_pb_image {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-page.et_pb_section .et_pb_row {
    display: flex;
  }
  .contact-page.et_pb_section .et_pb_row .et_pb_column:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .contact-page.et_pb_section .et_pb_row {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .contact-page.et_pb_section {
    padding-bottom: 0;
  }
}
.contact-page.et_pb_section:before {
  content: "";
  background-image: url("../img/contact/deri-latimer-contact-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 15%;
  top: 45%;
  width: 131px;
  height: 180px;
  z-index: 9;
}
@media only screen and (max-width: 980px) {
  .contact-page.et_pb_section:before {
    left: 5%;
  }
}
@media only screen and (max-width: 700px) {
  .contact-page.et_pb_section:before {
    left: 0;
    width: 60px;
    height: 80px;
  }
}
.contact-page.et_pb_section:after {
  content: "";
  background-image: url("../img/contact/deri-latimer-contact-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 5%;
  top: 25%;
  width: 151px;
  height: 204px;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .contact-page.et_pb_section:after {
    top: 35%;
  }
}
@media only screen and (max-width: 980px) {
  .contact-page.et_pb_section:after {
    right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .contact-page.et_pb_section:after {
    right: 0;
    top: 7%;
    width: 85px;
    height: 115px;
  }
}

@media only screen and (max-width: 700px) {
  .page-id-25 .watch.et_pb_section {
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: 0;
  }
}

/* speaking */
.wake__up.experiences.et_pb_section {
  padding-bottom: 50px;
}
.wake__up.experiences.et_pb_section .et_pb_row .et_pb_text h2 {
  color: #fecd1a;
}
.wake__up.experiences.et_pb_section .et_pb_row .et_pb_text p {
  color: #FFFFFF;
  font-weight: normal;
}

.deri__in__action.et_pb_section {
  display: flex;
}
.deri__in__action.et_pb_section .et_pb_row {
  display: flex;
  width: 30%;
  justify-content: space-between;
}
.deri__in__action.et_pb_section .et_pb_row .webm-video {
  margin-bottom: 40px;
}
.deri__in__action.et_pb_section .et_pb_row .webm-video:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .deri__in__action.et_pb_section .et_pb_row .button {
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 980px) {
  .deri__in__action.et_pb_section .et_pb_row .button .lowercase {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .deri__in__action.et_pb_section .et_pb_row {
    width: 90%;
  }
  .deri__in__action.et_pb_section .et_pb_row .button .lowercase {
    display: inline;
  }
}
@media only screen and (max-width: 700px) {
  .deri__in__action.et_pb_section {
    flex-direction: column;
    padding: 0;
  }
}

.speaking.et_pb_section {
  overflow: hidden;
  margin-top: 30px;
}
.speaking.et_pb_section:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  width: 30%;
  right: 20%;
  top: 0;
}
@media screen and (min-width: 1599px) {
  .speaking.et_pb_section:before {
    right: 15%;
  }
}
.speaking.et_pb_section .et_pb_row .et_pb_column {
  display: flex;
  flex-direction: row;
}
.speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_text {
  width: 50%;
}
.speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_text h2, .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_text p, .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_text li {
  color: #FFFFFF;
}
.speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_text .button {
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_text {
    width: 100%;
    order: 2;
  }
}
.speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_image img {
  right: -200px;
}
@media screen and (min-width: 1599px) {
  .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_image img {
    right: -400px;
  }
}
@media screen and (max-width: 980px) {
  .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_image img {
    right: -100px;
  }
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_image img {
    right: auto;
  }
}
@media screen and (max-width: 980px) {
  .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section .et_pb_row .et_pb_column {
    flex-direction: column;
  }
  .speaking.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
    width: 100%;
  }
}
.speaking.et_pb_section .et_pb_row.left__image .et_pb_image img {
  left: -200px;
  right: auto;
}
@media screen and (min-width: 1599px) {
  .speaking.et_pb_section .et_pb_row.left__image .et_pb_image img {
    left: -300px;
  }
}
@media screen and (max-width: 980px) {
  .speaking.et_pb_section .et_pb_row.left__image .et_pb_image img .et_pb_module {
    left: -100px;
  }
}
@media screen and (max-width: 700px) {
  .speaking.et_pb_section .et_pb_row.left__image .et_pb_image img {
    left: auto;
  }
  .speaking.et_pb_section .et_pb_row.left__image .et_pb_image img .et_pb_module {
    left: auto;
  }
}
@media screen and (min-width: 1599px) {
  .speaking.et_pb_section .et_pb_row {
    max-width: 1500px;
  }
}
.speaking.et_pb_section.purple:before {
  transform: rotate(12deg);
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  right: 20%;
  width: 300px;
  height: 120%;
  background-image: linear-gradient(90deg, #93117e 0%, #93117e 20%, #e2007a 20%, #e2007a 40%, #eb691c 40%, #eb691c 60%, #fecd1a 60%, #fecd1a 80%, #93117e 80%, #93117e 100%);
  background-position: 0 0;
  background-size: 150% 100%;
  animation: barberpole 20s linear infinite;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  .speaking.et_pb_section.purple:before {
    transform: rotate(10deg);
    width: 150px;
    right: 28%;
  }
}
@media only screen and (max-width: 980px) {
  .speaking.et_pb_section.purple:before {
    transform: rotate(6deg);
    width: 125px;
    right: 20%;
  }
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section.purple:before {
    display: none;
  }
}
.speaking.et_pb_section.purple .button:hover {
  background-color: #fecd1a;
}
.speaking.et_pb_section.pink:before {
  transform: rotate(-12deg);
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  left: 20%;
  width: 300px;
  height: 120%;
  background-image: linear-gradient(90deg, #312354 0%, #312354 20%, #622477 20%, #622477 40%, #9B0F74 40%, #9B0F74 60%, #BD0073 60%, #BD0073 80%, #312354 80%, #312354 100%);
  background-position: 0 0;
  background-size: 150% 100%;
  animation: barberpole 20s linear infinite;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  .speaking.et_pb_section.pink:before {
    transform: rotate(-10deg);
    left: 28%;
    width: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .speaking.et_pb_section.pink:before {
    transform: rotate(-6deg);
    left: 20%;
    width: 125px;
  }
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section.pink:before {
    display: none;
  }
}
.speaking.et_pb_section.pink .button.yellow {
  color: #e2007a;
}
.speaking.et_pb_section.pink .button.yellow:hover {
  color: #FFFFFF;
}
.speaking.et_pb_section.yellow:before {
  transform: rotate(12deg);
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  right: 20%;
  width: 300px;
  height: 120%;
  background-image: linear-gradient(90deg, #F29515 0%, #F29515 20%, #eb691c 20%, #eb691c 40%, #e2007a 40%, #e2007a 60%, #93117e 60%, #93117e 80%, #F29515 80%, #F29515 100%);
  background-position: 0 0;
  background-size: 150% 100%;
  animation: barberpole 20s linear infinite;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  .speaking.et_pb_section.yellow:before {
    transform: rotate(10deg);
    width: 150px;
    right: 28%;
  }
}
@media only screen and (max-width: 980px) {
  .speaking.et_pb_section.yellow:before {
    transform: rotate(6deg);
    width: 125px;
    right: 20%;
  }
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section.yellow:before {
    display: none;
  }
}
.speaking.et_pb_section.yellow .et_pb_row .et_pb_column .et_pb_text h2, .speaking.et_pb_section.yellow .et_pb_row .et_pb_column .et_pb_text p, .speaking.et_pb_section.yellow .et_pb_row .et_pb_column .et_pb_text li {
  color: #93117e;
}
@media only screen and (max-width: 700px) {
  .speaking.et_pb_section {
    padding: 0;
  }
}

/* newsletter */
.newsletter.et_pb_section .et_pb_row {
  width: 67%;
  margin-left: 33%;
}
.newsletter.et_pb_section .et_pb_row p, .newsletter.et_pb_section .et_pb_row h2 {
  color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
  .newsletter.et_pb_section .et_pb_row {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter.et_pb_section .et_pb_row {
    width: 60%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 980px) {
  .newsletter.et_pb_section .et_pb_row {
    padding: 15px 10px 15px 0;
  }
  .newsletter.et_pb_section .et_pb_row h2 {
    font-size: 24px !important;
    line-height: 24px;
  }
  .newsletter.et_pb_section .et_pb_row .et_pb_text {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .newsletter.et_pb_section .et_pb_row {
    margin: 0 auto;
    width: 90%;
  }
  .newsletter.et_pb_section .et_pb_row h2 {
    font-size: 23px !important;
    width: 75%;
    margin-left: 25%;
    margin-bottom: 20px;
  }
  .newsletter.et_pb_section .et_pb_row p {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter.et_pb_section {
    background-position: -50px center !important;
  }
}
@media only screen and (max-width: 980px) {
  .newsletter.et_pb_section {
    padding: 0;
    background-position: -40px center !important;
  }
}
@media only screen and (max-width: 700px) {
  .newsletter.et_pb_section {
    background-position: 0 0 !important;
    background-size: 25% 17% !important;
    padding-bottom: 20px;
  }
}

#mc_embed_signup form {
  text-align: left;
}
#mc_embed_signup form input {
  margin: 0 5px 10px;
  background-color: transparent;
  padding: 10px 15px;
  color: #fecd1a;
  font-size: 1.125rem;
  border-radius: 25px;
  border: 1px solid #fecd1a;
  width: 20%;
  max-width: 220px;
}
@media only screen and (max-width: 1024px) {
  #mc_embed_signup form input {
    width: 25%;
  }
}
@media only screen and (max-width: 980px) {
  #mc_embed_signup form input {
    width: 30%;
  }
}
@media only screen and (max-width: 700px) {
  #mc_embed_signup form input {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    font-size: 1rem;
  }
}
#mc_embed_signup form input[type=submit] {
  background-color: #fecd1a;
  border: 1px solid #fecd1a;
  color: #2f1060;
  font-weight: bold;
}
#mc_embed_signup form input[type=submit]:hover {
  background-color: #eb691c;
  border: 1px solid #eb691c;
  color: #FFFFFF;
  cursor: pointer;
}
#mc_embed_signup form div.mce_inline_error {
  display: inline;
  background-color: #fecd1a;
  font-size: 16px;
  font-weight: normal;
  opacity: 0;
}

/* about */
.rebel.et_pb_section:before {
  content: "";
  background-image: url("../img/about/deri-latimer-rebel.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  width: 181px;
  height: 304px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .rebel.et_pb_section:before {
    width: 90px;
    height: 152px;
  }
}
@media only screen and (max-width: 980px) {
  .rebel.et_pb_section:before {
    width: 70px;
    height: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .rebel.et_pb_section:before {
    top: auto;
    bottom: 0;
  }
}

.qualifications.et_pb_section {
  background-image: url("../img/DeriLatimer-book-deri-background.jpg"), url(../img/grey.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  background-size: 94% 90%, 100%;
}
.qualifications.et_pb_section h2 {
  font-family: "Courgette", cursive;
  font-weight: 400;
  color: #FFFFFF !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  .qualifications.et_pb_section h2 {
    margin-bottom: 10px;
    line-height: 34px;
  }
}
.qualifications.et_pb_section ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 30px;
}
.qualifications.et_pb_section ul li {
  margin-bottom: 25px;
  position: relative;
}
.qualifications.et_pb_section ul li:before {
  content: "";
  background: url(../img/pink-flower.png);
  position: absolute;
  width: 21px;
  height: 23px;
  background-size: cover;
  left: -25px;
  top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .qualifications.et_pb_section ul li:before {
    left: -60px;
  }
}
@media only screen and (max-width: 700px) {
  .qualifications.et_pb_section ul li:before {
    left: -60px;
  }
}
@media only screen and (max-width: 700px) {
  .qualifications.et_pb_section ul li:before {
    left: -30px;
  }
}
@media only screen and (max-width: 700px) {
  .qualifications.et_pb_section {
    background-image: url("../img/DeriLatimer-book-deri-background.jpg");
    background-repeat: repeat;
    background-size: cover;
  }
}

.values.et_pb_section {
  padding-top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.values.et_pb_section .et_pb_row {
  display: flex;
  width: 33%;
  max-width: 370px;
  flex-direction: column;
  margin: 0;
}
.values.et_pb_section .et_pb_row .et_pb_column .et_pb_text {
  text-align: center;
}
.values.et_pb_section .et_pb_row .et_pb_column .et_pb_text h3 {
  color: #2f1060 !important;
  font-size: 1.375rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.values.et_pb_section .et_pb_row .et_pb_column .et_pb_text h4 {
  font-size: 1.125rem !important;
  margin-bottom: 10px;
}
.values.et_pb_section .et_pb_row .et_pb_column .et_pb_text p {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 700px) {
  .values.et_pb_section .et_pb_row .et_pb_column .et_pb_text p {
    padding: 0;
  }
}
.values.et_pb_section .et_pb_row .et_pb_column .et_pb_image {
  max-width: 170px;
}
@media only screen and (max-width: 700px) {
  .values.et_pb_section .et_pb_row .et_pb_column .et_pb_image {
    max-width: 80%;
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .values.et_pb_section .et_pb_row {
    width: 80%;
  }
}

.mission.et_pb_section {
  height: 500px;
  display: flex;
}
.mission.et_pb_section .et_pb_row .et_pb_text {
  width: 70%;
  margin: 0 auto;
}
.mission.et_pb_section .et_pb_row .et_pb_text h2 {
  color: #FFFFFF !important;
  line-height: 3rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .mission.et_pb_section .et_pb_row .et_pb_text h2 {
    font-size: 1.0625rem !important;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .mission.et_pb_section .et_pb_row .et_pb_text {
    margin-left: 10%;
    width: 80%;
  }
}
.mission.et_pb_section:before {
  content: "";
  background-image: url(../img/mission-accent.png);
  width: 132px;
  height: 290px;
  background-size: cover;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -145px;
}
@media only screen and (max-width: 700px) {
  .mission.et_pb_section:before {
    top: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .mission.et_pb_section {
    background-position: 75% !important;
  }
}
@media only screen and (max-width: 980px) {
  .mission.et_pb_section {
    background-position: 65% !important;
  }
}
@media only screen and (max-width: 700px) {
  .mission.et_pb_section {
    height: 200px;
    padding: 0;
    background-position: 60% !important;
  }
}

.philanthropy.et_pb_section ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.philanthropy.et_pb_section ul li {
  margin-bottom: 25px;
  position: relative;
}
.philanthropy.et_pb_section ul li a {
  color: #eb691c;
}
.philanthropy.et_pb_section ul li a:hover {
  text-decoration: underline;
}
.philanthropy.et_pb_section ul li:before {
  content: "";
  background: url(../img/orange-flower.png);
  position: absolute;
  width: 21px;
  height: 23px;
  background-size: cover;
  left: -25px;
  top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .philanthropy.et_pb_section ul li:before {
    left: -60px;
  }
}
@media only screen and (max-width: 700px) {
  .philanthropy.et_pb_section ul li:before {
    left: -60px;
  }
}
.philanthropy.et_pb_section ul li:last-child {
  margin-bottom: 0;
}
.philanthropy.et_pb_section .lightpurple.button:hover {
  background-color: #eb691c;
}

@media only screen and (max-width: 980px) {
  .page-id-14 .script.title.light-purple.et_pb_section .et_pb_row {
    padding-bottom: 0;
  }
  .page-id-14 .script.title.light-purple.et_pb_section .et_pb_row h2 {
    padding-bottom: 0;
  }
}

/* sitemap */
.page-id-50 .rebel.et_pb_section:before, .page-id-3 .rebel.et_pb_section:before {
  right: 0;
  left: auto;
  transform: rotate(0deg) scaleX(-1);
}

.bio.et_pb_section {
  margin-bottom: 90px;
  position: relative;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text {
  text-align: center;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text h2 {
  font-family: "Courgette", cursive;
  font-weight: 400;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text h2 em {
  font-size: 1.375rem;
  font-style: normal;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text h4 {
  color: #FFFFFF !important;
  font-size: 1.125rem !important;
  margin-bottom: 15px;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text h4 strong {
  font-size: 1.375rem !important;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text p {
  color: #FFFFFF;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_text.short:after {
  content: "";
  background-image: url("../img/deri-latimer-bio-accent.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-top: 30px;
  margin-left: 30px;
  width: 158px;
  height: 148px;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_image {
  text-align: center;
}
.bio.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_image img {
  border-radius: 50%;
}
.bio.et_pb_section .et_pb_row.negative__margin {
  margin-bottom: -120px;
}
.bio.et_pb_section .et_pb_row.negative__margin .button.orange:hover {
  background-color: #e2007a;
}
@media only screen and (max-width: 1199px) {
  .bio.et_pb_section .et_pb_row.negative__margin {
    margin-bottom: -95px;
  }
}
@media only screen and (max-width: 980px) {
  .bio.et_pb_section .et_pb_row.negative__margin {
    margin-bottom: -100px;
  }
}
.bio.et_pb_section:after {
  content: "";
  background-image: url("../img/DeriLatimer-bio-photo.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: -25%;
  width: 535px;
  height: 875px;
  z-index: 9;
}
@media only screen and (max-width: 1599px) {
  .bio.et_pb_section:after {
    bottom: -5%;
    width: 350px;
    height: 575px;
  }
}
@media only screen and (max-width: 1199px) {
  .bio.et_pb_section:after {
    bottom: -5%;
    width: 350px;
    height: 575px;
  }
}
@media only screen and (max-width: 980px) {
  .bio.et_pb_section:after {
    width: 230px;
    height: 415px;
  }
}
@media only screen and (max-width: 700px) {
  .bio.et_pb_section:after {
    display: none;
  }
}

.intro.et_pb_section {
  margin-bottom: 90px;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) {
  z-index: 10;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text {
  text-align: center;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text h2 {
  font-family: "Courgette", cursive;
  font-weight: 400;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text h2 em {
  font-size: 1.375rem;
  font-style: normal;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text.pro h2, .intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text.pro p {
  color: #93117e;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text.fun h2, .intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_text.fun p {
  color: #e2007a;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_image {
  text-align: center;
}
.intro.et_pb_section .et_pb_row:not(.negative__margin) .et_pb_column_1_2 .et_pb_image img {
  border-radius: 50%;
  max-width: 400px;
  width: 100%;
}
.intro.et_pb_section .et_pb_row.negative__margin {
  margin-bottom: -90px;
}
.intro.et_pb_section .et_pb_row.negative__margin .button:hover {
  background-color: #e2007a;
}
@media only screen and (max-width: 1024px) {
  .intro.et_pb_section .et_pb_row.negative__margin {
    margin-bottom: -85px;
  }
}

.page-id-18 .intro.et_pb_section {
  margin-bottom: 0;
}
.page-id-18 .intro.et_pb_section:before {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-meeting-intro-accent-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 1%;
  bottom: 20%;
  width: 124px;
  height: 189px;
}
@media only screen and (max-width: 1199px) {
  .page-id-18 .intro.et_pb_section:before {
    left: 0;
    bottom: 30%;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-18 .intro.et_pb_section:before {
    width: 75px;
    height: 113px;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-18 .intro.et_pb_section:before {
    width: 40px;
    height: 60px;
    top: 5%;
  }
}
.page-id-18 .intro.et_pb_section:after {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-meeting-intro-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 10%;
  top: 5%;
  width: 135px;
  height: 91px;
}
@media only screen and (max-width: 1199px) {
  .page-id-18 .intro.et_pb_section:after {
    right: 1%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-18 .intro.et_pb_section:after {
    display: none;
  }
}

.av.et_pb_section:before {
  content: "";
  background-image: url("../img/DeriLatimer-av-photo.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -15%;
  width: 582px;
  height: 799px;
  z-index: 9;
}
@media only screen and (max-width: 1599px) {
  .av.et_pb_section:before {
    top: -4%;
    width: 500px;
    height: 686px;
  }
}
@media only screen and (max-width: 980px) {
  .av.et_pb_section:before {
    width: 350px;
    height: 480px;
  }
}
@media only screen and (max-width: 700px) {
  .av.et_pb_section:before {
    display: none;
  }
}
.av.et_pb_section .et_pb_column .et_pb_text {
  width: 50%;
  max-width: 550px;
  float: right;
  text-align: center;
}
.av.et_pb_section .et_pb_column .et_pb_text h2 {
  font-family: "Courgette", cursive;
  font-weight: 400;
  color: #2f1060;
  margin-bottom: 5px;
}
.av.et_pb_section .et_pb_column .et_pb_text h3 {
  font-size: 1.375rem;
  font-weight: bold !important;
  color: #2f1060 !important;
  margin-bottom: 5px;
  margin-top: 10px;
}
.av.et_pb_section .et_pb_column .et_pb_text p, .av.et_pb_section .et_pb_column .et_pb_text li {
  color: #FFFFFF;
  font-weight: normal;
}
.av.et_pb_section .et_pb_column .et_pb_text ul {
  list-style-position: inside;
  padding-left: 0;
}
@media only screen and (max-width: 700px) {
  .av.et_pb_section .et_pb_column .et_pb_text {
    width: 100%;
    float: none;
  }
}
.av.et_pb_section .et_pb_row.negative__margin {
  margin-bottom: -120px;
}
@media only screen and (max-width: 1199px) {
  .av.et_pb_section .et_pb_row.negative__margin {
    margin-bottom: -95px;
  }
}
@media only screen and (max-width: 1024px) {
  .av.et_pb_section .et_pb_row.negative__margin {
    margin-bottom: -100px;
  }
}

.onesheet.et_pb_section .et_pb_image .et_pb_image_wrap:before {
  content: "";
  background-image: url("../img/deri-latimer-one-sheet-accent-left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -250px;
  top: 40%;
  width: 183px;
  height: 255px;
}
@media only screen and (max-width: 980px) {
  .onesheet.et_pb_section .et_pb_image .et_pb_image_wrap:before {
    left: -200px;
  }
}
@media only screen and (max-width: 700px) {
  .onesheet.et_pb_section .et_pb_image .et_pb_image_wrap:before {
    display: none;
  }
}
.onesheet.et_pb_section .et_pb_image .et_pb_image_wrap:after {
  content: "";
  background-image: url("../img/deri-latimer-one-sheet-accent-right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -257px;
  top: 10px;
  width: 194px;
  height: 257px;
}
@media only screen and (max-width: 980px) {
  .onesheet.et_pb_section .et_pb_image .et_pb_image_wrap:after {
    right: -130px;
    width: 100px;
    height: 133px;
  }
}
@media only screen and (max-width: 700px) {
  .onesheet.et_pb_section .et_pb_image .et_pb_image_wrap:after {
    right: 0;
    width: 70px;
    height: 93px;
    top: -100px;
  }
}

.headshots:before {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-headshot-accent-left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 2%;
  top: 10%;
  width: 132px;
  height: 145px;
}
@media only screen and (max-width: 700px) {
  .headshots:before {
    top: 430px;
    width: 50px;
    height: 55px;
  }
}
.headshots:after {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-headshot-accent-right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 5%;
  width: 338px;
  height: 377px;
}
@media only screen and (max-width: 1199px) {
  .headshots:after {
    width: 238px;
    height: 266px;
  }
}
@media only screen and (max-width: 700px) {
  .headshots:after {
    top: 20px;
    width: 82px;
    height: 92px;
  }
}
.headshots .et_pb_row:not(.negative__margin) {
  max-width: 94%;
  margin-top: 150px;
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column {
  display: flex;
  flex-wrap: wrap;
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image {
  width: 21%;
  margin: 0 20px;
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image img {
  border-radius: 50%;
  border: 1px solid #EEEEEE;
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:first-child {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:first-child {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:first-child {
    margin-top: 5%;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(2) {
  margin-top: -100px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(2) {
    margin-top: -5%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(2) {
    margin-top: 0;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(3) {
  margin-right: 100px;
}
@media only screen and (max-width: 1500px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(3) {
    margin-left: 40px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(3) {
    margin-top: 5%;
    margin-left: -5%;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(4) {
  margin-top: 50px;
  margin-left: 50px;
}
@media only screen and (max-width: 1500px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(4) {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(4) {
    margin-left: 40px;
    margin-top: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(4) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(4) {
    margin-left: 3%;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(5) {
  margin-top: -150px;
}
@media only screen and (max-width: 700px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(5):before {
    content: "";
    background-image: url(../img/meetingplanners/deri-latimer-headshot-accent-right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -15px;
    top: -40px;
    width: 82px;
    height: 92px;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1500px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(5) {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(5) {
    margin-top: -80px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(5) {
    margin-right: 0;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6) {
  margin-top: 20px;
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6):before {
  background-image: url("../img/meetingplanners/deri-latimer-headshot-accent-center.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 154px;
  height: 154px;
  margin-top: -175px;
  margin-left: 75px;
  margin-bottom: 25px;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6):before {
    z-index: 9999;
  }
}
@media only screen and (max-width: 1599px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6) {
    margin-top: -10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6) {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6) {
    margin-top: -230px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6) {
    margin-top: -200px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(6) {
    margin-top: 5%;
    margin-right: -10%;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(7) {
  margin-top: -200px;
}
@media only screen and (max-width: 700px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(7):before {
    content: "";
    background-image: url("../img/meetingplanners/deri-latimer-headshot-accent-left.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 2%;
    top: -20px;
    width: 50px;
    height: 55px;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1500px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(7) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(7) {
    margin-top: -40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(7) {
    margin-left: -20px;
  }
}
.headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(8) {
  margin-left: 400px;
  margin-top: -100px;
}
@media only screen and (max-width: 1500px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(8) {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(8) {
    margin-top: 80px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image:nth-child(8) {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image {
    width: 22%;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image {
    width: 44%;
    margin: 0 8px 15px 8px !important;
  }
}
@media only screen and (max-width: 700px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column .et_pb_image {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) .et_pb_column {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row:not(.negative__margin) {
    width: 94%;
  }
}
@media only screen and (max-width: 980px) {
  .headshots .et_pb_row:not(.negative__margin) {
    margin-top: 50px;
  }
}
.headshots .et_pb_row.negative__margin {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}
.headshots .et_pb_row.negative__margin:before {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-headshot-accent-bottom-left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 150%;
  width: 224px;
  height: 286px;
}
@media only screen and (max-width: 1199px) {
  .headshots .et_pb_row.negative__margin:before {
    width: 134px;
    height: 170px;
  }
}
@media only screen and (max-width: 700px) {
  .headshots .et_pb_row.negative__margin:before {
    width: 54px;
    height: 70px;
  }
}
@media only screen and (max-width: 700px) {
  .headshots .et_pb_row.negative__margin {
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  .page-id-18 .title.orange.et_pb_section {
    padding-top: 0;
  }
  .page-id-18 .title.orange.et_pb_section .et_pb_row {
    padding-bottom: 0;
  }
}

.page-id-18 .pink.intro.et_pb_section .button.pink {
  padding: 12px 20px;
}

.page-id-20 .intro.et_pb_section {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .page-id-20 .intro.et_pb_section .et_pb_row {
    width: 85%;
  }
}

.page-id-20 .callout.et_pb_section:before, .page-id-20 .callout.et_pb_section:after {
  display: none;
}
.page-id-20 .callout.et_pb_section .et_pb_row:before, .page-id-20 .callout.et_pb_section .et_pb_row:after {
  display: none;
}
.page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text:before, .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text:after {
  display: none;
}
.page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text p {
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text p {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text p {
    line-height: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text h2 {
    line-height: 2rem;
  }
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1024px) {
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .callout.et_pb_section .et_pb_row .et_pb_text h2 {
    width: 90% !important;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.light-purple .et_pb_column_1_2 {
    order: 2;
  }
  .page-id-20 .callout.et_pb_section .et_pb_row.light-purple .et_pb_column_1_2.et-last-child {
    order: 1;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.light-purple .et_pb_image {
    background-position: 55%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.light-purple .et_pb_image {
    min-height: 250px;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_column_1_2 {
    order: 1;
  }
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_column_1_2.et-last-child {
    order: 2;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_image {
    background-position: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_image {
    background-position: 85%;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_image {
    background-position: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_image {
    min-height: 250px;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.yellow .et_pb_column_1_2 .button.pink {
    padding: 12px 35px !important;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.orange .et_pb_column_1_2 {
    order: 2;
  }
  .page-id-20 .callout.et_pb_section .et_pb_row.orange .et_pb_column_1_2.et-last-child {
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.orange .et_pb_image {
    background-position: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.orange .et_pb_image {
    background-position: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-20 .callout.et_pb_section .et_pb_row.orange .et_pb_image {
    min-height: 250px;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-20 .callout.et_pb_section .et_pb_row {
    align-items: normal;
  }
}

/* video stuff */
.webm-video {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.webm-video.et_pb_text .et_pb_text_inner {
  position: relative;
  margin-top: 0;
}
.webm-video.et_pb_text .et_pb_text_inner video {
  width: 100%;
  margin-bottom: -6px;
}
.webm-video.et_pb_text .et_pb_text_inner:before {
  content: url(../img/derilatimer-video-play-button.png);
  width: 81px;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/* rave reviews */
.page-id-5682 .rebel.et_pb_section .et_pb_row {
  padding-bottom: 0;
}
.page-id-5682 .rebel.et_pb_section:before {
  content: "";
  background-image: url("../img/about/deri-latimer-rebel.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 200%;
  width: 181px;
  height: 304px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .page-id-5682 .rebel.et_pb_section:before {
    width: 90px;
    height: 152px;
  }
}
@media only screen and (max-width: 980px) {
  .page-id-5682 .rebel.et_pb_section:before {
    width: 70px;
    height: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-5682 .rebel.et_pb_section:before {
    top: auto;
    bottom: 1%;
  }
}
.page-id-5682 .rebel.et_pb_section:after {
  content: "";
  background-image: url("../img/meetingplanners/deri-latimer-meeting-intro-accent-after.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 10%;
  top: 5%;
  width: 135px;
  height: 91px;
}
@media only screen and (max-width: 1199px) {
  .page-id-5682 .rebel.et_pb_section:after {
    right: 1%;
  }
}
@media only screen and (max-width: 700px) {
  .page-id-5682 .rebel.et_pb_section:after {
    display: none;
  }
}

.testimonials.list:before {
  content: "";
  background-image: url("../img/deri-latimer-one-sheet-accent-left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 30%;
  width: 183px;
  height: 255px;
}
@media only screen and (max-width: 980px) {
  .testimonials.list:before {
    left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .testimonials.list:before {
    display: none;
  }
}
.testimonials.list:after {
  content: "";
  background-image: url("../img/deri-latimer-one-sheet-accent-right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 194px;
  height: 257px;
}
@media only screen and (max-width: 980px) {
  .testimonials.list:after {
    right: 0;
    width: 100px;
    height: 133px;
  }
}
@media only screen and (max-width: 700px) {
  .testimonials.list:after {
    display: none;
  }
}

a {
  transition: color 300ms ease-in-out;
}

.blue {
  color: #3095ad;
}

.yellow {
  color: #fecd1a;
}

.dark-blue, .darkblue {
  color: #125f6c;
}

.gapBelow.et_pb_section {
  margin-bottom: 20px;
}

.maxWidth600.et_pb_row {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth800.et_pb_row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
  width: 90%;
}

.et_pb_gutters3 .et_pb_column_3_5.et_pb_column {
  width: 70%;
}

.et_pb_section.vertical__align .et_pb_row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .et_pb_section.vertical__align .et_pb_row {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 700px) {
  .et_pb_section.vertical__align .et_pb_row {
    flex-wrap: wrap;
  }
}

.script h2 {
  font-family: "Courgette", cursive !important;
  font-weight: 400;
}

.title.et_pb_section {
  font-weight: bold;
  padding-bottom: 0;
}

.purple h2 {
  color: #2f1060;
}

.light-purple h2 {
  color: #93117e;
}

.orange h2 {
  color: #eb691c;
}

.intro.et_pb_section {
  padding-bottom: 30px;
}

.seen-in.et_pb_section, .clients.et_pb_section {
  padding: 25px 0;
}
.seen-in.et_pb_section h2, .clients.et_pb_section h2 {
  font-weight: bold;
}
.seen-in.et_pb_section .et_pb_row ul, .clients.et_pb_section .et_pb_row ul {
  list-style-type: none;
  width: 90%;
  text-align: center;
  display: flex;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}
.seen-in.et_pb_section .et_pb_row ul li, .clients.et_pb_section .et_pb_row ul li {
  margin: 0 15px;
}
@media only screen and (max-width: 700px) {
  .seen-in.et_pb_section .et_pb_row ul, .clients.et_pb_section .et_pb_row ul {
    flex-direction: column;
    flex-wrap: wrap;
    width: 96%;
  }
  .seen-in.et_pb_section .et_pb_row ul li, .clients.et_pb_section .et_pb_row ul li {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .seen-in.et_pb_section .et_pb_row ul, .clients.et_pb_section .et_pb_row ul {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .seen-in.et_pb_section .et_pb_row, .clients.et_pb_section .et_pb_row {
    width: 96%;
  }
}
@media only screen and (max-width: 700px) {
  .seen-in.et_pb_section .et_pb_row, .clients.et_pb_section .et_pb_row {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .seen-in.et_pb_section, .clients.et_pb_section {
    padding-bottom: 0;
  }
}

:not(.home) .et_pb_section:nth-child(2) {
  padding-top: 20px;
}

@media only screen and (max-width: 1599px) {
  .blockUnderTabletLarge {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */