/**
 * Basic typography style for copy text
 */

 @font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body #page-container #et-boc header .et_pb_row_0_tb_header {
  padding: 10px 0px !important;
  width: 80%;
  max-width: 1380px;
}
body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_image_0_tb_header {
  max-width: 450px;
}
body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_image_0_tb_header img.wp-image-2761 {
  max-width: 300px;
  height: auto;
}
body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
  width: 60%;
  margin-right: 2%;
  z-index: 999;
}
body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
  width: 38%;
  max-width: 500px;
}
body #page-container #et-boc header .et_pb_button_module_wrapper {
  float: right;
  margin: 5px 5px !important;
}
body #page-container #et-boc header .et_pb_button_module_wrapper #btn_clientportal {
  color: #3daad5;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #eef4f3;
  border-radius: 3px;
  padding: 0.3em 1em;
}
body #page-container #et-boc header .et_pb_button_module_wrapper #btn_clientportal:hover {
  color: #FFF !important;
  background-color: #5e5e5e;
}
body #page-container #et-boc header .et_pb_button_module_wrapper #btn_newclient {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #3daad5;
  border-radius: 3px;
  padding: 0.3em 1em;
}
body #page-container #et-boc header .et_pb_button_module_wrapper #btn_newclient:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
body #page-container #et-boc header .et_pb_button_module_wrapper #btn_email, body #page-container #et-boc header .et_pb_button_module_wrapper #btn_call {
  font-size: 16px;
}
body #page-container #et-boc header .et_pb_module {
  padding: 0px !important;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item {
  margin-top: 0px;
  padding: 0px;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item a {
  padding: 10px 20px;
  line-height: 37px;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item a:hover, body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item a:active {
  color: #FFF !important;
  opacity: 1;
  background-color: #3daad5;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.current-menu-item a, body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.current-page-ancestor a {
  background-color: #3daad5;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.current-menu-item ul.sub-menu a, body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.current-page-ancestor ul.sub-menu a {
  background-color: transparent;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.menu-item-has-children > a:first-child:after {
  top: 10px;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.menu-item-has-children .sub-menu {
  margin: 0px;
  padding: 0px;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.menu-item-has-children .sub-menu li {
  width: 100%;
  background: transparent;
}
body #page-container #et-boc header .et_pb_module #menu-mainmenu li.menu-item.menu-item-has-children .sub-menu li a {
  width: 100%;
}
#responsive-menu-button, #rmp_menu_trigger-4030 {
  display: none !important;
}

@media (max-width: 1100px) {
  body #page-container #et-boc header {
    padding-top: 0px;
    position: relative;
  }
  #wpadminbar {
    position: fixed !important;
  }

  body #page-container #et-boc header .et_pb_section_0_tb_header {
    position: fixed;
    border-bottom: 1px solid #EEE;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_image_0_tb_header {
    max-width: 77%;
    padding-top: 0px;
    margin-top: 0px !important;
    position: absolute;
    top: 15px;
    left: 0px;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_image_0_tb_header img.wp-image-2761 {
    max-width: 100%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    margin-bottom: 0px;
  }
  body #page-container #et-boc header .et_pb_column_1_tb_header {
    padding-top: 60px;
  }
  body #page-container #et-boc header .et_pb_button_0_tb_header_wrapper,
body #page-container #et-boc header .et_pb_button_1_tb_header_wrapper,
body #page-container #et-boc header .et_pb_text_0_tb_header {
    display: none;
  }
  body #page-container #et-boc header .et_pb_row_1_tb_header {
    display: none;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header {
    padding: 0px 0px;
  }
  body #page-container #et-boc header .et_pb_button_module_wrapper {
    float: none;
    text-align: center !important;
    margin: 10px auto !important;
  }
  body #page-container #et-boc header .et_pb_button_module_wrapper .et_pb_button {
    min-width: 250px;
  }
  body #page-container #et-boc header #btn_email, body #page-container #et-boc header #btn_call {
    float: left;
    padding: 0px 10px;
    margin: 0px 10px;
    min-width: unset;
  }
  #responsive-menu-button, #rmp_menu_trigger-4030 {
    position: fixed;
    display: block !important;
  }

  #rmp-menu-wrap-4030 li.rmp-menu-current-item a {
    background-color: #3daad5 !important;
  }
  #rmp-menu-wrap-4030 li.rmp-menu-current-item ul.rmp-submenu a {
    background-color: #4b4b4c !important;
  }
  #rmp-menu-wrap-4030 li.rmp-menu-sub-level-item {
    border: 0px;
  }
  #rmp-menu-wrap-4030 li.rmp-menu-sub-level-item a.rmp-menu-item-link {
    border-bottom: 0px;
  }

  .logged-in #responsive-menu-button, .logged-in #rmp_menu_trigger-4030, .logged-in #responsive-menu-container {
    top: 45px;
  }
}
@media (min-width: 765px) and (max-width: 999px) {
  body #page-container #et-boc header .et_pb_row_0_tb_header {
    width: 80%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    width: 100%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    padding-top: 95px;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 764px) {
  body #page-container #et-boc header .et_pb_row_0_tb_header {
    width: 80%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    width: 100%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    padding-top: 95px;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  body #page-container #et-boc header .et_pb_row_0_tb_header {
    width: 85%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    width: 80%;
    margin-bottom: 0px;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header .et_pb_image_0_tb_header {
    width: 80%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    padding-top: 75px;
    width: 100%;
  }
}
@media (max-width: 349px) {
  body #page-container #et-boc header .et_pb_row_0_tb_header {
    width: 85%;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_0_tb_header {
    margin-bottom: 0px;
  }
  body #page-container #et-boc header .et_pb_row_0_tb_header .et_pb_column_1_tb_header {
    padding-top: 55px;
  }
}
@media (max-width: 319px) {
  body #page-container #et-boc header #btn_email, body #page-container #et-boc header #btn_call {
    font-size: 13px;
    padding: 0px 5px;
    margin: 0px 5px;
  }
  body #page-container #et-boc header .et_pb_column_1_tb_header {
    padding-top: 30px;
  }
}


body #et-boc #upperfooter {
  padding: 30px 0px 0px;
  width: 80%;
  max-width: 1350px;
}
body #et-boc #upperfooter p, body #et-boc #upperfooter #lowerfooter a span, body #et-boc #lowerfooter a #upperfooter span, body #et-boc #upperfooter a, body #et-boc #upperfooter .textwidget {
  font-weight: 300;
}
body #et-boc #upperfooter a:hover {
  color: #7ab9d7 !important;
}
body #et-boc #upperfooter .et_pb_widget_area_left {
  border: 0px;
  width: 100%;
}
body #et-boc #upperfooter .et_pb_widget {
  width: 100%;
  margin-bottom: 10px;
}
body #et-boc #upperfooter h4 {
  font-family: Lato;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
}
body #et-boc #upperfooter h4 span {
  color: #539dc2;
  font-weight: 700;
}
body #et-boc #upperfooter .pm-fat-footer-title-divider {
  width: 30px;
  height: 3px;
  background-color: #539dc2;
  margin: 0 0 20px;
  display: block;
}
body #et-boc #upperfooter #btn_schedule_appointment {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #3daad5;
  border-radius: 3px;
  font-weight: 300;
  padding: 0.3em 1em;
}
body #et-boc #upperfooter #btn_schedule_appointment:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
body #et-boc #upperfooter .et_pb_column_0_tb_footer,
body #et-boc #upperfooter .et_pb_column_1_tb_footer,
body #et-boc #upperfooter .et_pb_column_2_tb_footer {
  width: 24%;
  margin: 0px;
}
body #et-boc #upperfooter .et_pb_column_3_tb_footer {
  width: 28%;
  margin: 0px;
}
body #et-boc #lowerfooter {
  max-width: 1380px;
  width: 80%;
}
body #et-boc #lowerfooter p, body #et-boc #lowerfooter a span,
body #et-boc #lowerfooter .textwidget {
  font-family: "Open Sans";
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
}
body #et-boc #lowerfooter a span {
  color: #3daad5;
  font-size: 18px !important;
}
body #et-boc #lowerfooter .et-last-child {
  text-align: right;
}
body #et-boc #lowerfooter .et_pb_widget {
  width: 100%;
  margin: 20px 0px;
}
body #et-boc #lowerfooter .et_pb_widget_area_left {
  border: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  body #et-boc #upperfooter {
    padding: 30px 0px;
  }
  body #et-boc #lowerfooter {
    padding: 0px 30px;
    text-align: left;
  }
  body #et-boc #lowerfooter .et_pb_column_4_tb_footer {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  body #et-boc #lowerfooter .et-last-child {
    padding: 0px;
    text-align: left;
  }
}

body a.learnbtn, body a.vc_btn3 {
  padding: 15px 20px;
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #eef4f3;
  border-radius: 3px;
}
body a.learnbtn:hover, body a.vc_btn3:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
body a#bluebtn {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #3daad5;
  border-radius: 3px;
  padding: 0.3em 1em;
}
body a#bluebtn:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
body a#bluebtn::after {
  content: "";
}

body {
  /*Sidebars and footer menu nav*/
}
body nav ul.webzine-menu-style {
  padding: 10px;
}
body nav ul.webzine-menu-style a {
  border: 0px;
  box-shadow: none !important;
  background-color: transparent !important;
  margin-right: 10px;
  padding: 5px;
  color: #777;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #f8f8f8;
}
body nav ul.webzine-menu-style a:hover {
  color: #333;
}
body .webzine_topics nav {
  background: none;
}
body nav.et-menu-nav .et_pb_menu_page_id-4113,
body nav.et-menu-nav .et_pb_menu_page_id-4114 {
  display: none !important;
}
body #main-content nav.et-menu-nav ul li.menu-item {
  padding: 0px !important;
  margin: 0px;
}
body #main-content nav.et-menu-nav ul li.menu-item a {
  padding-left: 30px;
}
body #main-content nav.et-menu-nav ul li.menu-item a:hover {
  padding-left: 15px;
}
body #main-content nav.et-menu-nav ul li.menu-item.current-menu-item a {
  padding-left: 15px;
}
@media (max-width: 768px) {
  body .et_pb_menu_page_id-4113,
body .et_pb_menu_page_id-4114 {
    display: block !important;
  }
  body nav.pull-right {
    float: left !important;
  }
  body #rmp-container-4030,
body #rmp-menu-title-4030,
body #rmp-menu-wrap-4030 .rmp-menu-item-link,
body #rmp-menu-wrap-4030 .rmp-menu-subarrow,
body #rmp-search-box-4030,
body #rmp-menu-additional-content-4030,
body #rmp_menu_trigger-4030 {
    background-color: #4b4b4c !important;
  }
  body #rmp-menu-wrap-4030 .rmp-menu-subarrow,
body #rmp-menu-wrap-4030 .rmp-menu-item-link {
    font-size: 16px !important;
    border: 0px;
  }
}

body #page-container #main-content {
  width: 80%;
  max-width: 1380px;
  margin: 0px auto;
}
body #page-container #main-content .et_pb_fullwidth_post_title_0 {
  padding-top: 0px;
}
body #page-container #main-content .et_section_specialty {
  padding-top: 0px;
}
.et_pb_row {
  padding: 27px 0px;
  width: 100%;
}
body #page-container #main-content .container {
  width: 100%;
  max-width: 1380px;
  padding-top: 30px;
}
body #page-container #main-content .container:before {
  background: transparent;
}
body #page-container #main-content .et_pb_section_0 {
  padding-top: 30px;
}
body #page-container #main-content h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  color: #3daad5;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
}

 h2 {
  line-height: 28px;
  /* font-size: 24px !important; */
  font-size: 24px ;
}

body #page-container #main-content h2.introduction {
  font-family: Lato, Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 24px;
}
 h4 {
  font-weight: 600 !important;
  font-size: 19px !important;
}

 .webzineheaderdesc ul li,
 .entry-content ul li {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 19px;
  padding-bottom: 12px;
}

.webzineheaderdesc ul li,
.entry-content ul li {
  text-indent: 0px;
}
.webzineheaderdesc ul {
  display: inline-block;
}
.webzineheaderdesc ul li {
  text-indent: 0px;
  list-style-type: disc;
  margin-left: 15px;
}
@media (max-width: 1100px) {
  body #page-container #main-content {
    width: 100%;
    padding: 130px 20px 10px;
  }

  body.page-id-4476 #page-container #main-content {
    width: 100%;
    padding: 130px 0px 10px;
  }

  body #page-container #main-content .container {
    padding: 0px;
  }
  body #page-container #main-content .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  body #page-container #main-content a.learnbtn,
body #page-container #main-content a.learnmorebtn {
    display: block;
    max-width: 80%;
    margin: 0px auto;
    text-align: center;
  }
  body #page-container #main-content .et_pb_section_0 {
    padding-top: 0px;
  }
  body #page-container #main-content .et_pb_title_container,
body #page-container #main-content .entry-title,
body #page-container #main-content .main-title {
    padding: 0px;
  }
  body #page-container #main-content .entry-content {
    padding: 10px 0px;
  }
  body #page-container #main-content .entry-content .et_pb_row_inner,
body #page-container #main-content .entry-content .et_pb_row_0 {
    padding-top: 0px;
  }
}
@media (max-width: 349px) {
  body #page-container #main-content {
    padding-top: 130px;
  }
}
@media (max-width: 319px) {
  body #page-container #main-content {
    padding-top: 120px;
  }
}

body.single #main-content .container:before {
  background: transparent;
}
body.single #main-content .container .webzine_author_title a {
  font-size: 18px;
}
body.single #main-content .container p.post-meta {
  display: none;
}
body.single #main-content .container .footer_author {
  float: left;
  margin: 10px 0;
}
body.single #main-content .container .footer_author img {
  padding: 5px 10px 5px 0px;
}
body.single #main-content .container .footer_author a {
  color: #2ea3f2;
  font-size: 18px;
}
body.single #main-content .container .footer_author .author_description {
  color: #000;
  font-size: 16px;
}

body.home #page-container #main-content {
  width: 100%;
  max-width: none;
  margin: 0px auto;
}
body.home #page-container h1 {
  font-size: 22px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #FFF;
}
body.home #page-container h1 a {
  color: #3daad5;
}
body.home #page-container h1 a:hover {
  color: #539dc2;
}
body.home #page-container h2 {
  font-size: 26px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #FFF;
}
body.home #page-container h2 a {
  color: #3daad5;
}
body.home #page-container h2 a:hover {
  color: #539dc2;
}
body.home #page-container .btnblue {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #3daad5;
  border-radius: 3px;
  padding: 0.3em 1em;
}
body.home #page-container .btnblue:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
body.home #page-container #main-content .et_pb_section_0 {
  padding: 0px;
}
body.home #page-container .banddescription {
  font-size: 22px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #FFF;
}
body.home #page-container .banddescription a {
  color: #3daad5;
}
body.home #page-container .banddescription a:hover {
  color: #539dc2;
}
body.home #page-container #band00,
body.home #page-container #band01,
body.home #page-container #band02,
body.home #page-container #band03,
body.home #page-container #band04,
body.home #page-container #band05,
body.home #page-container #band06,
body.home #page-container #band07,
body.home #page-container .et_pb_row_8 {
  padding: 0px !important;
  margin: 0px !important;
  max-width: none;
}
body.home #page-container #band00 .et_pb_text,
body.home #page-container #band01 .et_pb_text,
body.home #page-container #band02 .et_pb_text,
body.home #page-container #band03 .et_pb_text,
body.home #page-container #band04 .et_pb_text,
body.home #page-container #band05 .et_pb_text,
body.home #page-container #band06 .et_pb_text,
body.home #page-container #band07 .et_pb_text,
body.home #page-container .et_pb_row_8 .et_pb_text {
  padding: 50px;
}
body.home #page-container #band00 {
  display: none;
}
body.home #page-container #band01 {
  padding: 50px 0px !important;
}
body.home #page-container #band01 h1 {
  color: #000;
  margin: 0px;
  font-size: 22px;
  line-height: 30px;
}
body.home #page-container #band01 h2 {
  font-size: 20px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #FFF;
}
body.home #page-container #band01 h2 a {
  color: #3daad5;
}
body.home #page-container #band01 h2 a:hover {
  color: #539dc2;
}
body.home #page-container #band01 .et_pb_text {
  padding: 0px 0px;
  margin: 0px;
}
body.home #page-container #band02 .et_pb_text_5 {
  padding: 50px 0px;
}
body.home #page-container #band02 h2#bandtitle02 {
  font-size: 22px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #FFF;
}
body.home #page-container #band02 h2#bandtitle02 a {
  color: #3daad5;
}
body.home #page-container #band02 h2#bandtitle02 a:hover {
  color: #539dc2;
}
body.home #page-container #band02 p.banddescription {
  font-size: 20px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #FFF;
}
body.home #page-container #band02 p.banddescription a {
  color: #3daad5;
}
body.home #page-container #band02 p.banddescription a:hover {
  color: #539dc2;
}
body.home #page-container #band05 .webzine_loop {
  padding: 0px 50px;
  margin: 0px;
}
body.home #page-container #band05 h2 {
  font-size: 26px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #4C4C4D;
}
body.home #page-container #band05 h2 a {
  color: #3daad5;
}
body.home #page-container #band05 h2 a:hover {
  color: #539dc2;
}
body.home #page-container #band05 nav {
  background: none;
  border: 0px;
  box-shadow: none;
  margin: 0px;
}
body.home #page-container #band05 nav .menu-item a {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.3;
  color: #3daad5;
  text-transform: uppercase;
  text-align: center;
}
body.home #page-container #band05 nav .menu-item a a {
  color: #3daad5;
}
body.home #page-container #band05 nav .menu-item a a:hover {
  color: #539dc2;
}
body.home #page-container #band05 .webzine_item img.wp-post-image {
  min-width: 450px;
  height: auto !important;
}
body.home #page-container #band05 .webzine_item .webzine_thumbnail {
  overflow: hidden;
  max-height: 320px;
}
body.home #page-container #band05 .webzine_item .webzine-menu-style {
  margin: 0px auto;
  text-align: center;
  padding: 0px;
  width: 100%;
  display: grid;
}
body.home #page-container #band05 .webzine_item .webzine-menu-style li, body.home #page-container #band05 .webzine_item .webzine-menu-style a {
  padding: 0px;
  margin: 0px;
}
body.home #page-container #band05 .webzine_item h2 {
  text-align: center;
}
body.home #page-container #band05 .webzine_item .webzine_title {
  color: #000;
}
body.home #page-container #band05 .webzine_item .webzine_excerpt {
  display: none;
}
body.home #page-container a.learnbtn {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #eef4f3;
  border-radius: 3px;
  padding: 0.3em 1em;
}
body.home #page-container a.learnbtn:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
body.home #page-container #bandtitle03 a, body.home #page-container #bandtitle04 a {
  font-size: 26px;
  color: #3daad5;
}
body.home #page-container #bandtitle04 {
  padding-top: 0px;
}
body.home #page-container #bandtitle04 a span {
  font-size: 26px;
}
body.home #page-container #band07 a.learnmorebtn {
  font-size: 18px;
}
body.home #page-container #band07 a.learnmorebtn .fa-play {
  padding-right: 5px;
}
body.home #page-container #band07 a.learnmorebtn:hover {
  color: #FFF !important;
}
body.home #page-container .et_pb_row_8 .banddescription {
  color: #000;
}
body.home #page-container .et_pb_row_8 .et_pb_text {
  padding-left: 0px;
}
body.home #page-container #band01,
body.home #page-container #band02 .et_pb_column_4_4,
body.home #page-container #band03 .et_pb_column_4_4,
body.home #page-container #band04 .et_pb_column_4_4,
body.home #page-container #band05 .et_pb_column_4_4,
body.home #page-container #band07 .et_pb_column_4_4,
body.home #page-container .et_pb_row_8 .et_pb_column_4_4 {
  max-width: 1480px;
  margin: 0px auto !important;
  width: 80%;
  float: none;
}

body.page-id-4476 #page-container #main-content{
  width:100%;
  max-width: none;
}

body.page-id-4476 #page-container  #main-content .et_pb_section{
  /* padding:0px; */
}

body.page-id-4476 #page-container  #main-content .et_pb_section{
  /* padding:30px 0px; */
}

body.page-id-4476 #page-container  #main-content .et_pb_row{
  /* margin:0px auto;
  max-width:1350px; */
}

body.page-id-4476 #page-container  #main-content .et_pb_row h2.rowtitle{
  /* font-family: 'Lato';
  font-style: normal;
  font-size: 32px !important;
  line-height: 58px;
  text-align: center; */
}

body.page-id-4476 #page-container  #main-content .et_pb_section_0 .et_pb_row h2.post_title{
    /* font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 46px !important;
    line-height: 1.1;
    color: #000000; */
}

body.page-id-4476 #page-container  #main-content .et_pb_section_1 .et_pb_row h2.rowtitle{
  /* font-family: 'Lato';
  font-style: normal;
  font-size:32px !important;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

body.page-id-4476 #page-container  #main-content .et_pb_row h3.subtitle{
  /* color: #5EA7D2;
  font-size:28px; */
}

body.page-id-4476 #page-container  #main-content .et_pb_row p{
  /* font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #000000; */
}

body.page-id-4476 #page-container  #main-content .et_pb_section_5 .et_pb_row h3.subtitle{
  /* color:#000; */
}

body.page-id-4476 #page-container  #main-content .et_pb_section_5 .et_pb_row p{
  /* font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; 

letter-spacing: -0.015em;

color: rgba(0, 0, 0, 0.8);*/
}

/* body.page-id-4476 #page-container  #main-content .et_pb_section_4{
  padding:0px;
}

body.page-id-4476 #page-container  #main-content .et_pb_section_4 .et_pb_row{
  max-width:none;
  padding:0px;
}

body.page-id-4476 #page-container  #main-content .et_pb_section_4 .et_pb_slide_description{
  padding:0% 8%;
} */

body.page-id-4476 #page-container  #main-content a.categorylink{
  /* font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  text-transform: uppercase;
  color: #5E5F5D; */
}

@media (max-width: 768px) {
  body.home #page-container #main-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body.home #page-container #rev_slider_13_2_wrapper {
    display: none !important;
  }
  body.home #page-container #band00 {
    display: block;
  }
  body.home #page-container #band00 .et_pb_text_5 {
    width: unset;
  }
  body.home #page-container #band00 .et_pb_text_5 .stacked-service {
    min-height: 450px;
    margin-bottom: 20px;
    position: relative;
  }
  body.home #page-container #band00 .stacked-title-service {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
  body.home #page-container #band00 .stacked-title-service a {
    color: #FFF;
  }
  body.home #page-container #band00 .et_pb_text,
body.home #page-container #band01 .et_pb_text,
body.home #page-container #band02 .et_pb_text,
body.home #page-container #band03 .et_pb_text,
body.home #page-container #band04 .et_pb_text,
body.home #page-container #band05 .et_pb_text,
body.home #page-container #band06 .et_pb_text,
body.home #page-container #band07 .et_pb_text,
body.home #page-container .et_pb_row_8 .et_pb_text {
    padding: 10px 20px;
  }
  body.home #page-container #band01 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  body.home #page-container #band01 .et_pb_text_1 {
    padding: 0px;
  }
  body.home #page-container #band01 .et_pb_text_3 {
    padding: 0px 0px 20px;
  }
  body.home #page-container #band02 .et_pb_text_6 {
    padding-left: 20px !important;
    background-size: 100% !important;
    background-position: top left;
    padding-top: 280px !important;
  }
  body.home #page-container #band03 .et_pb_text_7 {
    padding-top: 0px;
    background-size: 500px;
  }
  body.home #page-container #band03 .et_pb_text_7 p {
    display: none;
  }
  body.home #page-container #band03 .et_pb_text_7 p.banddescription {
    display: block;
  }
  body.home #page-container #band05 .webzine_loop {
    padding: 0px;
  }
  body.home #page-container #band05 .webzine_item, body.home #page-container #band05 .col-lg-12 {
    padding-left: 0px !important;
  }
  body.home #page-container #band05 .webzine_title {
    word-break: break-word;
  }
  body.home #page-container #band07 .et_pb_text_10 {
    padding-left: 0px !important;
    background-size: 100% !important;
    background-position: top left;
    padding-top: 350px !important;
    background-size: 670px !important;
  }
  body.home #page-container #band07 .et_pb_text_inner, body.home #page-container #band07 .et_pb_text_10,body.home #page-container #band07 .banddescription {
    padding: 0px 20px;
  }
  body.home #page-container .et_pb_row_8 .et_pb_text_11 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-size: 100% !important;
  }
  body.home #page-container .et_pb_row_8 .banddescription:first-of-type {
    background: rgba(255, 255, 255, 0.3);
    color: #000 !important;
    padding: 3px;
  }
  body.home #page-container .et_pb_row_8 .banddescription a {
    background: #3daad5;
    color: #FFF !important;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
  }
}

.page-template-page-template-webzine #featured_webzine_posts .webzine_item_horizontal .webzine_thumbnail {
  float: left;
  width: 35%;
  overflow-y: hidden;
  max-height: 250px;
  padding: 0px 20px;
}

.page-template-page-template-writers .webzine_writer {
  min-height: 400px;
}
.page-template-page-template-writers .webzine_writer .webzine_writer_roles {
  font-size: 18px;
}
.page-template-page-template-writers .webzine_writer .webzine_writer_description p {
  font-size: 16px !important;
}

.webzineheaderdesc h3 {
  line-height: 28px;
}

h5.webzineblocktitle {
  display: inline-block;
  margin-left: 0px !important;
  padding-left: 30px;
  color: #3daad5 !important;
  font-family: "Open Sans";
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  color: #145093;
  font-size: 18px;
}

@media (max-width: 768px) {
  .page-template-page-template-webzine .webzine_breadcrumb,
.tax-webzine_topic .webzine_breadcrumb,
.single-webzine_post .webzine_breadcrumb {
    text-align: left;
  }
}

.tax-webzine_topic .webzineheaderdesc .featured_img_topic {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  float: left;
  object-fit: cover;
}
@media (max-width: 499px) {
  .tax-webzine_topic .webzineheaderdesc .featured_img_topic {
    padding-right: 0px;
    float: none;
  }
}
.tax-webzine_topic .webzine_content nav ul.webzine-menu-style {
  padding: 10px 0px;
}
.tax-webzine_topic .webzine_content a.webzine_title {
  line-height: normal;
}

.page-template-page-template-topics .featured_img_topic {
  height: 250px !important;
  object-fit: cover;
}
.page-template-page-template-topics .webzine_topic_description {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 19px;
}

@media (max-width: 549px) {
  #main-content #featured_webzine_posts .webzine_thumbnail,
#main-content #featured_webzine_posts .webzine_content,
#main-content #latest_webzine_posts .webzine_thumbnail,
#main-content #latest_webzine_posts .webzine_content {
    float: none !important;
    width: 100% !important;
    padding: 0px 10px !important;
    word-break: break-all;
  }
  #main-content #featured_webzine_posts .webzine_content h2 a.webzine_title,
#main-content #latest_webzine_posts .webzine_content h2 a.webzine_title {
    font-weight: normal;
  }
  #main-content #featured_webzine_posts .webzine_content .webzine_topics ul, #main-content #featured_webzine_posts .webzine_content .webzine_topics li,
#main-content #latest_webzine_posts .webzine_content .webzine_topics ul,
#main-content #latest_webzine_posts .webzine_content .webzine_topics li {
    padding: 0px !important;
    margin: 0px !important;
  }

  .page-template-page-template-topics #webzine_mainpost .col-lg-12,
.page-template-page-template-topics #webzine_mainpost .col-md-4 {
    padding-left: 0px !important;
  }
}
.page-id-920 .et_pb_column .et_pb_image {
  margin-bottom: 10px;
}
.page-id-920 .et_pb_column h2 a {
  color: #3daad5;
  font-size: 24px;
}

.parent-pageid-920 #page-container #main-content {
  width: 100%;
  max-width: none;
}
.parent-pageid-920 #page-container #main-content .et_pb_row {
  max-width: 1380px;
  width: 80%;
}
.parent-pageid-920 #page-container #main-content .et_pb_row_1 {
  max-width: none;
  width: 100%;
}
.parent-pageid-920 #page-container #main-content .et_pb_row_1 .et_pb_column {
  max-width: 1380px;
  width: 80%;
  margin: 0px auto !important;
  float: none;
}
.parent-pageid-920 #page-container #main-content h1.page-title,
.parent-pageid-920 #page-container #main-content .mobile-only h2.page-title {
  margin-top: -10px;
  margin-bottom: 0px;
  font-size: 30px !important;
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
}
.parent-pageid-920 #page-container #main-content h2.page-title {
  margin-top: 0px;
  font-size: 28px !important;
  margin-bottom: 20px;
}
.parent-pageid-920 #page-container #main-content h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #4a4a4a !important;
  padding: 10px 0px 5px;
  margin: 0px;
  line-height: 32px;
}
.parent-pageid-920 #page-container #main-content a.et_pb_button {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans";
  background-color: #3daad5;
  border-radius: 3px;
  padding: 14px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.parent-pageid-920 #page-container #main-content a.et_pb_button:hover {
  color: #FFF;
  background-color: #5e5e5e;
}
.parent-pageid-920 #page-container #main-content a.et_pb_button:hover {
  padding: 14px 20px;
}
.parent-pageid-920 #page-container #main-content a.et_pb_button:after {
  content: unset;
}
.parent-pageid-920 #page-container #main-content .et_pb_text_inner {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 18px;
}
.parent-pageid-920 #page-container #main-content .et_pb_text_inner h3 {
  padding: 10px 0px;
  color: #3caad5 !important;
  font-size: 20px !important;
}
.parent-pageid-920 #page-container #main-content .et_pb_text_inner h3 b {
  font-weight: unset;
}
.parent-pageid-920 #page-container #main-content .et_pb_text_inner h4 a {
  font-size: 16px !important;
  padding-top: 10px;
  display: block;
  color: #3caad5 !important;
}
#et-main-area .menu-title {
  margin-bottom: 0px;
}
#et-main-area .menu-title h2 {
  background: #3caad5;
  color: #FFF !important;
  text-transform: uppercase;
  padding: 10px 20px 10px 40px;
  text-align: left;
  font-size: 20px !important;
  margin: 0px;
  line-height: 30px;
}
#et-main-area nav.et-menu-nav {
  position: relative;
  overflow-x: hidden;
}
#et-main-area nav.et-menu-nav ul {
  position: inherit;
}
#et-main-area nav.et-menu-nav ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0px 10px 0px;
  width: 100%;
}
#et-main-area nav.et-menu-nav ul li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
#et-main-area nav.et-menu-nav ul li:hover, #et-main-area nav.et-menu-nav ul li.current-menu-item {
  cursor: pointer;
}
#et-main-area nav.et-menu-nav ul li:hover a, #et-main-area nav.et-menu-nav ul li.current-menu-item a {
  color: #3caad5 !important;
  background: none;
}
#et-main-area nav.et-menu-nav ul li:hover a:before, #et-main-area nav.et-menu-nav ul li.current-menu-item a:before {
  color: #3caad5 !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f054";
  padding-right: 5px;
}

.parent-pageid-920 #page-container #main-content .et_pb_column_1_4 .et_pb_image {
  width: initial;
}
.parent-pageid-920 #page-container #main-content .et_pb_column_1_4 .et_pb_image img {
  max-width: 300px;
  border-radius: 4px;
  width: -webkit-fill-available;
}
.parent-pageid-920 #page-container #main-content .et_pb_section_0 .et_pb_row_1 {
  background: #f8f8f9;
  max-width: fit-content;
  padding: 50px;
}
.parent-pageid-920 #page-container #main-content .et_pb_section_0 .mobile-only {
  background: transparent;
  padding: 0px;
}
.parent-pageid-920 #page-container #main-content #grid_post_author h2 {
  font-size: 22px;
}
.parent-pageid-920 #page-container #main-content #grid_post_author h2 a {
  color: #3caad5;
  font-size: 22px;
  font-weight: normal;
}
.parent-pageid-920 #page-container #main-content #grid_post_author .pm-main-posts {
  padding: 0px;
}
.parent-pageid-920 #page-container #main-content #grid_post_author .webzine_topics {
  display: none;
}
.parent-pageid-920 #page-container #main-content #grid_post_author .webzine_thumbnail_anchor {
  margin-bottom: 20px;
  max-height: 350px;
  overflow-y: hidden;
  float: left;
  display: block;
}
.parent-pageid-920 #page-container #main-content #grid_post_author .readmore {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .parent-pageid-920 #page-container #main-content .et_pb_row {
    width: 100%;
  }
  .parent-pageid-920 #page-container #main-content .entry-content,
.parent-pageid-920 #page-container #main-content #grid_post_author {
    padding: 0px 15px;
  }
  .parent-pageid-920 #page-container #main-content #grid_post_author .pm-main-posts,
.parent-pageid-920 #page-container #main-content .webzine_item {
    padding-left: 0px !important;
  }
  .parent-pageid-920 #page-container #main-content .et_pb_section_0,
.parent-pageid-920 #page-container #main-content .et_pb_row_0 {
    padding-top: 0px;
  }
  .parent-pageid-920 #page-container #main-content .et_pb_section_0 .et_pb_row_1 {
    padding: 27px 20px;
  }
  .parent-pageid-920 #page-container #main-content .et_pb_section_0 .et_pb_row_1.review {
    background: transparent;
    max-width: fit-content;
    padding: 0px;
  }
  .parent-pageid-920 #page-container #main-content .et_pb_row .et_pb_image_0 {
    width: 100%;
    margin-bottom: 15px;
  }
  .parent-pageid-920 #page-container #main-content .et_pb_row .et_pb_image_0 img {
    max-width: fit-content;
    width: 100%;
  }
  .parent-pageid-920 #page-container #main-content .lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.parent-pageid-920 #page-container #main-content .lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex !important;
  }
  .parent-pageid-920 #page-container #main-content .lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
  }
}

.parent-pageid-27 #main-content .et_pb_section .et_pb_title_container {
  width: 100%;
  max-width: 1380px;
  padding: 0px 15px;
}
.parent-pageid-27 #main-content .et_pb_section .et_pb_post_title {
  padding-top: 0px;
}
.parent-pageid-27 #main-content .et_pb_section .et_pb_column_3_4 {
  width: 65%;
}
.parent-pageid-27 #main-content .et_pb_section .et_pb_column_1_4 {
  width: 25%;
  padding-top: 33px;
}
.parent-pageid-27 #main-content .et_pb_section_1 {
  padding-top: 0px;
}

body.term-in-the-press #page-container #main-content .webzineheaderdesc {
  display: none;
}
@media (max-width: 768px) {
  body.term-in-the-press .inthepress_wistia {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=fpdivi.css.map */
