@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'telefonnormal_italic';
	src: url('/_resources/css/fonts/telefon-normalitalic-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefon-normalitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontrialblack';
	src: url('/_resources/css/fonts/telefontrial-black-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontrialblack_italic';
	src: url('/_resources/css/fonts/telefontrial-blackitalic-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-blackitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontrialblond';
	src: url('/_resources/css/fonts/telefontrial-blond-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-blond-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontrialbold';
	src: url('/_resources/css/fonts/telefontrial-bold-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontriallight';
	src: url('/_resources/css/fonts/telefontrial-light-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontriallight_italic';
	src: url('/_resources/css/fonts/telefontrial-lightitalic-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontrialmedium';
	src: url('/_resources/css/fonts/telefontrial-medium-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'telefontrialbold_italic';
	src: url('/_resources/css/fonts/telefontrial-bolditalic-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/telefontrial-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'score_boardregular';
	src: url('/_resources/css/fonts/scoreboard-webfont.woff2') format('woff2'),
		url('/_resources/css/fonts/scoreboard-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "adobe-caslon-pro",serif;
	font-size: 18px;
	line-height: 1.42857143;
	color: #444444;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	margin: 20px 0;
}
a:visited {
	color: #6C3C90;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
}
p a:visited {
	color: #6C3C90;
	text-decoration: underline;
	text-decoration-color: #6C3C90;
}
p a{
	color: #333333;
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
}
.content a:hover {
	text-decoration: none;
}
.content.interior a:hover {
	text-decoration: underline;
}
a:hover, a:focus {
	color: #6C3C90;
}
.form-check {
	line-height: 1.85em;
}
.btn {
	text-decoration: none;
	font-size: 16px;
	background-color: #512D6D;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: none !important;
	padding-top: 0.5625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.625rem;
	padding-left: 1.125rem;
	display: inline-block;
	line-height: inherit;
	border-radius: 0px;
}
.alert-danger {
	color: #000;
	background-color: #f0e118;
	font-size: 20px;
}
.alert {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	text-align: center;
}
.alert-danger .alert-link {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
	color: #fff;
}
.close {
	opacity: 0.9;
}
.cover {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #4e5758;
	background: rgba(78,87,88,0.8);
	z-index: 5;
}
.content .form-control {
	padding: 14px 10px;
}
.content .form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 1.57143;
	color: rgb(33, 33, 33);
	background-color: rgb(255, 255, 255);
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
	padding: 15px 27px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(177, 177, 177);
	border-image: initial;
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content textarea.form-control {
	height: auto;
}
.content .newsletter .form-control {
	width: 100%;
}
.menuToggle {
	display: none;
}
/*Header Styles*/
.siteHeader {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-300px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#512D6D;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}
.mobile-menu-header {
	display: none;
}
header {
	background-color: #512D6D;
}
header .container-fluid {
	position: relative;
}
header .branding {
	max-width: 1440px;
}
a:hover {
	text-decoration: none;
}
h1.logo {
	margin: 0;
	z-index: 1;
}
.logo a {
	display: block;
	width: 203px;
	height: 45px;
	background:url(/_resources/images/Bluffton-logo.png) no-repeat;
	background-size: contain;
	text-indent:-9999px;
	margin: 0 0 20px 0;
	position: absolute;
	top: 50px;
	left: 30px;
}
.site-navigation {
	border-top: 40px solid #45265C;
	background-color: #512D6D;
}
/*Auxillary Navigation*/
header .aux {
	max-width: 1440px;
}
.auxnav {
	position: absolute;
	top: -118px;
	right: 30px;
	z-index: 2;
}
header .auxnav .nav li a {
	font-size: 13px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: "telefontrialmedium",sans-serif;
	letter-spacing: 1.25px;
}
header .auxnav .nav li a:hover {
	color: #A59B94;
}
/*Audience Navigation*/
header .audience {
	max-width: 1440px;
}
header .audience .nav {
	text-align: center;
	position: absolute;
	top: -114px;
	z-index: 2;
	right: 500px;
}
header .audience .nav .dropdown a {
	font-size: 13px;
	color: #A59B94;
	text-transform: uppercase;
	padding: 0 7px;
	font-family: "telefontrialmedium",sans-serif;
	letter-spacing: 1.25px;
}
header .audience .nav .dropdown {
	border-right: 1px solid #A59B94;
	padding: 0 7px;
	line-height: 15px;
}
header .audience .nav .dropdown:last-child {
	border-right: none;
}
header .audience .nav .dropdown a:hover {
	color: #fff;
}
header .audience .nav .dropdown:hover .dropdown-menu {
	display: block; 
}
header .audience .nav .dropdown .dropdown-toggle::after {
	border: none;
	margin-left: 0;
}
header .audience .nav .dropdown .dropdown-menu {
	background-color: transparent !important; 
	list-style: outside none none;
	padding: 5px 0;
	text-align: left;
	z-index: 3;
	left: 0;
	position: absolute;
	top: 100%;
	width: 550px;
	margin: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content {
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 1px solid #E9E6E4;
	margin-top: 10px;
	padding: 25px;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content::before {
	display: block;
	position: absolute;
	top:10px;
	left: 12%;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid #fff;
	border-left: 0.5em solid transparent;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content h2 {
	font-size: 18px;
	color: #512D6D;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "telefontrialmedium",sans-serif;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content li a {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 14px 0;
	display: block;
	width: 100%;
	text-transform: none;
	font-family: "adobe-caslon-pro",serif;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content li a:hover{
	text-decoration: underline;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content li a:after {
	background:url(/_resources/images/arrow-right-dark.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content a.btn.btn-teal {
	padding-top: 0.8625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.825rem;
	padding-left: 1.125rem;
	background-color: #00748D;
	border: 2px solid #00748D;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content a.btn.btn-teal:hover, header .audience .nav .dropdown .dropdown-menu .mainnav-content a.btn.btn-teal:focus {
	background-color: #fff;
	border: 2px solid #00748D;
	color: #512D6D !important;
}

/*Sets Background Color for Tabbing through Top Level Navigation*/
header .audience .nav .open a, header .audience .nav .open a:focus, header .audience .nav a:focus, header .audience .nav .open a:active, header .audience .nav .open a:hover, header .audience .nav .show a, header .audience .nav .show a:focus, header .audience .nav .show a:active, header .audience .nav .nav .show a:hover {
	color: #fff;
}
/*Sets Tabbing through Sub-Items of Top Navigation*/
header .audience .nav .open .dropdown-menu li a:focus, header .audience .nav .open .dropdown-menu li a:active, header .audience .nav .open .dropdown-menu li a:hover, header .audience .nav .show .dropdown-menu li a:focus, header .audience .nav .show .dropdown-menu li a:active, header .audience .nav .show .dropdown-menu li a:hover {
	text-decoration: none;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content .card {
	border: none;
	border-radius: 0;
	font-family: "adobe-caslon-pro",serif;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content .card .card-body {
	background-color: #F7F6F6;
	text-align: center;
	padding: 1.75rem;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content .card .card-body .card-title {
	color: #512D6D;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: "telefontrialmedium",sans-serif;
}
header .audience .nav .dropdown .dropdown-menu .mainnav-content .card .card-body .card-text {
	font-size: 16px;
	color: #512D6D;
}
header .audience .nav .dropdown.open .dropdown-menu .mainnav-content .card .card-body a, header .audience .nav .dropdown.show .dropdown-menu .mainnav-content .card .card-body a {
	color: #333333 !important;
	text-transform: none;
	font-family: "adobe-caslon-pro",serif;
}
header .audience .nav .dropdown.open .dropdown-menu .mainnav-content .card .card-body a:after, header .audience .nav .dropdown.show .dropdown-menu .mainnav-content .card .card-body a:after {
	background:url(/_resources/images/arrow-right-dark.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
header .audience .nav .dropdown.open .dropdown-menu .mainnav-content .card .card-body a:hover, header .audience .nav .dropdown.show .dropdown-menu .mainnav-content .card .card-body a:hover, header .audience .nav .dropdown.open .dropdown-menu .mainnav-content .card .card-body a:focus, header .audience .nav .dropdown.show .dropdown-menu .mainnav-content .card .card-body a:focus {
	text-decoration: underline;
	color: #333333 !important;
}
header .audience  .nav .dropdown .dropdown-menu .mainnav-content .row .col-lg-6:nth-child(1) {
	padding-right: 0;
	border-right: 1px solid #d2cdc9;
}
/*Search*/
header .auxnav .nav li a.searchToggle {   
	border-bottom: 1px solid #fff;
	padding: 0 0 2px 0;
	margin: 0 15px;
}
.siteSearch {
	display: none;
	background: transparent;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: right;
	z-index: 90000;
}
.siteSearch .container form {
	position: absolute;
	right: 10px;
	top: -4px;
	width: 350px;
}
.siteSearch form label {
	display: none !important;
}
.siteSearch .form-text {
	width: 350px;
	padding: .3em 20px .3em 40px;
	font-size: 16px;
	background-color: #45265c;
	border: none;
	border-bottom: 1px solid #fff;
}
.siteSearch .form-submit {
	top: 2px;
	left: 2px;
	margin: 0;
	cursor: pointer;
}
.closeSearch{
	display:none;
}
.siteSearch .closeSearch{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	color: #fff;
	text-decoration: none !important;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.siteSearch form input#search.form-text {
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.siteSearch form input:focus {
	outline: none;
}
.siteSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.siteSearch ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.siteSearch :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.siteSearch :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.siteSearch .form-submit {
	border: 0;
	width: 20px;
	height: 20px;
	background: url(/_resources/images/search-icon-white.svg) no-repeat center left;
	background-size:contain;
	text-indent: -9999px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
}
.form-control {
	height: 24px;
}
/*Main Navigation Styles*/
.main-navigation .nav {
	text-align: right;
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
	display: block;
	padding: 30px 45px 25px 0;
	max-width: 1440px;
	margin: 0 auto;
}
/*Centers the top navigation*/
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: relative;
}
.main-navigation .nav .dropdown > ul > li {
	display: block !important;
	float: none;
}
.main-navigation .nav .dropdown .dropdown-toggle::after {
	border: none;
	background:url(/_resources/images/arrow-down.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	vertical-align: 0;
}
.main-navigation .nav .dropdown .external::after {
	border: none;
	background: url(/_resources/images/external-link-icon.svg) no-repeat;
	background-size: contain;
	width: 11px;
	height: 15px;
	vertical-align: 0;
	content: "";
	display: inline-block;
	margin-left: 6px;
}
.main-navigation .nav .dropdown .external:hover, .main-navigation .nav .dropdown .external:focus {
	text-decoration: underline;
}
.main-navigation .nav li a {
	padding: 0 18px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: .2px;
	line-height: 32px;
}
.main-navigation .nav .dropdown ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: none;
	text-decoration: none;
	display: block;
	width: 100%;
}
.main-navigation .nav .dropdown a.dropdown-toggle {
	display: block;
	position: relative;
}
.main-navigation .nav .dropdown:hover .dropdown-menu {
	display: block; 
}
/*Sets Background Color for Tabbing through Top Level Navigation*/
.main-navigation .nav .dropdown.open a.dropdown-toggle, .main-navigation .nav .dropdown.open a:focus.dropdown-toggle, .main-navigation .nav .dropdown a:focus.dropdown-toggle, .main-navigation .nav .dropdown.open a:active.dropdown-toggle, .main-navigation .nav.open a:hover.dropdown-toggle, .main-navigation .nav .show a.dropdown-toggle, .main-navigation .nav .show a:focus.dropdown-toggle, .main-navigation .nav .show a:active.dropdown-toggle, .main-navigation .nav .show a:hover.dropdown-toggle {
	text-decoration: underline;
}
/*Top Nav Dropdown Background*/
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content {
	background-color: #512D6D; 
	padding: 35px 0;
}
.main-navigation .nav .dropdown .dropdown-menu {
	background-color: transparent !important; 
	margin-top: -4px;
	z-index: 2;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute !important;
	will-change: inherit !important;
	width: 100%;
	left: 0;
	right: 0;
}
.main-navigation .nav .dropdown, .main-navigation .nav .dropdown.open, .main-navigation .nav .dropdown.show {
	position: static;
}
.main-navigation .nav .dropdown.open .dropdown-menu, .main-navigation .nav .dropdown.show .dropdown-menu {
	display: block;
	border-radius: 0px;
	width: 100%;
	left: 0;
	right: 0;
}
.main-navigation .nav .dropdown .dropdown-menu {
	display: none;
}
.dropdown-menu, .dropdown-menu.show {
	transform: none !important;
	top: inherit !important;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-3.offset-lg-2 {
	margin-left: 13.666667%;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-6.offset-lg-1 {
	margin-left: 3%;
	border-left: 1px solid #A59B94;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .list-unstyled {
	padding-left: 25px;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:hover, .main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:focus {
	text-decoration: underline;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content h2 a {
	padding: 10px 0;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 16px;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content li a:after, .main-navigation .nav .dropdown .dropdown-menu .mainnav-content h2 a:after {
	background:url(/_resources/images/arrow-right.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	vertical-align: 0;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.menuClose {
	display: none;
}
/*Footer Styles*/
footer {
	background-color: #512D6D;
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	padding-top: 12px;
}
footer a {
	color: #fff !important;
	font-size: 12px;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff;
	text-decoration: underline;
}
.footer-logo {
	display: block;
	width: 100%;
	border-bottom: 1px solid #979797;
}
.footer-logo a {
	display: block;
	width: 203px;
	height: 45px;
	background:url(/_resources/images/Bluffton-logo.png) no-repeat;
	background-size: contain;
	text-indent:-9999px;
	margin: 25px 0;
}
.second-row {
	width: 100%;
	border-bottom: 1px solid #979797;
	margin: 0 15px;
	display: inherit;
}
.second-row .col-lg-8, .second-row .col-lg-4 {
	padding: 0;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 20px 0;
	float: right;
}
.footer-social li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	font-size: 20px;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.footer-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li:hover a:before {
	color: #A59B94;
	text-decoration: none;
}
footer .list-unstyled {
	padding-top: 20px;
}
footer .list-unstyled li {
	display: inline;
}
footer .footer-nav {
	margin-top: 10px;
}
footer .footer-nav a {
	font-size: 18px;
	margin-right: 35px;
	color: #fff;
}
.disclaimer {
	float: right;
}
.disclaimer li:last-child a {
	margin-right: 0;
}
.disclaimer a {
	margin-right: 5px;
}
.disclaimer li:last-child a:after {
	content: none;
	padding-left: 0;
}
.disclaimer a:after {
	content:"|";
	padding-left: 5px;
}
/*Main Content Styles*/
/*Hero Image*/
.hero {
	height: 75vh;
	position: relative;
}
.hero-landing {
	height: 75vh;
	position: relative;
	overflow: hidden;
}
.hero-interior, .hero-interior.image {
	height: 85vh;
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid #512D6D;
}
.hero-interior.white {
	height: 65vh;
	position: relative;
	overflow: hidden;
	border-bottom: none;
}
.hero-image {
	background-image: url("/_resources/images/Hero-blank.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.hero-landing .hero-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.hero-interior .hero-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.hero-text {
	text-align: left;
	position: absolute;
	width: 660px;
	height: 100%;
	top: 0;
	left: 10%;
	display: table;
}
.hero-text .wrapper {
	display: table-cell;
	vertical-align: middle;
}
.hero-landing .hero-text {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 101%;
	display: table;
}
.hero-interior .hero-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: none;
	background-color: #D8D8D8;
	width: 100%;
	height: 101%;
	display: table;
}
.hero-interior.image .hero-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: none;
	background-color: transparent;
	width: 100%;
	height: 101%;
	display: table;
}
.hero-interior.white .hero-text {
	background-color: #fff;
}
.hero-text h2 {
	color: #512D6D;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;
}
.hero-landing .hero-text h2 {
	color: #fff;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;    
	width: 58%;
	margin: 0 auto;
}
.hero-interior .hero-text h2 {
	color: #512D6C;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;    
	width: 45%;
	left: 10%;
	position: relative;
}
.hero-interior.image .hero-text h2 {
	color: #fff;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;    
	width: 45%;
	left: 10%;
	position: relative;
}
.hero-interior.white .hero-text h2 {  
	width: 50%;
	left: 12%;
}
.hero-interior .hero-text h3 {
	color: #512D6C;
	font-size: 20px;
	text-transform: uppercase;    
	width: 45%;
	left: 10%;
	position: relative;
}
.hero-interior.image .hero-text h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;    
	width: 45%;
	left: 10%;
	position: relative;
}
.hero-text p {
	font-size: 21px;
	color: #333;
	width: 65%;
}
.hero-landing .hero-text p {
	font-size: 21px;
	color: #fff;
	width: 40%;
	margin: 0 auto;
}
.hero-interior .hero-text p {
	font-size: 21px;
	color: #333;
	width: 35%;
	left: 10%;
	position: relative;
}
.hero-interior.image .hero-text p {
	font-size: 21px;
	color: #fff;
	width: 35%;
	left: 10%;
	position: relative;
}
.hero-interior.white .hero-text p {
	width: 45%;
	left: 12%;
}
.hero-text .divider {
	width: 80px;
	height: 10px;
	padding: 0;
	background: #00C3B3;
	border: none;
	margin: 30px 0 40px;
}
.hero-landing .hero-text .divider {
	width: 80px;
	height: 10px;
	padding: 0;
	background: #00C3B3;
	border: none;
	margin: 30px auto;
}
.hero-interior.white .hero-text .divider {
	left: 12%;
}
.hero-interior .hero-text .divider {
	width: 80px;
	height: 10px;
	padding: 0;
	background: #00C3B3;
	border: none;
	margin: 30px 0;
	left: 10%;
	position: relative;
}
.last .row:after {
	content: ""; 
	display: block; 
	margin: 0 auto; 
	padding-top: 90px;
	width: 97%; 
	border-bottom: 1px solid #E9E6E4;
}
.purple {
	background-color: #512D6D;
	width: 100%;
	color: #fff;
	padding-top: 92px;
}
.purple .col-md-6 {
	padding: 0 5%;
}
.purple h2, .interior .purple h2 {
	text-transform: uppercase;
	font-size: 60px;
	font-family: "telefontrialmedium",sans-serif;
	color: #fff;
}
.purple-pattern {
	background-color: #512D6D;
	background-image: url(/_resources/images/pattern.jpg);
	background-repeat: repeat;
	width: 100%;
	color: #fff;
	padding-top: 92px;
}
.purple-pattern.overlap {
	padding-bottom: 215px;
}
.purple-pattern .icon-group-1 h3 {
	color: #E9E6E4;
}
.icon-group-1 h3 {
	text-transform: uppercase;
	font-size: 20px;
	padding-right: 60px;
}
.icon-group-1 img {
	display: block;
	margin-bottom: 40px;
}
.purple-pattern  .icon-group-1 p {
	color: #fff
}
.icon-group-1 p {
	font-size: 18px;
	padding-right: 18px;
}
.icon-group-2 img {
	display: block;
	margin: 0 auto 30px;
}
.icon-group-2 .btn {
	margin-bottom: 60px;
}
.divider-left {
	width: 53px;
	height: 5px;
	padding: 0;
	background: #00C3B3;
	border: none;
	margin: 30px 0 40px;
}
.divider-center {
	width: 53px;
	height: 5px;
	padding: 0;
	background: #00748D;
	border: none;
	margin: 30px auto;
}
.divider-center-2 {
	width: 53px;
	height: 5px;
	padding: 0;
	background: #00C3B3;
	border: none;
	margin: 30px auto;
}
.testimonials {
	position: relative;
	top: -120px;
	margin-bottom: -40px;
}
.testimonials .card {
	border: none;
	border-radius: 0;
	background-color: #E9E6E4;
}
.testimonials .card-img-top {
	border-radius: 0;
}
.testimonials .card-body {
	border-left: 9px solid #512D6D;
	font-size: 18px;
	min-height: 300px;
}
.testimonials .card-body::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	position: relative;
	font-size: 30px;
	color: #00C3B3;
	top: -47px;
	left: 25px;
}
.testimonials .card-body a {
	font-family: "telefontrialmedium",sans-serif;
	color: #512D6D;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 25px;
	position: absolute;
	bottom: 20px;
}
.testimonials .card-body a::after {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.testimonials .card-body a:hover, .testimonials .card-body a:focus {
	text-decoration: underline;
}
.testimonials .card-text {
	margin-bottom: 15px;
	padding: 0 25px;
	position: relative;
	top: -45px;
}
.testimonials .card-text.name {
	color: #512D6D;
	font-style: italic;
	margin-bottom: 0;
}
.gray-row-wrapper {
	background-color: #f4f2f1;
	padding: 50px 0 50px;
}
.white {
	padding: 50px 0;
}
.interior .white {
	padding: 50px 0;
}
.interior .white h2, .interior h2 {
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #512D6D;
}
.interior .white h3, .interior h3 {
	font-family: "adobe-caslon-pro",serif;
	font-size: 36px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 25px;
	color: #512D6D;
}
.interior .white h4, .interior h4 {
	font-family: "adobe-caslon-pro",serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #512D6D;
}
.interior .white h5, .interior h5 {
	font-family: "adobe-caslon-pro",serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #512D6D;
}
.interior .white h6, .interior h6 {
	font-family: "adobe-caslon-pro",serif;
	font-size: 18px;
	text-transform: none;
	margin-bottom: 25px;
	color: #512D6D;
}
.gray-row-wrapper h2, .white h2 {
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #512D6D;
}
.gray-row-wrapper h3, .white h3 {
	font-family: "telefontrialmedium",sans-serif;
	font-size: 48px;
	color: #00576F;
	text-transform: uppercase;
	margin: 60px 0 40px;
}
.gray-row-wrapper h4, .white h4 {
	font-family: "telefontrialmedium",sans-serif;
	color: #00576F;
	text-transform: uppercase;
}
.gray-row-wrapper p, .white p {
	font-size: 18px;
}
.gray-row-wrapper .more {
	font-family: "telefontrialmedium",sans-serif;
	color: #512D6D;
	text-transform: uppercase;
}
.gray-row-wrapper .more::after {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.gray-row-wrapper .more:hover, .gray-row-wrapper .more:focus {
	text-decoration: underline;
}
/*Slider*/
.slider {
	padding: 120px 0 70px;
}
#slider {
	margin: 0 50px;
}
#slider .carousel-indicators {
	position: static;
	margin: 40px 0;
}
#slider .carousel-indicators > li {
	width: initial;
	height: initial;
	text-indent: initial;
	cursor: pointer;
}
#slider .carousel-indicators > li.active img {
	opacity: 0.7;
}
.carousel-control-prev {
	left: -75px;
	top: -160px;
	width: 5%;
}
.carousel-control-next {
	right: -75px;
	top: -160px;
	width: 5%;
}
.carousel-control-prev-icon {
	background-image: url(/_resources/images/arrow-left-dark.svg);
	height: 30px;
}
.carousel-control-next-icon {
	background-image: url(/_resources/images/arrow-right-dark.svg);
	height: 30px;
}
.slider .carousel-caption {
	background-image: url(/_resources/images/pattern.jpg);
	background-repeat: repeat;
	color: #fff;
	padding: 57px 47px 0 48px !important;
	top: 0;
	left: inherit !important;
	right: 0 !important;
	bottom: 0 !important;
	text-align: left;
	width: 40% !important;
}
.slider .carousel-caption h3 {
	font-size: 36px;
	text-transform: none;
	font-weight: normal;
}
.slider .carousel-caption p {
	font-size: 18px;
}
.slider .carousel-caption p a {
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
	-webkit-text-decoration-color: #D0A3F1;
	color: #fff;
}
.slider .carousel-caption p a:visited {
	color: #E3CAF7;
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
	-webkit-text-decoration-color: #D0A3F1;
}
.video-feature {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	max-height: 645px;
	height: auto;
	top: -50px;
	opacity: 1;
	margin-bottom: -40px;
}
video {
	width: 100%;
	height: auto;
}
/*Home Featured News Slider*/
.news {
	padding: 20px 0 80px;
}
.news-carousel-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.owl-carousel.featured-stories {
	padding-left: 10%;
	right: -11px;
}
.news .featured-stories .owl-item {
	min-height: 490px;
}
.news .fa-angle-right:before {
	content: "" !important;
	font-size: 0;
	background-image: url(/_resources/images/arrow-right-dark.svg);
	height: 47px;
	display: block;
	width: 20px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
	top: 55px;
	position: relative;
}
.news .fa-angle-left:before {
	content: "" !important;
	font-size: 0;
	background-image: url(/_resources/images/arrow-left-dark.svg);
	height: 47px;
	display: block;
	width: 20px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
	top: 55px;
	position: relative;
}
.news h2 {
	font-family: "telefontrialmedium",sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #512D6D;
	text-align: center;
}
.news .date {
	color: #A59B94;
	font-family: "telefontrialmedium",sans-serif;
	margin-top: 15px;
}
.news a {
	display: block;
}
.news a:hover {
	text-decoration: none;
}
.news a h3{
	font-size: 28px;
	margin-top: 15px;
	color: #512D6D;
}
.news a:hover h3, .news a:focus h3 {
	text-decoration: underline;
}
.news a p {
	color: #333;
}
.news .more {
	font-family: "telefontrialmedium",sans-serif;
	color: #512D6D;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
}
.news .more:hover {
	text-decoration: underline;
}
.news .more::after {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.news .owl-item {
	border-right: 1px solid #E9E6E4;
	padding: 0 10px;
}
.featured-stories .owl-nav .owl-prev {
	left: -11px;
	top: 150px;
	width: 75px;
	height: 140px;
	padding: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	background-color: #fff;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: -2px 0px 19px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 0px 19px -1px rgba(0,0,0,0.75);
	box-shadow: -2px 0px 19px -1px rgba(0,0,0,0.75);
}
.featured-stories .owl-nav .owl-next {
	right: 0;
	top: 150px;
	width: 75px;
	height: 140px;
	padding: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	background-color: #fff;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: -2px 0px 19px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 0px 19px -1px rgba(0,0,0,0.75);
	box-shadow: -2px 0px 19px -1px rgba(0,0,0,0.75);
}
.featured-stories .owl-nav .owl-prev.disabled, .featured-stories .owl-nav .owl-next.disabled  {
	display: none;
}
.featured-stories .owl-nav .owl-next:hover, .featured-stories .owl-nav .owl-prev:hover, .featured-stories .owl-nav .owl-next:focus, .featured-stories .owl-nav .owl-prev:focus {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.featured-stories .owl-nav .owl-next.disabled:hover, .featured-stories .owl-nav .owl-next.disabled:hover, .featured-stories .owl-nav .owl-next.disabled:focus, .featured-stories .owl-nav .owl-next.disabled:focus  {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: default;
}
.score-board {
	display:block;
	clear:both;
	background-color: #512D6D;
	color: #fff;
	min-height: 140px;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 16px;
	padding: 15px;
	margin: 40px 0 100px;
	position: relative;
}
.score-board .branding {
	float: left;
	width: 15%;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #979797;
}
.score-board .branding img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.score-board .game {
	display: inline-block;
	width: 19%;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #979797;
}
.score-board .game.last {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
.score-board h3 {
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	margin: 15px auto;
}
.sport {
	font-size: 13px;
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.team {
	font-size: 16px;
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	display: block;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.score {
	font-size: 40px;
	font-family: 'score_boardregular';
	float: right;
}
.win-loss {
	display: inline-block;
	padding-top: 2px;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #00C3B3;
	text-align: center;
}
.score-board .see-all {
	width: 100px;
	padding-top: 5%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	background: -moz-linear-gradient(left, rgba(81,45,108,0) 0%, rgba(81,45,108,0.03) 1%, rgba(81,45,108,1) 31%, rgba(81,45,108,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(81,45,108,0) 0%,rgba(81,45,108,0.03) 1%,rgba(81,45,108,1) 31%,rgba(81,45,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(81,45,108,0) 0%,rgba(81,45,108,0.03) 1%,rgba(81,45,108,1) 31%,rgba(81,45,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00512d6c', endColorstr='#512d6c',GradientType=1 ); /* IE6-9 */
}
.score-board .see-all a {
	color: #fff;
	text-transform: uppercase;
}
.score-board .see-all a::after {
	background: url(/_resources/images/arrow-right.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
/*Home Contact Form*/
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 1.57143;
	color: rgb(33, 33, 33);
	background-color: rgb(255, 255, 255);
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
	padding: 15px 27px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(177, 177, 177);
	border-image: initial;
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group label {
	font-size: 16px;
	font-weight: bold;
}
textarea.form-control {
	height: auto;
}
a.btn-white, .btn-white {
	padding-top: 0.8625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.825rem;
	padding-left: 1.125rem;
	background-color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	color: #512D6D;
	font-size: 18px;
	font-family: "telefontrialmedium",sans-serif;
}
a.btn-white:hover, a.btn-white:focus, .btn-white:hover, .btn-white:focus {
	background-color: #00748D;
	border: 2px solid #00748D;
	color: #fff !important;
	text-decoration: none;
}
.content.interior a.btn-white:hover, .content.interior a.btn-white:focus, .content.interior .btn-white:hover, .content.interior .btn-white:focus {
	text-decoration: none;
}
a.btn-purple, .btn-purple {
	font-family: "telefontrialmedium",sans-serif;
	background-color: #512D6D;
	border: 2px solid #512D6D;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	color: #fff;
}
a.btn-purple.small {
	padding: 11px 20px;
	font-size: 18px;
}
a.btn-purple.large {
	padding: 20px 30px;
	font-size: 24px;
}
a.btn-purple:hover, a.btn-purple:focus, .btn-purple:hover, .btn-purple:focus {
	background-color: #fff;
	border: 2px solid #512D6D;
	color: #512D6D !important;
	text-decoration: none;
}
.content.interior a.btn-purple:hover, .content.interior a.btn-purple:focus, .content.interior .btn-purple:hover, .content.interior .btn-purple:focus {
	text-decoration: none;
}
a.btn-teal, .btn-teal {
	font-family: "telefontrialmedium",sans-serif;
	background-color: #00748D;
	border: 2px solid #00748D;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	color: #fff;
}
a.btn-teal.small {
	padding: 11px 20px;
	font-size: 18px;
}
a.btn-teal.large {
	padding: 20px 30px;
	font-size: 24px;
}
a.btn-teal:hover, a.btn-teal:focus, .btn-teal:hover, .btn-teal:focus {
	background-color: #fff;
	border: 2px solid #00748D;
	color: #512D6D !important;
	text-decoration: none;
}
.content.interior a.btn-teal:hover, .content.interior a.btn-teal:focus, .content.interior .btn-teal:hover, .content.interior .btn-teal:focus {
	text-decoration: none;
}
a.btn.disabled {
	background-color: #E9E6E4;
	border: 2px solid #E9E6E4;
	color: #8D8D8D;
	opacity: 1;
}
.numbered-steps {
	margin-left: 0;
	padding-right: 0;
	list-style-type: none;
}
.numbered-steps li {
	counter-increment: step-counter;
	margin: 30px 0;
	position: relative;
	min-height: 40px;
	padding: 0 0 0 70px;
}
.numbered-steps li::before {
	content: counter(step-counter);
	margin-right: 15px;
	font-weight: bold;
	border-radius: 50%;
	color: #512D6D;
	border: 1px solid #CAC3BE;
	font-family: "telefontrialmedium",sans-serif;
	width: 51px;
	height: 51px;
	font-size: 36px;
	text-align: center;
	position: absolute;
	top: -12px;
	left: 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #512D6D;
	border-top: 2px solid #512D6D;
	border-radius: 0;
	border-left: none;
	border-right: none;	
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}
.nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #A59B94;
	border-right: 1px solid #E9E6E4;
	padding-top: 12px;
	letter-spacing: 1.5px;
	text-decoration: none;
}
.nav-tabs .nav-link:after {
	content: none;
}
.nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.nav-tabs .nav-item {
	margin-bottom: -2px;
	margin-top: 0;
	background-color: #EFECEB;
	border-bottom: 2px solid #CAC3BE;
}
.nav-tabs .nav-link:hover {
	color: #00576F;
	text-decoration: none;
}
.nav-tabs {
	border-bottom: 2px solid #CAC3BE;
	margin-top: 40px;
}
.nav-tabs .nav-link:hover {
	border-bottom-color: #CAC3BE;
}
.nav-tabs .nav-link.active:hover {
	border-bottom-color: #fff;
}
.tab-content {
	text-align: left;
	padding: 80px 60px;
	background-color: #fff;
	margin-bottom: 50px;
}
.tab-content h3 {
	color: #512D6D;
	text-transform: none;
	font-size: 36px;
	font-family: "adobe-caslon-pro",serif;
	margin: 20px 0;
}
.tab-content .numbered-steps {
	border-left: 1px solid #E4E1DF;
}
/*Accordions*/
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion .card-header .btn {
	font-size: 18px; 
	background-color: #512D6D; 
	color: #fff !important;
	border: none;
	box-shadow: none !important;
	padding: 10px 15px;
	line-height: 1.5;
	display: block;
	width: 100%;
	text-align: left;
	font-family: "telefontrialmedium",sans-serif;
}
.accordion .card-header .btn[aria-expanded="true"] {
	background-color: #00748D;
}
.accordion .card-header .btn-link .fas {
	font-size: 24px;
	margin-top: 3px;
	padding: 0 5px;
	position: absolute;
	right: 20px;
	color: #fff;
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top: 0px;
	background-color: #fff;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
.gray-row-wrapper .accordion .card-body {
	border: none;
}
.circle {
	border-radius: 50%;
}
.content ul li {
	margin: 10px 0;
}
.content ul li a {
	text-decoration: underline;
	color: #333333;
}
.content ul li a:hover {
	text-decoration: none;
	color: #333333;
}
.content ul.pagination li a::after {
	display: none;
}
.content ul.pagination li a {
	text-decoration: none;
	color: #333333;
	padding-top: 14px;
}
.content .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #512D6D;
	border-color: #512D6D;
}
.content ul li a::after {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.content .sidebar ul li a {
	text-decoration: none;
}
.content .sidebar ul li a:hover, .content .sidebar ul li a:focus {
	text-decoration: underline;
}
h3.font-75 {
	font-size: 75px;
	margin: 0;
	line-height: 70px;
}
h3.font-48 {
	font-size: 48px;
	margin: 0;
	line-height: 48px;
}
h4.font-24 {
	font-size: 24px;
	margin: 0;
}
.stats {
	padding: 90px 0;
	text-align: center;
}
.stats .col {
	padding: 0 8%;
	border-right: 1px solid #A59B94;
}
.stats .col:nth-child(3){
	border-right: none;
}
.image-tout-circle .col-sm-6:nth-child(1){
	border-right: 1px solid #A59B94;
}
.image-tout-circle h3{
	color: #512D6D;
	text-transform: uppercase !important;
	font-size: 20px !important;
	font-family: "adobe-caslon-pro",serif;
	letter-spacing: 2px;
	margin: 60px 0 40px !important;
}
.image-tout-circle p {
	padding: 0 15%;
}
.feature-box-purple {
	background-color: #512D6D;
	background-image: url(/_resources/images/pattern.jpg);
	background-repeat: repeat;
	width: 100%;
	color: #fff;
	padding: 60px 50px;
}
.feature-box-purple h2, .interior .white .feature-box-purple h2 {
	color: #fff;
	font-size: 36px;
	font-family: "adobe-caslon-pro",serif;
	text-transform: none;
}
.feature-box-purple p a {
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
	-webkit-text-decoration-color: #D0A3F1;
	color: #fff;
}
.feature-box-purple p a:visited {
	color: #E3CAF7;
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
	-webkit-text-decoration-color: #D0A3F1;
}
.feature-box-white {
	background-color: #fff;
	width: 100%;
	color: #333;
	padding: 60px 50px;
	border: 1px solid #A59B94;
}
.feature-box-white h2, .interior .white .feature-box-white h2 {
	color: #512D6D;
	font-size: 36px;
	font-family: "adobe-caslon-pro",serif;
	text-transform: none;
}
.feature-box-white p a {
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
	-webkit-text-decoration-color: #D0A3F1;
	color: #333;
}
.feature-box-white p a:visited {
	color: #6C3C90;
	text-decoration: underline;
	text-decoration-color: #D0A3F1;
	-webkit-text-decoration-color: #D0A3F1;
}
/*Side Nav*/
#sidebar {
	border: 1px solid #CAC3BE;
}
#sidebar .navbar {
	padding: 0;
}
#sidebar .menuheader {
	padding: 30px 0 10px 25px;
	font-size: 24px;
}
#sidebar .menuheader a {
	color: #512D6D;
}
#sidebar .menuheader a:hover {
	text-decoration: underline;	
}
#sidebar .navbar-nav .nav-link:hover {
	color: #6C3C90;
	text-decoration: underline;	
}
#sidebar .navbar-nav .nav-item:first-child .nav-link {
	border-top: 1px solid #E4E1DF;
}
#sidebar .navbar-nav .nav-item:last-child .nav-link {
	border-bottom: none;
}
#sidebar .navbar-nav .nav-link {
	color: #6E6259;
	font-size: 16px;
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #E4E1DF;
	padding: 20px 20px 20px 25px;
}
#sidebar .navbar-nav{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
	color: #fff;
	font-size: 24px;
	padding: 20px 0 10px;
}
#sidebar .navbar-nav .nav-item {
	margin: 0;
}
#sidebar .navbar-nav .nav-item .current {
	background-color: #512D6D;
	color: #fff;
}
#sidebar .navbar-nav .nav-item .navbar-nav {
	background-color: #F5F3F2;
	border-bottom: 1px solid #E4E1DF;
}
#sidebar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	padding: 15px 20px 15px 25px;
	border-bottom: none;
}
#sidebar .navbar-nav .nav-item .navbar-nav .nav-item:first-child .nav-link {
	border-top: none;
}
.content #sidebar .navbar-nav .nav-item .navbar-nav .nav-item .nav-link::after{
	content: none;
}
#sidebar .navbar-nav .nav-item .current::after {
	background: url(/_resources/images/white-arrow-right.svg) no-repeat;
	width: 15px;
	height: 13px;
	background-size: contain;
}
#sidebar .navbar-nav .nav-item .hasChildren.open::after {
	background: url(/_resources/images/arrow-down-dark.svg) no-repeat;
	width: 15px;
	height: 10px;
	background-size: contain;
}
#sidebar .navbar-nav .nav-item .current.hasChildren.open::after {
	background: url(/_resources/images/white-arrow-down.svg) no-repeat;
	width: 15px;
	height: 10px;
	background-size: contain;
}
.navbar-light .navbar-toggler {
	width: 100%;
}
.breadcrumb {
	margin-top: 30px;
	background-color: #F7F6F6;
	padding: 15px 20px 10px 20px;
	margin-bottom: 75px;
}
.breadcrumb ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}
.breadcrumb li {
	display: inline;
	margin: 0;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	color: #6E6259;
	font-family: "telefontrialmedium",sans-serif;
}
.content .breadcrumb li a {
	color: #6E6259;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.figure-caption {
	font-size: 16px !important;
	color: #6E6259;
	margin: 10px 0 40px;
}
.sidebar {
	background-color: #F7F6F6;
	padding: 35px;
	margin-bottom: 60px;
}
.event-list {
	background-color: #F7F6F6;
	padding: 35px;
}
.event-list.white-bg {
	background-color: #fff;
	padding: 0;
}
.event-list .more {
	text-align: center;
}
.event-list .more a {
	color: #512D6D;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	text-decoration: none;
}
.event-list .more a:hover, .event-list .more a:focus {
	text-decoration: underline;
}
.event-list .more a:after {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.event-list h3{
	color: #512D6D;
}
.event-list .events .event {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E4E1DF;
	width: 100%;
}
.event-list .events .event p {
	margin: 0 0 0 25px;
}
.event-list .events .event p a {
	color: #333;
	text-decoration: none;
}
.event-list .events .event p a:hover, .event-list .events .event p a:focus {
	text-decoration: underline;
}
.postcard {
	clear: both;
	display: table;
	margin-bottom: 15px;
	position: relative;
}
.event-list .events .event-date {
	padding: 5px 10px;
	background-color: #512D6D;
	color: #fff;
	line-height: 20px;
	width: 65px;
}
.postcard > div {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.event-list .events .event-date .event-month {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 16px;
}
.event-list .events .event-date .event-day {
	display: block;
	text-align: center;
	font-size: 26px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	width: 30px;
	margin: 0 auto;
}
/*Event List with original Bluffton HTML*/
#cal dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E4E1DF;
	width: 100%;
}
#cal .indent a {
	color: #512D6D;
	text-decoration: underline;
	font-weight: bold;
}
#cal .indent a:hover, #cal .indent a:focus {
	text-decoration: none;
}
#cal .date, .event-list table span {
	padding: 5px 10px;
	background-color: #512D6D;
	color: #fff;
	line-height: 20px;
	width: 65px;
	float: left;
	margin-right: 20px;
}
.event-list table span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 16px;
}
.event-list .table td {
	padding: 0.25rem;
	border-top: none; 
}
#cal .date .month {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	font-size: 16px;
}
#cal .date .day {
	display: block;
	text-align: center;
	font-size: 26px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: "telefontrialmedium",sans-serif;
	width: 30px;
	margin: 0 auto;
}
.event-list table a {
	font-weight: bold;
	color: #512D6D;
	text-decoration: underline;
}
.event-list table a:hover, .event-list table a:focus, .content.interior .event-list table a:hover, .content.interior .event-list table a:focus {
	text-decoration: none;
}
/*Profiles*/
.profile.card {
	border-radius: 0;
	margin: 15px 0;
}
.profile .card-img-top {
	border-radius: 0;
}
.profile h3.card-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.profile h4.card-subtitle {
	font-size: 16px;
	color: #6E6259;
	margin-bottom: 20px;
}
.profile .divider-left {
	width: 40px;
	margin: 20px 0 20px;
}
.profile .card-link {
	font-family: "telefontrialmedium",sans-serif;
	color: #512D6D;
	text-transform: uppercase;
	font-size: 16px;
}
.profile .card-link::after {
	background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-left: 10px;
}
.image-tout.card {
	border-radius: 0;
	margin: 15px 0;
	text-align: center;
}
.image-tout .card-img-top {
	border-radius: 0;
}
.image-tout h3.card-title {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.image-tout .divider-center{
	width: 40px;
	margin: 20px auto;
	background-color: #00C3B3;
}
.image-tout .card-text{
	width: 80%;
	margin: 20px auto;
}
.icon-tout {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	text-align: center;
	margin: 15px 0;
}
.icon-tout img {
	display: block;
	margin: 0 auto;
}
.icon-tout h3.icon-title {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.icon-tout .icon-figure {
	min-height: 100px;
	color: #00576F;
	text-transform: uppercase;
	font-size: 70px;
	vertical-align: middle;
	font-family: "telefontrialmedium",sans-serif;
}
.major-minor-filter {
	border: 1px solid #CAC3BE;
	padding: 40px;
}
.content .controls li {
	padding-right: 6px;
}
.content .controls li a {
	font-size: 30px;
	color: #6E6259;
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.content .controls ul li a::after {
	content: none;
}
.content .controls ul li .all {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
}
.content .controls ul li:last-child a::after {
	content: "";
}
.major-minor-filter h3 {
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
	color: #6E6259;
	font-size: 16px;
	margin-bottom: 0;
}
.major-minor-filter .in-page-search {
	margin-top: 20px;
}
.form-inline.in-page-search .form-text, .form-inline.in-page-search .form-control {
	background-color: #fff;
	border: 1px solid #CAC3BE;
	border-radius: 0px;
	box-shadow: none;
	color: #6E6259;
	display: block;
	font-size: 20px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	font-family: "telefontrialmedium",sans-serif;
	text-transform: uppercase;
}
.form-inline.in-page-search .form-control {
	width: 100%;
}
.major-minor-filter .select option {
	background-color: #fff;
	font-size: 16px;
}
.in-page-search select {
	border-radius: 0px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.in-page-search select.select {
	background-image:
		linear-gradient(45deg, transparent 50%, #6e6259 50%),
		linear-gradient(135deg, #6e6259 50%, transparent 50%)!important;
	background-position: calc(100% - 15px) calc(.75em + 0px), calc(100% - 10px) calc(.75em + 0px), calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}
.in-page-search select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.tab-content.sort {
	padding: 20px 0;
}
.filter-thumbnails {
	list-style: none;
	border: none;
	margin-bottom: 35px;
	margin-left: -20px;
	margin-right: -20px;
}
.filter-thumbnails:before, .filter-thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnail-wrapper {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #E4E1DF;
	padding: 0;
	margin: 15px 15px 10px;
	border-radius: 0;
	width: 95%;
	height: 140px;
}
.thumbnail {
	overflow: hidden;
	padding: 25px;
	color: #512D6D !important;
	position: relative;
	display: block;
	font-size: 24px;
}
.thumbnail-wrapper:hover {
	color: #fff !important;
	background-color: #512D6D;
	overflow: hidden;
}
.thumbnail-wrapper:hover a,  .thumbnail-wrapper:hover .list-inline {
	color: #fff;
}
.thumbnail p {
	margin: 0;
}
.thumbnail a {
	text-decoration: none;
	color: #512D6D;
}
.thumbnail a:hover {
	text-decoration: underline;
}
.thumbnail .list-inline {
	font-size: 12px;
	font-family: "telefontriallight",sans-serif;
	text-transform: uppercase;
	color: #00748D;
}
.content .thumbnail .list-inline li {
	margin-top: 10px;
	margin-bottom: 0;
}
.mix,
.gap {
	width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}
.mix,
.gap {
	display: inline-block;
	vertical-align: top;
}
.container .mix{
	display: none;
}



/* Landscape tablets and medium desktops: XL */
@media (min-width: 1200px) and (max-width: 1369px) {
	body {
		/*border: 2px solid #fcee21;*/
	} /*yellow*/

	/*Main Navigation Styles*/
	.site-navigation {
		display: block !important;
		left: 0 !important;
	}
	.main-navigation .nav li a {
		padding: 0 10px;
		font-size: 16px;
	}
	header .audience .nav .dropdown .dropdown-menu {
		width: 500px;	
	}
	.siteSearch .container form {
		top: 2px;
		width: 320px;
	}
	.siteSearch .form-text {
		width: 320px;
	}
	.hero-text {
		width: 45%;
	}
	.hero-text h2 {
		font-size: 50px;
	}
	.hero-landing .hero-text h2 {   
		width: 65%;
	}
	.hero-landing .hero-text p {
		width: 55%;
	}
	.hero-interior .hero-text h2 {
		width: 50%;
	}
	.hero-interior .hero-text h3 {
		width: 50%;
	}
	.hero-interior .hero-text p {
		width: 40%;
	}
}
/* Large desktops and laptops */
@media (min-width: 1430px) {
	.site-navigation {
		display: block !important;
		left: 0 !important;
	}
}
/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		/*border: 2px solid #0000ff;*/
	} /*blue*/
	header .audience .nav {
		right: 30px;
		top: -160px;
	}
	.alert-danger {
		font-size: 18px;
	}
	.menuToggle {
		display: none;
	}
	/*Main Navigation Styles*/
	.main-navigation .nav {
		padding: 80px 35px 20px 0;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-3.offset-lg-2 {
		margin-left: 0;
	}
	.site-navigation {
		display: block !important;
		left: 0 !important;
	}
	.site-navigation .nav li a {
		font-size: 1em;
		padding: 0 13px;
	}
	.site-navigation .nav .dropdown .dropdown-menu {
		font-size: 14px;
	}
	.auxnav {
		top: -110px;
	}
	.siteSearch .form-text {
		background-color: #512D6D;
	}
	header .audience .nav .dropdown .dropdown-menu {
		width: 500px;	
	}
	header .audience .nav .dropdown:nth-child(3) .dropdown-menu,  header .audience .nav .dropdown:nth-child(4) .dropdown-menu{
		left: inherit !important;
		right: 0;
	}
	header .audience .nav .dropdown:nth-child(3) .dropdown-menu .mainnav-content::before, header .audience .nav .dropdown:nth-child(4) .dropdown-menu .mainnav-content::before {
		left: inherit;
		right: 12%;
	}
	/*Footer Styles*/
	.footer-social li {
		margin: 0 4px;
	}
	.footer-address {
		padding-left: 15px;
	}
	footer h3 {
		font-size: 15px;
	}
	footer a {
		font-size: 14px;
	}
	footer {
		line-height: 22px;
	}
	.hero {
		height: 70vh;
	}
	.hero-text {
		left: 5%;
		width: 50%;
	}
	.hero-text h2 {
		font-size: 47px;	
	}
	.hero-text p {
		width: 75%;
	}
	.hero-landing .hero-text h2 {   
		width: 75%;
	}
	.hero-landing .hero-text p {
		width: 65%;
	}
	.hero-interior .hero-text h2 {
		width: 60%;
	}
	.hero-interior .hero-text h3 {
		width: 60%;
	}
	.hero-interior .hero-text p {
		width: 50%;
	}
	.hero-interior.white .hero-text h2 {
		width: 90%;
	}
	.hero-interior.white .hero-text p {
		width: 85%;
	}
	.testimonials .card-body {
		min-height: 350px;
	}
	.carousel-control-next {
		right: -55px;
	}
	.carousel-control-prev {
		left: -55px;
	}
	.slider .carousel-caption {
		padding: 27px 27px 20px 35px !important;	
		width: 27% !important;
	}
	.slider .carousel-caption h3 {
		font-size: 26px;
	}
	.slider .carousel-caption p {
		font-size: 16px;
	}
	.news .featured-stories .owl-item {
		min-height: 450px;
	}
	.nav-tabs .nav-link {
		font-size: 18px;
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		font-size: 18px;
	}
	.stats .col {
		padding: 0 5%;
	}
	.thumbnail {
		font-size: 20px;	
	}
}
/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		/*border: 2px solid #ed1e79;*/
	}  /*pink*/
	header .container-fluid {
		position: static;
	}
	.alert-danger {
		font-size: 16px;
		padding: 12px 40px;
	}
	.logo a {
		top: 10px;
		left: 15px;	
	}
	.auxnav {
		position: static;
		background-color: #fff;
		margin: 0 -15px;
		padding: 20px 0;
	}
	header {
		height: 75px;
	}
	header .auxnav .nav {
		display: block;
	}
	header .auxnav .nav li {
		float: none;
		display: block;
	}
	header .auxnav .nav li a {
		font-size: 18px;
		padding: 0 20px;
		color: #512D6D;
	}
	.siteSearch {
		top: 34px;
		left: 20px;
		width: 270px;
		display: block;
	}
	.siteSearch .container form {
		position: absolute;
		right: inherit;
		left: 0;
		top: 0;
		width: 270px;
	}
	.siteSearch .form-text {
		font-size: 18px;
		background-color: transparent;
		width: 270px;
		padding: .4em 20px .2em 40px;
	}
	.siteSearch form input#search.form-text {
		color: #595959;
	}
	.siteSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #595959;
	}
	.siteSearch ::-moz-placeholder { /* Firefox 19+ */
		color: #595959;
	}
	.siteSearch :-ms-input-placeholder { /* IE 10+ */
		color: #595959;
	}
	.siteSearch :-moz-placeholder { /* Firefox 18- */
		color: #595959;
	}
	.siteSearch .form-submit {
		background: url(/_resources/images/search-icon-dark.svg) no-repeat center left;	
	}
	.siteSearch .closeSearch {
		display: none;
	}
	header .auxnav .nav li a.searchToggle {
		display:none;
	}
	header .auxnav .nav li a:hover {
		color: #512D6D;
	}
	/*Audience Navigation Styles*/
	header .audience .nav {
		display: block;
		position: static;
		text-align: left;
		margin: 10px 0 35px;
	}
	header .audience .nav .dropdown {
		padding: 0;
		border: none;
	}
	header .audience .nav .dropdown a:hover {
		color: #6E6259;
	}
	header .audience .nav .dropdown a {
		padding: 15px 0 10px 5px;
		display: block;
		font-size: 16px;
		color: #6E6259;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content::before {
		display: none;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content .card {
		display: none;	
	}
	/*Sub Items hidden until clicked*/
	header .audience .nav .dropdown.open .dropdown-menu {
		display: none;
	}
	header .audience .nav .dropdown .dropdown-menu {
		display: none; 
	}
	header .audience .nav .dropdown:hover .dropdown-menu {
		display: none; 
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content .row .col-lg-6:nth-child(1) {
		margin-right: 0;
		border-right: none;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content {
		box-shadow: none;
		border: none;
		margin: 0 -15px;
	}
	header .audience .nav .open a, header .audience .nav .open a:focus, header .audience .nav a:focus, header .audience .nav .open a:active, header .audience .nav .open a:hover, header .audience .nav .show a, header .audience .nav .show a:focus, header .audience .nav .show a:active, header .audience .nav .nav .show a:hover {
		color: #6E6259;
	}
	/*Sub Items shown when open*/
	header .audience .nav .dropdown.show .dropdown-menu.show {
		display: block;
		position: relative !important;
	}
	header .audience .nav .dropdown.show .dropdown-menu.show[style] {
		display: inherit !important;	
	}
	header .audience .nav .dropdown .dropdown-menu {
		background-color: #fff; 
		box-shadow: none;
		margin: 0;
		width: 100%;
		padding: 0;
		border: none;
		border-top: 1px solid #e4e1de;
		border-radius: 0;
		float: none;
	}
	header .audience .nav .dropdown .dropdown-menu li a {
		padding: 10px 15px;
	}
	header .audience .nav .dropdown .dropdown-toggle::after {
		float: none;
		display: inline-block;
		top: 1px;
		left: 5px;
		border-top: 0.4em solid;
		border-right: 0.4em solid transparent;
		border-bottom: 0;
		border-left: 0.4em solid transparent;
	}
	header .audience .nav .dropdown.show .dropdown-toggle::after {
		border-top: 0;
		border-right: 0.4em solid transparent;
		border-bottom: 0.4em solid;
		border-left: 0.4em solid transparent;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content a.btn.btn-teal {
		margin-right: 20px;	
		color: #fff;
	}
	/*Main Navigation Styles*/
	.main-navigation {
		background-color: transparent;
	}
	.main-navigation .nav {
		text-align: left;
		border-top: none;
	}
	.main-navigation .nav li {
		display: block;
		float: none;
	}
	.main-navigation .nav li a {
		color: #512D6D;
		font-size: 22px;
		padding: 20px 0 12px 0;
		margin: 0 20px;
	}
	.site-navigation.open .main-mavigation {
		box-shadow: none !important;
	}
	.main-navigation .nav .dropdown .dropdown-menu {
		color: #ffffff;
		background-color: #F7F6F6 !important;
		box-shadow: none;
		border-radius: 0;
		float: none;
		font-size: 14px;
		list-style: outside none none;
		margin: 0;
		width: 100%;
		min-width:auto;
		min-height: 0;
		height: auto;
		padding: 20px 0;
		display: block;
		position: relative;
		text-align: left;
		top: 0;
		z-index: 1000;
		border-bottom: none;
	}
	/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
	.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
		background-color: transparent;
	}
	.site-navigation .main-mavigation .nav .dropdown a.dropdown-toggle .dropdown-menu li a{
		display: none;
	}
	.main-navigation .nav .dropdown:nth-child(4) .dropdown-toggle::after {
		top: -7px;	
	}
	.main-navigation .nav .dropdown .dropdown-toggle::after {
		background: url(/_resources/images/mobile-purple-arrow.svg) no-repeat;
		width: 20px;
		height: 20px;
	}
	.main-navigation .nav .dropdown.show .dropdown-toggle::after {
		background: url(/_resources/images/mobile-purple-arrow-toggle.svg) no-repeat;
	}
	.main-navigation .nav .dropdown .external {
		display: block;	
	}
	.main-navigation .nav .dropdown .external::after {
		background: url(/_resources/images/mobile-purple-external-icon.svg) no-repeat;
		width: 20px;
		height: 20px;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		display: block;
		float: right;
		position: relative;
		top: 7px;
	}
	/*Sub Items Border*/
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content {
		background-color: transparent;
		padding: 0;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content img {
		display: none;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-3.offset-lg-2 {
		margin-left: 0;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-6.offset-lg-1 {
		margin-left: 0;
		border-left: none;
		padding: 0;
	}
	.site-navigation .main-navigation .nav .dropdown {
		width: 100%;
		margin: 0;
		display: block;
		background-color: #fff;
	}
	/*Sub Items Position and Height*/
	.site-navigation .main-navigation .nav .dropdown a {
		font-size: 22px;
		border-top: 1px solid #e4e1de;
		line-height: 28px;
	}
	.site-navigation .main-navigation .nav .dropdown a:last-child {
		border-bottom: 1px solid #e4e1de;
	}
	.site-navigation .main-navigation .nav .dropdown.show a {
		border-bottom: 1px solid #e4e1de;
	}
	.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
		background-color: transparent;
		color: #512D6D;
		font-size: 19px;
		border: none;
		margin: 0;
	}
	.main-navigation .nav .dropdown.open a.dropdown-toggle, .main-navigation .nav .dropdown.open a:focus.dropdown-toggle, .main-navigation .nav .dropdown a:focus.dropdown-toggle, .main-navigation .nav .dropdown.open a:active.dropdown-toggle, .main-navigation .nav.open a:hover.dropdown-toggle, .main-navigation .nav .show a.dropdown-toggle, .main-navigation .nav .show a:focus.dropdown-toggle, .main-navigation .nav .show a:active.dropdown-toggle, .main-navigation .nav .show a:hover.dropdown-toggle {
		text-decoration: none;
	}
	/*Sub Items hidden until clicked*/
	.main-navigation .nav .dropdown.open .dropdown-menu {
		display: none;
	}
	.main-navigation .nav .dropdown .dropdown-menu {
		display: none; 
	}
	.main-navigation .nav .dropdown:hover .dropdown-menu {
		display: none; 
	}
	/*Sub Items shown when open*/
	.main-navigation .nav .dropdown.show .dropdown-menu.show {
		display: block;
		position: relative !important;
	}
	.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
		display: inherit !important;	
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content li a:after {
		background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	}
	.main-navigation > ul {
		display: block;
		margin:0;
		padding:0;
		list-style:none;
		font-style:normal;
	}
	.site-navigation .main-navigation {
		display: block;
		margin: 0;
	}
	.main-navigation .nav {
		border-top: none;
		border-bottom: none;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}
	.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
		background-color: transparent;
	}
	a.menuToggle {
		color: #fff;
		text-decoration: none;
		z-index: 5;
		display: block;
		position: absolute;
		right: 25px;
		top: 20px;
		font-size: 30px;
	}
	.site-navigation {
		border-left: solid 2px #ffffff;
		width: 310px;
		position: absolute;
		top: -3px;
		right: -390px;
		z-index: 10000;
		display:none;
		border-bottom: solid 2px #ffffff;
		box-shadow:  -5px 6px 15px -6px #4f4f4f;
		overflow: hidden;
		background-color: #F7F6F6;
		border-top: none;
	}
	.mobile-menu-header {
		display: block;
		background-color: #F7F6F6;
		height: 75px;
		padding: 15px 20px;
		position: relative;	
	}
	.menuClose {
		color: #512D6D;
		text-transform: uppercase;
		text-decoration: none;
		text-align: right;	
		font-size: 24px;
		position: relative;
		display: inline-block;
		float: right;
	}
	.menuClose svg {
		margin-left: 10px;	
	}
	.menuClose:hover {
		color:#fff;
	}
	.menuClose:active, .menuClose:focus {
		color: #fff;
	}
	.dropdown-toggle::after {
		display: block;
		float: right;
		position: relative;
		top: 7px;
		border-top: 0.4em solid;
		border-right: 0.4em solid transparent;
		border-bottom: 0;
		border-left: 0.4em solid transparent;
	}
	.show .dropdown-toggle::after {
		border-top: 0;
		border-right: 0.4em solid transparent;
		border-bottom: 0.4em solid;
		border-left: 0.4em solid transparent;
	}
	/*Footer Styles*/
	.second-row {
		display: block;
	}
	.footer-social {
		text-align: left;
		float: none;
	}
	footer .list-unstyled {
		padding-top: 0;
	}
	.disclaimer {
		float: none;
	}
	header .container-fluid.alert {
		position: relative;	
	}
	.hero {
		height: 65vh;
	}
	.hero-text {
		left: 5%;
		width: 60%;
	}
	.hero-text h2 {
		font-size: 40px;	
	}
	.hero-text p {
		width: 75%;
	}
	.hero-landing .hero-text h2 {   
		width: 85%;
		font-size: 50px;
	}
	.hero-landing .hero-text p {
		width: 75%;
	}
	.hero-interior .hero-text h2 {
		width: 70%;
	}
	.hero-interior .hero-text h3 {
		width: 70%;
	}
	.hero-interior .hero-text p {
		width: 65%;
	}
	.hero-interior.white .hero-text h2 {
		width: 90%;
	}
	.hero-interior.white .hero-text p {
		width: 85%;
	}
	.testimonials .card-body {
		min-height: 350px;
		font-size: 16px;
	}
	.testimonials .card-text {
		padding: 0;
	}
	.carousel-control-next {
		right: -55px;
	}
	.carousel-control-prev {
		left: -55px;
	}
	.slider .carousel-caption {
		padding: 27px 27px 20px 35px !important;
		width: 100% !important;
		position: static;
	}
	.slider .carousel-caption h3 {
		font-size: 30px;
	}
	.slider .carousel-caption p {
		font-size: 18px;
	}
	.score-board .see-all {
		background: none;
	}
	.score-board .branding {
		float: none;
		width: 100%;
		border-right: none;
	}
	.score-board .game {
		width: auto;	
	}
	.nav-tabs .nav-link {
		font-size: 18px;
		min-height: 70px;
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		font-size: 18px;
	}
	.stats .col {
		padding: 0 3%;
	}
	.tab-content img {
		margin: 0 auto;
		display: block;
	}	
	.tab-content .numbered-steps {
		border-left: none;
		padding-left: 0;
	}
	.image-tout-circle p {
		padding: 0%;
	}
	.purple h2 {
		font-size: 40px;
	}
	#sidebar .menuheader {
		padding: 15px 0 10px 15px;
	}
	.sidebar {
		padding: 25px;
	}
	.postcard > div {
		display: block;
	}
	.event-list .events .event-date {
		padding: 10px;
		width: 100%;	
	}
	.event-list .events .event-date .event-day {
		width: 100%;	
	}
	.event-list .events .event p {
		margin: 15px 0;
	}
	.event-list .events .event {
		padding-bottom: 5px;
	}
	.event-list {
		padding: 25px;
	}
	a.btn-purple.large {
		padding: 15px 25px;
		font-size: 20px;
	}
	a.btn-teal.large {
		padding: 15px 25px;
		font-size: 20px;
	}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
	body {
		/*border: 2px solid #009245;*/
	} /*green*/
	header .container-fluid {
		position: static;
	}
	.alert-danger {
		font-size: 16px;
		padding: 12px 40px;
	}
	.logo a {
		top: 10px;
		left: 15px;	
	}
	.auxnav {
		position: static;
		background-color: #fff;
		margin: 0 -15px;
		padding: 20px 0;
	}
	header {
		height: 75px;
	}
	header .auxnav .nav {
		display: block;
	}
	header .auxnav .nav li {
		float: none;
		display: block;
	}
	header .auxnav .nav li a {
		font-size: 18px;
		padding: 0 20px;
		color: #512D6D;
	}
	.siteSearch {
		top: 34px;
		left: 20px;
		width: 270px;
		display: block;
	}
	.siteSearch .container form {
		position: absolute;
		right: inherit;
		left: 0;
		top: 0;
		width: 270px;
	}
	.siteSearch .form-text {
		font-size: 18px;
		background-color: transparent;
		width: 270px;
		padding: .4em 20px .2em 40px;
	}
	.siteSearch form input#search.form-text {
		color: #595959;
	}
	.siteSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #595959;
	}
	.siteSearch ::-moz-placeholder { /* Firefox 19+ */
		color: #595959;
	}
	.siteSearch :-ms-input-placeholder { /* IE 10+ */
		color: #595959;
	}
	.siteSearch :-moz-placeholder { /* Firefox 18- */
		color: #595959;
	}
	.siteSearch .form-submit {
		background: url(/_resources/images/search-icon-dark.svg) no-repeat center left;	
	}
	.siteSearch .closeSearch {
		display: none;
	}
	header .auxnav .nav li a.searchToggle {
		display:none;
	}
	header .auxnav .nav li a:hover {
		color: #512D6D;
	}
	/*Audience Navigation Styles*/
	header .audience .nav {
		display: block;
		position: static;
		text-align: left;
		margin: 10px 0 35px;
	}
	header .audience .nav .dropdown {
		padding: 0;
		border: none;
	}
	header .audience .nav .dropdown a:hover {
		color: #6E6259;
	}
	header .audience .nav .dropdown a {
		padding: 15px 0 10px 5px;
		display: block;
		font-size: 16px;
		color: #6E6259;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content::before {
		display: none;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content .card {
		display: none;	
	}
	/*Sub Items hidden until clicked*/
	header .audience .nav .dropdown.open .dropdown-menu {
		display: none;
	}
	header .audience .nav .dropdown .dropdown-menu {
		display: none; 
	}
	header .audience .nav .dropdown:hover .dropdown-menu {
		display: none; 
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content .row .col-lg-6:nth-child(1) {
		margin-right: 0;
		border-right: none;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content {
		box-shadow: none;
		border: none;
		margin: 0 -15px;
	}
	header .audience .nav .open a, header .audience .nav .open a:focus, header .audience .nav a:focus, header .audience .nav .open a:active, header .audience .nav .open a:hover, header .audience .nav .show a, header .audience .nav .show a:focus, header .audience .nav .show a:active, header .audience .nav .nav .show a:hover {
		color: #6E6259;
	}
	/*Sub Items shown when open*/
	header .audience .nav .dropdown.show .dropdown-menu.show {
		display: block;
		position: relative !important;
	}
	header .audience .nav .dropdown.show .dropdown-menu.show[style] {
		display: inherit !important;	
	}
	header .audience .nav .dropdown .dropdown-menu {
		background-color: #fff; 
		box-shadow: none;
		margin: 0;
		width: 100%;
		padding: 0;
		border: none;
		border-top: 1px solid #e4e1de;
		border-radius: 0;
		float: none;
	}
	header .audience .nav .dropdown .dropdown-menu li a {
		padding: 10px 15px;
	}
	header .audience .nav .dropdown .dropdown-toggle::after {
		float: none;
		display: inline-block;
		top: 1px;
		left: 5px;
		border-top: 0.4em solid;
		border-right: 0.4em solid transparent;
		border-bottom: 0;
		border-left: 0.4em solid transparent;
	}
	header .audience .nav .dropdown.show .dropdown-toggle::after {
		border-top: 0;
		border-right: 0.4em solid transparent;
		border-bottom: 0.4em solid;
		border-left: 0.4em solid transparent;
	}
	header .audience .nav .dropdown .dropdown-menu .mainnav-content a.btn.btn-teal {
		margin-right: 20px;	
		color: #fff;
	}
	/*Main Navigation Styles*/
	.main-navigation {
		background-color: transparent;
	}
	.main-navigation .nav {
		text-align: left;
		border-top: none;
	}
	.main-navigation .nav li {
		display: block;
		float: none;
	}
	.main-navigation .nav li a {
		color: #512D6D;
		font-size: 22px;
		padding: 20px 0 12px 0;
		margin: 0 20px;
	}
	.site-navigation.open .main-mavigation {
		box-shadow: none !important;
	}
	.main-navigation .nav .dropdown .dropdown-menu {
		color: #ffffff;
		background-color: #F7F6F6 !important;
		box-shadow: none;
		border-radius: 0;
		float: none;
		font-size: 14px;
		list-style: outside none none;
		margin: 0;
		width: 100%;
		min-width:auto;
		min-height: 0;
		height: auto;
		padding: 20px 0;
		display: block;
		position: relative;
		text-align: left;
		top: 0;
		z-index: 1000;
		border-bottom: none;
	}
	/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
	.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
		background-color: transparent;
	}
	.site-navigation .main-mavigation .nav .dropdown a.dropdown-toggle .dropdown-menu li a{
		display: none;
	}
	.main-navigation .nav .dropdown:nth-child(4) .dropdown-toggle::after {
		top: -7px;	
	}
	.main-navigation .nav .dropdown .dropdown-toggle::after {
		background: url(/_resources/images/mobile-purple-arrow.svg) no-repeat;
		width: 20px;
		height: 20px;
	}
	.main-navigation .nav .dropdown.show .dropdown-toggle::after {
		background: url(/_resources/images/mobile-purple-arrow-toggle.svg) no-repeat;
	}
	.main-navigation .nav .dropdown .external {
		display: block;	
	}
	.main-navigation .nav .dropdown .external::after {
		background: url(/_resources/images/mobile-purple-external-icon.svg) no-repeat;
		width: 20px;
		height: 20px;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		display: block;
		float: right;
		position: relative;
		top: 7px;
	}
	/*Sub Items Border*/
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content {
		background-color: transparent;
		padding: 0;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content img {
		display: none;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-3.offset-lg-2 {
		margin-left: 0;
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content .col-lg-6.offset-lg-1 {
		margin-left: 0;
		border-left: none;
		padding: 0;
	}
	.site-navigation .main-navigation .nav .dropdown {
		width: 100%;
		margin: 0;
		display: block;
		background-color: #fff;
	}
	/*Sub Items Position and Height*/
	.site-navigation .main-navigation .nav .dropdown a {
		font-size: 22px;
		border-top: 1px solid #e4e1de;
		line-height: 28px;
	}
	.site-navigation .main-navigation .nav .dropdown a:last-child {
		border-bottom: 1px solid #e4e1de;
	}
	.site-navigation .main-navigation .nav .dropdown.show a {
		border-bottom: 1px solid #e4e1de;
	}
	.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
		background-color: transparent;
		color: #512D6D;
		font-size: 19px;
		border: none;
		margin: 0;
	}
	.main-navigation .nav .dropdown.open a.dropdown-toggle, .main-navigation .nav .dropdown.open a:focus.dropdown-toggle, .main-navigation .nav .dropdown a:focus.dropdown-toggle, .main-navigation .nav .dropdown.open a:active.dropdown-toggle, .main-navigation .nav.open a:hover.dropdown-toggle, .main-navigation .nav .show a.dropdown-toggle, .main-navigation .nav .show a:focus.dropdown-toggle, .main-navigation .nav .show a:active.dropdown-toggle, .main-navigation .nav .show a:hover.dropdown-toggle {
		text-decoration: none;
	}
	/*Sub Items hidden until clicked*/
	.main-navigation .nav .dropdown.open .dropdown-menu {
		display: none;
	}
	.main-navigation .nav .dropdown .dropdown-menu {
		display: none; 
	}
	.main-navigation .nav .dropdown:hover .dropdown-menu {
		display: none; 
	}
	/*Sub Items shown when open*/
	.main-navigation .nav .dropdown.show .dropdown-menu.show {
		display: block;
		position: relative !important;
	}
	.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
		display: inherit !important;	
	}
	.main-navigation .nav .dropdown .dropdown-menu .mainnav-content li a:after {
		background: url(/_resources/images/mobile-sub-menu-arrow.svg) no-repeat;
	}
	.main-navigation > ul {
		display: block;
		margin:0;
		padding:0;
		list-style:none;
		font-style:normal;
	}
	.site-navigation .main-navigation {
		display: block;
		margin: 0;
	}
	.main-navigation .nav {
		border-top: none;
		border-bottom: none;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}
	.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
		background-color: transparent;
	}
	a.menuToggle {
		color: #fff;
		text-decoration: none;
		z-index: 5;
		display: block;
		position: absolute;
		right: 25px;
		top: 20px;
		font-size: 30px;
	}
	.site-navigation {
		border-left: solid 2px #ffffff;
		width: 310px;
		position: absolute;
		top: -3px;
		right: -390px;
		z-index: 10000;
		display:none;
		border-bottom: solid 2px #ffffff;
		box-shadow: -2px 2px 5px #4f4f4f;
		overflow: hidden;
		background-color: #F7F6F6;
		border-top: none;
	}
	.mobile-menu-header {
		display: block;
		background-color: #F7F6F6;
		height: 75px;
		padding: 15px 20px;
		position: relative;	
	}
	.menuClose {
		color: #512D6D;
		text-transform: uppercase;
		text-decoration: none;
		text-align: right;	
		font-size: 24px;
		position: relative;
		display: inline-block;
		float: right;
	}
	.menuClose svg {
		margin-left: 10px;	
	}
	.menuClose:hover {
		color:#fff;
	}
	.menuClose:active, .menuClose:focus {
		color: #fff;
	}
	.dropdown-toggle::after {
		display: block;
		float: right;
		position: relative;
		top: 7px;
		border-top: 0.4em solid;
		border-right: 0.4em solid transparent;
		border-bottom: 0;
		border-left: 0.4em solid transparent;
	}
	.show .dropdown-toggle::after {
		border-top: 0;
		border-right: 0.4em solid transparent;
		border-bottom: 0.4em solid;
		border-left: 0.4em solid transparent;
	}
	/*Footer Styles*/
	.second-row {
		display: block;
	}
	.footer-social {
		text-align: left;
		float: none;
	}
	footer .list-unstyled {
		padding-top: 0;
	}
	.disclaimer {
		float: none;
	}
	footer .second-row .list-unstyled li {
		display: block;
		margin: 10px 0;
	}
	.hero {
		height: auto;
	}
	.hero-image {
		height: 50vh;
		background-position: right;
	}
	.hero-text {
		position: static;
		padding: 20px;
		transform: inherit;
		background-color: #fff;
		width: 100%;
	}
	.hero-text h2 {
		font-size: 32px;	
	}
	.hero-text p {
		width: 100%;
		font-size: 18px;
	}
	.hero-landing {
		height: 100vh;
	}
	.hero-landing .hero-text h2 {   
		width: 90%;
		font-size: 40px;
	}
	.hero-landing .hero-text p {
		width: 85%;
	}
	.hero-interior .hero-text h2 {
		font-size: 40px;
		width: 90%;
		left: 5%;
	}
	.hero-interior .hero-text h3 {
		width: 90%;
		left: 5%;
	}
	.hero-interior .hero-text p {
		width: 85%;
		left: 5%;
	}
	.hero-interior .hero-text .divider {
		left: 5%;	
	}
	.hero-interior.white {
		height: 100vh;	
	}
	.hero-interior.white .hero-text h2 {
		left: 5%;
		width: 90%;
	}
	.hero-interior.white .hero-text p {
		width: 85%;
		left: 5%;
	}
	.hero-interior.white .hero-text .divider {
		left: 5%;	
	}
	.testimonials {
		top: -150px;
		margin-bottom: -70px;
	}
	.testimonials .card {
		margin-top: 20px;	
	}
	.video-feature {
		top: 0;
		margin-bottom: 0;
	}
	#slider {
		margin:0;
	}
	.carousel-control-next {
		display: none;
	}
	.carousel-control-prev {
		display: none;
	}
	.slider .carousel-caption {
		padding: 27px 27px 20px 35px !important;
		width: 100% !important;
		position: static;
	}
	.slider .carousel-caption h3 {
		font-size: 30px;
	}
	.slider .carousel-caption p {
		font-size: 18px;
	}
	#slider .carousel-indicators {
		margin: 20px 0;
	}
	.slider {
		padding: 60px 0;
	}
	.owl-carousel.featured-stories {
		margin: 30px 0;
		right: 0;
	}
	.featured-stories .owl-nav .owl-next {
		width: 35px;
		box-shadow: none;
	}
	.featured-stories .owl-nav .owl-prev {
		width: 35px;
		left: 0;
		box-shadow: none;
	}
	.news .owl-item {
		border-right: none;
		padding-right: 50px;
	}
	.score-board .see-all {
		background: none;
	}
	.score-board .branding {
		float: none;
		width: 100%;
		border-right: none;
	}
	.score-board .game {
		width: 46%;	
		border-right: none;
	}
	.nav-tabs {
		display: block;	
	}
	.nav-tabs .nav-link {
		font-size: 18px;
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		font-size: 18px;
	}
	.stats .col {
		padding: 0 2%;
		margin: 10px 0;
	}
	.stats .col:nth-child(2) {
		border-right: none;	
	}
	.tab-content {
		padding: 60px 30px;
	}
	.tab-content img {
		margin: 0 auto;
		display: block;
	}	
	.tab-content .numbered-steps {
		border-left: none;
		padding-left: 0;
	}
	.image-tout-circle p {
		padding: 0%;
	}
	.purple h2 {
		font-size: 40px;
	}
	h3.font-75 {
		font-size: 65px;
	}
	#sidebar {
		margin: 0 15px 40px;
	}
	a.btn-purple.large {
		padding: 15px 25px;
		font-size: 20px;
	}
	a.btn-teal.large {
		padding: 15px 25px;
		font-size: 20px;
	}
	.mix,
	.gap {
		width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
	}
	.filter-thumbnails {
		margin-left: 0;
		margin-right: 0;
	}
	.thumbnail-wrapper {
		height: 180px;	
	}
	.form-inline .form-group {
		margin-bottom: 1rem;	
	}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
	body {
		/*border: 2px solid #f15a24; */
	} /*orange*/
	.score-board .game {
		width: 100%;	
		border-right: none;
		border-bottom: 1px solid #979797;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.special-heading {
		font-size: 28px;
	}
	.stats .col {
		flex: none;
		border-right: none;
		padding: 0;
	}
	.image-tout-circle .col-sm-6:nth-child(1){
		border-right: none;
		margin-bottom: 40px;
	}
	.gray-row-wrapper h2, .white h2 {
		font-size: 40px;
	}
	.interior .white h2, .interior h2 {
		font-size: 40px;
	}
	.purple h2, .interior .purple h2 {
		font-size: 40px;
	}
	.hero-interior {
		height: 100vh;	
	}
	.thumbnail {
		padding: 15px;
		font-size: 20px;	
	}
	.thumbnail-wrapper {
		height: 220px;	
	}
	.form-inline .form-group {
		margin-bottom: .25rem;	
	}
}