/* Begin smooth scroll to anchor with header height offset */
html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 115px;
    margin: -115px 0 0;
}
/* End smooth scroll to anchor with header height offset */

/* begin colors */

div.logo a,div.logo a:visited {
	color:#03506E;
}

a:link,a:visited {
	color:#03506E;
	text-decoration: none;
}

a:visited {
	color:#03506E;
}

a:hover {
	color:#00ACEB;
	text-decoration: underline
}

#pre_header {
	background-color: #03506E;	
}

#pre_header div {
	color:#FFF;
}

#pre_header div a.pre_header_button {
	background-color:#03506E;
	color:#FFF;
}

#pre_header div a.pre_header_button:hover {
	background-color:#FFF;
	color:#03506E;
}

.circle {
	background-color:#03506E;
	color:#FFF;
}

a.button {
	color:#FFF;
	background: orange;
	border:orange solid 1px;
	border-radius: 4px;
	box-shadow: 2px 2px 5px rgba(56, 56, 56, 0.62);
}

a.button.purple {
	background: #ec00a5;
	border:#ec00a5 solid 1px;
}

a.button.purple:hover {
	border:#ec00a5 solid 1px;
	color: #ec00a5
}

a.button.orange {
	background: orange;
	border:orange solid 1px;
}

a.button.orange:hover {
	border:orange solid 1px;
	color: orange;
}

a.button.gray {
	background: #eeeeee;
	border:#eeeeee solid 1px;
	color: gray;
}

a.button.gray:hover {
	border:#eeeeee solid 1px;
	color: gray;
}

a.button.medium {
	padding:12px 16px;
	font-size:26px;
	border-radius: 12px;
}

a.button.large {
	padding:14px 20px;
	font-size:30px;
	border-radius: 18px;
}

.venue-form input[type="submit"],input[type="cancel"],input[type="reset"],input[type="button"],.qq-upload-button {
	color:#FFF;
	background: orange;
	border:orange solid 1px;
}

a.button:hover,.venue-form input[type="submit"]:hover,input[type="cancel"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.qq-upload-button:hover {
	background-color:#FFF;
	color: orange;
}

nav ul li a span {
	border-right:rgba(119, 29, 126, 0.25) solid 1px;
}

nav ul li a:link,nav ul li a:visited {
	color:#555555;
}

nav ul > li > a:hover,nav ul > li.nav_active > a:link,nav ul > li.nav_active > a:visited,nav ul > li.nav_active > a:active,nav ul > li.nav_active > a:hover {
	color:#555555;
}

nav ul > li:hover > a:link,nav ul > li:hover > a:visited {
	color:#222222;
}

nav a[aria-haspopup="true"]::after {
	border-right:6px solid #03506E;
}

nav > ul > li > a[aria-haspopup="true"]::after {
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #03506E;
}

nav ul ul {
	background-color:#fff;
	border-top:3px solid #03506E;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
}

.top-bar {
	background-color:#03506E;
}

.middle-bar {
	background-color:#03506E;
}

.bottom-bar {
	background-color:#03506E;
}

.toggle-name {
	color: #03506E;
}

#cssmenu a:hover {
	color:#05B0F0 !important;
}

#cssmenu > ul > li.active,#cssmenu > ul > li.active > ul > li {
	color:#05B0F0 !important;
}

#cssmenu ul ul a.nav_active {
	color:#05B0F0 !important;
}

#cssmenu ul ul a.nav_active span {
	color:#05B0F0 !important;
}

#cssmenu a.nav_link.nav_active {
	color:#05B0F0 !important;
}

#phone a {
	color: #03506E;
	font-weight: bold
}

#phone a:hover {
	color: #00ACEB;
}


#mobile_phone a {
	color: #03506E;
	font-weight: bold;
}

#mobile_phone a:hover {
	color: #00ACEB;
}

@media screen and (max-width: 481px) {
    
    body.mobile #icon_mobile_phone {
	display: inline-block;
}

body.mobile #icon_phone {
	display: none;
}
}

footer {
	background-color:#E1EAF1;
	background: -moz-linear-gradient(top,  #E1EAF1 0%, #AABECA 100%);
	background: -webkit-linear-gradient(top,  #E1EAF1 0%,#AABECA 100%);
	background: linear-gradient(to bottom,  #E1EAF1 0%,#AABECA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1EAF1', endColorstr='#AABECA',GradientType=0 );
	color:#6C6C6C;
}

footer a:link,footer a:visited {
	color:#03506E;
}

#social-footer a:hover {
	color:#00ACEB;
}

#footer-links a:link,#footer-links a:visited {
	color:#6C6C6C;
}

#footer-links a:hover {
	color:#6C6C6C;
}

#copyright a {
	color: #6C6C6C;
}

#company_name, #company_address {
	color: #03506E;
	font-size: 1.5em;
	font-weight: bold;
}

/* end colors */

#company_address {
	display: none;
}

body.mobile #content ul li, body.mobile #content ol li {
	text-align: left;
}

li .inline_list_left {
	float:left;
	width:5em;
}

li .inline_list_right {
	float:right;
	width:5em;
}

/* Begin Full Width Content Except Section Tags */
#content.fullwidth {
    padding:20px 0 0 !important;
}

#content.fullwidth > *:not(section) {
	margin-left:10%;
    margin-right:10%;
}

body.mobile #content.fullwidth > *:not(section) {
	margin-left:10px;
    margin-right:10px;
}

#content.fullwidth > table, body.mobile #content.fullwidth > table {
	margin-left:inherit;
    margin-right:inherit;
}


section.beige {
    background-color: #F1EEE4;
	color: #000;
	padding: 20px 100px;
	margin: 0;
}

body.mobile section.beige {
	padding: 10px 40px;
}

section.beige * {
    color: #000;
}

section.beige table td {
	border-right: #dbdbdb solid thin;
	padding: 0 20px
}

section.beige table td:last-child {
	border-right: none;
}

body.mobile section.beige table td {
	border-right: none;
	border-bottom: #dbdbdb solid thin;
}

body.mobile section.beige table td:last-child {
	border-bottom: none;
}

section.beige .button {
    color: #FFF;
}

section.beige .button:hover {
    color: #03506E;
}

section.blue {
    background-color: #03506E;
	color: #FFF;
	padding: 20px 100px;
	margin: 0;
}

body.mobile section.blue {
	padding: 10px 40px;
}

section.blue * {
    color: #FFF;
}

section.orange {
    background-color: orange;
	color: #FFF;
	padding: 20px 100px;
	margin: 0;
}

body.mobile section.orange {
	padding: 10px 40px;
}

section.orange * {
    color: #FFF;
}

section.purple {
	background-color: #ec00a5;
	color: #FFF;
	padding: 20px 100px;
	margin: 0;
}

body.mobile section.purple {
	padding: 10px 40px;
}

section.purple * {
    color: #FFF;
}

section.gray {	
	background-color:#F1F1F2;
	background: -moz-linear-gradient(top, #F1F1F2 0%, #d7d7d7 100%);
	background: -webkit-linear-gradient(top,  #F1F1F2 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom,  #F1F1F2 0%,#d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F2', endColorstr='#d7d7d7',GradientType=0 );	
	color: #000;
	padding: 20px 100px;
	margin: 0;
}

body.mobile section.gray {
	padding: 10px 40px;
}


/* End Full Width Content Except Section Tags */

section.testimonials {
    background-color: #F1EEE4;
	color: black;
	padding: 25px;
}

.testimonial_container {
	padding: 25px 100px;
    color: #6C6C6C
}

body.mobile .testimonial_container {
	padding: 5px 10px;
}

.testimonials_title {
	text-align: center;
	font-size: 3em;
    color: #03506E
}

.author {
	text-align: center;
	font-size: 1.25em;
	font-weight: 600;
}
