@font-face {
    font-family: 'fajardo';
    src: url('https://my.therapysites.com/common/themes/global/fonts/Fajardo/fajardo-webfont.eot');
    src: url('https://my.therapysites.com/common/themes/global/fonts/Fajardo/fajardo-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://my.therapysites.com/common/themes/global/fonts/Fajardo/fajardo-webfont.woff') format('woff'),
         url('https://my.therapysites.com/common/themes/global/fonts/Fajardo/fajardo-webfont.woff2') format('woff2'),
         url('https://my.therapysites.com/common/themes/global/fonts/Fajardo/fajardo-webfont.ttf') format('truetype'),
         url('https://my.therapysites.com/common/themes/global/fonts/Fajardo/fajardo-webfont.svg#fajardo') format('svg');
}

/* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
.se__component-edit {
    display: none;
}
.wrap__logoHeader {
    max-width: initial;
}
.logo__top, .logo__bottom {
    text-align: left;
}
.logo__top .logo__summary {
    margin-top: -10px;
}
.logo__link {
    align-items: unset;
}

.slideshow__section .slogan__block--inner > div {
    justify-content: flex-start;
}

.sidebar-holder .sidebar-info {
    min-height: 600px;
    height: 600px;
}
.wrap__contact-info {
    display: none;
}
.wrap__page-content h1, .page__title {
    font: 50px / 1.3 "fajardo", Arial, Helvetica, sans-serif;
    color: rgb(232, 96, 0);
    margin: 0 0 10px;
}

.form {
    max-width: 300px;
}

.section.group.flex {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

th, td {
    border: unset;
}

ul.column-2 {
    column-count: 2;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .form__container ul, .form__container ol {
    padding-left: 20px;
    list-style-position: outside;
}
	 /*  RESPONSIVE GRID  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	/*  COLUMN SETUP  */
	.col {
		display: block;
		float:left;
		margin: 0 1%;
	    border-right: none;
	    border-left: none;f
	    background: none;
	}

	.col:first-child { margin-left: 0; }

	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }
	/*  GRID OF TWO  */
	.span_2_of_2 {width: 100%;}
	.span_1_of_2 {width: 48.5%;}
	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 65.33%; }
	.span_1_of_3 { width: 31.66%; }
	/*  GRID OF FOUR  */
	.span_4_of_4 { width: 100%; }
	.span_3_of_4 { width: 73.75%; }
	.span_2_of_4 { width: 48.5%; }
	.span_1_of_4 { width: 23.25%; }
	/*  GRID OF FIVE  */
	.span_5_of_5 { width: 100%; }
	.span_4_of_5 { width: 78.8%; }
	.span_3_of_5 { width: 58.6%; }
	.span_2_of_5 { width: 38.4%; }
	.span_1_of_5 { width: 18.2%; }
	/*  GRID OF SIX  */
	.span_6_of_6 { width: 100%; }
	.span_5_of_6 { width: 82.06%; }
	.span_4_of_6 { width: 65.13%; }
	.span_3_of_6 { width: 48.2%; }
	.span_2_of_6 { width: 31.26%; }
	.span_1_of_6 { width: 14.33%; }
	/*  GRID OF SEVEN  */
	.span_7_of_7 { width: 100%; }
	.span_6_of_7 { width: 85.48%; }
	.span_5_of_7 { width: 70.97%; }
	.span_4_of_7 { width: 56.45%; }
	.span_3_of_7 { width: 41.94%;  }
	.span_2_of_7 { width: 27.42%; }
	.span_1_of_7 { width: 12.91%; }


	/*  MEDIA QUERIES */

	@media only screen and (min-width: 1px) {
	    .hidden--t {
	    display: block !important;
	}
	}
	
	@media only screen and (max-width: 1024px) {
	  .logo__link {
    align-items: center;
}  
.wrap__logoHeader .logo__description {
    font-size: 20px;
}
.slideshow__section .slogan__block {
    display: block;
}
.sidebar-holder .sidebar-info {
    min-height: auto;
    height: auto;
}
.wrap__header--inner {
    padding: 10px 20px 20px;
}
.wrap__text-block--inner {
    width: 100%;
}
	}

	@media only screen and (max-width: 768px) {
		.col { 	margin: 1% 0 1% 0%;	}
		.span_2_of_2, .span_1_of_2 { width: 100%; }
		.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
		.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
		.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
		.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
		.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
		
		ul.column-2 {
    column-count: 1;
}

	}

@media only screen and (max-width: 320px) {
 a {
    overflow-wrap: break-word;
}   
}