/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
body,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
h1,
h2,
h3 {
  color: #000;
  font-family: 'Raleway', sans-serif;
}
h4,
h5,
h6 {
  color: #000;
  font-family: 'Raleway', sans-serif;
}
h1.page-title {
  font-size: 3rem;
}
a {
  color: #3bafda;
}
button,
.button {
  background-color: #81ad29;
  border-color: #81ad29;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  height: auto;
}
#content form h2 {
  font-size: 24px;
}
#content form button[type="submit"] {
  color: #fff;
}
span.req {
  color: #81ad29;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width-content #middle {
  width: 100%;
  padding: 0;
}
.full-width-content #middle > .sizer {
  width: 100%;
  max-width: none;
}
.full-width-content #content {
  width: 100%;
  margin: 0;
}
.bg-green {
  background-color: #81ad29;
}
.bg-light-green {
  background-color: #76a31d;
}
.bg-blue {
  background-color: #3bafda;
}
.bg-gray {
  background-color: #8496a4;
}
.bg-purple {
  background-color: #b78cd1;
}
.cs-green {
  background-color: #81ad29;
  color: #fff;
}
.cs-green h2 {
  color: #fff;
  font-size: 2.5rem;
}
.cs-green h3 {
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
}
.cs-green a {
  color: #1c5882;
}
.cs-light-green {
  background-color: #76a31d;
  color: #fff;
}
.cs-light-green h2 {
  color: #fff;
  font-size: 2.5rem;
}
.cs-light-green h3 {
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
}
.cs-light-green a {
  color: #1c5882;
}
.cs-blue {
  background-color: #3bafda;
  color: #fff;
}
.cs-blue h2 {
  color: #fff;
  font-size: 2.5rem;
}
.cs-blue h3 {
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
}
.cs-blue a {
  color: #81ad29;
}
.cs-gray {
  background-color: #8496a4;
  color: #fff;
}
.cs-gray h2 {
  color: #fff;
  font-size: 2.5rem;
}
.cs-gray h3 {
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
}
.cs-gray a {
  color: #81ad29;
}
.cs-purple {
  background-color: #b78cd1;
  color: #fff;
}
.cs-purple h2 {
  color: #fff;
  font-size: 2.5rem;
}
.cs-purple h3 {
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
}
.cs-purple a {
  color: #81ad29;
}
.interior-padding {
  padding: 30px 0;
}
.large-font {
  font-size: 18px;
}
.listed-item.reset {
  margin: 0;
  padding: 0;
  width: auto;
}
.listed-item.reset .txt,
.listed-item.reset .img {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .img.outdent {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 10vw;
    padding-right: 10vw;
    max-width: none;
  }
  .img.outdent img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
}
div.img .txt {
  font-size: 0.9rem;
  padding: 0.5rem 0;
  margin: 0;
  background-color: #e0e0e0;
  text-align: center;
  font-style: italic;
  font-weight: normal;
}
body.blog div.img .txt {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .thin {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.flex-two-col-no-shrink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex-two-col-no-shrink > div:first-child {
  padding-right: 5%;
}
.flex-two-col-no-shrink .txt {
  flex-grow: 1;
}
.flex-two-col-no-shrink .img {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .flex-two-col-no-shrink {
    flex-direction: column;
  }
  .flex-two-col-no-shrink > div:first-child {
    padding: 0;
  }
  .flex-two-col-no-shrink .img {
    order: -1;
    margin-bottom: 1rem;
  }
}
/* ===============================================
   VANILLA THEME OVERRIDES
   =============================================== */
.addtocalendar {
  width: 100%;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  padding: 10px 20px;
  border: 1px solid #81ad29;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #81ad29;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0;
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
/****** CONTAINERS *****/
.sizer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
/****** TOP *****/
#top {
  background-color: #3bafda;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  #top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #top .container .logo {
    width: 240px;
  }
  #top .container .logo img {
    display: block;
  }
  #top .container #menu-toggle {
    display: none;
  }
  #top .container .not-logo .btns {
    text-align: right;
    padding-bottom: 15px;
  }
  #top .container .not-logo .btns a {
    margin: 0 10px;
  }
  #top .container .not-logo .btns a .fa {
    color: #e6e6e6;
  }
  #top .container .not-logo .btns .get-started {
    background-color: #1c5882;
    border-color: #1c5882;
  }
  #top .container .not-logo .btns .phone {
    background-color: #dc2f2f;
    border-color: #dc2f2f;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #top .container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
  }
  #top .container .logo {
    width: 80%;
    max-width: 400px;
  }
  #top .container #menu-toggle {
    min-width: 20%;
    flex-grow: 1;
    text-align: right;
    font-size: 24px;
  }
  #top .container #menu-toggle a {
    color: #fff;
    font-size: 3rem;
  }
  #top .container #menu-toggle span {
    display: none;
  }
  #top .container .not-logo {
    width: 100%;
  }
  #top .container .not-logo .btns {
    display: none;
  }
}
/***** TOPNAV *****/
#topnav {
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 1024px) {
  #topnav > .sizer {
    width: auto;
    margin: 0;
  }
  #topnav > .sizer > ul {
    display: flex;
  }
  #topnav > .sizer > ul > li {
    margin: 0;
    display: block;
    flex-grow: 1;
    position: relative;
  }
  #topnav > .sizer > ul > li > a {
    padding: 0 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #f6f6f6;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
  #topnav > .sizer > ul > li:last-of-type a {
    padding-right: 0;
  }
  #topnav > .sizer .level2 {
    min-width: 150px;
    position: absolute;
    top: 36px;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav > .sizer .level2 > ul {
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background-clip: padding-box;
  }
  #topnav > .sizer .level2 > ul > li > a,
  #topnav > .sizer .level2 > ul > li > span {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
  }
  #topnav > .sizer .level2 > ul > li > a:hover,
  #topnav > .sizer .level2 > ul > li > span:hover {
    color: #fff;
    background-color: #76a31d;
  }
  #topnav > .sizer > ul > li:hover .level2 {
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #topnav > .sizer {
    padding: 0;
  }
  #topnav > .sizer > ul {
    display: none;
    width: 100%;
  }
  #topnav > .sizer > ul > li {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav > .sizer > ul > li:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #81ad29;
    text-align: left;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    background-clip: padding-box;
    padding: 10px;
  }
  #topnav > .sizer > ul > li > a i {
    display: none;
  }
  #topnav > .sizer > ul > li > div.subnav {
    float: right;
    padding: 4px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > .sizer > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav > .sizer .level2 {
    display: none;
  }
  #topnav > .sizer .level2 > ul > li > a,
  #topnav > .sizer .level2 > ul > li > span {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #81ad29;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav > .sizer ul ul ul {
    display: none;
  }
}
/****** MIDDLE *****/
#middle {
  padding: 28.8px 0;
}
#middle > .sizer > .container {
  display: flex;
  justify-content: space-between;
}
#content {
  width: 65%;
}
body.layout-no-sidebar #content,
body.is-form #content {
  width: 100%;
  margin: 0;
}
#sidebar {
  width: 30%;
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
  background-clip: padding-box;
}
#sidebar .news {
  margin-bottom: 3rem;
}
#sidebar .news h2 {
  color: #333;
  font-weight: normal;
  font-size: 2.5rem;
}
#sidebar .news .listed-item h3.title {
  font-size: 1.25rem;
}
#sidebar .buttons {
  text-align: center;
}
#sidebar .buttons a.button {
  width: 90%;
}
#sidebar .buttons a.button.demo {
  border-color: #1c5882;
  color: #fff;
  background-color: #1c5882;
}
#sidebar .buttons a.button.portfolio {
  border-color: #1c5882;
  color: #1c5882;
  background-color: transparent;
}
@media screen and (max-width: 639px) {
  #middle > .sizer > .container {
    flex-direction: column;
  }
  #content,
  #sidebar {
    width: 100%;
  }
}
/****** BOTTOM *****/
#bottom {
  background-color: #363842;
  color: #ccc;
}
#bottom a {
  color: #ccc;
  text-decoration: none;
}
#bottom a:hover {
  color: #fff;
}
#bottom .block-grid {
  margin-bottom: 28.8px;
}
#bottom .block-grid h4 {
  color: #ccc;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
#bottom .block-grid li {
  margin: 0;
}
#bottom .branding .logo {
  width: 75%;
  margin-bottom: 28.8px;
}
#bottom .branding p {
  margin-bottom: 0;
}
#bottom .contact .p3-contact-info {
  margin-bottom: 1.5rem;
}
#bottom .contact .p3-contact-info li {
  margin-bottom: 0.75rem;
}
#bottom .contact .p3-contact-info li a.button {
  background: #3bafda;
  border-color: #3bafda;
  color: #fff;
}
#bottom .contact .social-icons ul li {
  margin-right: 2rem;
}
#bottom .contact .social-icons ul li a .fa {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  #bottom {
    padding: 57.6px 0;
  }
  #bottom .menu {
    padding-left: 60px;
  }
}
@media screen and (max-width: 639px) {
  #bottom {
    padding: 10px 0;
  }
  #bottom .block-grid {
    margin-bottom: 0;
  }
  #bottom .block-grid li {
    margin: 0;
    line-height: 28.8px;
  }
  #bottom .contact {
    margin-bottom: 0;
  }
  #bottom .contact .p3-contact-info li {
    margin-bottom: 1.5rem;
  }
}
/***** FORMS *****/
body.is-form #content .column-2 {
  padding: 10px 20px;
  background-color: #6bc5e1;
}
body.is-form #content .column-2 h2 {
  color: #fff !important;
}
@media screen and (max-width: 639px) {
  body.is-form #content .intro,
  body.is-form #content .column-1,
  body.is-form #content .column-2 {
    padding: 10px;
  }
}
body.contribution-form fieldset.cc-info {
  padding-bottom: 60px;
  background: url(/images/godaddy_seal.png) bottom left no-repeat;
}
/***** ANIMATIONS *****/
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
/***** STRIPED SECTIONS *****/
.striped-section {
  padding: 20px 0 40px;
  font-size: 18px;
  color: #fff;
}
.striped-section:after {
  content: "";
  display: table;
  clear: both;
}
.striped-section h2 {
  color: #fff;
  font-size: 2.5rem;
}
.striped-section h3 {
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
}
.striped-section:nth-child(3n) {
  background-color: #b78cd1;
}
.striped-section:nth-child(3n-1) {
  background-color: #8496a4;
}
.striped-section:nth-child(3n-2) {
  background-color: #3bafda;
}
/***** TECH SECTIONS *****/
.tech-section {
  padding: 30px 0;
}
.tech-section .txt {
  padding-top: 30px;
  color: #fff;
  font-size: 18px;
}
.tech-section .txt h2 {
  color: #fff;
  font-size: 24px;
}
.tech-section.bg-white .txt {
  color: #333;
}
.tech-section.bg-white .txt h2 {
  color: #000;
}
.tech-section.demo {
  text-align: center;
}
/***** SLIDESHOWS *****/
.feature-slideshow {
  border-top: 2px solid #bce4f2;
  border-bottom: 2px solid #bce4f2;
}
.feature-slideshow .listed-item {
  display: block;
}
.feature-slideshow .listed-item .txt {
  width: 100%;
}
.feature-slideshow .listed-item .img {
  max-width: 100%;
  margin: 0;
}
.feature-slideshow .listed-item .img img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .feature-slideshow .listed-item {
    margin: 0;
    height: 60vh;
    background-size: cover;
    background-position: center;
  }
  .feature-slideshow .listed-item .txt {
    padding-top: 25vh;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }
  .feature-slideshow .listed-item .txt h3.title {
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 28.8px;
    color: #fff;
  }
  .feature-slideshow .listed-item .txt h3.title a {
    color: #fff;
    text-decoration: none;
  }
  .feature-slideshow .listed-item .txt .teaser {
    font-size: 18px;
    color: #fff;
    margin-bottom: 28.8px;
  }
  .feature-slideshow .owl-item.active h3.title {
    opacity: 0;
    -webkit-animation: fade 0.65s ease forwards;
    -moz-animation: fade 0.65s ease forwards;
    animation: fade 0.65s ease forwards;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .feature-slideshow .owl-item.active .teaser {
    opacity: 0;
    -webkit-animation: fade 0.65s ease forwards;
    -moz-animation: fade 0.65s ease forwards;
    animation: fade 0.65s ease forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .feature-slideshow .owl-item.active .readmore {
    opacity: 0;
    -webkit-animation: fade 0.65s ease forwards;
    -moz-animation: fade 0.65s ease forwards;
    animation: fade 0.65s ease forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  .feature-slideshow .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  .feature-slideshow .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
    background: rgba(255, 255, 255, 0.7);
  }
  .feature-slideshow .owl-dots .owl-dot.active span {
    background: #fff;
  }
  .feature-slideshow .owl-nav {
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
    margin: 0;
  }
  .feature-slideshow .owl-nav .owl-next {
    position: absolute;
    right: -10000px;
    font-size: 3rem;
    padding: 0 10px;
  }
  .feature-slideshow .owl-nav .owl-next:hover {
    background: #81ad29;
  }
  .feature-slideshow .owl-nav .owl-prev {
    position: absolute;
    left: -10000px;
    font-size: 3rem;
    padding: 0 10px;
  }
  .feature-slideshow .owl-nav .owl-prev:hover {
    background: #81ad29;
  }
  .feature-slideshow:hover .owl-nav .owl-next {
    right: 50px;
  }
  .feature-slideshow:hover .owl-nav .owl-prev {
    left: 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .feature-slideshow .listed-item {
    margin: 0;
    padding: 10px;
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
  .feature-slideshow .listed-item .txt {
    padding-top: 10vh;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }
  .feature-slideshow .listed-item .txt h3.title {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-bottom: 14.4px;
  }
  .feature-slideshow .listed-item .txt h3.title a {
    color: #fff;
    text-decoration: none;
  }
  .feature-slideshow .listed-item .txt .teaser {
    font-size: 14px;
    color: #fff;
    margin-bottom: 28.8px;
  }
  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav {
    display: none;
  }
}
/***** HOMEPAGE *****/
body.is-home #middle {
  padding: 0;
}
body.is-home #middle > .sizer {
  width: 100%;
  margin: 0;
}
body.is-home #middle #content {
  float: none;
  width: 100%;
  margin: 0;
}
body.is-home .responsive {
  background: #f5f5f5;
  padding: 80px 0;
}
body.is-home .responsive .listed-item .img {
  width: 45%;
  margin: 0 5% 0 0;
}
body.is-home .responsive .listed-item .img img {
  float: right;
}
body.is-home .responsive .listed-item .txt {
  width: 50%;
  float: left;
  margin: 0;
}
body.is-home .responsive .listed-item .txt h3.title {
  color: #000;
  margin: 57.6px 0 28.8px;
  font-size: 36px;
}
body.is-home .responsive .listed-item .txt h3.title a {
  text-decoration: none;
}
body.is-home .responsive .listed-item .txt .teaser {
  color: #000;
  font-size: 18px;
}
body.is-home .design {
  background: #3bafda;
  padding: 30px 0;
}
body.is-home .design .block-grid {
  margin-bottom: 30px;
}
body.is-home .design .listed-item {
  text-align: center;
}
body.is-home .design .listed-item h3.title {
  font-size: 36px;
  margin-bottom: 28.8px;
}
body.is-home .design .listed-item h3.title a {
  color: #fff;
  text-decoration: none;
}
body.is-home .design .listed-item .teaser {
  color: #000;
  font-size: 18px;
}
body.is-home .tools {
  padding: 30px 0;
}
body.is-home .tools .listed-item.primary .img {
  width: 45%;
  margin: 0 5% 0 0;
  float: none;
}
body.is-home .tools .listed-item.primary .img img {
  margin: 0 auto;
}
body.is-home .tools .listed-item.primary .txt {
  width: 50%;
}
body.is-home .tools .listed-item.primary .txt h3.title {
  font-size: 36px;
  margin: 0 0 28.8px;
  text-align: center;
}
body.is-home .tools .listed-item.primary .txt h3.title a {
  color: #aaa;
  text-decoration: none;
}
body.is-home .tools .listed-item.primary .txt .teaser {
  color: #000;
  font-size: 18px;
}
body.is-home .tools .block-grid .listed-item {
  background: #dff3fc;
  padding: 20px 10px;
}
body.is-home .tools .block-grid .listed-item h3.title {
  color: #3c7894;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 14.4px;
}
body.is-home .tools .btn {
  text-align: center;
}
body.is-home .quotes {
  background: #3bafda;
  padding: 30px 0;
}
body.is-home .quotes .section-title {
  text-align: center;
}
body.is-home .quotes .section-title h2 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
body.is-home .quotes .quote p {
  font-size: 22px;
  color: #fff;
  font-style: italic;
}
body.is-home .quotes .quote p:last-child {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
body.is-home .quotes .flex-control-nav {
  position: static;
  left: 0;
  bottom: 0;
  text-align: center;
}
body.is-home .quotes .flex-control-nav a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
body.is-home .quotes .flex-control-nav a.flex-active {
  background: #fff;
}
body.is-home .demo-old {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 2;
}
body.is-home .demo-old p {
  margin: 0;
}
body.is-home .demo-old a.button {
  font-size: 1rem;
  height: auto;
  margin-left: 1em;
}
@media screen and (max-width: 639px) {
  body.is-home .responsive,
  body.is-home .tools,
  body.is-home .demo {
    padding: 10px;
  }
  body.is-home .responsive .listed-item,
  body.is-home .tools .listed-item,
  body.is-home .demo .listed-item {
    padding: 0;
    flex-direction: column;
  }
  body.is-home .responsive .listed-item .img,
  body.is-home .tools .listed-item .img,
  body.is-home .demo .listed-item .img {
    width: 100%;
    float: none;
    margin: 0 0 28.8px;
  }
  body.is-home .responsive .listed-item .img img,
  body.is-home .tools .listed-item .img img,
  body.is-home .demo .listed-item .img img {
    float: none;
  }
  body.is-home .responsive .listed-item .txt,
  body.is-home .tools .listed-item .txt,
  body.is-home .demo .listed-item .txt {
    width: 100%;
  }
  body.is-home .responsive .listed-item .txt h3.title,
  body.is-home .tools .listed-item .txt h3.title,
  body.is-home .demo .listed-item .txt h3.title {
    margin-top: 0;
  }
  body.is-home .design .thumbs img {
    width: 100%;
  }
}
/***** DESIGN *****/
#story-507 .client-gallery {
  padding-top: 30px;
}
#story-507 .client-gallery h2 {
  font-size: 36px;
  text-align: center;
}
#story-507 .client-gallery .listed-item {
  position: relative;
}
#story-507 .client-gallery .listed-item .img {
  margin: 0;
  float: none;
}
#story-507 .client-gallery .listed-item .img img {
  border-radius: 15px;
  background-clip: padding-box;
}
@media screen and (min-width: 640px) {
  #story-507 .client-gallery .listed-item .txt {
    padding: 30px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(79, 193, 233, 0.9);
    border-radius: 15px;
    background-clip: padding-box;
    cursor: pointer;
  }
  #story-507 .client-gallery .listed-item .txt h3.title {
    color: #fff;
  }
  #story-507 .client-gallery .listed-item .txt h3.title a {
    text-decoration: none;
  }
  #story-507 .client-gallery .listed-item .txt .teaser {
    color: #fff;
  }
  #story-507 .client-gallery .listed-item:hover .txt {
    z-index: 100;
    transition: all 500ms ease-in-out;
  }
}
@media screen and (max-width: 639px) {
  #story-507 .client-gallery .listed-item .img {
    margin: 0 0 28.8px;
  }
}
/***** CLIENTS *****/
#story-646 .logos .img {
  padding: 10px;
  border: 1px solid #808080;
  text-align: center;
}
#story-646 .logos .img img {
  margin: 0 auto;
}
/***** PRINT CLIENTS *****/
#story-716 .client-gallery {
  padding-top: 30px;
}
#story-716 .client-gallery h2 {
  font-size: 36px;
  text-align: center;
}
/***** TEAM PAGES *****/
@media screen and (max-width: 639px) {
  .team-member .story-content .img.align-left {
    float: none;
    width: auto;
    max-width: none;
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .team-cover .story-content .listed-item .img {
    max-width: 20%;
  }
  .team-member .story-content .img.align-left {
    max-width: 33%;
  }
}
/***** PRICING *****/
body.pricing-landing .plans {
  padding: 60px 0 30px;
  background: url(/images/bg_pricing.jpg) top center no-repeat;
  background-size: 100% 250px;
}
body.pricing-landing .plans h1 {
  font-size: 48px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
}
body.pricing-landing .plans .sizer {
  display: flex;
}
body.pricing-landing .plans .sizer > div {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 10px 10px;
  margin-right: 3%;
  box-shadow: 0 0 10px #888888;
  background: #fff;
  text-align: center;
}
body.pricing-landing .plans .sizer > div:last-child {
  margin-right: 0;
}
body.pricing-landing .plans .sizer > div h2 {
  color: #fff;
  background: #81ad29;
  text-align: center;
  padding: 10px;
  margin: 0 -10px 28.8px;
}
body.pricing-landing .plans .sizer > div h3 {
  color: #81ad29;
}
body.pricing-landing .plans .sizer > div .amt {
  font-size: 200%;
}
body.pricing-landing .plans .sizer > div .contacts {
  font-size: 120%;
}
body.pricing-landing .summary .sizer {
  font-size: 125%;
}
body.pricing-landing .bullets {
  margin: 20px 0;
  background: #3bafda;
  padding: 20px 0;
  text-align: center;
  font-size: 150%;
}
body.pricing-landing .bullets p {
  margin: 0;
  color: #fff;
  font-style: italic;
}
body.pricing-landing .logos {
  margin: 20px 0;
}
body.pricing-landing .logos .sizer {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.pricing-landing .logos .sizer .img {
  margin: 0 1rem;
}
body.pricing-landing .included {
  margin-top: 20px;
  padding: 20px 0;
  background: #81ad29;
  color: #fff;
}
body.pricing-landing .included .sizer {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 125%;
}
body.pricing-landing .included h2 {
  text-align: center;
  font-size: 150%;
  color: #fff;
}
body.pricing-landing .included li {
  margin-bottom: 0.75rem;
}
body.pricing-landing .faqs {
  padding: 20px 0;
  background: #3bafda;
  color: #fff;
}
body.pricing-landing .faqs .sizer {
  font-size: 125%;
}
body.pricing-landing .faqs h2 {
  text-align: center;
  font-size: 150%;
  color: #fff;
}
@media screen and (max-width: 639px) {
  body.pricing-landing .plans .sizer {
    flex-direction: column;
  }
  body.pricing-landing .plans .sizer > div {
    margin: 0 0 1.5rem;
  }
  body.pricing-landing .included .sizer {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.pricing-landing .included .sizer h2 {
    text-align: left;
  }
  body.pricing-landing .faqs .sizer h2 {
    text-align: left;
  }
}
body.packages-landing .intro {
  font-size: 125%;
  padding: 60px 0 30px;
  background: url(/images/bg_pricing.jpg) top center no-repeat;
  background-size: 100% 250px;
}
body.packages-landing .intro h1 {
  font-size: 48px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
}
body.packages-landing .intro li {
  margin-bottom: 0.75rem;
}
body.packages-landing .intro .bg-wrapper {
  background: #fff;
}
body.packages-landing .intro .sizer {
  padding-top: 1.5rem;
}
body.packages-landing .arcos-features .feature {
  margin-bottom: 1.5rem;
}
body.packages-landing .arcos-features .feature .feature-list {
  display: flex;
  flex-wrap: wrap;
}
body.packages-landing .arcos-features .feature .feature-list > div {
  width: 33.3%;
  padding-right: 20px;
}
body.packages-landing .arcos-features .feature .feature-list > div i {
  color: #81ad29;
}
@media screen and (max-width: 639px) {
  body.packages-landing .arcos-features .feature .feature-list > div {
    width: 100%;
    padding-right: 0;
  }
}
body.pricing-landing .best-option,
body.packages-landing .best-option {
  padding: 30px 0;
  background: #81ad29;
  color: #fff;
}
body.pricing-landing .best-option .sizer,
body.packages-landing .best-option .sizer {
  display: flex;
  align-items: center;
}
body.pricing-landing .best-option .sizer > .logo,
body.packages-landing .best-option .sizer > .logo {
  width: 45%;
  margin-right: 5%;
}
body.pricing-landing .best-option .sizer > .logo .img,
body.packages-landing .best-option .sizer > .logo .img {
  margin: 0;
}
body.pricing-landing .best-option .sizer > .content-box h2,
body.packages-landing .best-option .sizer > .content-box h2 {
  color: #fff;
  font-size: 30px;
}
body.pricing-landing .best-option .sizer > .content-box h2 span,
body.packages-landing .best-option .sizer > .content-box h2 span {
  font-size: 125%;
}
body.pricing-landing .best-option .sizer > .content-box ul li,
body.packages-landing .best-option .sizer > .content-box ul li {
  margin-bottom: 14.4px;
}
body.pricing-landing .best-option .sizer > .content-box a.button,
body.packages-landing .best-option .sizer > .content-box a.button {
  background-color: #3bafda;
}
@media screen and (max-width: 639px) {
  body.pricing-landing .best-option .sizer,
  body.packages-landing .best-option .sizer {
    flex-direction: column;
  }
  body.pricing-landing .best-option .sizer .logo,
  body.packages-landing .best-option .sizer .logo {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
  }
  body.pricing-landing .best-option .sizer .content-box,
  body.packages-landing .best-option .sizer .content-box {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
/* ===============================================
   MOBILE ONLY
   =============================================== */
@media screen and (max-width: 639px) {
  #topnav > .sizer,
  body.full-width-content #middle > .sizer {
    padding: 0;
  }
  .bc-wrapper,
  .pt-wrapper .email,
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone,
  #sidebar {
    display: none;
  }
  /***** TECHNOLOGY *****/
  .tech-section .media {
    display: none;
  }
  .tech-section .txt {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
/***** FEATURES (homepage etc.) *****/
.features {
  padding: 30px 0;
  background: #3bafda;
  text-align: center;
}
.features .block-grid {
  margin-bottom: 28.8px;
}
.features .feature h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.features .feature h2 a {
  color: #fff;
  text-decoration: none;
}
.features .feature .icn {
  display: inline-block;
  margin-bottom: 28.8px;
  height: 1.8em;
  width: 1.8em;
  color: #fff;
  font-size: 60px;
  background: #bce4f2;
  border-radius: 50%;
  background-clip: padding-box;
}
/***** HOMEPAGE V2 *****/
.big-blue {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #1c5882;
}
.med-blue {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #1c5882;
}
.big-white {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #fff;
}
.med-white {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #fff;
}
.blue-button {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.white-button {
  background: #fff;
  border: 2px solid #fff;
  color: #1c5882;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.blue-button-inverse {
  background: #fff;
  border: 2px solid #1c5882;
  color: #1c5882;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.white-button-inverse {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.hp-lead .img {
  flex: 0 0 45%;
  margin: 0;
}
.hp-lead .txt {
  flex: 0 0 55%;
}
.hp-lead .txt {
  padding: 0 0 0 10%;
}
.hp-lead .txt h3.title {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
}
.hp-lead .txt .teaser {
  margin-bottom: 1.5rem;
}
.hp-lead .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.hp-lead-reverse .img {
  flex: 0 0 45%;
  margin: 0;
}
.hp-lead-reverse .txt {
  flex: 0 0 55%;
}
.hp-lead-reverse .txt {
  padding: 0 0 0 10%;
}
.hp-lead-reverse .txt h3.title {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
}
.hp-lead-reverse .txt .teaser {
  margin-bottom: 1.5rem;
}
.hp-lead-reverse .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.hp-lead-reverse .txt {
  padding: 0 10% 0 0;
}
.hp-lead-reverse .img {
  order: 2;
}
body.home-v2 {
  background: #808080;
}
body.home-v2 .page-container {
  max-width: 1780px;
  margin: 0 auto;
}
body.home-v2 #content {
  font-size: 18px;
}
body.home-v2 .listed-item {
  color: #1c5882;
}
body.home-v2 .listed-item h3.title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #1c5882;
}
body.home-v2 .btns {
  text-align: center;
}
body.home-v2 .feature-slideshow-v2 {
  padding: 20px 0;
  background: #3bafda url(/images/home_feature_circle.png) top right no-repeat;
}
body.home-v2 .feature-slideshow-v2 .listed-item .img {
  flex: 0 0 50%;
  margin: 0;
  max-width: none;
}
body.home-v2 .feature-slideshow-v2 .listed-item .txt {
  flex: 0 0 50%;
  order: -1;
  color: #fff;
}
body.home-v2 .feature-slideshow-v2 .listed-item .txt .inner {
  max-width: 570px;
  padding-left: 10px;
  float: right;
}
body.home-v2 .feature-slideshow-v2 .listed-item .txt h3.title {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
}
body.home-v2 .feature-slideshow-v2 .listed-item .txt .teaser {
  margin-bottom: 1.5rem;
}
body.home-v2 .feature-slideshow-v2 .listed-item .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
body.home-v2 .feature-slideshow-v2 .owl-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
body.home-v2 .feature-slideshow-v2 .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
  background: rgba(255, 255, 255, 0.7);
}
body.home-v2 .feature-slideshow-v2 .owl-dots .owl-dot.active span {
  background: #fff;
}
body.home-v2 .feature-slideshow-v2 .owl-nav {
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
  margin: 0;
}
body.home-v2 .feature-slideshow-v2 .owl-nav .owl-next {
  position: absolute;
  right: -10000px;
  font-size: 3rem;
  padding: 20px 10px;
  background: transparent;
  border-radius: 0;
}
body.home-v2 .feature-slideshow-v2 .owl-nav .owl-next:hover {
  background: #81ad29;
}
body.home-v2 .feature-slideshow-v2 .owl-nav .owl-prev {
  position: absolute;
  left: -10000px;
  font-size: 3rem;
  padding: 20px 10px;
  background: transparent;
  border-radius: 0;
}
body.home-v2 .feature-slideshow-v2 .owl-nav .owl-prev:hover {
  background: #81ad29;
}
body.home-v2 .feature-slideshow-v2:hover .owl-nav .owl-next {
  right: 0;
}
body.home-v2 .feature-slideshow-v2:hover .owl-nav .owl-prev {
  left: 0;
}
body.home-v2 .feature-slideshow-v3 {
  padding: 0;
  background: #3bafda url(/images/home_feature_circle.png) top right no-repeat;
}
body.home-v2 .feature-slideshow-v3 .listed-item {
  margin: 0;
}
body.home-v2 .feature-slideshow-v3 .listed-item .img {
  width: 50%;
  margin: 0;
  max-width: none;
  background-position: top left;
  background-repeat: no-repeat;
}
body.home-v2 .feature-slideshow-v3 .listed-item .txt {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  order: -1;
  color: #fff;
}
body.home-v2 .feature-slideshow-v3 .listed-item .txt .inner {
  max-width: 570px;
  padding-left: 10px;
  float: right;
}
body.home-v2 .feature-slideshow-v3 .listed-item .txt h3.title {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
}
body.home-v2 .feature-slideshow-v3 .listed-item .txt .teaser {
  margin-bottom: 1.5rem;
}
body.home-v2 .feature-slideshow-v3 .listed-item .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
body.home-v2 .feature-slideshow-v3 .owl-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
body.home-v2 .feature-slideshow-v3 .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
  background: rgba(255, 255, 255, 0.7);
}
body.home-v2 .feature-slideshow-v3 .owl-dots .owl-dot.active span {
  background: #fff;
}
body.home-v2 .feature-slideshow-v3 .owl-nav {
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
  margin: 0;
}
body.home-v2 .feature-slideshow-v3 .owl-nav .owl-next {
  position: absolute;
  right: -10000px;
  font-size: 3rem;
  padding: 20px 10px;
  background: #3bafda;
  border-radius: 0;
}
body.home-v2 .feature-slideshow-v3 .owl-nav .owl-next:hover {
  background: #a0a0a0;
}
body.home-v2 .feature-slideshow-v3 .owl-nav .owl-prev {
  position: absolute;
  left: -10000px;
  font-size: 3rem;
  padding: 20px 10px;
  background: #3bafda;
  border-radius: 0;
}
body.home-v2 .feature-slideshow-v3 .owl-nav .owl-prev:hover {
  background: #a0a0a0;
}
body.home-v2 .feature-slideshow-v3:hover .owl-nav .owl-next {
  right: 0;
}
body.home-v2 .feature-slideshow-v3:hover .owl-nav .owl-prev {
  left: 0;
}
body.home-v2 .numbers-v2 {
  padding: 40px 0;
  background: #f2f2f2;
}
body.home-v2 .numbers-v2 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #1c5882;
  text-align: center;
}
body.home-v2 .numbers-v2 .block-grid {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #1c5882;
}
body.home-v2 .numbers-v2 .block-grid .num {
  font-size: 40px;
  color: #81ad29;
  line-height: 1;
}
body.home-v2 .numbers-v2 .block-grid .blurb {
  font-weight: normal;
  font-size: 18px;
}
body.home-v2 .clients-v2 {
  padding: 40px 0;
  background: #1c5882;
  color: #fff;
}
body.home-v2 .clients-v2 .flex-block-grid {
  justify-content: center;
}
body.home-v2 .clients-v2 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
body.home-v2 .clients-v2 h2 span {
  color: #81ad29;
}
body.home-v2 .clients-v2 p {
  padding: 0 20%;
  text-align: center;
  margin-bottom: 3rem;
}
body.home-v2 .clients-v2 .img {
  padding: 0 50px;
}
body.home-v2 .responsive-v2 {
  padding: 40px 0;
  background: #f2f2f2;
}
body.home-v2 .responsive-v2 .img {
  flex: 0 0 45%;
  margin: 0;
}
body.home-v2 .responsive-v2 .txt {
  flex: 0 0 55%;
}
body.home-v2 .responsive-v2 .txt {
  padding: 0 0 0 10%;
}
body.home-v2 .responsive-v2 .txt h3.title {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
}
body.home-v2 .responsive-v2 .txt .teaser {
  margin-bottom: 1.5rem;
}
body.home-v2 .responsive-v2 .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
body.home-v2 .member-mgmt-v2 {
  padding: 40px 0;
  background: #81ad29;
}
body.home-v2 .member-mgmt-v2 .img {
  flex: 0 0 45%;
  margin: 0;
}
body.home-v2 .member-mgmt-v2 .txt {
  flex: 0 0 55%;
}
body.home-v2 .member-mgmt-v2 .txt {
  padding: 0 0 0 10%;
}
body.home-v2 .member-mgmt-v2 .txt h3.title {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
}
body.home-v2 .member-mgmt-v2 .txt .teaser {
  margin-bottom: 1.5rem;
}
body.home-v2 .member-mgmt-v2 .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
body.home-v2 .member-mgmt-v2 .txt {
  padding: 0 10% 0 0;
}
body.home-v2 .member-mgmt-v2 .img {
  order: 2;
}
body.home-v2 .member-mgmt-v2 .txt {
  color: #fff;
}
body.home-v2 .member-mgmt-v2 .txt h3.title {
  color: #fff;
}
body.home-v2 .content-mgmt-v2 {
  padding: 40px 0;
  background: #f2f2f2;
}
body.home-v2 .content-mgmt-v2 .img {
  flex: 0 0 45%;
  margin: 0;
}
body.home-v2 .content-mgmt-v2 .txt {
  flex: 0 0 55%;
}
body.home-v2 .content-mgmt-v2 .txt {
  padding: 0 0 0 10%;
}
body.home-v2 .content-mgmt-v2 .txt h3.title {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
}
body.home-v2 .content-mgmt-v2 .txt .teaser {
  margin-bottom: 1.5rem;
}
body.home-v2 .content-mgmt-v2 .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
body.home-v2 .event-mgmt-v2 {
  padding: 40px 0;
  background: #81ad29;
}
body.home-v2 .event-mgmt-v2 .img {
  flex: 0 0 45%;
  margin: 0;
}
body.home-v2 .event-mgmt-v2 .txt {
  flex: 0 0 55%;
}
body.home-v2 .event-mgmt-v2 .txt {
  padding: 0 0 0 10%;
}
body.home-v2 .event-mgmt-v2 .txt h3.title {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
}
body.home-v2 .event-mgmt-v2 .txt .teaser {
  margin-bottom: 1.5rem;
}
body.home-v2 .event-mgmt-v2 .txt .readmore a {
  background: #1c5882;
  border: 2px solid #1c5882;
  color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 5px 20px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
body.home-v2 .event-mgmt-v2 .txt {
  padding: 0 10% 0 0;
}
body.home-v2 .event-mgmt-v2 .img {
  order: 2;
}
body.home-v2 .event-mgmt-v2 .txt {
  color: #fff;
}
body.home-v2 .event-mgmt-v2 .txt h3.title {
  color: #fff;
}
body.home-v2 .news-v2 {
  padding: 40px 0;
  background: #f2f2f2;
}
body.home-v2 .news-v2 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #1c5882;
  text-align: center;
}
body.home-v2 .news-v2 .listed-item {
  flex-direction: column;
}
body.home-v2 .news-v2 .listed-item .img {
  float: none;
  margin: 0 0 0.75rem;
}
body.home-v2 .news-v2 .listed-item .txt {
  float: none;
  margin: 0;
}
body.home-v2 .news-v2 .listed-item .source {
  font-style: italic;
}
body.home-v2 .tools-v2 {
  padding: 40px 0;
  background: #3bafda url(/images/bg_blue_circle.png) no-repeat center 50px;
  color: #fff;
  text-align: center;
}
body.home-v2 .tools-v2 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
body.home-v2 .tools-v2 .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.home-v2 .tools-v2 .btns > a {
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
body.home-v2 .tools-v2 .btns .white-button {
  margin-right: 10px;
}
@media only screen and (min-width: 641px) {
  body.home-v2 .sizer {
    max-width: 1140px;
    padding: 0 15px;
  }
  body.home-v2 #topnav > .sizer {
    padding: 0;
  }
  body.home-v2 #middle > .sizer {
    max-width: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  body.home-v2 .feature-slideshow-v2 .listed-item .display-wrapper {
    flex-direction: column;
    padding: 10px;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .display-wrapper > div {
    flex: 0 0 auto;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .display-wrapper .img {
    margin: 0 0 0.75rem;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .display-wrapper .txt {
    order: 0;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .display-wrapper .txt .inner {
    max-width: none;
    padding: 0;
    float: none;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .display-wrapper .txt h3.title {
    font-size: 36px;
  }
  body.home-v2 .feature-slideshow-v3 .listed-item .txt h3.title {
    font-size: 30px;
  }
  body.home-v2 .news-v2 .listed-item {
    font-size: 16px;
  }
  body.home-v2 .news-v2 .listed-item h3.title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  body.home-v2 #content {
    font-size: 14px;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item {
    flex-direction: column;
    padding: 10px;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item > div {
    flex: 0 0 auto;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .img {
    margin: 0 0 0.75rem;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .txt {
    order: 0;
  }
  body.home-v2 .feature-slideshow-v2 .listed-item .txt h3.title {
    font-size: 36px;
  }
  body.home-v2 .feature-slideshow-v3 .listed-item {
    flex-direction: column;
    padding: 10px;
  }
  body.home-v2 .feature-slideshow-v3 .listed-item > div {
    flex: 0 0 auto;
  }
  body.home-v2 .feature-slideshow-v3 .listed-item .img {
    margin: 0 0 0.75rem;
    width: 100%;
  }
  body.home-v2 .feature-slideshow-v3 .listed-item .txt {
    order: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.home-v2 .feature-slideshow-v3 .listed-item .txt h3.title {
    font-size: 24px;
  }
  body.home-v2 .clients-v2 .flex-block-grid {
    display: flex;
    justify-content: center;
  }
  body.home-v2 .clients-v2 .flex-block-grid > div {
    flex: 0 0 50%;
    text-align: center;
  }
  body.home-v2 .clients-v2 p {
    padding: 0;
  }
  body.home-v2 .clients-v2 .btns a {
    display: inline-block;
    clear: both;
    margin-bottom: 0.75rem;
  }
  body.home-v2 .responsive-v2 {
    padding: 15px 0;
  }
  body.home-v2 .responsive-v2 .listed-item .img {
    order: -1;
    margin-bottom: 0.75rem;
  }
  body.home-v2 .responsive-v2 .listed-item .txt {
    padding: 0;
  }
  body.home-v2 .responsive-v2 .listed-item .txt h3.title {
    font-size: 30px;
  }
  body.home-v2 .member-mgmt-v2 {
    padding: 15px 0;
  }
  body.home-v2 .member-mgmt-v2 .listed-item .img {
    order: -1;
    margin-bottom: 0.75rem;
  }
  body.home-v2 .member-mgmt-v2 .listed-item .txt {
    padding: 0;
  }
  body.home-v2 .member-mgmt-v2 .listed-item .txt h3.title {
    font-size: 30px;
  }
  body.home-v2 .content-mgmt-v2 {
    padding: 15px 0;
  }
  body.home-v2 .content-mgmt-v2 .listed-item .img {
    order: -1;
    margin-bottom: 0.75rem;
  }
  body.home-v2 .content-mgmt-v2 .listed-item .txt {
    padding: 0;
  }
  body.home-v2 .content-mgmt-v2 .listed-item .txt h3.title {
    font-size: 30px;
  }
  body.home-v2 .event-mgmt-v2 {
    padding: 15px 0;
  }
  body.home-v2 .event-mgmt-v2 .listed-item .img {
    order: -1;
    margin-bottom: 0.75rem;
  }
  body.home-v2 .event-mgmt-v2 .listed-item .txt {
    padding: 0;
  }
  body.home-v2 .event-mgmt-v2 .listed-item .txt h3.title {
    font-size: 30px;
  }
  body.home-v2 .news-v2 {
    padding: 15px 0;
  }
  body.home-v2 .news-v2 h2 {
    font-size: 30px;
    text-align: left;
  }
  body.home-v2 .news-v2 .listed-item .txt h3.title {
    font-size: 24px;
  }
}
/***** GIVE MIAMI SEMINAR REGISTRATION *****/
body#story-717 #content .intro {
  width: 56%;
  margin-right: 4%;
}
body#story-717 #content form {
  width: 40%;
}
body#story-717 #content .column-1 {
  margin-right: 0;
  padding: 10px 20px;
  background-color: #6bc5e1;
}
body#story-717 #content .column-1 h2,
body#story-717 #content .column-1 label,
body#story-717 #content .column-1 .submit p,
body#story-717 #content .column-1 .submit button {
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  body#story-717 #content .intro,
  body#story-717 #content form {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }
}
/* ===============================================
   REVAMPED NEWS SECTION FEB 2020
   =============================================== */
body.news .archive-list .listed-item .source {
  font-style: italic;
}
body.blog.category-archive .blog-item .blog-post-wrapper h1.page-title {
  font-size: 3rem;
  margin-bottom: 0;
}
body.blog.category-archive .blog-item .footer .pt-wrapper ul.pt-list li.comments,
body.blog.category-archive .blog-item .footer .pt-wrapper ul.pt-list li.permalink {
  background: #dc2f2f;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 0.5rem;
}
/* ===============================================
   OVERVIEW 6/2020
   =============================================== */
/***** WRAPPER *****/
body.overview {
  font-family: 'Martel', serif;
}
body.overview button,
body.overview input,
body.overview select,
body.overview textarea {
  font-family: 'Martel', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
body.overview h1,
body.overview h2,
body.overview h3 {
  font-family: 'Raleway', sans-serif;
  color: #034a6c;
}
body.overview h4,
body.overview h5,
body.overview h6 {
  font-family: 'Raleway', sans-serif;
  color: #034a6c;
}
body.overview .sizer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
body.overview #top {
  background-color: #034a6c;
  padding: 10px 0;
}
body.overview #topnav {
  font-family: 'Montserrat', sans-serif;
}
body.overview #middle > .sizer {
  padding: 0;
}
body.overview #bottom {
  background-color: #034a6c;
}
body.overview #bottom .container .copyright p {
  margin-bottom: 0.25rem;
}
body.overview #bottom .container .contact h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  color: #fff;
}
body.overview #bottom .container .contact .buttons .phone {
  display: inline-block;
  color: #a7dd5a;
  font-family: 'Montserrat', sans-serif;
}
body.overview #bottom .container .contact .buttons .get-started {
  margin-left: 30px;
  border: 2px solid #7ec7e3;
  background-color: transparent;
  color: #7ec7e3;
}
@media screen and (min-width: 640px) {
  body.overview #bottom {
    background-image: url(/images/overview/bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  body.overview #bottom .container {
    display: flex;
  }
  body.overview #bottom .container .copyright {
    padding-right: 50px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.overview #top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body.overview #top .container .logo {
    width: 240px;
  }
  body.overview #top .container .logo img {
    display: block;
  }
  body.overview #top .container #menu-toggle {
    display: none;
  }
  body.overview #top .container .not-logo .buttons {
    text-align: right;
    padding-bottom: 15px;
  }
  body.overview #top .container .not-logo .buttons .phone {
    display: inline-block;
    color: #a7dd5a;
    font-family: 'Montserrat', sans-serif;
  }
  body.overview #top .container .not-logo .buttons .get-started {
    margin-left: 30px;
    border: 2px solid #7ec7e3;
    background-color: transparent;
    color: #7ec7e3;
  }
  body.overview #bottom .container .copyright,
  body.overview #bottom .container .contact {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  body.overview #top .container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
  }
  body.overview #top .container .logo {
    width: 80%;
    max-width: 400px;
  }
  body.overview #top .container #menu-toggle {
    min-width: 20%;
    flex-grow: 1;
    text-align: right;
    font-size: 24px;
  }
  body.overview #top .container #menu-toggle a {
    color: #fff;
    font-size: 3rem;
  }
  body.overview #top .container #menu-toggle span {
    display: none;
  }
  body.overview #top .container .not-logo {
    width: 100%;
  }
  body.overview #top .container .not-logo .buttons {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  body.overview {
    /*
        #top {

            .container {

                .logo {
                    width: 50%;
                }

                .buttons {
                    width: 50%;
                    padding-left: 5%;
                    font-size: 1rem;
                    text-align: right;

                    .phone {
                        margin-bottom: 1rem;
                    }
                    .get-started {
                        margin: 0;
                    }
                }
            }
        }
*/
  }
  body.overview #bottom .container {
    display: flex;
    flex-direction: column-reverse;
  }
  body.overview #bottom .container .copyright {
    padding-top: 1rem;
    border-top: 1px solid #fff;
    font-size: 0.9rem;
  }
  body.overview #bottom .container .copyright .logo {
    display: none;
  }
  body.overview #bottom .container .contact {
    margin-bottom: 1rem;
  }
  body.overview #bottom .container .contact h2 {
    font-size: 2rem;
  }
  body.overview #bottom .container .contact .buttons {
    font-size: 1rem;
  }
}
/***** SECTION COVER *****/
body.overview-landing #middle {
  padding: 0;
  background-color: #f4f4f4;
  color: #034a6c;
}
body.overview-landing #middle > .sizer {
  max-width: none;
}
body.overview-landing #middle .over-hero {
  background: #0b4f71 url(/images/overview/bg_hero_blue.jpg) repeat-x;
}
body.overview-landing #middle .over-hero .txt-block {
  color: #fff;
}
body.overview-landing #middle .over-hero .txt-block h1 {
  color: #fff;
}
body.overview-landing #middle .over-hero .img-block .img {
  margin-bottom: 0;
}
body.overview-landing #middle .over-hero .img-block .img img {
  display: block;
}
body.overview-landing #middle .over-benefits {
  background: #70943e;
  color: #fff;
}
body.overview-landing #middle .over-benefits h3 {
  font-size: 2rem;
  color: #fff;
}
body.overview-landing #middle .over-benefits .benefits {
  border-right: 2px solid #a7dd5a;
}
body.overview-landing #middle .over-benefits .benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.overview-landing #middle .over-benefits .benefits ul li {
  line-height: 1;
  padding: 0 0 0 60px;
  margin: 0 0 1rem;
  background: url(/images/overview/bullet_green.png) no-repeat;
}
body.overview-landing #middle .over-features h2 {
  font-size: 3rem;
  text-align: center;
}
body.overview-landing #middle .over-features .listed-item h3.title {
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: url(/images/overview/green_underline_140x10.png) bottom left no-repeat;
}
body.overview-landing #middle .over-case-studies h2 {
  font-size: 3rem;
  text-align: center;
}
body.overview-landing #middle .over-case-studies .listed-item {
  background: #fff;
}
body.overview-landing #middle .over-case-studies .listed-item .txt .readmore {
  margin: 1.5rem 0 0;
  text-align: right;
}
body.overview-landing #middle .over-case-studies .listed-item .txt .readmore a {
  display: inline-block;
  padding: 10px 20px;
  background: #7ec7e3;
  color: #034a6c;
  border-radius: 5px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}
body.overview-landing #middle .over-news {
  background: #e1e5e7;
}
@media screen and (min-width: 640px) {
  body.overview-landing #middle .over-hero {
    padding: 40px 0 0;
  }
  body.overview-landing #middle .over-hero h1 {
    font-size: 3rem;
  }
  body.overview-landing #middle .over-hero .flex-block-grid {
    align-items: center;
  }
  body.overview-landing #middle .over-hero .img-block img {
    margin-bottom: -8px;
  }
  body.overview-landing #middle .over-benefits {
    padding: 40px 0;
  }
  body.overview-landing #middle .over-features {
    padding: 40px 0;
  }
  body.overview-landing #middle .over-features .listed-item .display-wrapper {
    align-items: center;
  }
  body.overview-landing #middle .over-case-studies {
    padding: 40px 0;
  }
  body.overview-landing #middle .over-case-studies .wrapper {
    padding: 0 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item {
    width: 47%;
    flex-shrink: 0;
    border-radius: 10px;
    background-clip: padding-box;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item .img img {
    display: block;
    border-radius: 10px 10px 0 0;
    background-clip: padding-box;
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item .txt {
    padding: 15px 25px;
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item .txt h3.title {
    font-family: 'Martel', serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    background: url(/images/overview/green_underline_165x2.png) bottom left no-repeat;
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item.item-1 {
    width: 100%;
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item.item-1 .display-wrapper {
    align-items: center;
  }
  body.overview-landing #middle .over-case-studies .wrapper .listed-item.item-1 .img img {
    border-radius: 0 10px 10px 0;
    background-clip: padding-box;
  }
}
@media screen and (min-width: 1024px) {
  body.overview-landing #middle .over-case-studies .wrapper {
    padding: 0 100px;
  }
}
@media screen and (max-width: 639px) {
  body.overview-landing #middle > .sizer {
    padding: 0;
  }
  body.overview-landing #middle .over-hero {
    padding: 20px 0;
  }
  body.overview-landing #middle .over-hero .flex-block-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  body.overview-landing #middle .over-hero .img-block {
    margin-bottom: 1rem;
  }
  body.overview-landing #middle .over-benefits {
    padding: 20px 0;
  }
  body.overview-landing #middle .over-benefits .benefits {
    margin-bottom: 1.5rem;
    border: 0;
  }
  body.overview-landing #middle .over-features {
    padding: 20px 0;
  }
  body.overview-landing #middle .over-case-studies {
    padding: 20px 0;
  }
  body.overview-landing #middle .over-case-studies .listed-item .txt {
    padding: 10px;
  }
}
/* ===============================================
   OVERVIEW-STYLE 8/2020
   =============================================== */
body.overview-layout #middle {
  padding: 0;
  background-color: #f4f4f4;
  color: #034a6c;
}
body.overview-layout #middle > .sizer {
  max-width: none;
  margin: 0;
  padding: 0;
}
body.overview-layout #middle h1,
body.overview-layout #middle h2,
body.overview-layout #middle h3,
body.overview-layout #middle h4,
body.overview-layout #middle h5,
body.overview-layout #middle h6 {
  font-family: 'Raleway', sans-serif;
  color: #034a6c;
}
/* ===============================================
   NEW EVENTS PAGE /events/ 8/2020
   =============================================== */
body.overview-layout.events-landing #middle .hero {
  background: #0b4f71 url(/images/overview/bg_hero_blue.jpg) repeat-x;
}
body.overview-layout.events-landing #middle .hero .txt-block {
  color: #fff;
}
body.overview-layout.events-landing #middle .hero .txt-block h1,
body.overview-layout.events-landing #middle .hero .txt-block h2 {
  color: #fff;
}
body.overview-layout.events-landing #middle .hero .img-block .img {
  margin-bottom: 0;
}
body.overview-layout.events-landing #middle .hero .img-block .img img {
  display: block;
}
body.overview-layout.events-landing #middle .event-types h2 {
  font-size: 3rem;
  text-align: center;
}
body.overview-layout.events-landing #middle .event-types .listed-item li {
  margin-bottom: 0.5rem;
}
body.overview-layout.events-landing #middle .event-types .listed-item h3.title {
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: url(/images/overview/green_underline_140x10.png) bottom left no-repeat;
}
body.overview-layout.events-landing #middle .event-types .listed-item .readmore a {
  display: block;
  padding: 5px;
  border: 1px solid #1c5882;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1c5882;
  font-family: 'Raleway', sans-serif;
}
body.overview-layout.events-landing #middle .free-guide {
  background-color: #81ad29;
}
body.overview-layout.events-landing #middle .free-guide .container {
  display: flex;
}
body.overview-layout.events-landing #middle .free-guide .container .form-wrapper h2 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}
body.overview-layout.events-landing #middle .free-guide .container .form-wrapper button {
  border-color: #1c5882;
  background-color: #1c5882;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
body.overview-layout.events-landing #middle .contact-us {
  background-color: #034a6c;
}
body.overview-layout.events-landing #middle .contact-us .container .contact h2 {
  font-size: 3rem;
  color: #fff;
}
body.overview-layout.events-landing #middle .contact-us .container .contact .buttons .phone {
  display: inline-block;
  color: #a7dd5a;
}
body.overview-layout.events-landing #middle .contact-us .container .contact .buttons .get-started {
  margin-left: 30px;
  border: 2px solid #7ec7e3;
  background-color: transparent;
  color: #7ec7e3;
}
@media screen and (min-width: 640px) {
  body.overview-layout.events-landing #middle .hero {
    padding: 40px 0 0;
  }
  body.overview-layout.events-landing #middle .hero h1 {
    font-size: 3rem;
  }
  body.overview-layout.events-landing #middle .hero .flex-block-grid {
    align-items: center;
  }
  body.overview-layout.events-landing #middle .event-types {
    padding: 40px 0;
  }
  body.overview-layout.events-landing #middle .free-guide {
    padding: 40px 0;
  }
  body.overview-layout.events-landing #middle .free-guide .container .img {
    flex-shrink: 0;
    margin-right: 50px;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper form {
    width: 75%;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .f-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .f-row > div {
    width: 47%;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .f-item {
    display: flex;
    flex-direction: column;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .f-item label {
    margin-bottom: 0.25rem;
    color: #fff;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .f-item input,
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .f-item button {
    height: 50px;
  }
  body.overview-layout.events-landing #middle .free-guide .container .form-wrapper .btn-item {
    align-self: flex-end;
  }
  body.overview-layout.events-landing #middle .contact-us {
    background-image: url(/images/overview/bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 40px 0;
  }
  body.overview-layout.events-landing #middle .contact-us .contact {
    width: 67%;
  }
}
@media screen and (max-width: 639px) {
  body.overview-layout.events-landing #middle .hero {
    padding: 20px 0;
  }
  body.overview-layout.events-landing #middle .hero .flex-block-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  body.overview-layout.events-landing #middle .hero .img-block {
    margin-bottom: 1rem;
  }
  body.overview-layout.events-landing #middle .event-types {
    padding: 20px 0;
  }
  body.overview-layout.events-landing #middle .free-guide {
    padding: 20px 0;
  }
  body.overview-layout.events-landing #middle .contact-us {
    padding: 20px 0;
  }
}
