html {
	--primary-color: #000;
	--secondary-color: #d2b356;
	--primary-font: 'Cinzel', serif;
	--secondary-font: 'Raleway', sans-serif;
	--signature-font: 'Shadows Into Light', cursive;
	--FontAwesome-font: "FontAwesome";
}

body {
	font-family : 'Arial', sans-serif;
	color : #3e3e3e;
	line-height : 1.6em;
	font-size : 16px;
}

/************************* HTAGS FOR TITLES ************************ */

h1 {
	font-size: clamp(1.75rem,4vw,2.25rem);
	font-family: var(--primary-font);
	font-weight : 400;
	line-height : 1;
	color: var(--primary-color);
	margin: 15px 20px;
	text-transform : uppercase;
	border-bottom : 8px solid var(--secondary-color);
	padding-bottom : 8px;
}

h2, .newstitle {
	font-size: clamp(1.5rem,4vw,1.875rem);
	font-family: var(--secondary-font);
	font-weight : 600;
	line-height : 1.1;
	color: var(--primary-color);
	margin: 25px 20px 20px;
	position: relative;
	overflow: hidden;
}

h2:after {
	content: '';
	height: 3px;
	width: 100%;
	background-color: var(--secondary-color);
	position: absolute;
	margin: 18px 0 0 10px;
}

h3, .sidebar-top {
	font-size: clamp(1.5rem,4vw,1.8rem);
	font-family: var(--secondary-font);
	line-height : 1.1;
	color : #fff;
	font-weight: 400;
	padding: 11px 13px;
	position: relative;
	margin: 35px 20px 15px;
	background-color: var(--primary-color);
	box-shadow: 0 0 0 2px var(--secondary-color), 0 0 0 6px var(--primary-color);
}

h4 {
	position: relative;
	font-size: clamp(1.5rem,4vw,1.625rem);
	font-family: var(--primary-font);
	line-height : 1.1;
	color : var(--primary-color);
	margin: 30px 20px 10px;
	font-weight: 400;
	display : block;
	font-variant : small-caps;
}

.signature {
	font-size: 1.75rem;
	font-family: 'Shadows Into Light', cursive;
	font-weight: 400;
	color : var(--secondary-color);
}

.collapsible-title {
	font-family: var(--secondary-font);
	color: var(--primary-color);
	font-size: clamp(1.25rem,4vw,1.5rem);
	line-height: 1.5;
	margin-left: 20px;
}

a.collapsed-content {
	text-decoration: none;
}

.collapsible-title:hover, .collapsible-title:focus {
	text-decoration: underline;
}

.collapsible-title:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
}

.collapsible-title:hover:after, a.collapsed-content:focus > .collapsible-title:after {
	content: '\f107';
}

@media screen and (min-width: 48em) {
	h1 {
	margin: 10px 20px 30px;
}

h3 {
	margin : 10px 0px 20px 0px;
	text-align: center;
}

h4 {
	margin: 16px 0px 10px;
	padding-left: 0px;
	text-align: center;
}

h4::before {
	content: '';
	height: 3px;
	width: 100%;
	background-color: var(--secondary-color);
	position: absolute;
	left: 0;
	top: 15px;
	z-index: -1;
}

h4 span {
	background: #fff;
	padding: 0 15px;
}


}

@media screen and (min-width: 78em) {
	h1, h2, h2.home, .newstitle, .collapsible-title {
	margin-left : 0px;
}


}

/************************* HEADER ************************ */

header {
	background: #000;
}

header.header.subpages {
	background: #fff;
}

.header.active {
	background: #fff;
}

.header-container {
	max-width: 109rem;
	margin: auto;
}

.header-logo {
	width: 30%;
	max-width : 179px;
	margin : 40px auto 10px;
	display : block;
	transition: .5s all;
}

.header-schoolname {
	margin: 10px auto;
	display: block;
	font-family: var(--primary-font);
	color: #fff;
	font-size: clamp(1.75rem,4vw,3rem);
	text-align: center;
	margin : 0 20px;
}

header.subpages .header-schoolname, header.subpages .header-motto, header.subpages nav.nav li a {
	color: #000;
}

.header-divider {
	width: 100%;
	background: #d2b456;
	height: 6px;
	margin: 16px 0 10px;
}

.header-motto {
	font-size: clamp(1.15rem,2.7vw,1.5rem);
	text-align : center;
	font-family: var(--primary-font);
	font-weight : 400;
	line-height : 1;
	color: #fff;
	padding-bottom : 15px;
	margin : 0 20px;
}

.search-container-mobile {
	display : block;
	position : absolute;
	top: 10px;
	right : 15px;
	z-index: 1000;
}

.search-container-mobile .fa {
	font-size : 1.25rem;
	color : var(--secondary-color);
	transition: all 0.3s ease;
	z-index : 1000;
	position: relative;
}

.search-container-mobile .fa:hover, .search-container-mobile .fa:focus {
	transform: scale(.95);
}

/**** ON SCROLL *** */

.header.active .header-container {
	margin: -10px auto 10px;
}

.header.active .header-schoolname {
	color: var(--primary-color);
	font-size: 2rem;
}

.header.active .header-motto {
	color: var(--primary-color);
	font-size: 1.1rem;
}

.header.active .header-divider {
	margin: 0px 0 10px;
}

.header.active .header-logo {
	max-width: 100px;
}

.header.active nav#menu {
	margin-top : -30px;
}

.header.active nav.nav ul ul li a, header.subpages nav.nav ul ul li a {
	color: var(--secondary-color);
}

.header.active .quicklinks-title {
	color: var(--primary-color);
}

.header.active .quicklink-section {
	border-right: 3px solid var(--primary-color);
}

@media screen and (min-width: 48em) {
	.header-container {
	display: flex;
	align-items: center;
	margin: 30px auto 15px;
	padding :  0 10px;
}

.header-logo {
	width: 100%;
	margin: 0;
}

.header-name-container {
	padding-right: 10px;
	margin-left: 40px;
}

.header-social-container {
	text-align: right;
}


}

@media screen and (min-width: 55em) {
	header {
	background: rgb(26,26,26);
    background: linear-gradient(0deg, rgba(26,26,26,0.01) 0%, rgba(26,26,26,0.5) 10%, rgba(26,26,26,1) 100%);
	z-index: 1000;
	position: fixed;
	width: 100%;
}

.header-container {
	margin: -30px auto 15px;
}

.search-container-mobile {
	display : none;
}


}

@media screen and (min-width: 60em) {
	.header-social-container {
	margin-left: auto;
}

.header-schoolname {
	text-align: left;
}


}

/************************  NAVIGATION ************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: var(--primary-color);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	float: none;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	font-family: var(--secondary-font);
	font-weight: 700;
	background-color: #fff;
	z-index: 1000;
	position: absolute;
	top : 0;
	width : 100%;
	z-index: 999;
}

nav.nav ul {
	border-top: 1px solid #fff;
}

nav.nav  ul ul {
	padding-left : 20px;
}

nav.nav li a {
	color: #000;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 1.25rem;
	text-transform : uppercase;
}

.header.active nav.nav li a {
	color: #000;
}

nav.nav  li a:hover, nav.nav  li a:focus {
	text-decoration : underline;
}

div#subpage-navigation {
	display: none;
}

.sub-menu .sub-menu {
	display: block !important;
	margin-left: -20px;
	opacity: 1 !important;
}

.sub-menu li:first-child, .sub-menu li:nth-child(2) {
	display: none;
}

.sub-menu li li:first-child, .sub-menu li li:nth-child(2) {
	display: block;
}

.sub-menu a {
	display: none;
}

.sub-menu .sub-menu a {
	display: block;
}

@media screen and (min-width: 55em) {
	/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

.sub-arrow {
	display: none;
}

nav#menu {
	position: relative;
	max-width: 109rem;
	margin: auto;
	background-color: transparent;
}

nav.nav {
	max-width: 75rem;
	margin-left : auto;
}

nav.nav ul {
	border-top-width : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 10px;
}

nav.nav li {
	margin: auto;
	padding : 0;
	position: initial;
}

nav.nav li a {
	color : #fff;
	font-size: clamp(1rem,2vw,1.4375rem);
	transition: all 0.3s ease;
	margin-bottom : 4px;
}

nav.nav li a:hover {
	text-decoration : none;
}

nav.nav ul li a:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
	background: var(--secondary-color);
	height: 3px;
	transition: all .5s;
}

nav.nav ul li a:hover:after, nav.nav ul li a:focus:after {
	width: 100%;
}

nav.nav ul ul {
	width: 100%;
	max-width: 67.1875rem;
	position : absolute;
	top : 2.125rem;
	padding : 0px;
	z-index : 1000;
	display: none;
	background-color: var(--primary-color);
	border: 15px solid #fff;
	outline: 4px solid var(--primary-color);
	margin-left: auto !important;
}

a.highlighted ~ ul.sub-menu {
	display:flex;
	min-height: 258px;
}

nav.nav ul ul ul {
	display: block !important;
	position: relative;
	border: 0;
	outline: 0;
	top: 0;
}

nav.nav ul ul li {
	padding: 0px 0px;
	margin: 0;
	width: 33%;
}

nav.nav ul ul li.nav-About-Sub-Photo, nav.nav ul ul li.nav-Admissions-Sub-Photo, nav.nav ul ul li.nav-Academics-Sub-Photo, nav.nav ul ul li.nav-Athletics-Sub-Photo, nav.nav ul ul li.nav-Student-Life-Sub-Photo, nav.nav ul ul li.nav-Alumni-Sub-Photo, nav.nav ul ul li.nav-Giving-Sub-Photo {
	border-right : 15px solid #fff;
	border-left: 15px solid #fff;
	width: 30.25%;
}

nav.nav ul ul ul li {
	width: 100%;
}

li.nav-About-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/subnav_graphic_about1.png);
}

li.nav-Admissions-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://tb2cdn.schoolwebmasters.com/accnt_719728/site_719729/Graphics/subnav_graphic_admission1.png);
}

li.nav-Academics-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/subnav_graphic_academics1.png);
}

li.nav-Athletics-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/subnav_graphic_athletics1.png);
}

li.nav-Student-Life-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/subnav_graphic_studentlife1.png);
}

li.nav-Alumni-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/subnav_graphic_alumni1.png);
}

li.nav-Giving-Sub-Photo {
	width: 33%;
	background-size: contain;
	background: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/subnav_graphic_giving1.png);
}

li.nav-Request-Information:after, li.nav-Admissions-Request-Information:after, li.nav-Academics-Request-Information:after, li.nav-Athletics-Request-Information:after, li.nav-Student-Life-Request-Information:after, li.nav-Alumni-Request-Information:after, li.nav-Giving-Request-Information:after {
	content: "Connect with us to learn more about what an MH - MA education can offer you.";
	line-height: 1;
	display: block;
	text-align: left;
	color: #000;
	font-weight: 400;
	padding: 0px 10px 20px;
}

li.nav-How-to-Apply:after, li.nav-Admissions-How-To-Apply:after, li.nav-Academics-How-to-Apply:after, li.nav-Athletics-How-to-Apply:after, li.nav-Student-Life-How-To-Apply:after, li.nav-Alumni-How-To-Apply:after, li.nav-Giving-How-to-Apply:after {
	content: "Your MH - MA experience starts here. Start the application process today.";
	line-height: 1;
	display: block;
	text-align: left;
	color: #000;
	font-weight: 400;
	padding: 0px 10px 10px;
}

nav.nav ul ul li a, header.subpages nav.nav ul ul li a {
	padding: 7px 10px;
	font-size : 1.15em;
	color: #d2b456;
	line-height : 1.1;
	transition: all 1s;
	border: 0px solid #095da9;
	border-radius: 0px;
	text-transform: none;
	font-weight: 400;
}

nav.nav ul ul li a:after {
	display: none;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus, header.subpages nav.nav ul ul li a:hover, header.subpages nav.nav ul ul li a:focus {
	padding-left: 20px;
	text-decoration: none;
}

ul.sub-menu li a {
	display: none;
}

ul.sub-menu li a ~ ul li a {
	display: block;
}

nav.nav ul ul li:first-child ul {
	background: var(--secondary-color);
	height: 100%;
	padding : 20px;
}

nav.nav ul ul li:last-child ul {
	padding : 20px;
}

nav.nav li:first-child ul a, header.subpages nav.nav li:first-child ul a {
	color: #000 !important;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-menu li:first-child, .sub-menu li:nth-child(2) {
	display: block;
}

.sub-menu li li:first-child, .sub-menu li li:nth-child(2) {
	display: block;
}

.sub-menu a {
	display: none;
}

.sub-menu .sub-menu a {
	display: block;
}

/***** BREADCRUMB NAV **** */

div#subpage-navigation {
	display: block;
}

div#subpage-navigation ul {
	margin: 0 auto;
}

#subpage-navigation ul ul {
	display: flex !important;
	max-width: 75rem;
	margin: auto;
}

#subpage-navigation ul ul:before, #subpage-navigation ul ul:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #000;
	position: absolute;
	left: 0;
}

#subpage-navigation ul li a {
	display: none;
}

#subpage-navigation ul ul ul li a {
	display: block;
	font-family: var(--secondary-font);
	color: #000;
	text-decoration: none;
	font-size: clamp(.9rem,1.5vw,1.375rem);
	padding: 18px 16px;
}

#subpage-navigation ul ul li a:hover, #subpage-navigation ul ul li a:focus, #subpage-navigation ul ul li a.current {
	background: #000;
	color: #fff;
}

#subpage-navigation ul ul:after {
	margin-top: 70px;
}

#subpage-navigation ul li:first-child ul {
	display: none !important;
}


}

@media screen and (min-width: 85em) {
	nav#menu {
	background-color : transparent;
	margin-top: -40px;
}


}

/************************* SOCIAL ICONS STYLING ************************ */

.header-social-container {
	position: absolute;
	z-index: 5000;
	right: 10px;
	top: 5px;
}

.header-social-container i {
	font-size: 1.5rem;
	border-radius: 50%;
	height: 1.375rem;
	width: 1.375rem;
	text-align: center;
	padding: 7px 9px 11px;
	transition: all .2s ease-in-out;
	background-color: #095da9;
	color: #fff;
	margin-right: 3px;
	transition: all 0.3s ease;
}

.header-social-container i:hover, .header-social-container a:focus > i, .social-container i:hover, .social-container a:focus > i {
	background-color: #fff;
	color: #095da9;
	transform: scale(.9);
}

.social-container {
	position : relative;
	padding-bottom: 15px;
}

.search td {
	display: table-cell;
	width: auto;
}

.gsc-control-cse {
	padding: 0;
}

td#gs_tti50 {
	vertical-align: top;
}

.gsc-search-button-v2 svg {
	fill: #000 !important;
	width: 20px;
	height: 20px;
	margin-bottom: -10px;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	background-color: transparent !important;
	margin-top: 0;
}

button.gsc-search-button.gsc-search-button-v2 {
	border: 0;
}

@media screen and (min-width: 48em) {
	.header-social-container {
	position: relative;
	z-index: 0;
}

.header-social-container .social-container {
	margin-top: 10px;
}


}

@media screen and (min-width: 60em) {
	.search-container {
	top : 20px;
	right: 15px;
	margin-top : 0px;
}


}

@media screen and (min-width: 75em) {
	.header-social-container {
	margin-right: 60px;
}

.header-social-container .social-container {
	margin-top: 0px;
}


}

/************************* MAIN BODY STYLING ************************ */

main {
	padding-bottom: 20px;
}

a {
	color : #3e3e3e;
}

a:hover, a:focus {
	color : #000;
	text-decoration : none;
}

p, .newsBody {
	margin: 15px 20px;
}

ul, ol {
	margin: 15px 20px 15px 50px;
	padding: 0;
}

ol li ul {
	margin-left : -15px;
}

.main-content ul ul, .main-content-fullwidth ul ul {
	margin-left: 0;
	padding-left: 20px;
}

.skip a, .skip a:focus {
	color: #363636
}

p.card1, p.card2 {
	border : 5px solid var(--primary-color);
	padding : 0 20px 20px;
	font-style : italic;
	position : relative;
	margin-bottom : 30px;
}

p.card2 {
	border : 5px solid var(--secondary-color);
	text-align : right;
}

p.card1 span, p.card2 span {
	font-style: normal;
	font-size: 1.5rem;
	position : absolute;
	top : -15px;
	background-color : #fff;
	padding : 0 20px;
}

p.card2 span {
	right : 15px;
}

p.quote {
	font-family: var(--secondary-font);
	color : var(--primary-color);
	border : 10px solid var(--secondary-color);
	font-size: clamp(1.25rem,4vw,1.5rem);
	padding : 15px !important;
	position : relative;
	margin-top : 20px !important;
	margin-bottom : 20px !important;
	font-weight: 500;
	line-height : 1.2;
	text-align : center;
}

p.quote span {
	color : var(--secondary-color);
	font-weight: 700;
}

p.quote:before {
	content: '';
	height: 10px;
	width: 75%;
	background-color: #fff;
	position: absolute;
	top : -10px;
	right: 0;
	left: 0;
	margin : 0 auto;
}

p.quote:after {
	content: '';
	height: 10px;
	width: 75%;
	background-color: #fff;
	position: absolute;
	bottom : -10px;
	right: 0;
	left: 0;
	margin : 0 auto;
}

@media screen and (min-width: 48em) {
	#container {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
}

main {
	margin: 50px auto 30px auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.main-content {
	width : 66%;
	margin-right : 2%;
	margin-left: 0px;
	position : relative;
}

.main-content-fullwidth {
	width : 100%;
	margin-right : 0%;
	margin-left: 0px;
	position : relative;
}

.sidebar-content {
	width: 28%;
	position : relative;
	margin-right : 2%;
	margin-left : 2%;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	height: 100%;
	left: -11%;
	width : 3px;
	background-color : #bdbdbd;
}

.sidebar-content p {
	margin : 10px 0px;
	padding-right : 15px;
}

.sidebar-content ul, .sidebar-content ol {
	margin: 15px 5px 15px 30px;
}

.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-perspective: 1;
	column-count: 2;
	column-gap: 1em;
	margin-bottom: 1em;
}


}

@media screen and (min-width: 78em) {
	.main-content {
	width : 68%;
	margin-right : 2%;
	margin-left: 0px;
	position : relative;
}

.sidebar-content {
	width: 28%;
	position : relative;
	margin-right : 0%;
	margin-left : 2%;
}

p, .newsBody {
	margin: 15px 20px 15px 0px;
}

.contact-img p {
	margin: 15px 0px;
}

ul, ol {
	margin: 15px 20px 15px 30px;
}


}

/************************* HEADER AND BODY IMAGES ************************ */

.header-photo img {
	display: block;
	width: 100%;
	max-width : 2000px;
	margin: 10px auto 0;
	padding : 5px 0;
}

.sidebar-content img, .main-content img {
	display: none;
}

.main-content-fullwidth img.profile, .main-content img.profile {
	display : block;
	float: right;
	padding: 0 0px 15px 15px;
	max-width: 250px;
	width : 40%;
}

@media screen and (min-width: 48em) {
	.sidebar-content img {
	display: block;
	max-width: 387px;
	width : 95.5%;
	margin: 15px auto;
	border: 4px solid var(--primary-color);
	outline: 1px solid #000;
	outline-offset: -5px;
}

.main-content img {
	display : block;
	margin: 20px auto;
	width : 90%;
	height: auto;
}

.header-photo img {
	margin: 0px auto 0;
}

img.home-header-photo {
	display: block;
	width: 100%;
	max-width : 2000px;
	margin: 8px auto;
}

.athleticphotos {
	display: flex;
	margin : 0 20px;
}


}

@media screen and (min-width: 55em) {
	.header-photo {
	padding-top: 204px;
}


}

@media screen and (min-width: 78em) {
	.sidebar-content img {
	width : 97.5%;
}

.athleticphotos {
	display: flex;
	margin : 0 20px 0 0;
}


}

/************************* BUTTONS ************************ */

.button {
	background-color: var(--secondary-color);
	color: var(--primary-color);
	text-align: center;
	padding: 15px 20px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px 20px;
}

.button a {
	color: var(--primary-color);
	border: 0;
	font-family: var(--secondary-font);
	font-size: 1.375rem;
	text-decoration: none;
	font-weight : 500;
	text-transform : uppercase;
}

.button a:hover, 
.button a:focus {
	text-decoration: underline;
}

@media screen and (min-width: 75em) {
	.button {
	max-width: 341px;
}

.button a {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button a:after {
	content: '\00bb';
	color: var(--primary-color);
	position: absolute;
	opacity: 0;
	top : -2px;
	right: -20px;
	transition: 0.5s;
	font-size: 1.5rem;
}

.button a:hover, 
.button a:focus {
	padding-right: 25px;
	text-decoration: none;
}

.button a:hover:after, 
.button a:focus:after {
	opacity: 1;
	right: 0;
}


}

@media screen and (min-width: 78em) {
	.main-content p.button, 	.main-content-fullwidth p.button {
	margin-left : 0px;
}


}

/************************  FOOTER ************************** */

footer {
	background-color : #fff;
	color : #000;
	position: relative;
	text-align : center;
}

.footer-wrapper {
	border-top : 35px solid #000;
	border-bottom : 35px solid #000;
	margin : 10px 0;
}

.footer-container {
	font-family: var(--primary-font);
	font-weight: 500;
	margin : 0px auto;
	max-width: 95rem;
	color : #000;
	position : relative;
	padding: 15px;
	font-size: clamp(1.2rem,3vw,1.5rem);
	line-height : 1.2;
	text-transform : uppercase;
}

.footer-address {
	font-family: var(--secondary-font);
}

footer a {
	color : #000;
	text-decoration : none;
}

.footer-motto {
	display : none;
}

.footer-logo img {
	display: none;
}

.footer-social-wrapper {
	background-color : #000;
	position : relative;
}

.footer-social-wrapper:before {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 0;
}

.footer-social-container {
	text-align : center;
	padding : 20px;
}

.social-title {
	color: var(--secondary-color);
	font-family: var(--primary-font);
	font-size: clamp(1.5rem,4vw,2.5rem);
	line-height : 1.2;
	text-transform : uppercase;
}

.footer-icon-container {
	display : flex;
	justify-content : center;
}

.main-social-container {
	display : flex;
	justify-content : center;
	margin : 0 20px;
	background-color: var(--primary-color);
	width : max-content;
	border : 10px double var(--secondary-color);
}

.footer-social-container a, .main-social-container a {
	width: 2.5rem;
	height: 2.5rem;
	position : relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items : center;
	justify-content: center;
	color: var(--secondary-color);
	text-decoration : none;
}

.footer-social-container a:hover::before, .footer-social-container a:focus::before, .main-social-container a:hover::before,  .main-social-container a:focus::before {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition: .5s;
	background-color: var(--secondary-color);
	opacity: 1;
	z-index : 0;
}

.footer-social-container a::before, .main-social-container a::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: transparent;
	opacity: 0;
	transition: opacity .3s;
}

.footer-social-container a:hover, .footer-social-container a:focus, .main-social-container a:hover, .main-social-container a:focus {
	color: var(--primary-color);
}

.footer-social-container i, .main-social-container i {
	font-size: 1.6rem;
	padding-top: 8px;
	margin-right: 7px;
	transition: all 0.3s ease;
	text-align : center;
	margin: 0;
	padding: 0;
	position : relative;
}

.main-social-container i {
	text-align : left;
}

.footer-social-container i:hover, .footer-social-container i:focus, .main-social-container i:hover, .main-social-container i:focus {
	color: #000;
	background: transparent;
}

footer .button {
	min-width : 7em;
	padding : 10px 20px;
}

#copyright {
	clear : both;
	font-size : 1.063rem;
	line-height : 1.1;
	font-family: var(--primary-font);
	display : block;
	padding: 15px;
	text-align : center;
}

@media screen and (min-width: 48em) {
	.footer-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items : center;
	font-size: clamp(1.2rem,2.5vw,1.5rem);
}

.footer-information {
	width: 65%;
	text-align : center;
}

footer span {
	display: inline;
	padding-right: 5px;
}

.footer-logo img {
	display : block;
	width: 25vw;
	max-width: 12rem;
}

.footer-social-container a, .main-social-container a {
	width: 5rem;
	height: 5rem;
}

.footer-social-container i, .main-social-container i {
	font-size: 2.5rem;
}


}

@media screen and (min-width: 75em) {
	.footer-container {
	display: flex;
	padding: 25px 15px;
	justify-content : space-between;
	font-size: clamp(1.15rem,1.5vw,1.5rem);
}

.footer-motto {
	font-family: var(--primary-font);
	font-size: clamp(1.5rem,3vw,3.875rem);
	display : flex;
	align-items : center;
	justify-content: space-around;
	max-width : 57.375rem;
	margin : 0 auto;
	padding : 10px 0;
}

.footer-motto i.fas.fa-circle {
	font-size : .5rem;
}

.footer-address-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width : 100%;
}

.footer-address {
	padding : 10px 25px;
	border-left : 3px solid #bdbdbd;
	width : 38%;
}

.footer-address:first-child {
	border-left : 0px solid #bdbdbd;
}

.footer-address:first-child, .footer-address:last-child {
	width : 31%;
}

footer .button {
	min-width : 9em;
}


}

@media screen and (min-width: 78em) {
	.main-social-container {
	margin : 0 20px 0 0;
}


}

@media screen and (min-width: 92em) {
	.footer-social-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	align-items : center;
	max-width : 95rem;
	margin : 0 auto;
	padding : 0;
}

.social-title {
	width : 22.5%;
	max-width : 21.25rem;
	padding : 20px;
}

.footer-social-container a {
	width: 15rem;
	height: 15rem;
	border-left : 2px solid #fff;
}

.footer-social-container a:last-child {
	border-right : 2px solid #fff;
}

.footer-social-container i {
	font-size: 5rem;
}


}

/************************  GOOGLE TRANSLATE  ************************** */

#google_translate_element {
	display: none;
}

@media screen and (min-width: 66em) {
	#google_translate_element {
	display: block;
	position: fixed;
	bottom: 0;
	right: 20px;
}

.googe-te-gadget-simple span {
	color: #676767!important;
}

.goog-te-gadget-simple {
	border: 1px solid #d5d5d5!important;
}


}

.map {
	display : none;
}

@media screen and (min-width: 58em) {
	.map {
	display : block;
	margin: 20px 0 0 20px;
}

.map-link {
	display : none;
}


}

@media screen and (min-width: 76em) {
	.map {
	margin: 20px 0 0 0px;
}


}

/********* SUBMIT PAYMENT BUTTON *********** */

.submitapayment form {
	margin : 5px 20px;
}

.submitapayment button, .submitapayment html input[type="button"], .submitapayment input[type="reset"], .submitapayment input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	width: 100%;
	color: var(--primary-color);
	border: 0;
	font-family: var(--secondary-font);
	font-size: 1.15rem;
	font-size: clamp(1rem,4vw,1.15rem);
	font-weight : 500;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	padding: 10px 10px;
	transition: 0.5s;
	border : 5px solid var(--secondary-color);
}

.submitapayment button:hover, .submitapayment html input[type="button"]:hover, .submitapayment input[type="reset"]:hover, .submitapayment input[type="submit"]:hover, .submitapayment button:focus, .submitapayment html input[type="button"]:focus, .submitapayment input[type="reset"]:focus, input[type="submit"]:focus {
	text-decoration : underline;
}

@media screen and (min-width: 48em) {
	.sidebar-content .submitapayment form {
	margin : 5px 0px;
}

.submitapayment button, .submitapayment html input[type="button"], .submitapayment input[type="reset"], .submitapayment input[type="submit"] {
	max-width: 380px;
}


}

@media screen and (min-width: 78em) {
	.main-content .submitapayment form {
	margin : 5px 0px;
}


}

