/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 1.8.1549946195
Updated: 2019-02-12 04:36:35

*/

@media screen and (min-width:1200px) {
	.qualiaActive2 {
		height: 180vh !important;
	}
}

@media screen and (max-width:1200px) {
	.qualiaActive2 {
		height: 250vh !important;
	}
	.site-description {
	  padding-top: 0 !important;
	}

	div#panel-2-14-0-0 li li {
	  margin-left: 0;
	}

	div#panel-2-14-0-0 li ul {
	  margin-left: 0;
	}
	
	#panel-2-10-0-0 {
	  margin-bottom: 55px !important;
	}

}

/*Qualia Ball*/

.site-header-main {  transition: 0.2s;}
.site-header-main.qualiaActive {
  padding-top: 0;
  transition: 0.2s;
}

.page-id-1059 .qualiaBall, .home .qualiaBall {
	display:block;
}

/*.page-id-1059 .qualiaBallBtn {
	display:block;
}*/

.qualiaBallBtn {
	display:none;
}

.qualiaBall {
cursor: pointer;
	display:block;
  display: none;
  --s: 620px;
  --p: 15px;
  height: var(--s);
  width: var(--s);
  border-radius: 50%;
  background: linear-gradient(-90deg,#B58059,#B59B59,#B5A659,#B5B159);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
background: linear-gradient(-90deg,#D9D36A,#D9C66A,#D9B96A,#D9986A);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
  color: #fff;
  margin: 30px auto;
  font-size: 20px;
  text-align: center;
  opacity:0.5;
  transition:1s;
  height:0;
  width:0;
  font-size:0;
}

.qualiaBall.qualiaActive {
	display:block;
	 font-size: 20px;
	opacity:1;
	transition:1s;
	  height: var(--s);
  width: var(--s);
  max-width:100vw;
}

.qualiaActive p {
  font-size: 15px !important;	
}

.qualiaActive b {
	  font-size: 25px !important;
}

.qualiaBall p {
  color: #fff;
  font-size: 0;
}

.qualiaBall b {
  font-size: 0;
  display: inline-block;
  padding-top: 10px;
}

.qualiaBall i,
.qualiaBall::before {
  content: '';
  float: left;
  height:100%;
  width: 50%;
  shape-outside: radial-gradient(farthest-side at right, transparent calc(100% - var(--p)), #fff 0);
}

.qualiaBall i {
  float: right;
  shape-outside: radial-gradient(farthest-side at left,  transparent calc(100% - var(--p)), #fff 0);
}


.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body>a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none !important;
}

div#pg-2-3 {
    font-weight: lighter;
    font-size: 17px;
    line-height: 1.5em;
    color: #4e4e4e;
    letter-spacing: .5px;
}

/*Readmore*/
.otw-sc-toggle .toggle-trigger.closed span, .otw-sc-toggle .toggle-trigger span {
    display: none !important;
}

.otw-sc-toggle.toggle1, h3.toggle-trigger.widget-title {
    background: 0 0 !important;

}

.otw-sc-toggle .toggle-content {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

h3.toggle-trigger {
    color: #726893;
    border-bottom: 2px solid #726893;
    padding: 8px 0 !important;
    width: 120px !important;
    max-width: 120px;
    margin: 0 auto !important;
}

.otw-sc-toggle.toggle1 {
    width: auto;
    display: inline-block;
}

.toggle-content {
    padding-top: 40px !important;
}

.toTop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999;
    color: #dadada;
    font-size: 30px;
}

.toTop a {
    color: #dadada !important;
    padding: 20px;
}

/*Menu Button*/
button#responsive-menu-button.is-active span.responsive-menu-inner:before, button#responsive-menu-button.is-active span.responsive-menu-inner:after, .is-active:hover span.responsive-menu-inner:before, .responsive-menu-open .responsive-menu-inner {
    background: #fff !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    height: auto;
    width: 90%;
}

button#responsive-menu-button {
    top: 40px !important;
    left: 20px !important;
}

div#responsive-menu-wrapper {
    position: absolute;
    bottom: 50px;
    left: 30px;
}

#responsive-menu-container {
    max-width: 300px !important;
}

:focus {
    outline: none;
}

/*Body*/

body {
    overflow-x: hidden;
}

h1, h2, a.responsive-menu-item-link {
    font-family: 'Josefin Sans', sans-serif;
}

/*Menu*/
#responsive-menu-container {max-width:33.33%;}

a.responsive-menu-item-link {
    text-transform: uppercase;
    font-size: 26px !important;
    font-weight: lighter;
    color: #dedad5 !important;
  	border:none !important;
}

a.responsive-menu-item-link:hover {
    background: none !important;
    border: none !important;
    color: #cca3cc !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    height: auto !important;
    padding-bottom: 18px !important;
    line-height: 28px !important;
  	font-size:24px !important;
}

/*Header*/
.site {margin:0;}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {display:none;}

header#masthead {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
	height:auto;
    min-height: 100vh;
  	color: #fff;
	background: linear-gradient(-90deg, #cca3cc, #5970b5, #295778, #4f4278);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	transition:1s;
}

/*.site-header-main {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}*/

.site-header-main {
    position: relative;
	padding-top:15vh;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.site-branding img {
    max-width: 310px;
}

.site-branding {
    margin: 0 auto;
    text-align: center;
}

div#pgc-2-0-0 h1 {
    color: #726893;
}

div#pgc-2-0-0 h2 {
    color: gray;
    font-size: 1.7em !important;
}

p.site-description {
    font-family: mrs-eaves-xl-serif-narrow, serif;
    font-weight: 400;
    font-style: italic;
    color: #dedad5;
    font-size: 2em;
    max-width: 500px;
  	padding-top:70px;
  	letter-spacing: 0.5px;
  	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	padding-bottom:55px;
	margin:0 auto;
}

p.site-title {display:none;}

/*Body*/
* {font-family: 'Open Sans', sans-serif;}

.widget {
    border-top: 0;
}

header.entry-header {
    display: none;
}

h1 {
    color: #808080;
    font-weight: normal !important;
  	margin-bottom: 0 !important;
}

h2 {
    color: #726893;
    font-weight: normal !important;
  	margin-top:0 !important;
  	font-size: 2.0625rem !important;
}

#secondary {display:none;}

div#primary {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}

p, li {
    font-weight: lighter;
    font-size: 17px;
    line-height: 1.5em;
    color: #4e4e4e;
  	letter-spacing:0.5px;
}

li {
    margin-left: 50px;
    padding-left: 12px;
    line-height: 30px;
}

.about strong {
    font-weight: normal;
    color: #7a8dc4;
}

div#panel-2-2-0-0 {
    font-weight: 600;
}

div#pg-2-3 h3 {
    color: #7a8dc4;
    font-size: 17px;
  	font-weight:600;
  	margin-top:0;
}

hr.rule {
    color: #d3d0dd;
    background: #d3d0dd;
    height: 3px;
    width: 60px;
}

.about.panel-widget-style.panel-widget-style-for-2-1-0-0, div#panel-2-6-0-0 {
    padding-right: 50px;
}

div#pg-2-6 {
    padding-bottom: 50px;
}

/*div#panel-2-8-0-0 {
    padding-top: 80px;
}*/

div#pgc-2-8-0 a.btn {
    top: 15px;
  	text-transform:uppercase;
    position: relative;
}

/*div#pgc-2-8-0 p {
    font-family: 'Josefin Sans',sans-serif;
    letter-spacing: 0.5px;
}*/

div#panel-2-1-1-0 {
    text-align: right;
}

span.tagline {
    font-family: mrs-eaves-xl-serif-narrow,serif;
    font-weight: 400;
    font-style: italic;
    color: #cca3cc;
    font-size: 1.5em;
  	letter-spacing:0.5px;
  	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.entry-content h1, .entry-summary h1, .comment-content h1, .entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 2em !important;
}

div#pgc-2-2-0, div#pgc-2-4-0 {
    text-align: center;
}

div#pg-2-3 .textwidget {
    background: #f1f8fe;
    padding: 35px;
  	min-height: 540px;
}

/*Fullscreen*/
div#pg-2-3 h3 {
    color: #7a8dc4;
}
div#pg-2-5, div#pg-2-9 {
    padding-top: 10px !important;
}

div#pg-2-5 hr {
    margin-bottom: 16px;
}

/*div#pg-2-8 {
 padding-bottom:100px; 
}*/

#pg-2-8 {
  padding-top: 10px;
}

#panel-2-1-0-0 {
  padding-top: 0;
}

/*div#pg-2-5, div#pg-2-6, div#pg-2-7, div#pg-2-8 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    background: #f1f8fe;
}*/ 	 

.wide {
    width: 1320px !important;
    margin: 0 auto !important;
    max-width: 1320px !important;
    position: relative !important;
  	padding: 0 4.5455%;
}

div#pg-2-2 {
    padding-top: 0px;
    padding-bottom: 20px;
}

div#pg-2-4 {
    padding-bottom: 70px;
}

div#pg-2-2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

div#pg-2-3 {
    text-align: left;
}

div#pg-2-11 {
    padding-bottom: 0px;
  	padding-top: 40px;
}

div#panel-2-5-1-0, div#panel-2-0-1-0, div#panel-2-9-1-0 {
    text-align: right;
}

.services {
    background: #fff;
    padding: 50px;
  	min-height:512px;
}

.services h3 {
    color: #7a8dc4;
}

.subtitle {
    text-align: center;
  	font-weight: bold;
}

.subtitle p {
    color: #808080;
}

/*Appointment*/
/*div#pg-2-12 {    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
  	color: #fff;
	background: linear-gradient(-90deg, #cca3cc, #5970b5, #295778, #4f4278);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
    padding: 100px 0px;
}*/

div#pg-2-12 hr.rule {
    text-align: center;
    margin: 1.6153846154em auto;
}

div#pg-2-12 h2 {
  color:#fff;
  text-align:center;
}

/*div#panel-2-12-0-0 p, div#panel-2-12-0-0 li {
 	color:#fff; 
}*/

#pg-2-11 h2 {
  text-align: left;
}

#pgc-2-9-1 .textwidget {
  text-align: left;
}

#pg-2-4 .textwidget {
  text-align: left;
}



.locBox {
    width: 44%;
    display: block;
    float: left;
    background: #fff;
    border-radius: 5px;
    margin: 1%;
    color: #000;
  	padding: 50px;
}

p.locations {
  font-family: 'Josefin Sans',sans-serif;
}

.locBox.locBox1 {
    margin-right: 3%;
}

.locBox.locBox2 {
    margin-left: 3%;
}

.locBox * {
    color: #4d4d4d !important;
    line-height: 1.8em;
    font-size: 1.2em;
}

.appointment.wide {
    width: 1200px !important;
}

hr.clear {
    clear: both;
	height: 0;
}

p.locations {
    text-align: center;
    color: #cdd4e9 !important;
    font-weight: normal;
}

.locBox h4 {
    color: #847ba0 !important;
    font-size: 1.8em;
  	letter-spacing:2px;
}

a.btn {
    background: #4f4278;
    padding: 13px 20px;
    color: #fff !important;
    font-family: oswald, sans-serif;
    font-weight: lighter;
	font-size: 18px;
  	text-transform: uppercase;
}

a.btn:hover {
    background: #000;
}

div#panel-2-11-0-0 {
    text-align: center;
}

div#pgc-2-12-0 hr.rule {
    margin-bottom: 45px;
}

div#panel-2-12-0-0 ol {
    margin-bottom: 45px;
}

.locBox span {
    font-weight: normal;
    color: #c0a3cc !important;
  	font-size:17px;
}

/*Footer*/

footer.entry-footer {
	display:none;
}

main#main {
    margin-bottom: 0;
}

footer#colophon, #content-bottom-widgets {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #000;
    color: #fff !important;
    padding-bottom: 0;
}

ul#menu-main-menu {
    text-align: center;
}

ul#menu-main-menu * {
    color: #fff;
}

#content-bottom-widgets .widget-area {
    margin: 0 !important;
}

#content-bottom-widgets .widget {
    padding: 40px 0px 10px 0px;
}

ul#menu-main-menu-2 {
    list-style: none;
    text-align: center;
}

ul#menu-main-menu-2 * {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200 !important;
    font-family: 'Open Sans',sans-serif;
    display: inline;
    padding: 0px 10px;
}

.site-info {
    width: 100%;
    text-align: center;
}

.site-info p {
    font-weight: normal;
    color: #cca3cc;
    font-size: 14px;
}

aside#content-bottom-widgets ul#menu-main-menu-2 * {
    font-size: 20px;
      transition: background-color .5s,border-color .5s,color .5s;
	  margin: 0 auto;
}

aside#content-bottom-widgets ul#menu-main-menu-2 a:hover {
  	color: #cca3cc !important;
  
}

.site-info a, .site-info a:hover {
    color: #cca3cc;
  	box-shadow: none !important;
}

/*Mobile*/

@media screen and (max-width:650px){
	.qualiaBall.qualiaActive {
	  background: none;
	  height: auto;
	  width: auto;
	  text-align: center;
	  padding: 0 25px;
	}	
	
}

@media screen and (max-width:900px){
div#pg-2-0, div#pg-2-3, div#pg-2-9, div#pg-2-10 {
    display: block;
}
  
.site-description {
    display: block !important;
}

div#pg-2-0 *, div#pgc-2-5-1 *, div#pgc-2-9-1 * {
    text-align: left;
}
  
div#pgc-2-0-0, div#pgc-2-0-1, div#pgc-2-3-0, div#pgc-2-3-1, div#pgc-2-3-2, div#pgc-2-5-0, div#pgc-2-5-1, #pgc-2-6-0, div#pgc-2-6-1, div#pgc-2-7-0, div#pgc-2-7-1, div#pgc-2-7-2, div#pgc-2-9-0, div#pgc-2-9-1, div#pgc-2-10-0, div#pgc-2-10-1 {
    width: 100% !important;
}  
  
div#pg-2-3 .textwidget, .services {
min-height:0;
  }  

.wide {
    width: 100% !important;
    padding: 0 !important;  
}

div#pg-2-5, div#pg-2-6, div#pg-2-7, div#pg-2-8  {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    background: none;
}
  
  
.appointment.wide {
    width: 100% !important;
    padding: 0 4.5455% !important;
}

.locBox {
    float: none;
    max-width: 500px !important;
    width: 100%;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
  
  div#pg-2-12 hr.rule {
    text-align: left !important;
    margin: 1.6153846154em 0;
}
  
  div#pg-2-12 h2 {
   text-align:left; 
  }
  
.entry-content {
    margin-right: 7.6923%;
}
  
  .wide {
    display: block !important;
}

  
} /*End Media*/


/*Old CSS*/
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.items-justified-space-between>ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: currentColor;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none
}

.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: .4
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    border-collapse: collapse
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

#end-resizable-editor-section {
    display: none
}

.panel-grid.panel-has-style>.panel-row-style,
.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
    height: 100%
}

.panel-grid-cell .so-panel {
    zoom: 1
}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

.panel-grid-cell .widget-title {
    margin-top: 0
}

body.siteorigin-panels-before-js {
    overflow-x: hidden
}

body.siteorigin-panels-before-js .siteorigin-panels-stretch {
    margin-right: -1000px !important;
    margin-left: -1000px !important;
    padding-right: 1000px !important;
    padding-left: 1000px !important
}

@font-face {
    font-family: "Genericons";
    src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/themes/twentysixteen/genericons/./Genericons.eot);
    src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/themes/twentysixteen/genericons/./Genericons.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Genericons";
    src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/themes/twentysixteen/genericons/./Genericons.ttf) format("truetype"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/themes/twentysixteen/genericons/./Genericons.svg#Genericons) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Genericons";
        src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/themes/twentysixteen/genericons/./Genericons.svg#Genericons) format("svg")
    }
}

.genericon {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: never
}

.genericon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.genericon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.genericon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.genericon-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.genericon-flip-vertical {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.genericon-404:before {
    content: "\f423"
}

.genericon-activity:before {
    content: "\f508"
}

.genericon-anchor:before {
    content: "\f509"
}

.genericon-aside:before {
    content: "\f101"
}

.genericon-attachment:before {
    content: "\f416"
}

.genericon-audio:before {
    content: "\f109"
}

.genericon-bold:before {
    content: "\f471"
}

.genericon-book:before {
    content: "\f444"
}

.genericon-bug:before {
    content: "\f50a"
}

.genericon-cart:before {
    content: "\f447"
}

.genericon-category:before {
    content: "\f301"
}

.genericon-chat:before {
    content: "\f108"
}

.genericon-checkmark:before {
    content: "\f418"
}

.genericon-close:before {
    content: "\f405"
}

.genericon-close-alt:before {
    content: "\f406"
}

.genericon-cloud:before {
    content: "\f426"
}

.genericon-cloud-download:before {
    content: "\f440"
}

.genericon-cloud-upload:before {
    content: "\f441"
}

.genericon-code:before {
    content: "\f462"
}

.genericon-codepen:before {
    content: "\f216"
}

.genericon-cog:before {
    content: "\f445"
}

.genericon-collapse:before {
    content: "\f432"
}

.genericon-comment:before {
    content: "\f300"
}

.genericon-day:before {
    content: "\f305"
}

.genericon-digg:before {
    content: "\f221"
}

.genericon-document:before {
    content: "\f443"
}

.genericon-dot:before {
    content: "\f428"
}

.genericon-downarrow:before {
    content: "\f502"
}

.genericon-download:before {
    content: "\f50b"
}

.genericon-draggable:before {
    content: "\f436"
}

.genericon-dribbble:before {
    content: "\f201"
}

.genericon-dropbox:before {
    content: "\f225"
}

.genericon-dropdown:before {
    content: "\f433"
}

.genericon-dropdown-left:before {
    content: "\f434"
}

.genericon-edit:before {
    content: "\f411"
}

.genericon-ellipsis:before {
    content: "\f476"
}

.genericon-expand:before {
    content: "\f431"
}

.genericon-external:before {
    content: "\f442"
}

.genericon-facebook:before {
    content: "\f203"
}

.genericon-facebook-alt:before {
    content: "\f204"
}

.genericon-fastforward:before {
    content: "\f458"
}

.genericon-feed:before {
    content: "\f413"
}

.genericon-flag:before {
    content: "\f468"
}

.genericon-flickr:before {
    content: "\f211"
}

.genericon-foursquare:before {
    content: "\f226"
}

.genericon-fullscreen:before {
    content: "\f474"
}

.genericon-gallery:before {
    content: "\f103"
}

.genericon-github:before {
    content: "\f200"
}

.genericon-googleplus:before {
    content: "\f206"
}

.genericon-googleplus-alt:before {
    content: "\f218"
}

.genericon-handset:before {
    content: "\f50c"
}

.genericon-heart:before {
    content: "\f461"
}

.genericon-help:before {
    content: "\f457"
}

.genericon-hide:before {
    content: "\f404"
}

.genericon-hierarchy:before {
    content: "\f505"
}

.genericon-home:before {
    content: "\f409"
}

.genericon-image:before {
    content: "\f102"
}

.genericon-info:before {
    content: "\f455"
}

.genericon-instagram:before {
    content: "\f215"
}

.genericon-italic:before {
    content: "\f472"
}

.genericon-key:before {
    content: "\f427"
}

.genericon-leftarrow:before {
    content: "\f503"
}

.genericon-link:before {
    content: "\f107"
}

.genericon-linkedin:before {
    content: "\f207"
}

.genericon-linkedin-alt:before {
    content: "\f208"
}

.genericon-location:before {
    content: "\f417"
}

.genericon-lock:before {
    content: "\f470"
}

.genericon-mail:before {
    content: "\f410"
}

.genericon-maximize:before {
    content: "\f422"
}

.genericon-menu:before {
    content: "\f419"
}

.genericon-microphone:before {
    content: "\f50d"
}

.genericon-minimize:before {
    content: "\f421"
}

.genericon-minus:before {
    content: "\f50e"
}

.genericon-month:before {
    content: "\f307"
}

.genericon-move:before {
    content: "\f50f"
}

.genericon-next:before {
    content: "\f429"
}

.genericon-notice:before {
    content: "\f456"
}

.genericon-paintbrush:before {
    content: "\f506"
}

.genericon-path:before {
    content: "\f219"
}

.genericon-pause:before {
    content: "\f448"
}

.genericon-phone:before {
    content: "\f437"
}

.genericon-picture:before {
    content: "\f473"
}

.genericon-pinned:before {
    content: "\f308"
}

.genericon-pinterest:before {
    content: "\f209"
}

.genericon-pinterest-alt:before {
    content: "\f210"
}

.genericon-play:before {
    content: "\f452"
}

.genericon-plugin:before {
    content: "\f439"
}

.genericon-plus:before {
    content: "\f510"
}

.genericon-pocket:before {
    content: "\f224"
}

.genericon-polldaddy:before {
    content: "\f217"
}

.genericon-portfolio:before {
    content: "\f460"
}

.genericon-previous:before {
    content: "\f430"
}

.genericon-print:before {
    content: "\f469"
}

.genericon-quote:before {
    content: "\f106"
}

.genericon-rating-empty:before {
    content: "\f511"
}

.genericon-rating-full:before {
    content: "\f512"
}

.genericon-rating-half:before {
    content: "\f513"
}

.genericon-reddit:before {
    content: "\f222"
}

.genericon-refresh:before {
    content: "\f420"
}

.genericon-reply:before {
    content: "\f412"
}

.genericon-reply-alt:before {
    content: "\f466"
}

.genericon-reply-single:before {
    content: "\f467"
}

.genericon-rewind:before {
    content: "\f459"
}

.genericon-rightarrow:before {
    content: "\f501"
}

.genericon-search:before {
    content: "\f400"
}

.genericon-send-to-phone:before {
    content: "\f438"
}

.genericon-send-to-tablet:before {
    content: "\f454"
}

.genericon-share:before {
    content: "\f415"
}

.genericon-show:before {
    content: "\f403"
}

.genericon-shuffle:before {
    content: "\f514"
}

.genericon-sitemap:before {
    content: "\f507"
}

.genericon-skip-ahead:before {
    content: "\f451"
}

.genericon-skip-back:before {
    content: "\f450"
}

.genericon-skype:before {
    content: "\f220"
}

.genericon-spam:before {
    content: "\f424"
}

.genericon-spotify:before {
    content: "\f515"
}

.genericon-standard:before {
    content: "\f100"
}

.genericon-star:before {
    content: "\f408"
}

.genericon-status:before {
    content: "\f105"
}

.genericon-stop:before {
    content: "\f449"
}

.genericon-stumbleupon:before {
    content: "\f223"
}

.genericon-subscribe:before {
    content: "\f463"
}

.genericon-subscribed:before {
    content: "\f465"
}

.genericon-summary:before {
    content: "\f425"
}

.genericon-tablet:before {
    content: "\f453"
}

.genericon-tag:before {
    content: "\f302"
}

.genericon-time:before {
    content: "\f303"
}

.genericon-top:before {
    content: "\f435"
}

.genericon-trash:before {
    content: "\f407"
}

.genericon-tumblr:before {
    content: "\f214"
}

.genericon-twitch:before {
    content: "\f516"
}

.genericon-twitter:before {
    content: "\f202"
}

.genericon-unapprove:before {
    content: "\f446"
}

.genericon-unsubscribe:before {
    content: "\f464"
}

.genericon-unzoom:before {
    content: "\f401"
}

.genericon-uparrow:before {
    content: "\f500"
}

.genericon-user:before {
    content: "\f304"
}

.genericon-video:before {
    content: "\f104"
}

.genericon-videocamera:before {
    content: "\f517"
}

.genericon-vimeo:before {
    content: "\f212"
}

.genericon-warning:before {
    content: "\f414"
}

.genericon-website:before {
    content: "\f475"
}

.genericon-week:before {
    content: "\f306"
}

.genericon-wordpress:before {
    content: "\f205"
}

.genericon-xpost:before {
    content: "\f504"
}

.genericon-youtube:before {
    content: "\f213"
}

.genericon-zoom:before {
    content: "\f402"
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

select {
    text-transform: none
}

button {
    overflow: visible
}

button,
input,
select,
textarea {
    max-width: 100%
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .4375em;
    padding: 0
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: .875em
}

fieldset>:last-child {
    margin-bottom: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

optgroup {
    font-weight: 700
}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility
}

p {
    margin: 0 0 1.75em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote p {
    margin-bottom: 1.4736842105em
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0"
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal
}

blockquote strong,
blockquote b {
    font-weight: 400
}

blockquote>:last-child {
    margin-bottom: 0
}

address {
    font-style: italic;
    margin: 0 0 1.75em
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #d1d1d1;
    padding: .125em .25em
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: .125em .25em;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #1a1a1a
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal;
    margin-left: 1.5em
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin: 0 0 1.75em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 1.75em
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

del {
    opacity: .8
}

table,
th,
td {
    border: 1px solid #d1d1d1
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0
}

th,
td {
    padding: .4375em
}

::-webkit-input-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

:-moz-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

::-moz-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    opacity: 1
}

:-ms-input-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

input {
    line-height: normal
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: .046875em;
    line-height: 1;
    padding: .84375em .875em .78125em;
    text-transform: uppercase
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    background: #007acc
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: thin dotted;
    outline-offset: -4px
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: .625em .4375em;
    width: 100%
}

input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0
}

.post-password-form {
    margin-bottom: 1.75em
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.post-password-form input[type=password] {
    margin-top: .4375em
}

.post-password-form>:last-child {
    margin-bottom: 0
}

.search-form {
    position: relative
}

input[type=search].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px)
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

a {
    color: #007acc;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #686868
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body>a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: 0 1px 0 0 currentColor
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body>a:hover,
.pingback .comment-body>a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none
}

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: .875em 0
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block
}

.main-navigation {
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

.site-footer .main-navigation {
    margin-bottom: 1.75em
}

.main-navigation ul {
    list-style: none;
    margin: 0
}

.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative
}

.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: .84375em 0
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #007acc
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    font-weight: 700
}

.main-navigation ul ul {
    display: none;
    margin-left: .875em
}

.no-js .main-navigation ul ul {
    display: block
}

.main-navigation ul .toggled-on {
    display: block
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px
}

.dropdown-toggle:focus:after {
    border-color: transparent
}

.dropdown-toggle.toggled-on:after {
    content: "\f432"
}

.site-header .main-navigation+.social-navigation {
    margin-top: 1.75em
}

.site-footer .social-navigation {
    margin-bottom: 1.75em
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -.4375em
}

.social-navigation li {
    float: left;
    margin: 0 .4375em .4375em 0
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216"
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221"
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203"
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211"
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200"
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215"
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219"
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222"
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220"
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202"
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213"
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410"
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515"
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413"
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 7.6923% 3.5em
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0
}

.post-navigation span {
    display: block
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: .5384615385em;
    text-transform: uppercase
}

.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc
}

.post-navigation div+div {
    border-top: 4px solid #1a1a1a
}

.pagination {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative
}

.pagination:before,
.pagination:after {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0
}

.pagination:before {
    right: 0
}

.pagination:after {
    right: 54px
}

.pagination a:hover,
.pagination a:focus {
    color: #1a1a1a
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: .3;
    position: absolute;
    width: 52px;
    z-index: 1
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px
}

.pagination .current .screen-reader-text {
    position: static !important
}

.pagination .page-numbers {
    display: none;
    letter-spacing: .013157895em;
    line-height: 1;
    margin: 0 .7368421053em 0 -.7368421053em;
    padding: .8157894737em .7368421053em .3947368421em;
    text-transform: uppercase
}

.pagination .current {
    display: inline-block;
    font-weight: 700
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2
}

.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #007acc;
    color: #fff
}

.pagination .prev:focus,
.pagination .next:focus {
    outline: 0
}

.pagination .prev {
    right: 54px
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px
}

.pagination .next {
    right: 0
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px
}

.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0
}

.comments-title+.comment-navigation {
    border-bottom: 0;
    margin-bottom: 0
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
    font-family: "Open Sans", sans-serif
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000
}

.alignleft {
    float: left;
    margin: .375em 1.75em 1.75em 0
}

.alignright {
    float: right;
    margin: .375em 0 1.75em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

blockquote.alignleft {
    margin: .3157894737em 1.4736842105em 1.473684211em 0
}

blockquote.alignright {
    margin: .3157894737em 0 1.473684211em 1.4736842105em
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em
}

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both
}

.widget {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 1.75em
}

.widget-area>:last-child,
.widget>:last-child,
.widget>nav>:last-child {
    margin-bottom: 0
}

.widget .widget-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase
}

.widget .widget-title:empty {
    margin-bottom: 0
}

.widget-title a {
    color: #1a1a1a
}

.widget.widget_calendar table {
    margin: 0
}

.widget_calendar .wp-calendar-nav {
    display: table;
    width: 100%
}

.widget_calendar .wp-calendar-nav span {
    display: table-cell
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
    width: 40%
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
    line-height: 2.5625;
    padding: 0;
    text-align: center
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff
}

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.615384615;
    margin-bottom: .538461538em
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0
}

.widget_rss .rsswidget img {
    margin-top: -.375em
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: .538461538em
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em
}

.widget_rss li:last-child :last-child {
    margin-bottom: 0
}

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 .1875em .4375em 0;
    padding: .5625em .4375em .5em
}

.tagcloud ul {
    list-style-type: none;
    margin-left: 0
}

.tagcloud ul li {
    display: inline-block
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0
}

.site {
    background-color: #fff
}

.site-inner {
    margin: 0 auto;
    max-width: 1320px;
    position: relative
}

.site-content {
    word-wrap: break-word
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.site-main {
    margin-bottom: 3.5em
}

.site-main>:last-child {
    margin-bottom: 0
}

.site-header {
    padding: 2.625em 7.6923%
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-branding {
    margin: .875em auto .875em 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden
}

.custom-logo-link {
    display: block
}

.custom-logo {
    max-width: 180px
}

.site-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0
}

.site-branding .site-title a {
    color: #1a1a1a
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc
}

.wp-custom-logo .site-title {
    margin-top: .608695652em
}

.site-description {
    color: #686868;
    display: none;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.0769230769;
    margin: .538461538em 0 0
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: .8125rem;
    margin: 1.076923077em 0;
    padding: .769230769em
}

.no-js .menu-toggle {
    display: none
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.menu-toggle:focus {
    outline: 0
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted
}

.header-image {
    clear: both;
    margin: .875em 0
}

.header-image a {
    display: block
}

.header-image a:hover img,
.header-image a:focus img {
    opacity: .85
}

.site-main>article {
    margin-bottom: 3.5em;
    position: relative
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em
}

.entry-title a {
    color: #1a1a1a
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007acc
}

.post-thumbnail {
    display: block;
    margin: 0 7.6923% 1.75em
}

.post-thumbnail img {
    display: block
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: .85
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
    letter-spacing: .140625em;
    text-transform: uppercase
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
    font-style: italic
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -.736842105em
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-summary li>ul,
body:not(.search-results) .entry-summary li>ol {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
    padding: .3684210526em
}

body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: .3684210526em
}

body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor
}

body:not(.search-results) .entry-summary blockquote>:last-child {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary .alignleft {
    margin: .2631578947em 1.4736842105em 1.4736842105em 0
}

body:not(.search-results) .entry-summary .alignright {
    margin: .2631578947em 0 1.4736842105em 1.4736842105em
}

body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em
}

.entry-content>:last-child,
.entry-summary>:last-child,
body:not(.search-results) .entry-summary>:last-child,
.page-content>:last-child,
.comment-content>:last-child,
.textwidget>:last-child {
    margin-bottom: 0
}

.more-link {
    white-space: nowrap
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px
}

.author-description>:last-child {
    margin-bottom: 0
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0
}

.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden
}

.author-link {
    white-space: nowrap
}

.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em
}

.entry-footer:empty {
    margin: 0
}

.entry-footer a {
    color: #686868
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #007acc
}

.entry-footer>span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.entry-footer .avatar {
    height: 21px;
    margin: -.1538461538em .5384615385em 0 0;
    width: 21px
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: .5384615385em;
    text-transform: uppercase
}

.updated:not(.published) {
    display: none
}

.sticky .posted-on,
.byline {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-header {
    border-top: 4px solid #1a1a1a;
    margin: 0 7.6923% 3.5em;
    padding-top: 1.75em
}

body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043
}

.taxonomy-description {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.taxonomy-description p {
    margin: .5384615385em 0 1.6153846154em
}

.taxonomy-description>:last-child {
    margin-bottom: 0
}

.page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em
}

.page-links a,
.page-links>span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: .3076923077em;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff
}

.page-links>.page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: .6153846154em;
    width: auto
}

.entry-attachment {
    margin-bottom: 1.75em
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em
}

.entry-caption>:last-child {
    margin-bottom: 0
}

.content-bottom-widgets {
    margin: 0 7.6923%
}

.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em
}

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none
}

.comments-area {
    margin: 0 7.6923% 3.5em
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.75em
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em
}

.comments-title {
    margin-bottom: 1.217391304em
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: .875em
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: .4375em
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: .875em;
    position: relative;
    width: 28px
}

.bypostauthor>article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.comment-metadata {
    margin-bottom: 2.1538461538em
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: .5384615385em .5384615385em .4615384615em
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0
}

.comment-form {
    padding-top: 1.75em
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: .5384615385em;
    text-transform: uppercase
}

.comment-list .comment-form {
    padding-bottom: 1.75em
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em
}

.comment-navigation+.no-comments {
    border-top: 0;
    padding-top: 0
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace
}

.form-submit {
    margin-bottom: 0
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif
}

.comment-reply-title small {
    font-size: 100%
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px
}

.comment-form #wp-comment-cookies-consent {
    margin: 0 10px 0 0
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
    font-family: Merriweather, Georgia, serif;
    letter-spacing: 0;
    text-transform: none
}

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.site-footer {
    padding: 0 7.6923% 1.75em
}

.site-info {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.site-info a {
    color: #686868
}

.site-info a:hover,
.site-info a:focus {
    color: #007acc
}

.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400
}

.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: .7;
    padding: 0 .307692308em 0 .538461538em
}

.site-footer span[role=separator] {
    font-family: Montserrat, sans-serif;
    opacity: .7;
    padding: 0 .307692308em 0 .538461538em
}

.site-footer span[role=separator]:before {
    content: '\002f'
}

.site .avatar {
    border-radius: 50%
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block
}

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: .7142857143em 0
}

.wp-playlist-item .wp-playlist-item-length {
    top: .7142857143em
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.widecolumn .mu_register {
    width: auto
}

.widecolumn .mu_register .mu_alert {
    background: 0 0;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em
}

.widecolumn p {
    margin: 1.75em 0
}

.widecolumn p+h2 {
    margin-top: 2.4347826087em
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase
}

.widecolumn .mu_register label {
    margin: 2.1538461538em .7692307692em .5384615385em 0
}

.widecolumn .mu_register label strong {
    font-weight: 400
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%
}

.widecolumn .mu_register #blogname {
    margin: 0
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 .375em
}

.widecolumn #submit,
.widecolumn .mu_register input[type=submit] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit
}

.widecolumn .mu_register>:last-child,
.widecolumn form>:last-child {
    margin-bottom: 0
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (min-width:44.375em) {
    body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
        background: inherit;
        content: "";
        display: block;
        height: 21px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 99
    }
    body:not(.custom-background-image):before {
        top: 0
    }
    body:not(.custom-background-image).admin-bar:before {
        top: 46px
    }
    body:not(.custom-background-image):after {
        bottom: 0
    }
    .site {
        margin: 21px
    }
    .site-main {
        margin-bottom: 5.25em
    }
    .site-header {
        padding: 3.9375em 7.6923%
    }
    .site-branding {
        margin-top: 1.3125em;
        margin-bottom: 1.3125em
    }
    .custom-logo {
        max-width: 210px
    }
    .site-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .wp-custom-logo .site-title {
        margin-top: .5em
    }
    .site-description {
        display: block
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1rem;
        margin: 1.3125em 0;
        padding: .8125em .875em .6875em
    }
    .site-header-menu {
        margin: 1.3125em 0
    }
    .site-header .main-navigation+.social-navigation {
        margin-top: 2.625em
    }
    .header-image {
        margin: 1.3125em 0
    }
    .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%
    }
    .post-navigation {
        margin-bottom: 5.25em
    }
    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .pagination .current .screen-reader-text {
        position: absolute !important
    }
    .pagination .page-numbers {
        display: inline-block
    }
    .site-main>article {
        margin-bottom: 5.25em
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 23.0769%
    }
    .entry-title {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-bottom: .8484848485em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0;
        padding: .9473684211em 0 0;
        width: -webkit-calc(50% - .736842105em);
        width: calc(50% - .736842105em)
    }
    .entry-content blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote,
    .comment-content blockquote {
        margin-left: -1.473684211em
    }
    .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote blockquote,
    .comment-content blockquote blockquote {
        margin-left: 0
    }
    .entry-content ul,
    .entry-summary ul,
    .comment-content ul,
    .entry-content ol,
    .entry-summary ol,
    .comment-content ol {
        margin-left: 0
    }
    .entry-content li>ul,
    .entry-summary li>ul,
    .comment-content li>ul,
    .entry-content blockquote>ul,
    .entry-summary blockquote>ul,
    .comment-content blockquote>ul {
        margin-left: 1.25em
    }
    .entry-content li>ol,
    .entry-summary li>ol,
    .comment-content li>ol,
    .entry-content blockquote>ol,
    .entry-summary blockquote>ol,
    .comment-content blockquote>ol {
        margin-left: 1.5em
    }
    .comment-author {
        margin-bottom: 0
    }
    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: .25em;
        width: 42px
    }
    .comment-list .children>li {
        padding-left: 1.75em
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 3.5em
    }
    .comments-area,
    .widget,
    .content-bottom-widgets .widget-area {
        margin-bottom: 5.25em
    }
    .sidebar,
    .widecolumn {
        margin-bottom: 5.25em;
        padding-right: 23.0769%
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: 1.157894737em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.473684211em
    }
}

@media screen and (min-width:48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width:56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0 -.875em
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: .65625em .875em;
        white-space: nowrap
    }
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: 12.6875em
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: 100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: .625em;
        top: .8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: .5625em;
        top: .875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none
    }
    .site-content {
        padding: 0 4.5455%
    }
    .content-area {
        float: left;
        margin-right: -100%;
        width: 70%
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.6153846154em
    }
    .widget li>ul,
    .widget li>ol {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154
    }
    .widget th,
    .widget td {
        padding: .5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: .5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: .5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type=button],
    .widget input[type=reset],
    .widget input[type=submit] {
        line-height: 1;
        padding: .846153846em
    }
    .widget input[type=date],
    .widget input[type=time],
    .widget input[type=datetime-local],
    .widget input[type=week],
    .widget input[type=month],
    .widget input[type=text],
    .widget input[type=email],
    .widget input[type=url],
    .widget input[type=password],
    .widget input[type=search],
    .widget input[type=tel],
    .widget input[type=number],
    .widget textarea {
        padding: .4615384615em .5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: .9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: .9130434783em
    }
    .widget .alignleft {
        margin: .2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: .2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th,
    .widget_calendar .wp-calendar-nav span {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type=search].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 .2307692308em .5384615385em 0;
        padding: .5384615385em .4615384615em .4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: .153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: .538461538em auto .538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin-right: 15%;
        margin-left: 15%
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width:61.5625em) {
    .site-main {
        margin-bottom: 7em
    }
    .site-header {
        padding: 5.25em 4.5455%
    }
    .site-branding,
    .site-header-menu,
    .header-image {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .custom-logo {
        max-width: 240px
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: .8484848485em
    }
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: .131578947em
    }
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .sidebar,
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: .1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: .5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 .5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width:75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -.913043478em
    }
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ul,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary table {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: .956521739em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary th,
    body:not(.search-results) .entry-summary td {
        padding: .3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: .3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: .2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: .2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none
    }
    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt
    }
    body,
    .site {
        background: 0 0 !important
    }
    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important
    }
    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important
    }
    blockquote,
    .site-description,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body>a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0;
        padding: .9473684211em 0 0;
        width: -webkit-calc(50% - .736842105em);
        width: calc(50% - .736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body>a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: none !important
}

div#pg-2-3 {
    font-weight: lighter;
    font-size: 17px;
    line-height: 1.5em;
    color: #4e4e4e;
    letter-spacing: .5px
}

.otw-sc-toggle .toggle-trigger.closed span,
.otw-sc-toggle .toggle-trigger span {
    display: none !important
}

.otw-sc-toggle.toggle1,
h3.toggle-trigger.widget-title {
    background: 0 0 !important
}

.otw-sc-toggle .toggle-content {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

h3.toggle-trigger {
    color: #726893;
    border-bottom: 2px solid #726893;
    padding: 8px 0 !important;
    width: 120px !important;
    max-width: 120px;
    margin: 0 auto !important
}

.otw-sc-toggle.toggle1 {
    width: auto;
    display: inline-block
}

.toggle-content {
    padding-top: 40px !important
}

.toTop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999;
    color: #dadada;
    font-size: 30px
}

.toTop a {
    color: #dadada !important;
    padding: 20px
}

button#responsive-menu-button.is-active span.responsive-menu-inner:before,
button#responsive-menu-button.is-active span.responsive-menu-inner:after,
.is-active:hover span.responsive-menu-inner:before,
.responsive-menu-open .responsive-menu-inner {
    background: #fff !important
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    height: auto;
    width: 90%
}

button#responsive-menu-button {
    top: 40px !important;
    left: 20px !important
}

div#responsive-menu-wrapper {
    position: absolute;
    bottom: 50px;
    left: 30px
}

#responsive-menu-container {
    max-width: 300px !important
}

:focus {
    outline: none
}

body {
    overflow-x: hidden
}

h1,
h2,
a.responsive-menu-item-link {
    font-family: 'Josefin Sans', sans-serif
}

#responsive-menu-container {
    max-width: 33.33%
}

a.responsive-menu-item-link {
    text-transform: uppercase;
    font-size: 26px !important;
    font-weight: lighter;
    color: #dedad5 !important;
    border: none !important
}

a.responsive-menu-item-link:hover {
    background: 0 0 !important;
    border: none !important;
    color: #cca3cc !important
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    height: auto !important;
    padding-bottom: 18px !important;
    line-height: 28px !important;
    font-size: 24px !important
}

.site {
    margin: 0
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    display: none
}

header#masthead {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    height: 100vh;
    color: #fff;
    background: linear-gradient(-90deg, #aca3cc, #5970b5, #295778, #4f4278);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite
	transition:1s;
}

.site-header-main {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

.site-branding img {
    max-width: 310px
}

.site-branding {
    margin: 0 auto;
    text-align: center
}

div#pgc-2-0-0 h1 {
    color: #726893
}

div#pgc-2-0-0 h2 {
    color: gray;
    font-size: 1.7em !important
}

p.site-description {
    font-family: mrs-eaves-xl-serif-narrow, serif;
    font-weight: 400;
    font-style: italic;
    color: #dedad5;
    font-size: 2em;
    max-width: 500px;
    padding-top: 70px;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

p.site-title {
    display: none
}

* {
    font-family: 'Open Sans', sans-serif
}

.widget {
    border-top: 0
}

header.entry-header {
    display: none
}

h1 {
    color: gray;
    font-weight: 400 !important;
    margin-bottom: 0 !important
}

h2 {
    color: #726893;
    font-weight: 400 !important;
    margin-top: 0 !important;
    font-size: 2.0625rem !important
}

#secondary {
    display: none
}

div#primary {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px
}

p,
li {
    font-weight: lighter;
    font-size: 17px;
    line-height: 1.5em;
    color: #4e4e4e;
    letter-spacing: .5px
}

li {
    margin-left: 50px;
    padding-left: 12px;
    line-height: 30px
}

.about strong {
    font-weight: 400;
    color: #7a8dc4
}

div#panel-2-2-0-0 {
    font-weight: 600
}

div#pg-2-3 h3 {
    color: #7a8dc4;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0
}

hr.rule {
    color: #d3d0dd;
    background: #d3d0dd;
    height: 3px;
    width: 60px
}

.about.panel-widget-style.panel-widget-style-for-2-1-0-0,
div#panel-2-6-0-0 {
    padding-right: 50px
}

div#pg-2-5 {
    padding-bottom: 50px
}

div#pgc-2-8-0 a.btn {
    top: 15px;
    text-transform: uppercase;
    position: relative
}

#pg-2-11,
#pg-2-12,
#pg-2-4,
#pg-2-5 {
    padding: 20px
}

#pgc-2-4-1 {
    display: none
}

div#panel-2-1-1-0 {
    text-align: right
}

span.tagline {
    font-family: mrs-eaves-xl-serif-narrow, serif;
    font-weight: 400;
    font-style: italic;
    color: #cca3cc;
    font-size: 1.5em;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.entry-content h2,
.entry-summary h2,
.comment-content h2 {
    font-size: 2em !important
}

div#pgc-2-2-0 {
    text-align: center
}

div#pg-2-3 .textwidget {
    background: #f1f8fe;
    padding: 35px;
    min-height: 440px
}

div#pg-2-3 h3 {
    color: #7a8dc4
}

div#pg-2-5,
div#pg-2-9 {
    padding-top: 50px
}

div#pg-2-5 hr {
    margin-bottom: 16px
}

#pg-2-4,
div#pg-2-5,
#pg-2-11,
#pg-2-12,
#pg-2-13 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0 !important;
    background: #f1f8fe
}

.wide {
    width: 1320px !important;
    margin: 0 auto !important;
    max-width: 1320px !important;
    position: relative !important;
    padding: 0 4.5455%
}

div#pg-2-2 {
    padding-top: 0px;
    padding-bottom: 20px
}

div#pg-2-4 {
    padding-bottom: 0;
    padding-top: 40px
}

#panel-2-10-0-0 {
    margin-bottom: 30px !important
}

#panel-2-13-0-0 {
    text-align: center;
    padding-bottom: 70px
}

div#pg-2-2 {
    padding-bottom: 0;
    margin-bottom: 50px
}

div#pg-2-3 {
    text-align: left
}

div#pg-2-11 {
    padding-bottom: 0px;
    padding-top: 40px
}

div#panel-2-5-1-0,
div#panel-2-0-1-0,
#panel-2-4-1-0,
#panel-2-7-1-0,
#panel-2-11-1-0 {
    text-align: right
}

.services {
    background: #f1f8fe;
    padding: 50px;
    min-height: 413px
}

.services h3 {
    color: #7a8dc4
}

.subtitle {
    text-align: center;
    font-weight: 700
}

.subtitle p {
    color: gray
}

div#pg-2-14 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    color: #fff;
    background: linear-gradient(-90deg, #cca3cc, #5970b5, #295778, #4f4278);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    padding: 100px 0
}

div#pg-2-14 hr.rule {
    text-align: center;
    margin: 1.6153846154em auto
}

div#pg-2-14 h2 {
    color: #fff;
    text-align: center
}

div#panel-2-14-0-0 p,
div#panel-2-14-0-0 li {
    color: #fff
}

.locBox {
    width: 44%;
    display: block;
    float: left;
    background: #fff;
    border-radius: 5px;
    margin: 1%;
    color: #000;
    padding: 50px
}

p.locations {
    font-family: 'Josefin Sans', sans-serif
}

.locBox.locBox1 {
    margin-right: 3%
}

.locBox.locBox2 {
    margin-left: 3%
}

.locBox * {
    color: #4d4d4d !important;
    line-height: 1.8em;
    font-size: 1.2em
}

.appointment.wide {
    width: 1200px !important
}

hr.clear {
    clear: both;
    height: 0
}

p.locations {
    text-align: center;
    color: #cdd4e9 !important;
    font-weight: 400
}

.locBox h4 {
    color: #847ba0 !important;
    font-size: 1.8em;
    letter-spacing: 2px
}

a.btn {
    background: #4f4278;
    padding: 13px 20px;
    color: #fff !important;
    font-family: oswald, sans-serif;
    font-weight: lighter;
    font-size: 18px;
    text-transform: uppercase
}

a.btn:hover {
    background: #000
}

div#pgc-2-12-0 hr.rule {
    margin-bottom: 45px
}

div#panel-2-12-0-0 ol {
    margin-bottom: 45px
}

.locBox span {
    font-weight: 400;
    color: #c0a3cc !important;
    font-size: 17px
}

footer.entry-footer {
    display: none
}

main#main {
    margin-bottom: 0
}

footer#colophon,
#content-bottom-widgets {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #000;
    color: #fff !important;
    padding-bottom: 0
}

ul#menu-main-menu {
    text-align: center
}

ul#menu-main-menu * {
    color: #fff
}

#content-bottom-widgets .widget-area {
    margin: 0 !important
}

#content-bottom-widgets .widget {
    padding: 40px 0 10px
}

ul#menu-main-menu-2 {
    list-style: none;
    text-align: center
}

ul#menu-main-menu-2 * {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200 !important;
    font-family: 'Open Sans', sans-serif;
    display: inline;
    padding: 0 10px
}

.site-info {
    width: 100%;
    text-align: center
}

.site-info p {
    font-weight: 400;
    color: #cca3cc;
    font-size: 14px
}

aside#content-bottom-widgets ul#menu-main-menu-2 * {
    font-size: 20px;
    transition: background-color .5s, border-color .5s, color .5s
}

aside#content-bottom-widgets ul#menu-main-menu-2 a:hover {
    color: #cca3cc !important
}

.site-info a,
.site-info a:hover {
    color: #cca3cc;
    box-shadow: none !important
}

@media screen and (max-width:900px) {
    div#pg-2-0,
    div#pg-2-3,
    div#pg-2-9,
    div#pg-2-10 {
        display: block
    }
    #pg-2-5 {
        bottom: 30px
    }
    .site-description {
        display: block !important
    }
    div#pg-2-0 *,
    div#pgc-2-5-1 *,
    div#pgc-2-9-1 * {
        text-align: left
    }
    div#pgc-2-0-0,
    div#pgc-2-0-1,
    div#pgc-2-3-0,
    div#pgc-2-3-1,
    div#pgc-2-3-2,
    div#pgc-2-5-0,
    div#pgc-2-5-1,
    #pgc-2-6-0,
    div#pgc-2-6-1,
    div#pgc-2-7-0,
    div#pgc-2-7-1,
    div#pgc-2-7-2,
    div#pgc-2-9-0,
    div#pgc-2-9-1,
    div#pgc-2-10-0,
    div#pgc-2-10-1 {
        width: 100% !important
    }
    div#pg-2-3 .textwidget,
    .services {
        min-height: 0
    }
    .wide {
        width: 100% !important;
        padding: 0 !important
    }
    div#pg-2-6,
    div#pg-2-7,
    div#pg-2-8 {
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        background: 0 0
    }
    .appointment.wide {
        width: 100% !important;
        padding: 0 4.5455% !important
    }
    .locBox {
        float: none;
        max-width: 500px !important;
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 20px !important
    }
    div#pg-2-12 hr.rule {
        text-align: left !important;
        margin: 1.6153846154em 0
    }
    div#pg-2-12 h2 {
        text-align: left
    }
    .entry-content {
        margin-right: 7.6923%
    }
    .wide {
        display: block !important
    }
}

[class^=wp-block-] figcaption {
    color: #686868;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
    text-align: left
}

.rtl [class^=wp-block-] figcaption {
    text-align: right
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 5em
}

@media screen and (min-width:61.5625em) {
    body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
        margin-left: 0;
        margin-right: -40%
    }
}

.wp-block-gallery {
    margin-bottom: 1.75em
}

.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
    border-left: none;
    padding-left: 0
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
    border-right: none;
    padding-right: 0
}

.wp-block-quote cite {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

.wp-block-quote cite:before {
    content: "\2014\00a0"
}

.wp-block-audio audio {
    display: block;
    width: 100%
}

.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
    display: flex
}

.wp-block-file .wp-block-file__button {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: .046875em;
    line-height: 1;
    padding: .84375em .875em .78125em;
    text-transform: uppercase
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
    background: #007acc
}

.wp-block-file .wp-block-file__button:focus {
    outline: thin dotted;
    outline-offset: -4px
}

.rtl .wp-block-file *+.wp-block-file__button {
    margin-left: .75em;
    margin-right: 0
}

.wp-block-code {
    border: 0;
    font-family: Inconsolata, monospace;
    line-height: 1.75;
    padding: 0
}

.wp-block-code code {
    font-size: inherit
}

.wp-block-pullquote {
    border-width: 4px
}

.wp-block-pullquote blockquote {
    color: #686868;
    border-left: 4px solid #1a1a1a;
    margin: 0;
    padding: 0 0 0 24px
}

.rtl .wp-block-pullquote blockquote {
    border-left: none;
    border-right: 4px solid #1a1a1a;
    padding: 0 24px 0 0
}

.wp-block-pullquote p {
    font-size: 19px;
    font-size: 1.1875rem
}

.wp-block-pullquote cite {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-style: none;
    line-height: 1.75;
    text-transform: none
}

.wp-block-pullquote cite:before {
    content: "\2014\00a0"
}

.wp-block-table,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #d1d1d1
}

.wp-block-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

.wp-block-table th,
.wp-block-table td {
    font-weight: 400;
    padding: .4375em;
    text-align: left
}

.wp-block-table th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

.wp-block-table td {
    border-width: 0 1px 1px 0
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
    text-align: right
}

.wp-block-button .wp-block-button__link {
    box-shadow: none;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: .046875em;
    line-height: 1;
    padding: .84375em 1.3125em .78125em;
    text-transform: uppercase
}

.entry-content .wp-block-button__link {
    background: #1a1a1a;
    color: #fff
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
    background: 0 0
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #1a1a1a
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
    background: #007acc;
    color: #fff
}

.wp-block-button .wp-block-button__link:focus {
    outline: thin dotted;
    outline-offset: -4px
}

hr.wp-block-separator {
    border: 0
}

.wp-block-separator {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px
}

.wp-block-separator.is-style-wide {
    max-width: 100%
}

.wp-block-media-text {
    margin-bottom: 1.75em
}

.wp-block-media-text *:last-child {
    margin-bottom: 0
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    list-style-position: inside;
    text-align: center
}

.wp-block-latest-comments__comment-meta a {
    box-shadow: none;
    font-weight: 700
}

.wp-block-latest-comments__comment-date {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-top: 1px solid #d1d1d1;
    margin-bottom: 0;
    padding: 1.75em 0
}

.wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0
}

.entry-content .has-dark-gray-color {
    color: #1a1a1a
}

.entry-content .has-dark-gray-background-color {
    background-color: #1a1a1a
}

.entry-content .has-medium-gray-color {
    color: #686868
}

.entry-content .has-medium-gray-background-color {
    background-color: #686868
}

.entry-content .has-light-gray-color {
    color: #e5e5e5
}

.entry-content .has-light-gray-background-color {
    background-color: #e5e5e5
}

.entry-content .has-white-color {
    color: #fff
}

.entry-content .has-white-background-color {
    background-color: #fff
}

.entry-content .has-blue-gray-color {
    color: #4d545c
}

.entry-content .has-blue-gray-background-color {
    background-color: #4d545c
}

.entry-content .has-bright-blue-color {
    color: #007acc
}

.entry-content .has-bright-blue-background-color {
    background-color: #007acc
}

.entry-content .has-light-blue-color {
    color: #9adffd
}

.entry-content .has-light-blue-background-color {
    background-color: #9adffd
}

.entry-content .has-dark-brown-color {
    color: #402b30
}

.entry-content .has-dark-brown-background-color {
    background-color: #402b30
}

.entry-content .has-medium-brown-color {
    color: #774e24
}

.entry-content .has-medium-brown-background-color {
    background-color: #774e24
}

.entry-content .has-dark-red-color {
    color: #640c1f
}

.entry-content .has-dark-red-background-color {
    background-color: #640c1f
}

.entry-content .has-bright-red-color {
    color: #ff675f
}

.entry-content .has-bright-red-background-color {
    background-color: #ff675f
}

.entry-content .has-yellow-color {
    color: #ffef8e
}

.entry-content .has-yellow-background-color {
    background-color: #ffef8e
}

@font-face {
    font-family: "GeneralFoundicons";
    src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/general_foundicons.eot);
    src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/general_foundicons.eot#iefix) format("embedded-opentype"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/general_foundicons.woff) format("woff"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/general_foundicons.ttf) format("truetype"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/general_foundicons.svg#GeneralFoundicons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=foundicon-] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat
}

[class*=foundicon-]:before {
    font-family: "GeneralFoundicons";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.foundicon-settings:before {
    content: "\f000"
}

.foundicon-heart:before {
    content: "\f001"
}

.foundicon-star:before {
    content: "\f002"
}

.foundicon-plus:before {
    content: "\f003"
}

.foundicon-minus:before {
    content: "\f004"
}

.foundicon-checkmark:before {
    content: "\f005"
}

.foundicon-remove:before {
    content: "\f006"
}

.foundicon-mail:before {
    content: "\f007"
}

.foundicon-calendar:before {
    content: "\f008"
}

.foundicon-page:before {
    content: "\f009"
}

.foundicon-tools:before {
    content: "\f00a"
}

.foundicon-globe:before {
    content: "\f00b"
}

.foundicon-home:before {
    content: "\f00c"
}

.foundicon-quote:before {
    content: "\f00d"
}

.foundicon-people:before {
    content: "\f00e"
}

.foundicon-monitor:before {
    content: "\f00f"
}

.foundicon-laptop:before {
    content: "\f010"
}

.foundicon-phone:before {
    content: "\f011"
}

.foundicon-cloud:before {
    content: "\f012"
}

.foundicon-error:before {
    content: "\f013"
}

.foundicon-right-arrow:before {
    content: "\f014"
}

.foundicon-left-arrow:before {
    content: "\f015"
}

.foundicon-up-arrow:before {
    content: "\f016"
}

.foundicon-down-arrow:before {
    content: "\f017"
}

.foundicon-trash:before {
    content: "\f018"
}

.foundicon-add-doc:before {
    content: "\f019"
}

.foundicon-edit:before {
    content: "\f01a"
}

.foundicon-lock:before {
    content: "\f01b"
}

.foundicon-unlock:before {
    content: "\f01c"
}

.foundicon-refresh:before {
    content: "\f01d"
}

.foundicon-paper-clip:before {
    content: "\f01e"
}

.foundicon-video:before {
    content: "\f01f"
}

.foundicon-photo:before {
    content: "\f020"
}

.foundicon-graph:before {
    content: "\f021"
}

.foundicon-idea:before {
    content: "\f022"
}

.foundicon-mic:before {
    content: "\f023"
}

.foundicon-cart:before {
    content: "\f024"
}

.foundicon-address-book:before {
    content: "\f025"
}

.foundicon-compass:before {
    content: "\f026"
}

.foundicon-flag:before {
    content: "\f027"
}

.foundicon-location:before {
    content: "\f028"
}

.foundicon-clock:before {
    content: "\f029"
}

.foundicon-folder:before {
    content: "\f02a"
}

.foundicon-inbox:before {
    content: "\f02b"
}

.foundicon-website:before {
    content: "\f02c"
}

.foundicon-smiley:before {
    content: "\f02d"
}

.foundicon-search:before {
    content: "\f02e"
}

@font-face {
    font-family: "SocialFoundicons";
    src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/social_foundicons.eot);
    src: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/social_foundicons.eot#iefix) format("embedded-opentype"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/social_foundicons.woff) format("woff"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/social_foundicons.ttf) format("truetype"), url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/fonts/social_foundicons.svg#SocialFoundicons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=foundicon-] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat
}

[class*=foundicon-]:before {
    font-family: "SocialFoundicons";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.foundicon-thumb-up:before {
    content: "\f000"
}

.foundicon-thumb-down:before {
    content: "\f001"
}

.foundicon-rss:before {
    content: "\f002"
}

.foundicon-facebook:before {
    content: "\f003"
}

.foundicon-twitter:before {
    content: "\f004"
}

.foundicon-pinterest:before {
    content: "\f005"
}

.foundicon-github:before {
    content: "\f006"
}

.foundicon-path:before {
    content: "\f007"
}

.foundicon-linkedin:before {
    content: "\f008"
}

.foundicon-dribbble:before {
    content: "\f009"
}

.foundicon-stumble-upon:before {
    content: "\f00a"
}

.foundicon-behance:before {
    content: "\f00b"
}

.foundicon-reddit:before {
    content: "\f00c"
}

.foundicon-google-plus:before {
    content: "\f00d"
}

.foundicon-youtube:before {
    content: "\f00e"
}

.foundicon-vimeo:before {
    content: "\f00f"
}

.foundicon-flickr:before {
    content: "\f010"
}

.foundicon-slideshare:before {
    content: "\f011"
}

.foundicon-picassa:before {
    content: "\f012"
}

.foundicon-skype:before {
    content: "\f013"
}

.foundicon-steam:before {
    content: "\f014"
}

.foundicon-instagram:before {
    content: "\f015"
}

.foundicon-foursquare:before {
    content: "\f016"
}

.foundicon-delicious:before {
    content: "\f017"
}

.foundicon-chat:before {
    content: "\f018"
}

.foundicon-torso:before {
    content: "\f019"
}

.foundicon-tumblr:before {
    content: "\f01a"
}

.foundicon-video-chat:before {
    content: "\f01b"
}

.foundicon-digg:before {
    content: "\f01c"
}

.foundicon-wordpress:before {
    content: "\f01d"
}

.otw-button {
    background-color: #00aeef;
    border: 1px solid rgba(128, 128, 128, .4);
    color: #fff !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 5px;
    outline: none;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .25)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-repeat: repeat-x
}

.otw-button:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, .1)), color-stop(100%, rgba(0, 0, 0, .05)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    border: 1px solid rgba(128, 128, 128, .6)
}

.otw-button:active {
    color: #ebebeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .4)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25) inset;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    border: 1px solid rgba(128, 128, 128, .75)
}

.ie8 .otw-button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000', GradientType=0)
}

.ie8 .otw-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000', GradientType=0)
}

.ie8 .otw-button:active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000', GradientType=0)
}

.ie9 .otw-button {
    position: relative
}

.ie9 .otw-button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .12;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=)
}

.ie9 .otw-button:hover:after {
    opacity: .05
}

.ie9 .otw-button:active:after {
    opacity: .2
}

.otw-button.large {
    font-size: 18px
}

.otw-button.large img {
    max-height: 19px
}

.otw-button.medium {
    font-size: 14px
}

.otw-button.medium img {
    max-height: 15px
}

.otw-button.small {
    font-size: 12px;
    padding: 5px 10px 6px
}

.otw-button.small img {
    max-height: 13px
}

.otw-button.tiny {
    font-size: 11px;
    padding: 4px 8px 5px
}

.otw-button.tiny img {
    max-height: 12px
}

.otw-button.expand {
    width: 100%;
    text-align: center
}

.otw-button.radius,
.otw-button.radius:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.otw-button.round,
.otw-button.round:after {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}

.otw-button i {
    display: block;
    float: left;
    margin: 1px 6px 0 0
}

.otw-button img {
    margin-right: 8px
}

.otw-button.right-icon i {
    float: right;
    margin: 1px 0 0 6px
}

.otw-button.right-icon img {
    float: right;
    margin: 0 0 0 8px
}

.otw-red {
    background-color: #ff1d25
}

.otw-orange {
    background-color: #ff931e
}

.otw-green {
    background-color: #8cc63f
}

.otw-greenish {
    background-color: #23d7af
}

.otw-aqua {
    background-color: #3fa9f5
}

.otw-blue {
    background-color: #2356d7
}

.otw-pink {
    background-color: #ff7bac
}

.otw-silver {
    background-color: #d8d8d8
}

.otw-brown {
    background-color: #c69c6d
}

.otw-black {
    background-color: #1c1c1c
}

.otw-white {
    background-color: #fff
}

.otw-sc-link a {
    padding-right: 3px
}

.otw-sc-link a i {
    display: block;
    float: left;
    margin: 0 3px 0 0
}

.otw-sc-link a img {
    max-height: 13px;
    margin-right: 4px
}

.otw-sc-link a.right-icon {
    padding: 0 0 0 3px
}

.otw-sc-link a.right-icon i {
    float: right;
    margin: 0 0 0 3px
}

.otw-sc-link a.right-icon img {
    margin: 0 0 0 4px
}

[class*="social foundicon-"]:before {
    font-family: "SocialFoundicons"
}

[class*="general foundicon-"]:before {
    font-family: "GeneralFoundicons"
}

.otw-sc-divider {
    *zoom: 1;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    height: 1px;
    margin: 30px 0
}

.otw-sc-divider:before,
.otw-sc-divider:after {
    content: " ";
    display: table
}

.otw-sc-divider:after {
    clear: both
}

.otw-sc-divider.empty {
    border-bottom: 0 none
}

.otw-sc-divider span {
    position: relative;
    top: -.5em;
    line-height: 1em;
    background: #fff;
    color: #00aeef;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.otw-sc-divider.otw-text-left span {
    padding-right: 10px
}

.otw-sc-divider.otw-text-right span {
    padding-left: 10px
}

.otw-sc-divider.otw-text-center span {
    padding: 0 10px
}

.otw-sc-divider .dot {
    position: relative;
    top: -15px;
    display: block;
    float: right;
    overflow: hidden;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #00aeef;
    height: 30px;
    width: 30px;
    padding-top: 7.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px
}

.otw-sc-divider .dot.center {
    float: none;
    margin: 0 auto
}

.otw-sc-divider.scroll-top {
    margin: 50px 0;
    text-transform: uppercase
}

.otw-sc-divider.scroll-top .dot {
    font-size: 14px
}

.otw-sc-link a {
    padding-right: 3px
}

.otw-sc-link a i {
    display: block;
    float: left;
    margin: 0 3px 0 0
}

.otw-sc-link a img {
    max-height: 13px;
    margin-right: 4px
}

.otw-sc-link a.right-icon {
    padding: 0 0 0 3px
}

.otw-sc-link a.right-icon i {
    float: right;
    margin: 0 0 0 3px
}

.otw-sc-link a.right-icon img {
    margin: 0 0 0 4px
}

.otw-sc-box {
    line-height: 18px;
    margin-bottom: 20px;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0
}

.otw-sc-box div {
    padding: 16px 20px 18px;
    font-size: 14px
}

.otw-sc-box div h3 {
    margin-top: 0;
    font-size: 18px
}

.otw-sc-box.with-icon i,
.otw-sc-box.with-icon>img {
    font-size: 24px;
    line-height: 24px;
    max-width: 24px;
    position: absolute;
    top: 10px;
    left: 22px
}

.otw-sc-box.with-icon div {
    padding-left: 46px
}

.otw-sc-box.with-icon.medium i {
    font-size: 32px;
    line-height: 32px
}

.otw-sc-box.with-icon.medium div {
    padding-left: 52px
}

.otw-sc-box.with-icon.medium>img {
    max-width: 32px
}

.otw-sc-box.with-icon.large i {
    font-size: 48px;
    line-height: 48px
}

.otw-sc-box.with-icon.large div {
    padding-left: 66px
}

.otw-sc-box.with-icon.large>img {
    max-width: 48px
}

.otw-sc-box.with-icon.xlarge i {
    font-size: 64px;
    line-height: 64px
}

.otw-sc-box.with-icon.xlarge div {
    padding-left: 85px
}

.otw-sc-box.with-icon.xlarge>img {
    max-width: 64px
}

.otw-sc-box p,
.otw-sc-quote p {
    margin: 0
}

.otw-sc-box.bordered,
.otw-sc-quote.bordered,
.otw-custom-shortcode.bordered {
    border-width: 1px;
    border-style: solid
}

.otw-sc-box.dashed,
.otw-sc-quote.dashed,
.otw-custom-shortcode.dashed {
    border-width: 1px;
    border-style: dashed
}

.otw-sc-box.dotted,
.otw-sc-quote.dotted,
.otw-custom-shortcode.dotted {
    border-width: 1px;
    border-style: dotted
}

.otw-sc-box.border-top-bottom,
.otw-sc-quote.border-top-bottom,
.otw-custom-shortcode.border-top-bottom {
    border-width: 1px 0
}

.otw-sc-box.border-left-right,
.otw-sc-quote.border-left-right,
.otw-custom-shortcode.border-left-right {
    border-width: 0 1px
}

.otw-sc-box.rounded-3,
.otw-sc-quote.rounded-3,
.otw-custom-shortcode.rounded-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.otw-sc-box.rounded-5,
.otw-sc-quote.rounded-5,
.otw-custom-shortcode.rounded-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.otw-sc-box.rounded-10,
.otw-sc-quote.rounded-10,
.otw-custom-shortcode.rounded-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.otw-sc-box.shadow-inner,
.otw-sc-quote.shadow-inner,
.otw-custom-shortcode.shadow-inner {
    border-width: 1px;
    -webkit-box-shadow: 0 0 6px #d3d3d3 inset;
    -moz-box-shadow: 0 0 6px #d3d3d3 inset;
    box-shadow: 0 0 6px #d3d3d3 inset
}

.otw-sc-box.shadow-outer,
.otw-sc-quote.shadow-outer,
.otw-custom-shortcode.shadow-outer {
    border-width: 1px;
    -webkit-box-shadow: 0 0 7px #d3d3d3;
    -moz-box-shadow: 0 0 7px #d3d3d3;
    box-shadow: 0 0 7px #d3d3d3
}

.otw-sc-box.shadow-down-left,
.otw-sc-quote.shadow-down-left,
.otw-custom-shortcode.shadow-down-left {
    border-width: 1px;
    -webkit-box-shadow: -3px 3px 5px #d3d3d3;
    -moz-box-shadow: -3px 3px 5px #d3d3d3;
    box-shadow: -3px 3px 5px #d3d3d3
}

.otw-sc-box.shadow-down-right,
.otw-sc-quote.shadow-down-right,
.otw-custom-shortcode.shadow-down-right {
    border-width: 1px;
    -webkit-box-shadow: 3px 3px 5px #d3d3d3;
    -moz-box-shadow: 3px 3px 5px #d3d3d3;
    box-shadow: 3px 3px 5px #d3d3d3
}

.otw-pattern-1 {
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-1.png) repeat
}

.otw-pattern-2 {
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-2.png) repeat
}

.otw-pattern-3 {
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-3.png) repeat
}

.otw-pattern-4 {
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-4.png) repeat
}

.otw-pattern-5 {
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-5.png) repeat
}

.otw-sc-about .work-position {
    font-size: 12px;
    margin-bottom: 6px;
    font-style: italic;
    color: #9b9b9b
}

.otw-sc-about h3.widget-title {
    margin-top: 12px;
    margin-bottom: 12px
}

.otw-sc-about div.image {
    float: left
}

.otw-sc-about div.otw-sc-about-content {
    clear: both;
    overflow: hidden
}

.otw-sc-quote {
    border: none;
    margin: 0 0 20px;
    padding: 20px 10px 20px 60px;
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/blockquote.png) no-repeat 0 20px
}

.otw-sc-quote p {
    padding: 0
}

.otw-sc-quote.background {
    padding: 10px 0 10px 50px
}

.otw-sc-quote.background p {
    padding: 10px
}

.otw-sc-quote.bordered,
.otw-sc-quote.dashed,
.otw-sc-quote.dotted {
    border-color: #e0e0e0;
    border-width: 1px 0
}

.otw-sc-dropcap {
    background-color: #1c1c1c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 31.2px;
    width: 31.2px;
    line-height: 30.2px;
    margin: 3px 10px 0 0;
    padding: 0;
    text-align: center
}

.otw-sc-dropcap.otw-no-border-color {
    border-color: activeborder
}

.otw-sc-dropcap.small {
    font-size: 14px
}

.otw-sc-dropcap.small.otw-no-background {
    font-size: 21px
}

.otw-sc-dropcap.medium {
    font-size: 21px
}

.otw-sc-dropcap.medium.otw-no-background {
    font-size: 27px
}

.otw-sc-dropcap.large {
    font-size: 32px;
    height: 50.4px;
    width: 50.4px;
    line-height: 48.4px
}

.otw-sc-dropcap.large.otw-no-background {
    font-size: 41px
}

.otw-sc-dropcap.shadow {
    -webkit-box-shadow: 1px 1px 3px #c9c9c9;
    -moz-box-shadow: 1px 1px 3px #c9c9c9;
    box-shadow: 1px 1px 3px #c9c9c9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 0
}

.otw-sc-dropcap.border {
    border-width: 2px;
    border-style: solid
}

.otw-sc-dropcap.otw-no-background {
    background-color: transparent;
    color: #1c1c1c
}

.otw-sc-dropcap.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.otw-sc-highlight {
    padding: 1px 3px
}

.otw-sc-highlight.with-border {
    padding: 0 2px;
    border-bottom-style: dashed;
    border-bottom-width: 1px
}

abbr {
    border-bottom: 1px dashed #e0e0e0;
    cursor: help
}

.otw-sc-toggle {
    margin-bottom: 20px
}

.otw-sc-toggle .toggle-trigger {
    font-family: "Open Sans", sans-serif;
    background: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 #fff;
    padding: 12px 18px;
    margin: 0;
    font-size: 16px;
    cursor: pointer
}

.otw-sc-toggle .toggle-trigger>img {
    margin-right: 8px;
    max-width: 18px
}

.otw-sc-toggle .toggle-trigger span {
    text-shadow: 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: right;
    display: block;
    height: 21px;
    width: 21px;
    line-height: 21px;
    background: #00aeef url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/toggle-icon.png) no-repeat center top;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out
}

.otw-sc-toggle .toggle-trigger:hover {
    background: #f6f6f6
}

.otw-sc-toggle .toggle-trigger.closed span {
    background-position: center bottom
}

.otw-sc-toggle .toggle-content {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    border-top: 0 none
}

.otw-sc-toggle .toggle-content p {
    margin-bottom: 0
}

.otw-sc-accordion {
    margin-bottom: 20px
}

.otw-sc-accordion .accordion-title {
    font-family: "Open Sans", sans-serif;
    background: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 #fff;
    padding: 12px 18px;
    cursor: pointer;
    margin-bottom: 0;
    color: #333;
    text-transform: none;
    font-weight: 700
}

.otw-sc-accordion .accordion-title>img {
    margin-right: 8px;
    max-width: 18px
}

.otw-sc-accordion .accordion-title span {
    text-shadow: 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    height: 21px;
    width: 21px;
    background: #00aeef url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/toggle-icon.png) no-repeat center bottom;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out
}

.otw-sc-accordion .accordion-title:hover {
    background: #f6f6f6
}

.otw-sc-accordion .accordion-title.ui-state-active span {
    background-position: center top
}

.otw-sc-accordion>div {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    border-top: 0 none
}

.otw-sc-accordion>div p {
    margin-bottom: 0;
    line-height: 1.6;
    direction: ltr;
    padding: 0;
    font-size: 12px
}

.otw-row.display .otw-columns p {
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #e0e0e0;
    padding: 5px
}

.otw-sc-tabs {
    position: relative;
    padding: 0;
    margin-bottom: 14px;
    zoom: 1
}

.otw-sc-tabs .ui-tabs-nav {
    margin: 0 !important;
    padding: 0 !important
}

.otw-sc-tabs .ui-tabs-nav li {
    font-size: 14px;
    list-style: none;
    float: left;
    position: relative;
    height: 36px;
    top: 0;
    margin: 1px 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: normal;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 0 0;
    font-family: "Open Sans", sans-serif;
    background: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 #fff
}

.otw-sc-tabs .ui-tabs-nav li:first-child {
    border-left: 1px solid #e0e0e0
}

.otw-sc-tabs .ui-tabs-nav li span.tab-title,
.otw-sc-tabs .ui-tabs-nav li a {
    float: left;
    margin-top: 1px;
    padding: .6em 1em;
    text-decoration: none;
    outline: none
}

.otw-sc-tabs .ui-tabs-nav li span.tab-title:hover,
.otw-sc-tabs .ui-tabs-nav li a:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(#f3f3f3, #f4f4f4);
    background-image: -moz-linear-gradient(#f3f3f3, #f4f4f4);
    background-image: -o-linear-gradient(#f3f3f3, #f4f4f4);
    background-image: linear-gradient(#f3f3f3, #f4f4f4)
}

.otw-sc-tabs .ui-tabs-nav li span.tab-title>img,
.otw-sc-tabs .ui-tabs-nav li a>img {
    margin-right: 4px;
    max-width: 18px
}

.otw-sc-tabs .ui-tabs-nav li span.tab-title {
    font-weight: 700
}

.otw-sc-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.otw-sc-tabs .ui-tabs-nav li.ui-tabs-active a {
    cursor: text;
    margin-top: 1px;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(#fff, #f4f4f4);
    background-image: -moz-linear-gradient(#fff, #f4f4f4);
    background-image: -o-linear-gradient(#fff, #f4f4f4);
    background-image: linear-gradient(#fff, #f4f4f4)
}

.otw-sc-tabs .ui-tabs-nav li.ui-state-disabled a,
.otw-sc-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.otw-sc-tabs .ui-tabs-nav li a {
    cursor: pointer
}

.otw-sc-tabs .ui-tabs-panel {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset
}

.otw-sc-tabs .ui-tabs-panel p {
    margin-bottom: 0
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav {
    float: left;
    width: 20%
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0 0 0 1px;
    border-width: 0 0 1px 1px
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li:first-child {
    border-top: 1px solid #e0e0e0
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li a:hover {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #f3f3f3), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(left, #f3f3f3 60%, #f4f4f4);
    background-image: -moz-linear-gradient(left, #f3f3f3 60%, #f4f4f4);
    background-image: -o-linear-gradient(left, #f3f3f3 60%, #f4f4f4);
    background-image: linear-gradient(left, #f3f3f3 60%, #f4f4f4)
}

.otw-sc-tabs.vertical-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #fff), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(left, #fff 60%, #f4f4f4);
    background-image: -moz-linear-gradient(left, #fff 60%, #f4f4f4);
    background-image: -o-linear-gradient(left, #fff 60%, #f4f4f4);
    background-image: linear-gradient(left, #fff 60%, #f4f4f4);
    margin-top: 0;
    margin-left: 1px
}

.otw-sc-tabs.vertical-tabs .ui-tabs-panel {
    margin-left: 20%
}

.otw-sc-tabs .otw-post-tabs-content-wrapper {
    overflow: hidden
}

.otw-sc-tabs .otw-post-tabs-content {
    float: left;
    margin-left: 5px
}

@media only screen and (max-width:1279px) {
    .otw-sc-tabs.vertical-tabs .ui-tabs-nav {
        float: left;
        width: 35%
    }
    .otw-sc-tabs.vertical-tabs .ui-tabs-panel {
        margin-left: 35%
    }
}

.alignleft img {
    float: left;
    margin: 0 1em .5em 0;
    width: auto
}

.alignright img {
    float: right;
    margin: 0 0 0 .5em 1em;
    width: auto
}

.aligncenter img {
    margin: 0 auto 1em auto;
    display: block
}

.otw-sc-image-style {
    margin-bottom: 10px
}

.otw-sc-image-style.border img {
    padding: 5px;
    border: 1px solid #e0e0e0
}

.otw-sc-image-style.rounded img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.otw-sc-social-icons ul {
    margin: 20px 0;
    *zoom: 1;
}

.otw-sc-social-icons ul:before,
.otw-sc-social-icons ul:after {
    content: " ";
    display: table
}

.otw-sc-social-icons ul:after {
    clear: both
}

.otw-sc-social-icons ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.otw-sc-social-icons ul li i {
    display: block;
    float: left;
    margin-right: 5px
}

.otw-sc-social-icons.small i {
    font-size: 12px;
    line-height: 12px
}

.otw-sc-social-icons.medium i {
    font-size: 20px;
    line-height: 20px
}

.otw-sc-social-icons.large i {
    font-size: 28px;
    line-height: 28px;
    margin-left: 7px
}

.otw-sc-social-icons.xlarge i {
    font-size: 36px;
    line-height: 36px;
    margin-left: 7px
}

.otw-sc-message {
    position: relative;
    padding: 12px 27px 12px 43px;
    margin-bottom: 20px;
    background-color: #dedede;
    border: 1px solid #e0e0e0;
    line-height: 1.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5) inset, 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5) inset, 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5) inset, 0 1px 1px 0 rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom-width: 2px !important
}

.otw-sc-message a {
    text-decoration: underline
}

.otw-sc-message p {
    margin-bottom: 0;
    font-size: 12px
}

.otw-sc-message i {
    position: absolute;
    left: 14px;
    top: 12px;
    font-size: 18px
}

.otw-sc-message.otw-success {
    background-color: #c8e185;
    border: 1px solid #92ae45;
    color: #556528;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1d390), color-stop(100%, #a9c264));
    background-image: -webkit-linear-gradient(#c1d390, #a9c264);
    background-image: -moz-linear-gradient(#c1d390, #a9c264);
    background-image: -o-linear-gradient(#c1d390, #a9c264);
    background-image: linear-gradient(#c1d390, #a9c264)
}

.otw-sc-message.otw-error {
    background-color: #ec8282;
    border: 1px solid #d84b4b;
    color: #b02626;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eca7a7), color-stop(100%, #e17575));
    background-image: -webkit-linear-gradient(#eca7a7, #e17575);
    background-image: -moz-linear-gradient(#eca7a7, #e17575);
    background-image: -o-linear-gradient(#eca7a7, #e17575);
    background-image: linear-gradient(#eca7a7, #e17575)
}

.otw-sc-message.otw-warning {
    background-color: #f3dc8f;
    border: 1px solid #efc744;
    color: #8e6f0c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8e6ab), color-stop(100%, #f3d573));
    background-image: -webkit-linear-gradient(#f8e6ab, #f3d573);
    background-image: -moz-linear-gradient(#f8e6ab, #f3d573);
    background-image: -o-linear-gradient(#f8e6ab, #f3d573);
    background-image: linear-gradient(#f8e6ab, #f3d573)
}

.otw-sc-message.otw-tip {
    background-color: #77b6f6;
    border: 1px solid #358de3;
    color: #1966b2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98c4f1), color-stop(100%, #62a6e9));
    background-image: -webkit-linear-gradient(#98c4f1, #62a6e9);
    background-image: -moz-linear-gradient(#98c4f1, #62a6e9);
    background-image: -o-linear-gradient(#98c4f1, #62a6e9);
    background-image: linear-gradient(#98c4f1, #62a6e9)
}

.otw-sc-message.otw-neutral {
    background-color: #e8e8e8;
    border: 1px solid #c7c7c7;
    color: #7a7a7a;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #e0e0e0));
    background-image: -webkit-linear-gradient(#fff, #e0e0e0);
    background-image: -moz-linear-gradient(#fff, #e0e0e0);
    background-image: -o-linear-gradient(#fff, #e0e0e0);
    background-image: linear-gradient(#fff, #e0e0e0)
}

.otw-sc-message:after {
    content: " ";
    background: #fff url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/diag-background-translucent.png) repeat
}

.otw-sc-message .close-message {
    cursor: pointer;
    font-family: courier, monospace;
    position: absolute;
    top: 0;
    right: 3px;
    padding: 5px;
    font-size: 10px
}

.searchform {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px rgba(28, 28, 28, .2) inset;
    -moz-box-shadow: 0 0 6px rgba(28, 28, 28, .2) inset;
    box-shadow: 0 0 6px rgba(28, 28, 28, .2) inset;
    margin: 13px 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box
}

input[type=search].search-input {
    color: #a3a3a3;
    border: 0 none;
    box-shadow: none;
    width: 82%;
    display: inline;
    margin-bottom: 0;
    background: 0 0;
    line-height: 14px;
    height: 27px;
    outline: none
}

.text-widget h5 {
    color: #00aeef;
    font-size: 14px;
    text-transform: uppercase
}

.widget-body p {
    margin-bottom: 10px
}

.read-more a {
    background: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/read-more.png) no-repeat scroll right 3px transparent;
    padding-right: 17px;
    font-size: 12px;
    text-decoration: none;
    color: #00aeef
}

.otw-sc-clients {
    *zoom: 1;
    margin-bottom: 40px
}

.otw-sc-clients:before,
.otw-sc-clients:after {
    content: " ";
    display: table
}

.otw-sc-clients:after {
    clear: both
}

.otw-sc-clients .block-grid {
    overflow: visible;
    margin: 0 !important
}

.otw-sc-clients .block-grid li {
    -webkit-box-shadow: 0 0 1px #ccc;
    -moz-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc;
    text-align: center;
    padding: 5px 0 !important
}

.otw-sc-clients img {
    -webkit-transition: .8s all ease-out;
    -o-transition: .8s all ease-out;
    -moz-transition: .8s all ease-out;
    transition: .8s all ease-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/desaturate.svg#greyscale);
    filter: grayscale(100%)
}

.otw-sc-clients img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    filter: grayscale(0)
}

.otw-sc-contentbox {
    margin-bottom: 20px
}

.otw-sc-contentbox .otw-contentbox-title {
    padding: 12px 18px;
    margin: 0;
    font-size: 16px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.otw-sc-contentbox .otw-contentbox-title.otw-regular-title {
    font-family: "Open Sans", sans-serif;
    background: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/pattern-1.png) repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 0 #fff
}

.otw-sc-contentbox .otw-contentbox-title.otw-red-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-orange-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-green-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-greenish-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-aqua-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-blue-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-pink-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-silver-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-brown-title-gradient,
.otw-sc-contentbox .otw-contentbox-title.otw-black-title-gradient {
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
}

.otw-sc-contentbox .otw-contentbox-title>img {
    margin-right: 8px;
    max-width: 18px
}

.otw-sc-contentbox .contentbox-content {
    display: block;
    border: 1px solid #ecebeb;
    padding: 14px 18px;
    -webkit-box-shadow: 0 0 15px #ededed inset;
    -moz-box-shadow: 0 0 15px #ededed inset;
    box-shadow: 0 0 15px #ededed inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    line-height: 1.5em
}

.otw-sc-contentbox .contentbox-content p {
    margin-bottom: 0;
    margin-top: 0
}

.otw-sc-contentbox .contentbox-content a {
    text-decoration: underline
}

.otw-sc-contentbox .contentbox-content h1,
.otw-sc-contentbox .contentbox-content h2,
.otw-sc-contentbox .contentbox-content h3,
.otw-sc-contentbox .contentbox-content h4,
.otw-sc-contentbox .contentbox-content h5,
.otw-sc-contentbox .contentbox-content h6 {
    margin-top: 0
}

.otw-sc-contentbox .contentbox-content h5 {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 12px;
    margin-top: 0
}

.otw-widget-twitter ul li {
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0
}

.otw-widget-calendar table {
    width: 100%
}

.otw-widget-calendar caption {
    font-family: "Open Sans", sans-serif;
    color: #00aeef;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0
}

.otw-widget-calendar thead th {
    color: #00aeef;
    font-size: 14px;
    text-align: right;
    padding: 9px 7px
}

.otw-widget-calendar tbody td {
    padding: 8px 7px;
    text-align: right
}

.otw-widget-calendar tfoot td {
    padding: 6px 5px
}

.otw-widget-calendar tfoot td.next {
    text-align: right;
    font-family: "Open Sans", sans-serif
}

.otw-widget-blogauthorinfo {
    margin: 30px 0;
    padding: 30px 0 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden
}

.otw-widget-blogauthorinfo .widget-title {
    margin: 0 0 8px;
    clear: none;
    color: #333
}

.otw-widget-blogauthorinfo .image {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: auto;
    height: auto
}

.otw-widget-blogauthorinfo p {
    margin: 0;
    padding: 0
}

.otw-widget-blogauthorinfo .read-more {
    clear: both;
    margin-top: 20px
}

.otw-widget-flickr .image {
    float: left;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 10px 20px 0;
    margin-bottom: 20px
}

.otw-widget-flickr .image img {
    border: 1px solid #b8b8b8
}

.otw-widget-flickr .image-list {
    *zoom: 1;
}

.otw-widget-flickr .image-list:before,
.otw-widget-flickr .image-list:after {
    content: " ";
    display: table
}

.otw-widget-flickr .image-list:after {
    clear: both
}

.otw-widget-flickr a.more {
    display: block;
    padding-right: 10px;
    padding-bottom: 20px
}

.otw-widget-flickr .image-list div {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0
}

.otw-widget-tagcloud ul {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.otw-widget-tagcloud ul li,
.otw-widget-tagcloud ul a {
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: relative
}

.otw-widget-tagcloud ul li {
    margin: 0 5px 5px 0
}

.otw-widget-tagcloud ul a {
    background: none repeat scroll 0 0 #00aeef;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none
}

.otw-widget-tagcloud ul a:before {
    border-color: transparent #00aeef transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    float: left;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 0
}

.otw-widget-tagcloud ul a:after {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: -1px -1px 2px #0089bc;
    content: "";
    float: left;
    height: 4px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 4px
}

.otw-widget-tagcloud ul a:hover {
    background: none repeat scroll 0 0 #0089bc
}

.otw-widget-tagcloud ul a:hover:before {
    border-color: transparent #0089bc transparent transparent
}

.otw-red-background,
.button.otw-red-background {
    background-color: #ff1d25
}

.otw-orange-background,
.button.otw-orange-background {
    background-color: #ff931e
}

.otw-green-background,
.button.otw-green-background {
    background-color: #8cc63f
}

.otw-greenish-background,
.button.otw-greenish-background {
    background-color: #23d7af
}

.otw-aqua-background,
.button.otw-aqua-background {
    background-color: #3fa9f5
}

.otw-blue-background,
.button.otw-blue-background {
    background-color: #2356d7
}

.otw-pink-background,
.button.otw-pink-background {
    background-color: #ff7bac
}

.otw-purple-background,
.button.otw-purple-background {
    background-color: #915ecc
}

.otw-silver-background,
.button.otw-silver-background {
    background-color: #d8d8d8
}

.otw-brown-background,
.button.otw-brown-background {
    background-color: #c69c6d
}

.otw-black-background,
.button.otw-black-background {
    background-color: #1c1c1c
}

.otw-white-background,
.button.otw-white-background {
    background-color: #fff
}

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

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

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

.otw-red-border {
    border-color: #ff1d25
}

.otw-orange-border {
    border-color: #ff931e
}

.otw-green-border {
    border-color: #8cc63f
}

.otw-greenish-border {
    border-color: #23d7af
}

.otw-aqua-border {
    border-color: #3fa9f5
}

.otw-blue-border {
    border-color: #2356d7
}

.otw-pink-border {
    border-color: #ff7bac
}

.otw-purple-border {
    border-color: #915ecc
}

.otw-silver-border {
    border-color: #d8d8d8
}

.otw-brown-border {
    border-color: #c69c6d
}

.otw-black-border {
    border-color: #1c1c1c
}

.otw-white-border {
    border-color: #fff
}

.otw-red-link a {
    color: #ff1d25
}

.otw-red-link a:hover {
    color: #d00007
}

.otw-red-link a:active {
    color: #ff5056
}

.otw-orange-link a {
    color: #ff931e
}

.otw-orange-link a:hover {
    color: #d16c00
}

.otw-orange-link a:active {
    color: #ffab51
}

.otw-green-link a {
    color: #8cc63f
}

.otw-green-link a:hover {
    color: #638e2a
}

.otw-green-link a:active {
    color: #a4d266
}

.otw-greenish-link a {
    color: #23d7af
}

.otw-greenish-link a:hover {
    color: #189579
}

.otw-greenish-link a:active {
    color: #4be2c0
}

.otw-aqua-link a {
    color: #3fa9f5
}

.otw-aqua-link a:hover {
    color: #0b85dc
}

.otw-aqua-link a:active {
    color: #6fbff8
}

.otw-blue-link a {
    color: #2356d7
}

.otw-blue-link a:hover {
    color: #183c95
}

.otw-blue-link a:active {
    color: #4b76e2
}

.otw-pink-link a {
    color: #ff7bac
}

.otw-pink-link a:hover {
    color: #ff2f7c
}

.otw-pink-link a:active {
    color: #ffaecc
}

.otw-purple-link a {
    color: #915ecc
}

.otw-purple-link a:hover {
    color: #6b35a8
}

.otw-purple-link a:active {
    color: #ab85d8
}

.otw-silver-link a {
    color: #d8d8d8
}

.otw-silver-link a:hover {
    color: #b2b2b2
}

.otw-silver-link a:active {
    color: #f2f2f2
}

.otw-brown-link a {
    color: #c69c6d
}

.otw-brown-link a:hover {
    color: #a67641
}

.otw-brown-link a:active {
    color: #d4b592
}

.otw-black-link a {
    color: #1c1c1c
}

.otw-black-link a:hover {
    color: #000
}

.otw-black-link a:active {
    color: #363636
}

.otw-red-title-gradient {
    background-color: #ff1d25;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff1d25), color-stop(100%, #b60006));
    background-image: -webkit-linear-gradient(#ff1d25, #b60006);
    background-image: -moz-linear-gradient(#ff1d25, #b60006);
    background-image: -o-linear-gradient(#ff1d25, #b60006);
    background-image: linear-gradient(#ff1d25, #b60006)
}

.otw-orange-title-gradient {
    background-color: #ff931e;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff931e), color-stop(100%, #b75f00));
    background-image: -webkit-linear-gradient(#ff931e, #b75f00);
    background-image: -moz-linear-gradient(#ff931e, #b75f00);
    background-image: -o-linear-gradient(#ff931e, #b75f00);
    background-image: linear-gradient(#ff931e, #b75f00)
}

.otw-green-title-gradient {
    background-color: #8cc63f;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc63f), color-stop(100%, #567b24));
    background-image: -webkit-linear-gradient(#8cc63f, #567b24);
    background-image: -moz-linear-gradient(#8cc63f, #567b24);
    background-image: -o-linear-gradient(#8cc63f, #567b24);
    background-image: linear-gradient(#8cc63f, #567b24)
}

.otw-greenish-title-gradient {
    background-color: #23d7af;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #23d7af), color-stop(100%, #157f68));
    background-image: -webkit-linear-gradient(#23d7af, #157f68);
    background-image: -moz-linear-gradient(#23d7af, #157f68);
    background-image: -o-linear-gradient(#23d7af, #157f68);
    background-image: linear-gradient(#23d7af, #157f68)
}

.otw-aqua-title-gradient {
    background-color: #3fa9f5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3fa9f5), color-stop(100%, #0a76c4));
    background-image: -webkit-linear-gradient(#3fa9f5, #0a76c4);
    background-image: -moz-linear-gradient(#3fa9f5, #0a76c4);
    background-image: -o-linear-gradient(#3fa9f5, #0a76c4);
    background-image: linear-gradient(#3fa9f5, #0a76c4)
}

.otw-blue-title-gradient {
    background-color: #2356d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2356d7), color-stop(100%, #15337f));
    background-image: -webkit-linear-gradient(#2356d7, #15337f);
    background-image: -moz-linear-gradient(#2356d7, #15337f);
    background-image: -o-linear-gradient(#2356d7, #15337f);
    background-image: linear-gradient(#2356d7, #15337f)
}

.otw-pink-title-gradient {
    background-color: #ff7bac;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7bac), color-stop(100%, #ff156c));
    background-image: -webkit-linear-gradient(#ff7bac, #ff156c);
    background-image: -moz-linear-gradient(#ff7bac, #ff156c);
    background-image: -o-linear-gradient(#ff7bac, #ff156c);
    background-image: linear-gradient(#ff7bac, #ff156c)
}

.otw-purple-title-gradient {
    background-color: #915ecc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #915ecc), color-stop(100%, #5e2f95));
    background-image: -webkit-linear-gradient(#915ecc, #5e2f95);
    background-image: -moz-linear-gradient(#915ecc, #5e2f95);
    background-image: -o-linear-gradient(#915ecc, #5e2f95);
    background-image: linear-gradient(#915ecc, #5e2f95)
}

.otw-silver-title-gradient {
    background-color: #d8d8d8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d8d8d8), color-stop(100%, #a5a5a5));
    background-image: -webkit-linear-gradient(#d8d8d8, #a5a5a5);
    background-image: -moz-linear-gradient(#d8d8d8, #a5a5a5);
    background-image: -o-linear-gradient(#d8d8d8, #a5a5a5);
    background-image: linear-gradient(#d8d8d8, #a5a5a5)
}

.otw-brown-title-gradient {
    background-color: #c69c6d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c69c6d), color-stop(100%, #93693a));
    background-image: -webkit-linear-gradient(#c69c6d, #93693a);
    background-image: -moz-linear-gradient(#c69c6d, #93693a);
    background-image: -o-linear-gradient(#c69c6d, #93693a);
    background-image: linear-gradient(#c69c6d, #93693a)
}

.otw-black-title-gradient {
    background-color: #1c1c1c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c1c1c), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(#1c1c1c, #000);
    background-image: -moz-linear-gradient(#1c1c1c, #000);
    background-image: -o-linear-gradient(#1c1c1c, #000);
    background-image: linear-gradient(#1c1c1c, #000)
}

.otw-red-title h1,
.otw-red-title h2,
.otw-red-title h3,
.otw-red-title h4,
.otw-red-title h5,
.otw-red-title h6 {
    color: #ff1d25
}

.otw-orange-title h1,
.otw-orange-title h2,
.otw-orange-title h3,
.otw-orange-title h4,
.otw-orange-title h5,
.otw-orange-title h6 {
    color: #ff931e
}

.otw-green-title h1,
.otw-green-title h2,
.otw-green-title h3,
.otw-green-title h4,
.otw-green-title h5,
.otw-green-title h6 {
    color: #8cc63f
}

.otw-greenish-title h1,
.otw-greenish-title h2,
.otw-greenish-title h3,
.otw-greenish-title h4,
.otw-greenish-title h5,
.otw-greenish-title h6 {
    color: #23d7af
}

.otw-aqua-title h1,
.otw-aqua-title h2,
.otw-aqua-title h3,
.otw-aqua-title h4,
.otw-aqua-title h5,
.otw-aqua-title h6 {
    color: #3fa9f5
}

.otw-blue-title h1,
.otw-blue-title h2,
.otw-blue-title h3,
.otw-blue-title h4,
.otw-blue-title h5,
.otw-blue-title h6 {
    color: #2356d7
}

.otw-pink-title h1,
.otw-pink-title h2,
.otw-pink-title h3,
.otw-pink-title h4,
.otw-pink-title h5,
.otw-pink-title h6 {
    color: #ff7bac
}

.otw-purple-title h1,
.otw-purple-title h2,
.otw-purple-title h3,
.otw-purple-title h4,
.otw-purple-title h5,
.otw-purple-title h6 {
    color: #915ecc
}

.otw-silver-title h1,
.otw-silver-title h2,
.otw-silver-title h3,
.otw-silver-title h4,
.otw-silver-title h5,
.otw-silver-title h6 {
    color: #d8d8d8
}

.otw-brown-title h1,
.otw-brown-title h2,
.otw-brown-title h3,
.otw-brown-title h4,
.otw-brown-title h5,
.otw-brown-title h6 {
    color: #c69c6d
}

.otw-black-title h1,
.otw-black-title h2,
.otw-black-title h3,
.otw-black-title h4,
.otw-black-title h5,
.otw-black-title h6 {
    color: #1c1c1c
}

.right {
    float: right
}

.otw-sc-contact-form {
    color: #636363;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.otw-sc-contact-form label {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.otw-sc-contact-form label.right {
    float: none;
    text-align: right
}

.otw-sc-contact-form label.inline {
    line-height: 43.5px;
    margin: 0 0 21px;
    display: inline
}

.otw-sc-contact-form textarea {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, .1);
    color: #969696;
    display: block;
    font-size: ms(2);
    margin: 0 0 21px;
    padding: 7px;
    height: auto;
    width: 100%;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.otw-sc-contact-form input[type=text] {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, .1);
    color: #969696;
    display: block;
    font-size: ms(2);
    margin: 0 0 21px;
    padding: 7px;
    width: 100%;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.otw-sc-contact-form input[type=text]:focus,
.otw-sc-contact-form input[type=password]:focus,
.otw-sc-contact-form textarea:focus {
    background: #fafafa;
    border-color: #b3b3b3
}

.otw-sc-contact-form .additional {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    margin: 0 20px 0 5px;
    font-size: 12px
}

.otw-sc-contact-form .button {
    background-color: #00aeef;
    border: 1px solid rgba(128, 128, 128, .4);
    color: #fff !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 5px;
    outline: none;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .25)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .25));
    background-repeat: repeat-x;
    white-space: nowrap
}

.otw-sc-contact-form .button:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, .1)), color-stop(100%, rgba(0, 0, 0, .05)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .05));
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    border: 1px solid rgba(128, 128, 128, .6)
}

.otw-sc-contact-form .button:active {
    color: #ebebeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .4)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25) inset;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    border: 1px solid rgba(128, 128, 128, .75)
}

.otw-sc-contact-form .ie8 .button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000', GradientType=0)
}

.otw-sc-contact-form .ie8 .button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000', GradientType=0)
}

.otw-sc-contact-form .ie8 .button:active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000', GradientType=0)
}

.otw-sc-contact-form .ie9 .button {
    position: relative
}

.otw-sc-contact-form .ie9 .button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .12;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=)
}

.otw-sc-contact-form .ie9 .button:hover:after {
    opacity: .05
}

.otw-sc-contact-form .ie9 .button:active:after {
    opacity: .2
}

.otw-sc-contact-form .button.radius,
.otw-sc-contact-form .button.radius:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.otw-sc-contact-form div.otw_recaptcha_conteniner {
    clear: both
}

.otw-sc-contact-form div.otw_recaptcha_conteniner span.error {
    margin: 0 !important
}

.otw-sc-contact-form div.otw_recaptcha_conteniner img {
    max-width: none
}

.otw-sc-contact-form div.otw_recaptcha_conteniner .recaptcha_input_area {
    float: left !important
}

.otw-sc-contact-form p.otw-red_text {
    color: #b02626;
    font-size: 12px;
    margin-top: -10px !important
}

.otw-sc-contact-form div.otw_recaptcha_conteniner p.otw-red_text {
    color: #b02626;
    font-size: 12px;
    margin-top: 10px !important;
    clear: both;
    width: 100%
}

.otw-sc-faq dl {
    margin: 0 0 20px;
    padding: 0
}

.otw-sc-faq h3.widget-title {
    font-size: 23px;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: left
}

.otw-sc-faq dl dt {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    text-align: left
}

.otw-sc-faq dl dt span {
    text-shadow: 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 6px;
    text-align: center;
    height: 17px;
    width: 17px;
    background: #00aeef url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/toggle-icon.png) no-repeat center -2px;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out
}

.otw-sc-faq dl dt.open-faq span {
    background-position: center -23px
}

.otw-sc-faq dl dd {
    line-height: 1.4em;
    padding: 10px 23px;
    margin-bottom: 5px
}

.otw-sc-contact-form #commentsText {
    height: 182px
}

.otw-sc-contact-form label.inline {
    margin-right: 30px
}

.otw-red-text {
    color: #ff1d25
}

.otw-orange-text {
    color: #ff931e
}

.otw-green-text {
    color: #8cc63f
}

.otw-greenish-text {
    color: #23d7af
}

.otw-aqua-text {
    color: #3fa9f5
}

.otw-blue-text {
    color: #2356d7
}

.otw-pink-text {
    color: #ff7bac
}

.otw-purple-text {
    color: #915ecc
}

.otw-silver-text {
    color: #d8d8d8
}

.otw-brown-text {
    color: #c69c6d
}

.otw-black-text {
    color: #1c1c1c
}

.otw-white-text {
    color: #fff
}

.otw-red-text a {
    color: #ff1d25 !important
}

.otw-orange-text a {
    color: #ff931e !important
}

.otw-green-text a {
    color: #8cc63f !important
}

.otw-greenish-text a {
    color: #23d7af !important
}

.otw-aqua-text a {
    color: #3fa9f5 !important
}

.otw-blue-text a {
    color: #2356d7 !important
}

.otw-pink-text a {
    color: #ff7bac !important
}

.otw-purple-text a {
    color: #915ecc !important
}

.otw-silver-text a {
    color: #d8d8d8 !important
}

.otw-brown-text a {
    color: #c69c6d !important
}

.otw-black-text a {
    color: #1c1c1c !important
}

.otw-white-text a {
    color: #fff !important
}

ul.otw-list li {
    list-style-position: inside;
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-1.gif);
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 10px center
}

ul.otw-list.with-icon.list-style-1 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-1.gif)
}

ul.otw-list.with-icon.list-style-2 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-2.gif)
}

ul.otw-list.with-icon.list-style-3 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-3.gif)
}

ul.otw-list.with-icon.list-style-4 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-4.gif)
}

ul.otw-list.with-icon.list-style-5 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-5.gif)
}

ul.otw-list.with-icon.list-style-6 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-6.gif)
}

ul.otw-list.with-icon.list-style-7 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-7.gif)
}

ul.otw-list.with-icon.list-style-8 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-8.gif)
}

ul.otw-list.with-icon.list-style-9 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-9.gif)
}

ul.otw-list.with-icon.list-style-10 li {
    list-style-image: url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/bullets/bullet-10.gif)
}

ol.otw-list.lower-alpha li {
    list-style-type: lower-alpha
}

ol.otw-list.upper-roman li {
    list-style-type: upper-roman
}

ol.otw-list.lower-greek li {
    list-style-type: lower-greek
}

.otw-widget-list {
    margin-bottom: 40px
}

.otw-widget-list li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6
}

.otw-widget-list li a:link,
.otw-widget-list li a:visited {
    color: #636363
}

.otw-widget-list li a:hover {
    color: #00aeef
}

.otw-widget-list li:hover:before,
.otw-widget-list li.active a,
.otw-widget-list li.active:before {
    color: #00aeef
}

.otw-sc-services {
    margin-bottom: 20px
}

.otw-sc-services i {
    color: #636363
}

.otw-sc-services.with-left-icon i,
.otw-sc-services.with-left-icon a>img {
    position: absolute
}

.otw-sc-services.with-left-icon div {
    padding-left: 40px
}

.otw-sc-services.with-left-icon.small i {
    font-size: 32px;
    line-height: 32px
}

.otw-sc-services.with-left-icon.small div,
.otw-sc-services.with-left-icon.small h3 {
    padding-left: 48px
}

.otw-sc-services.with-left-icon.small a>img {
    max-height: 32px
}

.otw-sc-services.with-left-icon.medium i {
    font-size: 48px;
    line-height: 48px
}

.otw-sc-services.with-left-icon.medium div,
.otw-sc-services.with-left-icon.medium h3 {
    padding-left: 62px
}

.otw-sc-services.with-left-icon.medium a>img {
    max-height: 48px
}

.otw-sc-services.with-left-icon.large i {
    font-size: 64px;
    line-height: 64px
}

.otw-sc-services.with-left-icon.large div,
.otw-sc-services.with-left-icon.large h3 {
    padding-left: 76px
}

.otw-sc-services.with-left-icon.large a>img {
    max-height: 64px
}

.otw-sc-services.with-center-icon.small i {
    font-size: 32px;
    line-height: 32px
}

.otw-sc-services.with-center-icon.medium i {
    font-size: 48px;
    line-height: 48px
}

.otw-sc-services.with-center-icon.large i {
    font-size: 64px;
    line-height: 64px
}

.otw-sc-services.center {
    text-align: center
}

.otw-sc-services.center .image-content-text,
.otw-sc-services.center .read-more {
    text-align: left
}

.otw-sc-services .image-content-text p {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 14px
}

.otw-sc-services .titleseparator {
    padding-top: 6px;
    border-top: 1px solid #e0e0e0
}

.otw-sc-services .widget-title {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #00aeef
}

.otw-sc-services .widget-title a {
    color: #00aeef;
    text-decoration: none
}

.otw-sc-services .widget-title a:hover {
    color: #009bd5
}

.otw-sc-about .work-position {
    font-size: 12px;
    margin-bottom: 6px;
    font-style: italic;
    color: #9b9b9b
}

.animate-on-hover .image {
    position: relative
}

.animate-on-hover .image img {
    display: block
}

.animate-on-hover .image .shadow-overlay {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .01) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .01) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .01) inset
}

.ie8 .animate-on-hover .image .shadow-overlay {
    background-color: #000;
    -ms-filter: "alpha(opacity=0)"
}

.ie8 .animate-on-hover .image .shadow-overlay:hover {
    -ms-filter: "alpha(opacity=10)"
}

.otw-sc-testimonials {
    position: relative
}

.otw-sc-testimonials .control-nav {
    position: absolute;
    top: 4px;
    right: 0
}

.otw-sc-testimonials .control-nav .testimonials-prev,
.otw-sc-testimonials .control-nav .testimonials-next {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/testimonials-nav.png) no-repeat left center;
    cursor: pointer
}

.otw-sc-testimonials .control-nav .testimonials-prev:hover,
.otw-sc-testimonials .control-nav .testimonials-next:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.otw-sc-testimonials .control-nav .testimonials-next {
    background-position: right center
}

.otw-sc-testimonials .testimonials-box {
    position: relative;
    *zoom: 1;
}

.otw-sc-testimonials .testimonials-box:before,
.otw-sc-testimonials .testimonials-box:after {
    content: " ";
    display: table
}

.otw-sc-testimonials .testimonials-box:after {
    clear: both
}

.otw-sc-testimonials .testimonials-slide {
    display: none;
    top: 0
}

.otw-sc-testimonials .testimonials-slide.active {
    display: block
}

.otw-sc-testimonials .testimonials-slide .testimonials-row {
    margin-bottom: 20px
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-client {
    margin-bottom: 15px
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text {
    position: relative;
    display: block;
    padding: 20px 20px 10px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    overflow: visible
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text p {
    margin-bottom: 10px
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:after,
.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:after {
    border-color: rgba(255, 255, 15, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    left: 20px;
    margin-left: -6px
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text:before {
    border-color: rgba(228, 228, 228, 0);
    border-bottom-color: #e4e4e4;
    border-width: 7px;
    left: 20px;
    margin-left: -7px
}

.otw-sc-testimonials .testimonials-slide .testimonials-row .testimonial-text p {
    padding-left: 30px;
    background: transparent url(//web.archive.org/web/20231026015038im_/http://qualiamentalhealth.com.au/wp-content/plugins/toggles-shortcode-and-widget/include/otw_components/otw_shortcode/images/blockquote-testimonial.png) no-repeat 0 3px
}

.otw-post-tabs .widget-row h4 {
    margin: 12px 0
}

.otw-post-tabs .widget-row p {
    margin-bottom: 10px
}

.otw-post-tabs .image {
    float: left;
    display: block;
    position: relative;
    margin: 5px 0 0
}

.otw-custom-shortcode {
    float: left;
    width: 100%;
    margin: 5px
}

.otw-custom-shortcode-image_hfl {
    overflow: hidden
}

.otw-custom-shortcode-image_hfl .otw-cs-image {
    width: 50%;
    float: left;
    margin: 0 10px 5px 0
}

.otw-custom-shortcode-image_hfr {
    overflow: hidden
}

.otw-custom-shortcode-image_hfr .otw-cs-image {
    width: 50%;
    float: right;
    margin: 0 10px 0 5px
}

.otw-custom-shortcode-image_hl {
    overflow: hidden
}

.otw-custom-shortcode-image_hl .otw-cs-image {
    width: 50%;
    float: left;
    margin: 0 10px 5px 0
}

.otw-custom-shortcode-image_hl .otw-cs-text {
    float: right;
    width: 47%
}

.otw-custom-shortcode-image_hr {
    overflow: hidden
}

.otw-custom-shortcode-image_hr .otw-cs-image {
    width: 50%;
    float: right;
    margin: 0 10px 0 5px
}

.otw-custom-shortcode-image_hr .otw-cs-text {
    float: left;
    width: 47%
}

.otw-custom-shortcode i.tiny {
    font-size: 16px;
    line-height: 16px
}

.otw-custom-shortcode i.small {
    font-size: 32px;
    line-height: 32px
}

.otw-custom-shortcode i.medium {
    font-size: 48px;
    line-height: 48px
}

.otw-custom-shortcode i.large {
    font-size: 64px;
    line-height: 64px
}

.otw-custom-shortcode-button-wrapper {
    clear: both;
    margin: 0 !important;
    padding: 0 !important
}

.otw-custom-shortcode-link-wrapper {
    clear: both;
    margin: 0 !important;
    padding: 0 !important
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}

#pgc-2-0-0,
#pgc-2-0-1,
#pgc-2-4-0,
#pgc-2-4-1,
#pgc-2-7-0,
#pgc-2-7-1,
#pgc-2-8-0,
#pgc-2-8-1,
#pgc-2-11-0,
#pgc-2-11-1,
#pgc-2-12-0,
#pgc-2-12-1 {
    width: 50%;
    width: calc(50% - (.5*30px))
}

#pg-2-0,
#pg-2-1,
#pg-2-2,
#pg-2-3,
#pg-2-4,
#pg-2-5,
#pg-2-6,
#pg-2-8,
#pg-2-9,
#pg-2-10,
#pg-2-11,
#pg-2-12,
#pg-2-13,
#pl-2 .so-panel {
    margin-bottom: 30px
}

#pgc-2-1-0 {
    width: 61.8034%;
    width: calc(61.8034% - (.38196600790794*30px))
}

#pgc-2-1-1 {
    width: 38.1966%;
    width: calc(38.1966% - (.61803399209206*30px))
}

#pgc-2-2-0,
#pgc-2-5-0,
#pgc-2-6-0,
#pgc-2-10-0,
#pgc-2-13-0,
#pgc-2-14-0 {
    width: 100%;
    width: calc(100% - (0*30px))
}

#pgc-2-3-0,
#pgc-2-3-1,
#pgc-2-3-2,
#pgc-2-9-0,
#pgc-2-9-1,
#pgc-2-9-2 {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px))
}

#pg-2-7,
#pl-2 .so-panel:last-child {
    margin-bottom: 0
}

#pg-2-0.panel-no-style,
#pg-2-0.panel-has-style>.panel-row-style,
#pg-2-1.panel-no-style,
#pg-2-1.panel-has-style>.panel-row-style,
#pg-2-2.panel-no-style,
#pg-2-2.panel-has-style>.panel-row-style,
#pg-2-3.panel-no-style,
#pg-2-3.panel-has-style>.panel-row-style,
#pg-2-4.panel-no-style,
#pg-2-4.panel-has-style>.panel-row-style,
#pg-2-5.panel-no-style,
#pg-2-5.panel-has-style>.panel-row-style,
#pg-2-6.panel-no-style,
#pg-2-6.panel-has-style>.panel-row-style,
#pg-2-7.panel-no-style,
#pg-2-7.panel-has-style>.panel-row-style,
#pg-2-8.panel-no-style,
#pg-2-8.panel-has-style>.panel-row-style,
#pg-2-9.panel-no-style,
#pg-2-9.panel-has-style>.panel-row-style,
#pg-2-10.panel-no-style,
#pg-2-10.panel-has-style>.panel-row-style,
#pg-2-11.panel-no-style,
#pg-2-11.panel-has-style>.panel-row-style,
#pg-2-12.panel-no-style,
#pg-2-12.panel-has-style>.panel-row-style,
#pg-2-13.panel-no-style,
#pg-2-13.panel-has-style>.panel-row-style,
#pg-2-14.panel-no-style,
#pg-2-14.panel-has-style>.panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-2-0-0,
#pgc-2-1-0,
#pgc-2-4-0 {
    align-self: auto
}

#panel-2-5-0-1>.panel-widget-style {
    text-align: center
}

@media (max-width:780px) {
    #pg-2-0.panel-no-style,
    #pg-2-0.panel-has-style>.panel-row-style,
    #pg-2-1.panel-no-style,
    #pg-2-1.panel-has-style>.panel-row-style,
    #pg-2-2.panel-no-style,
    #pg-2-2.panel-has-style>.panel-row-style,
    #pg-2-3.panel-no-style,
    #pg-2-3.panel-has-style>.panel-row-style,
    #pg-2-4.panel-no-style,
    #pg-2-4.panel-has-style>.panel-row-style,
    #pg-2-5.panel-no-style,
    #pg-2-5.panel-has-style>.panel-row-style,
    #pg-2-6.panel-no-style,
    #pg-2-6.panel-has-style>.panel-row-style,
    #pg-2-7.panel-no-style,
    #pg-2-7.panel-has-style>.panel-row-style,
    #pg-2-8.panel-no-style,
    #pg-2-8.panel-has-style>.panel-row-style,
    #pg-2-9.panel-no-style,
    #pg-2-9.panel-has-style>.panel-row-style,
    #pg-2-10.panel-no-style,
    #pg-2-10.panel-has-style>.panel-row-style,
    #pg-2-11.panel-no-style,
    #pg-2-11.panel-has-style>.panel-row-style,
    #pg-2-12.panel-no-style,
    #pg-2-12.panel-has-style>.panel-row-style,
    #pg-2-13.panel-no-style,
    #pg-2-13.panel-has-style>.panel-row-style,
    #pg-2-14.panel-no-style,
    #pg-2-14.panel-has-style>.panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pg-2-0>.panel-grid-cell,
    #pg-2-0>.panel-row-style>.panel-grid-cell,
    #pg-2-1>.panel-grid-cell,
    #pg-2-1>.panel-row-style>.panel-grid-cell,
    #pg-2-2>.panel-grid-cell,
    #pg-2-2>.panel-row-style>.panel-grid-cell,
    #pg-2-3>.panel-grid-cell,
    #pg-2-3>.panel-row-style>.panel-grid-cell,
    #pg-2-4>.panel-grid-cell,
    #pg-2-4>.panel-row-style>.panel-grid-cell,
    #pg-2-5>.panel-grid-cell,
    #pg-2-5>.panel-row-style>.panel-grid-cell,
    #pg-2-6>.panel-grid-cell,
    #pg-2-6>.panel-row-style>.panel-grid-cell,
    #pg-2-7>.panel-grid-cell,
    #pg-2-7>.panel-row-style>.panel-grid-cell,
    #pg-2-8>.panel-grid-cell,
    #pg-2-8>.panel-row-style>.panel-grid-cell,
    #pg-2-9>.panel-grid-cell,
    #pg-2-9>.panel-row-style>.panel-grid-cell,
    #pg-2-10>.panel-grid-cell,
    #pg-2-10>.panel-row-style>.panel-grid-cell,
    #pg-2-11>.panel-grid-cell,
    #pg-2-11>.panel-row-style>.panel-grid-cell,
    #pg-2-12>.panel-grid-cell,
    #pg-2-12>.panel-row-style>.panel-grid-cell,
    #pg-2-13>.panel-grid-cell,
    #pg-2-13>.panel-row-style>.panel-grid-cell,
    #pg-2-14>.panel-grid-cell,
    #pg-2-14>.panel-row-style>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }
    #pgc-2-0-0,
    #pgc-2-1-0,
    #pgc-2-3-0,
    #pgc-2-3-1,
    #pgc-2-4-0,
    #pgc-2-7-0,
    #pgc-2-8-0,
    #pgc-2-9-0,
    #pgc-2-9-1,
    #pgc-2-11-0,
    #pgc-2-12-0 {
        margin-bottom: 30px
    }
    #pg-2-0,
    #pg-2-1,
    #pg-2-2,
    #pg-2-3,
    #pg-2-4,
    #pg-2-5,
    #pg-2-6,
    #pg-2-7,
    #pg-2-8,
    #pg-2-9,
    #pg-2-10,
    #pg-2-11,
    #pg-2-12,
    #pg-2-13,
    #pg-2-14 {
        margin-bottom: px
    }
    #pl-2 .panel-grid-cell {
        padding: 0
    }
    #pl-2 .panel-grid .panel-grid-cell-empty {
        display: none
    }
    #pl-2 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}

button#responsive-menu-button,
#responsive-menu-container {
    display: none;
    -webkit-text-size-adjust: 100%
}

@media screen and (max-width:80000px) {
    #responsive-menu-container {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99998;
        padding-bottom: 5px;
        margin-bottom: -5px;
        outline: 1px solid transparent;
        overflow-y: auto;
        overflow-x: hidden
    }
    #responsive-menu-container .responsive-menu-search-box {
        width: 100%;
        padding: 0 2%;
        border-radius: 2px;
        height: 50px;
        -webkit-appearance: none
    }
    #responsive-menu-container.push-left,
    #responsive-menu-container.slide-left {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%)
    }
    .responsive-menu-open #responsive-menu-container.push-left,
    .responsive-menu-open #responsive-menu-container.slide-left {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0)
    }
    #responsive-menu-container.push-top,
    #responsive-menu-container.slide-top {
        transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%)
    }
    .responsive-menu-open #responsive-menu-container.push-top,
    .responsive-menu-open #responsive-menu-container.slide-top {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0)
    }
    #responsive-menu-container.push-right,
    #responsive-menu-container.slide-right {
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%)
    }
    .responsive-menu-open #responsive-menu-container.push-right,
    .responsive-menu-open #responsive-menu-container.slide-right {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0)
    }
    #responsive-menu-container.push-bottom,
    #responsive-menu-container.slide-bottom {
        transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%)
    }
    .responsive-menu-open #responsive-menu-container.push-bottom,
    .responsive-menu-open #responsive-menu-container.slide-bottom {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0)
    }
    #responsive-menu-container,
    #responsive-menu-container:before,
    #responsive-menu-container:after,
    #responsive-menu-container *,
    #responsive-menu-container *:before,
    #responsive-menu-container *:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }
    #responsive-menu-container #responsive-menu-search-box,
    #responsive-menu-container #responsive-menu-additional-content,
    #responsive-menu-container #responsive-menu-title {
        padding: 25px 5%
    }
    #responsive-menu-container #responsive-menu,
    #responsive-menu-container #responsive-menu ul {
        width: 100%
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu {
        display: none
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open {
        display: block
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
        padding-left: 10%
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link {
        padding-left: 15%
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-3 a.responsive-menu-item-link {
        padding-left: 20%
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-4 a.responsive-menu-item-link {
        padding-left: 25%
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-5 a.responsive-menu-item-link {
        padding-left: 30%
    }
    #responsive-menu-container li.responsive-menu-item {
        width: 100%;
        list-style: none
    }
    #responsive-menu-container li.responsive-menu-item a {
        width: 100%;
        display: block;
        text-decoration: none;
        position: relative
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        padding: 0 5%
    }
    #responsive-menu-container .responsive-menu-submenu li.responsive-menu-item a {
        padding: 0 5%
    }
    #responsive-menu-container li.responsive-menu-item a .fa {
        margin-right: 15px
    }
    #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
        position: absolute;
        top: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden
    }
    #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow .fa {
        margin-right: 0
    }
    button#responsive-menu-button .responsive-menu-button-icon-inactive {
        display: none
    }
    button#responsive-menu-button {
        z-index: 99999;
        display: none;
        overflow: hidden;
        outline: none
    }
    button#responsive-menu-button img {
        max-width: 100%
    }
    .responsive-menu-label {
        display: inline-block;
        font-weight: 600;
        margin: 0 5px;
        vertical-align: middle
    }
    .responsive-menu-label .responsive-menu-button-text-open {
        display: none
    }
    .responsive-menu-accessible {
        display: inline-block
    }
    .responsive-menu-accessible .responsive-menu-box {
        display: inline-block;
        vertical-align: middle
    }
    .responsive-menu-label.responsive-menu-label-top,
    .responsive-menu-label.responsive-menu-label-bottom {
        display: block;
        margin: 0 auto
    }
    button#responsive-menu-button {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible
    }
    .responsive-menu-box {
        width: 25px;
        height: 19px;
        display: inline-block;
        position: relative
    }
    .responsive-menu-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px
    }
    .responsive-menu-inner,
    .responsive-menu-inner:before,
    .responsive-menu-inner:after {
        width: 25px;
        height: 3px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }
    .responsive-menu-open .responsive-menu-inner,
    .responsive-menu-open .responsive-menu-inner:before,
    .responsive-menu-open .responsive-menu-inner:after {
        background-color: #fff
    }
    button#responsive-menu-button:hover .responsive-menu-inner,
    button#responsive-menu-button:hover .responsive-menu-inner:before,
    button#responsive-menu-button:hover .responsive-menu-inner:after,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner:before,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner:after,
    button#responsive-menu-button:focus .responsive-menu-inner,
    button#responsive-menu-button:focus .responsive-menu-inner:before,
    button#responsive-menu-button:focus .responsive-menu-inner:after,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner:before,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner:after {
        background-color: #000
    }
    .responsive-menu-inner:before,
    .responsive-menu-inner:after {
        content: "";
        display: block
    }
    .responsive-menu-inner:before {
        top: -8px
    }
    .responsive-menu-inner:after {
        bottom: -8px
    }
    .responsive-menu-boring .responsive-menu-inner,
    .responsive-menu-boring .responsive-menu-inner:before,
    .responsive-menu-boring .responsive-menu-inner:after {
        transition-property: none
    }
    .responsive-menu-boring.is-active .responsive-menu-inner {
        transform: rotate(45deg)
    }
    .responsive-menu-boring.is-active .responsive-menu-inner:before {
        top: 0;
        opacity: 0
    }
    .responsive-menu-boring.is-active .responsive-menu-inner:after {
        bottom: 0;
        transform: rotate(-90deg)
    }
    button#responsive-menu-button {
        width: 55px;
        height: 55px;
        position: fixed;
        top: 15px;
        left: 5%
    }
    button#responsive-menu-button .responsive-menu-box {
        color: #000
    }
    .responsive-menu-open button#responsive-menu-button .responsive-menu-box {
        color: #fff
    }
    .responsive-menu-label {
        color: #fff;
        font-size: 14px;
        line-height: 13px
    }
    button#responsive-menu-button {
        display: inline-block;
        transition: transform .5s, background-color .5s
    }
    html.responsive-menu-open {
        cursor: pointer
    }
    #responsive-menu-container {
        cursor: initial
    }
    #responsive-menu-container {
        width: 75%;
        left: 0;
        transition: transform .5s;
        text-align: left;
        background: #212121
    }
    #responsive-menu-container #responsive-menu-wrapper {
        background: #212121
    }
    #responsive-menu-container #responsive-menu-additional-content {
        color: #fff
    }
    #responsive-menu-container .responsive-menu-search-box {
        background: #fff;
        border: 2px solid #dadada;
        color: #333
    }
    #responsive-menu-container .responsive-menu-search-box:-ms-input-placeholder {
        color: #c7c7cd
    }
    #responsive-menu-container .responsive-menu-search-box::-webkit-input-placeholder {
        color: #c7c7cd
    }
    #responsive-menu-container .responsive-menu-search-box:-moz-placeholder {
        color: #c7c7cd;
        opacity: 1
    }
    #responsive-menu-container .responsive-menu-search-box::-moz-placeholder {
        color: #c7c7cd;
        opacity: 1
    }
    #responsive-menu-container .responsive-menu-item-link,
    #responsive-menu-container #responsive-menu-title,
    #responsive-menu-container .responsive-menu-subarrow {
        transition: background-color .5s, border-color .5s, color .5s
    }
    #responsive-menu-container #responsive-menu-title {
        background-color: #212121;
        color: #fff;
        font-size: 13px;
        text-align: left
    }
    #responsive-menu-container #responsive-menu-title a {
        color: #fff;
        font-size: 13px;
        text-decoration: none
    }
    #responsive-menu-container #responsive-menu-title a:hover {
        color: #fff
    }
    #responsive-menu-container #responsive-menu-title:hover {
        background-color: #212121;
        color: #fff
    }
    #responsive-menu-container #responsive-menu-title:hover a {
        color: #fff
    }
    #responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        margin-bottom: 15px
    }
    #responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
        max-width: 100%
    }
    #responsive-menu-container #responsive-menu>li.responsive-menu-item:first-child>a {
        border-top: 1px solid #212121
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 13px
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        line-height: 40px;
        border-bottom: 1px solid #212121;
        color: #fff;
        background-color: #212121;
        height: 40px
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
        color: #fff;
        background-color: #3f3f3f;
        border-color: #212121
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        right: 0;
        height: 39px;
        line-height: 39px;
        width: 40px;
        color: #fff;
        border-left: 1px solid #212121;
        background-color: #212121
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
        color: #fff;
        border-color: #212121;
        background-color: #212121
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-current-item>.responsive-menu-item-link {
        background-color: #212121;
        color: #fff;
        border-color: #212121
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-current-item>.responsive-menu-item-link:hover {
        background-color: #3f3f3f;
        color: #fff;
        border-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 13px;
        text-align: left
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #212121;
        color: #fff;
        background-color: #212121
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover {
        color: #fff;
        background-color: #3f3f3f;
        border-color: #212121
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover .responsive-menu-subarrow {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow {
        left: unset;
        right: 0;
        height: 39px;
        line-height: 39px;
        width: 40px;
        color: #fff;
        border-left: 1px solid #212121 !important;
        border-right: unset !important;
        background-color: #212121
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
        color: #fff;
        border-color: #212121;
        background-color: #212121
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow:hover {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #3f3f3f
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item>.responsive-menu-item-link {
        background-color: #212121;
        color: #fff;
        border-color: #212121
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item>.responsive-menu-item-link:hover {
        background-color: #3f3f3f;
        color: #fff;
        border-color: #3f3f3f
    }
}

/*
     FILE ARCHIVED ON 01:50:38 Oct 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:43:07 Nov 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

/*
playback timings (ms):
  captures_list: 205.824
  exclusion.robots: 0.133
  exclusion.robots.policy: 0.117
  cdx.remote: 0.093
  esindex: 0.015
  LoadShardBlock: 127.572 (3)
  PetaboxLoader3.datanode: 185.786 (5)
  load_resource: 723.76 (2)
  PetaboxLoader3.resolve: 612.139 (2)
*/