/*
Theme Name: Acceleration
Theme URI: http://vexingmedia.com
Description: Theme for Acceleration Physical Therapy
Author: Vexing Media
Author URI: http://vexingmedia.com
Version: 1.0
*/

* {

	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	/* margin: 0 auto; */
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

.home ol,
.home ul {
	list-style: none;
}
header ol,
header ul {
	list-style: none;	
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

main a {
	color: #7A94BB;
	text-decoration: underline;
}

main a:hover {
	color: #1D1555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}


.home h1 {
	font-size: 79px;
	margin: 0;
	line-height: 94px;
}

h1 {
	color: #403e3e;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 3rem;
}

.home h2 {
	color: #faf8f8;
	font-size: 60px;
	margin: 0;
	line-height: 62px;
	font-weight: 600;
}

h2 {
	font-size: 2rem;
	color: #7A94BB;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
}

.home h3 {
	font-size: 50px;
	margin: 0;
	line-height: 54px;
	margin: 0 1.75rem 0;
	font-weight: 600;
}

h3 {
	font-size: 1.75rem;
	color: #403e3e;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	
}

.home h4 {
	font-size: 18px;
	margin: 0;
}

h4 {
	font-size: 1.5rem;
	line-height: 22px;
	color: #30b8c4;
	font-weight: 400;
	font-family: 'Cagliostro', sans-serif;
	text-transform: uppercase;
	margin: 0 1.5rem 0;
	padding: 4px 0 0 0;
}

.home h5 {
	font-size: 18px;
	margin: 0;
}

h5 {
	font-size: 1.25rem;
	line-height: 20px;
	color: #30b8c4;
	font-weight: normal;
	font-family: 'Cagliostro', sans-serif;
	letter-spacing: 0;
	margin: 0 1.25rem 0;
}

.home h6 {
	font-size: 13px;
	margin: 0;
}

h6 {
	font-size: 1rem;
	line-height: 20px;
	color: #30b8c4;
	font-weight: normal;
}

 p {
	font-size: 21px;
	line-height: 1.5;
	font-family: 'Prompt', sans-serif;
	font-weight: 200;
	margin-bottom: 15px;
}
.home p {
	color: #fcfbfb;
	font-size: 30px;
	margin: 0;
}

body {
    margin: 0;
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure,
main {
	display: block;
}

hr {
	clear: both !important;	
	}

.no-text-under-img {
	overflow: hidden;
}

.vertical-space {
	/*margin-bottom: 30px;*/
}


div#kt-layout-id_2172d7-73 {
    max-width: 1280px;
    margin: auto;
}
table td {
	font-size: 1rem;
}

main li {
	font-size: 21px;
}

main aside li {
	margin-bottom: 15px;
	font-weight: 400;
}

main aside li a:hover {
	color: #1D1555;
}

footer ul {
	list-style: none;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}

.last {
	margin: 0 !important;
}

.pad_last {
	padding: 0 !important;
}

.no_bg {
	background: none !important;
}

.no_bor {
	border: 0 none !important;
}

.flt_lt {
	float: left;
	display: inline;
}

.flt_rt {
	float: right;
	display: inline;
}

.home ul, header ul, .home ol, header ul {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
	color: #1E1555;
}

.home span {
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	line-height: 35px;
	padding: 0 0 0 8px;
}

footer span {
	display: inherit;
}
.wrapper {
	max-width: 100%;
	margin: 0 auto;
	/* RF: padding: 229px 0 0 0!important; */
}

.single .wrapper,
.page .wrapper,
.category .wrapper {
	/* RF: padding: 270px 0 0 0!important; */
}
.sticky .wrapper {
	/* RF: padding: 170px 0 0 0!important; */
}

.container {
	max-width: 1260px;
	margin: 0 auto;
}

body {
	padding: 0;
}

.header-top {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

header {
	/* position: fixed; */
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background: #ffffff;
}

.sticky header {
	background: #fff;
}
/* RF: 
.sticky .header-top {
	display: none;
}

.header-stk .header-dtls {
	padding: 15px 0 10px 0;
}

.sticky .header-stk {
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header-stk {
	display: none;
}
*/

.header-dtls {
	padding: 24px 0 10px 0;
}
.call {
	text-align: right;
	font-size: 20px;
	font-weight: 500;
}

.call a {
	color: #7A94BB;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 1px;
}

.call1 span {
	font-weight: 400;
	padding: 0 15px 0 0;
}

.call1 a {
	color: #7a94bc;
	line-height: 40px;
}

.header-bottom {
	background: #7a94bc;
}

nav {
	padding: 20px 0;
}

nav ul {
	margin: 0 13px;
}

nav ul li {
	padding: 0 24px;
	position: relative;
}

nav ul li a {
	font-size: 24px;
	color: #fafbfd;
	line-height: 28px;
	font-family: 'Prompt', sans-ssuerif;
	font-weight: 500;
	display: block;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

nav ul li span {
	display: none;
	position: relative;
}

	nav ul li ul {
		background: #fafaf9;
		position: absolute !important;
		top: 48px;
		width: 247px;
		border-radius: 0 0 17px 17px;
		padding: 16px 0 10px 0;
		right: -38px;
		margin: 0 auto;
		display: none;
	}

	nav ul li ul:after {
		content: '';
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-bottom: 21px solid #ffffff;
		border-left: 33px solid transparent;
		border-right: 33px solid transparent;
		width: 67px;
	}
	
	nav ul li ul {
		margin: 0;
	}
	
	nav ul li ul {
		padding: 0 0 4px 0;
		text-align: center;
	}
	
	nav ul li ul a {
		color: #7a94bc;
		font-size: 18px;
	}
	
	nav ul ul li:nth-child(1) {
		padding-left: 25px;
	}
	
	nav ul ul li a {
	    color: #7a94bc;
	    font-size: 18px;
	    margin: 4px 0;
	    padding: 4px 0;
	    }
	    
	nav ul ul li {
		border-bottom: solid #7a94bc 1px
	}
	
	nav ul li ul.dropdown-menu {
		top: 48px;
		left: 25px;
		width: 30rem;
	}
.banner {
	/*background: url(images/banner.jpg) no-repeat center center;*/
	background-size: cover;
	width: 100%;
	height: 677px;
}

.banner-in {
	padding: 30px 0 0 0;
	max-width: 1262px;
	margin: 0 auto;
}

.banner-in h1 {
	padding: 0 0 47px 0;
}

 .global-btn, input[type=button].ninja-forms-field {
	background: #7a94bc;
	color: #fbf9f9;
	font-size: 24.35px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	display: inline-block;
	border-radius: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding:20px 35px;
	text-decoration: none;
	border-style:solid;
	border-color:#7a94bc;
}

.global-btn:hover,  input[type=button].ninja-forms-field:hover {
	background: #fbf9f9;
	color: #7a94bc;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

input[type=button].ninja-forms-field{
	padding:5px 15px;
}

.global-btn.btn-small{
	font-size:inherit;
	padding:5px 15px;
	text-decoration: none;
	text-transform: none;
}

.choose {
	background: #7a94bc url(images/arrows_bg.png) no-repeat left bottom;
	;
	border-top: 9px #010101 solid;
}

.choose-in {
	padding: 40px 0 40px 0;
}

.choose-lft {
	padding: 0;
}

.choose-lft h2 {
	padding: 0 0 31px 0;
}

.choose-lft p {
	padding: 0 0 41px 7px;
	letter-spacing: 0.9px;
}

.choose-lft a {
	font-size: 30px;
	color: #fcfbfb;
	line-height: 36px;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	margin: 0 0 0 8px;
	padding: 0;
	letter-spacing: 0.9px;
	display: inline-block;
	border-bottom: 1px solid #fcfbfb;
}

.choose-lft a:hover {
	color: #0056b3;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.home span:hover {
	color: #0056b3;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.choose-rgt {
	padding: 0 0 0 66px;
}

.patient {
	background: #403e3e;
}

.patient-in {
	padding: 39px 0 38px 0;
}

.patient-lft {
	padding: 0 13px;
}

.patient-lft a {
	/*width: 579px;*/
	height: 131px;
	color: #7a94bc;
	font-size: 38.57px;
	line-height: 128px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	display: block;
	border-radius: 13px;
	letter-spacing: 0.5px;
	border: 2px solid #7a94bc;
	vertical-align: middle;
}

.patient-lft a:hover {
	border: 2px solid #fcfcfc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.patient-lft a:hover span {
	color: #7a94bc;
}

.patient-lft a:hover strong {
	color: #fcfcfc;
}

.patient-lft a:hover strong:before {
	background: #fcfcfc;
}

.patient-lft a:hover strong:after {
	color: #7a94bc;
}

.patient-lft strong {
	color: #7a94bc;
	font-size: 38.57px;
	line-height: 128px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	padding: 0 0 0 0;
	position: relative;
}

.patient-lft strong:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	top: 0;
	right: 0;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
}

.patient-lft strong:before {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	background: #7a94bc;
	width: 94%;
	height: 2px;
}

.patient-rgt a:hover {
	border: 2px solid #fcfcfc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.patient-rgt a:hover strong {
	color: #7a94bc;
}

.patient-rgt a:hover span {
	color: #fcfcfc;
}

.patient-rgt a:hover p {
	color: #fcfcfc;
}

.patient-rgt a:hover small {
	color: #7a94bc;
}

.patient-rgt a:hover strong:after {
	color: #7a94bc;
}

.patient-rgt a:hover span:after {
	background: #fcfcfc;
}

.patient-rgt {
	padding: 0 0 0 67px;
}

.patient-rgt span {
	font-size: 38.57px;
	line-height: 42px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	color: #7a94bc;
	display: inline-block;
	position: relative;
}

.patient-rgt strong {
	font-size: 38.57px;
	line-height: 39px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	color: #fcfcfc;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.patient-rgt strong:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	top: 0;
	right: 0;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
}

.patient-rgt a {
	/*width: 579px;*/
	height: 131px;
	color: #fcfcfc;
	font-size: 38.57px;
	line-height: 40px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	display: block;
	border-radius: 12px;
	letter-spacing: 0.5px;
	border: 2px solid #7a94bc;
	padding: 24px 0 0 0; 
	text-align: center;
	vertical-align: middle;
}

.patient-rgt p {
	display: inline-block;
	color: #7a94bc;
	font-size: 38.57px;
	line-height: 40px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	position: relative;
}

.patient-rgt span:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #7a94bc;
	width: 100%;
	height: 2px;
}

.patient-rgt a small {
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
}

.patient-dtls {
	max-width: 1299px;
	margin: 0 auto;
}

.injuries-lft {
	background: #d5cec5;
	padding: 37px 0 0px 0;
}

.injuries-lft h3 {
	padding: 0 0 36px 0px;
	max-width: 541px;
	margin: 0 9% 0 auto;
}

.inj-lft {
	background: url(/wp-content/uploads/2019/04/overlay-2-home-page.jpg)no-repeat left top;
	padding: 27px 0 49px 0;
	background-size: cover;
}

.inj-lft ul {
	max-width: 541px;
	margin: 0 9% 0 auto;
}

.inj-lft-in ul li {
	padding: 0 0 12px 0;
}

.inj-lft-in ul li a {
	color: #7a94bc;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	display: inline-block;
	position: relative;
	text-decoration: underline;
}

.injuries-rgt {
	background: #ffffff url(/wp-content/uploads/2019/04/overlay-1-home-page.jpg)no-repeat right top;
	background-size: cover;
}

.inj-rgt {
	padding: 90px 15px 108px 0px;
	max-width: 695px;
}

.inj-rgt a {
	display: inline-block;
}

.inj-rgt p {
	color: #363637;
	font-weight: 600;
	text-align: center;
	padding: 21px 0 0 0;
	line-height: 50px;
	letter-spacing: 0.8px;
}

.injuries-lft.loc h3 {
	padding: 0 0 32px 52px;
	max-width: 837px;
	margin: 0 auto;
	max-width: 708px;
	margin: 0 auto 0 0;
}

.loc .inj-lft {
	background: url(images/overlay4.png)no-repeat right top;
	background-size: cover;
	padding: 27px 0 18px 0;
}

.inj-loc {
	padding: 0 0 0 0;
	max-width: 708px;
	margin: 0 auto 0 0;
}

.injuries-rgt.treat {
	background: #ffffff url(/wp-content/uploads/2019/04/overlay-3-home-page.jpg)no-repeat right top;
	background-size: cover;
}

.loc .inj-lft-in {
	background: #ffffff;
	border: 2px solid #403e3e;
	border-radius: 10px;
	padding: 19px 0 16px 0;
	text-align: center;
	display:block;
}

.loc ul {
	max-width: 595px;
	margin: 0 auto;
}

.loc ul li {
	padding: 0 13px 22px 0;
	display:block;
}

.loc span {
	color: #403e3e;
	font-size: 24px;
	line-height: 23px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 0;
	padding: 0 26px 0 0;
	position: relative;
}

.loc span:after {
	position: absolute;
	top: 0;
	right: 15px;
	background: #403e3e;
	width: 2px;
	height: 100%;
	content: '';
}

.loc strong {
	color: #403e3e;
	font-size: 34px;
	line-height: 33px;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	display: block;
}

.loc small {
	color: #403e3e;
	font-size: 25px;
	line-height: 28px;
}

.loc a {
	color: #7a94bc;
	font-size: 24px;
	line-height: 25px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: 0;
	border-bottom: 1px solid #7a94bc;
}

.treat .inj-rgt {
	margin: 0 0 0 auto;
	padding: 110px 0 87px 10px;
	max-width: 674px;
}

.treat p {
	padding: 26px 16px 0 0;
	line-height: 41px;
	letter-spacing: 1px;
}

.injuries-lft.clients {
	background: #ffffff;
	background: url(images/overlay5.png)no-repeat right top;
}

.clients .inj-lft {
	background: #ffffff;
	padding: 22px 0 31px 0;
	max-width: 517px;
	margin: 0 auto;
}

.clients p {
	color: #7a94bc;
	font-size: 34px;
	line-height: 39px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 0 0 43px 0;
	letter-spacing: 0.9px;
}

.clients span {
	color: #737577;
	font-size: 24px;
	line-height: 27px;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	padding: 0 0 0 96px;
}

.clients h6 {
	color: #737577;
	font-size: 22px;
	line-height: 27px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	padding: 0 0 41px 96px;
}

.clients a {
	color: #7a94bc;
	font-size: 27.53px;
	line-height: 86px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	text-align: center;
	width: 525px;
	height: 79px;
	border: 1px solid #7a94bc;
	border-radius: 10px;
	margin: 0 auto;
	background: #ffffff;
	display: block;
}

.clients a strong:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	top: 0;
	right: 0;
	color: #7a94bc;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
}

.clients a:hover {
	background: #7a94bc;
	color: #ffffff;
	border: 1px solid #ffffff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.clients a:hover strong {
	color: #ffffff;
}

.clients a:hover small {
	color: #ffffff;
}

.clients a:hover strong:after {
	color: #fff;
}

.clients a:hover strong:before {
	background: #fff;
}

.clients strong {
	color: #7a94bc;
	font-size: 27.53px;
	line-height: 86px;
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 0 0 0 0;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	position: relative;
}

.clients strong:before {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	background: #7a94bc;
	width: 94%;
	height: 2px;
}

.clients small {
	color: #7a94bc;
	font-size: 30px;
	padding: 0 0 0 9px;
	line-height: 83px;
}

.injuries-rgt.resolve {
	background: url(/wp-content/uploads/2019/04/overlay-4-home-page.jpg)no-repeat right top;
}

.resolve .inj-rgt {
	padding: 122px 43px 153px 0;
}

.resolve a {}

.resolve p {
	padding: 40px 0 0 0;
	line-height: 41px;
	letter-spacing: 0;
}

footer {
	background: #403e3e;
}

.footer-dtls {
	padding: 0;
}

.footer-lft {
	padding: 59px 0 39px 3px;
}

.footer-lft a {
	display: inline-block;
}

.footer-lft h6 {
	color: #7a94bc;
	font-size: 28px;
	line-height: 30px;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	padding: 0 0 18px 0;
}

.footer-lft ul li {
	padding: 0 0 28px 0;
}

.footer-lft ul li span {
	color: #fcfcfd;
	font-size: 22px;
	line-height: 31px;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	padding: 0;
}

.footer-lft ul li a {
	color: #fcfcfd;
	font-size: 22px;
	line-height: 31px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	letter-spacing: -1.2px;
}

.footer-lft ul li a:hover {
	color: #7a94bc;
}

.footer-rgt {
	background: url(images/arrow_ftr.png)no-repeat right top;
}

.footer-rgt ul {
    justify-content: flex-end;
}

.footer-rgt ul li {
	padding: 0 15px;
}

.footer-rgt ul li:nth-last-child(1) {
	padding-right: 0;
}

.footer-rgt ul li a {
	color: #fafbfd;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
}

.footer-rgt ul li a:hover {
	color: #7a94bc;
}

.footer-rgt p {
	color: #7a94bc;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	padding: 236px 0 0 0;
	letter-spacing: 0px;
}

.footer-in {
	max-width: 313px;
	margin: 0 auto;
	padding: 37px 0 0 24px;
}

.footer-inner {
	max-width: 761px;
	margin-left: auto;
	text-align: right;
	padding: 82px 0 75px 0;
	letter-spacing: -0.1px;
}

.clients .inj-lft.left1 {
	max-width: 711px;
	margin: 0 0 0 auto;
}


/*sidebar*/

.side_bar,
menu {
	display: none;
	text-align: center;
}

#nav-icon {
	width: 39px;
	height: 30px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	display: none;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 9px;
}

#nav-icon span:nth-child(3) {
	top: 18px;
}

.open #nav-icon span:nth-child(1) {
	top: 2px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.open #nav-icon span:nth-child(3) {
	top: 2px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.f-nav {
	display: none;
}

main {
	padding: 25px 0;
}

main h1 {
	margin-bottom: 10px;
}

.nf-field-element input {
    height: 40px;
    font-size: 24px;
}

.nf-field-element textarea {
    font-size: 24px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	border: solid #DBDDE1 5px;
	}
	
	.video-container iframe,
	.video-container object,
	.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
/* 4/7 additions */
nav ul {
	margin-left: 0;
}
nav ul li:nth-child(1) {
    padding-left: 0;
}

ul.interior-pages, .single aside .more-articles ul {
	list-style: none;
    padding-left: 0;
    padding: 10px;
    border: solid #666 1px;
    border-radius: 10px;
}

ul.interior-pages li, .single aside .more-articles li {
	border-bottom: solid #666 1px;	
	font-size: 18px;
}
ul.interior-pages li a, .single aside .more-articles li a {
	color: #7993B9;
	text-decoration: none;
}
ul.interior-pages li:nth-last-child(1),
.single aside li:nth-last-child(1) {
	border-bottom: none;
}

main aside h2 {
	line-height: 1;
	margin-bottom: 1rem;
}

address {
	font-size: 21px;
	padding: 10px 0 10px;
}

aside address {
	padding-bottom: 0;
}

.wp-block-file a {
    font-size: 21px;
}

.category h2 a {
	color: #7A94BB;
}
.category h2 a:hover {
	color: #1E1555
}

.category article a.global-btn {
    text-align: center;
    float: right;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 10px 15px;
    transition: 500ms ease-in-out;
	text-decoration: none;
	text-transform:none;
}

.category article a.global-btn:hover {
	background-color: #1E1555;
	color: white;
}

article {
    overflow: auto;
}

.category article {
    padding: 25px;
    border: solid #7A94BB 1px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.single ul.tags li {
    background: #3F3E3E;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 7px;
    margin-right: 10px;
}

.single ul.tags {
    list-style: none;
    padding: 0;
    color: white;
}

.single ul.tags p {
    color: #3F3E3E;
    display: inline-block;
    margin-bottom: 0;
}

.blog-pagination {
	text-align: center;
}

.blog-pagination a {
	display: inline-block;
    padding: 10px 15px;
    color: white;
    background: #7A94BB;
    transition: ease-in-out 500ms;
    border-radius: 13px;
    margin-bottom: 25px;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 245px;
}

.blog-pagination a:nth-child(1) {
	margin-right: 15px;	
}

.blog-pagination a:hover{
	background: #1D1555;
	color: white;
}

.page-id-10 #title-bar {
    border-bottom: solid #7A94BB 2px;
}


/* Refactor of April 9, 2019 */
.open .side_bar .call-box a {
	color: white;	
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.open .side_bar .call-box a:hover {
	color: #1E1455;
}
.open .side_bar .call-box {
    color: white;
    margin-top: 30px;
    font-weight: 300;
    padding: 10px 25px;
}

div#title-bar {
    border-bottom: solid #7A94BB 2px;
    margin-bottom: 25px;
}

.brag-bar a {
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    text-decoration: underline;
}

.brag-bar {
    background: #4B4949;
}

.brag-bar a:hover {
	font-weight: 500;	
}
.footer-rgt ul {
	margin-bottom: 20px;
}
.footer-rgt ul li a {
		font-size: 18px; 
		font-weight: 400;
	}

.review{
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	padding:10px 0;
}

.review p{
	padding:0;
	margin:0;
}

.review .review-name{
	padding:10px 0;
}

.dropdown-effect {
	visibility: hidden;
}
.dropdown-menu {
	top: 18px !important;
}

.sidebar-photo{
	margin:20px 0;
}

.sidebar-photos img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.sidebar-buttons{
	margin-bottom:20px;
	margin-top:20px;
}

.sidebar-buttons ul{
	list-style: none;
	display:block;
	margin:0;
	padding:0;
}

.sidebar-buttons ul li{
	display:block;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

.sidebar-buttons .global-btn{
	text-decoration: none;
	display:block;
	padding:10px;
	text-transform: none;
}

.side_bar ul li ul {
    position: static !important;
    transform: inherit !important;
}

.dropdown-menu {
  opacity: 0;
  display: none;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.dropdown-menu.show {
	opacity: 1;
}
nav ul ul li:nth-last-child(1) {
	border-bottom: none;
}