
/* 

red: ec1b24
grey: 8d96a0
blue: ec1b24
grey: 3d4049

 */


html, body {
    height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.3;
	text-decoration: none;
	overflow-x: hidden !important;
	
	display: flex;
	flex-direction: column;
	height: 100vh;
}

body * { 
	word-break:normal !important;
	word-wrap:normal !important;
}

html,body,div,p,span,iframe,.site,main,footer {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	-ms-word-break: break-all !important;
	word-break: break-all !important;
	word-break: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	hyphens: auto !important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	color: #ec1b24
}

a:hover {text-decoration: none; color: #ff9900}
a:active {text-decoration: none; color: #000000}

a, a:link, a:active, a:focus, span {
	outline: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #ec1b24;
  text-shadow: none;
}

::selection {
  color: #ffffff; 
  background: #ec1b24;
  text-shadow: none;
}

.BodyCopy {
/* 
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
 */
}

article {
	margin: 0px 10px 0px 10px;
	text-align: left
}


main img:not(.FiveStar, .FullWidth, .CallOutImage, #LearnMoreArrowConcept, ) {
	width: auto;
	height: auto;
	max-width: 96%;
}

.textwidget {
	margin-bottom: 24px !important;
}

.nobr {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
}

.BreakAll {
	-ms-word-break: break-all !important;
	word-break: break-all !important;

	word-break: break-word !important;

	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	hyphens: auto !important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}

.AllCaps {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	text-transform: uppercase;
}

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

table, table td, table tr, .Table, .TR, .TD {
	border: 0;
}

p {
	margin: 20px 0px 20px 0px;
}

.TB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
}

.TR {
	display: table-row;
}

.TD {
	display: table-cell;
}

.TDVMiddle {
	vertical-align: middle;
}

.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0px 10px 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}
.aligncenter2 {
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}


img.AlignMeRight {
	float: right;
}

img.InlineBlockIMG {
	display: inline-block;
	vertical-align: middle;
}
.Callouts1 h3 {
	vertical-align: middle;
}

.pdf-thumb-figure{
  display:inline-block;
  vertical-align:top;
  width:245px;           /* match your image width */
  margin:0 16px 16px 0;  /* space between items */
  text-align:center;
}
.pdf-thumb-figure img{ display:block; width:100%; height:auto; }
.pdf-thumb-caption, .PDFPreviewCaption{ font-size:.9rem; margin-top:.4rem; }

/* Hide the <br> line breaks that are forcing each figure onto a new line */
.pdf-thumb-figure + br{ display:none; }

.PDFPreview {
	border: 2px solid #3d4149;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.PDFPreviewLink {

}

.PDFPreviewCaption {
	margin: 5px 0px 5px 0px;
	text-align: left;
	display: block;
	width: 270px
}

.GreyRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #3d4049;
}
.WhiteRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
	position: relative;
	z-index: 50 !important
}
.BlackRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #000000;
}
.YellowRule {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffcc66;
}

.golden {
	font-family: inherit;
	font-size: inherit;
	font-style: normal !important;
	line-height: inherit;
	font-weight: inherit;
	color: #ffcc66;
	text-decoration: inherit;
	text-transform: inherit;
	display: inline;

}

.FullWidth {
	width: 100vw !important
}

.GoldRule {
	height: 2px;
	width: 100%;
	background: linear-gradient(
	to right,
	#b8860b 0%,
	#ffd700 20%,
	#fff8dc 40%,
	#ffd700 60%,
	#b8860b 80%,
	#8b7500 100%
	);
	border: none;
}



.GrayRow {
	color: white;
	background: #3d4149;
	text-align: center;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	box-shadow:	0 0 0 3px #ffcc66;
	padding: 0px 0px 0px 0px;
}

.GrayRowInner1 {
	width: 1200px;
	max-width: 97%;
	text-align: left;
	display: inline-block;
}

.GrayRowInner1 h2 {
	font-family: 'Teko' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	display: block;
	transform: skewX(-15deg) !important;
	color: #ffffff;
	line-height: 1;
	margin: 25px 10px 0px 10px;
	font-size: 4em !important;
}

.goldenstar {
	color: #ffcc66;
	line-height: 1;
	font-size: 2em !important;
}

.teko {
	transform: skewX(-15deg) !important;
	font-family: 'Teko';
	font-style: normal;
	font-weight: 700;
	display: block;
	color: #3d4149;
	line-height: 1;
	margin: 10px 10px 0px 10px;
	font-size: 2em !important;
}

.BigText {
	font-size: 1.1em !important;
}
.BiggerText {
	font-size: 1.2em !important;
}


img.StretchImage {
	width: 100vw;
	height: auto
}


/* *********************************************************** */

h1.PageHeading {
	font-family: 'Teko' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	display: block;
	transform: skewX(-15deg);
	color: #3d4149;
	line-height: 1;
	margin: 10px 10px 0px 10px;
	font-size: 3em !important;
}

/* *********************************************************** */


.YellowRow {
--_gradient-blend-mode: normal;
--_gradient-blur: 0px;

background: radial-gradient(at 27.4% 27.4%, #e1c376 0px, transparent 50%), radial-gradient(at 23% 91%, #ffffff 0px, transparent 50%), radial-gradient(at 27% 90%, #e1c376 0px, transparent 50%), radial-gradient(at 68.4% 44.7%, #ffffff 0px, transparent 50%), radial-gradient(at 14.3% 77.8%, #e1c376 0px, transparent 50%) #e1c376;;
mix-blend-mode: var(--_gradient-blend-mode);

    
.frosted-backdrop {
backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
-webkit-backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
}

	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	box-shadow:	0 0 0 3px #666666;

}

.SectionHeading1 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.SectionHeading1 h2 {
	font-family: 'Teko' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	display: block;
	text-shadow: 2px 2px 1px #ffffff;
	transform: skewX(-15deg);
	color: #3d4149;
	line-height: 1;
	margin: 10px 10px -5px 10px;
	font-size: 2.5em !important;
}
.SectionHeading1 p {
	font-size: 1.2em;
	font-style: italic;
	margin: 0px 10px 0px 10px;
}

.TeamBio {
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 40px 0px
}

.TeamBio h2 {
	font-family: 'Lora' !important;
	font-style: italic !important;
	font-weight: 700 !important;
	display: block !important;
	font-size: 2em !important;
	color: #3d4149 !important;
	text-shadow: 2px 2px 1px #ffffff;
	line-height: 1.2;
	margin: 10px 0px 10px 10px;
	text-align: center
}

.TeamBio img {
	width: 360px;
	height: auto;
	max-width: 80%;
}


.FeatureTable table tr > td:first-child {
  min-width: 70px !important;
}

.FeatureTable table {
  margin: 0 auto;
}

.FeatureTable table tr > td img {
  width: 50px !important;
  height: 50px !important;
}

.FeatureTable table tr > td {
  vertical-align: middle;
  font-style: italic;
  padding: 10px 10px 10px 10px;
}
.FeatureTable table tr > td strong {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

h4 {
	transform: skewX(-15deg) !important;
	font-family: 'Teko';
	font-style: normal;
	font-weight: 700;
	display: block;
	color: #3d4149;
	line-height: 1;
	margin: 20px 20px 0px 20px;
	font-size: 1.5em !important;
}

/* *********************************************************** */

@media screen and (max-width: 780px) {

	.TeamBio {
		padding: 0px 10px 0px 10px;
		margin: 0px 0px 20px 0px
	}
	
	.Callouts1 h3 {
	text-align: left !important;
	}


}

@media screen and (max-width: 740px) {

	h1.PageHeading {
		font-size: 11vw;
		margin: 30px 10px 0px 10px;
		font-size: 2.5em !important;
	}
	h1 span.PageSubHeading {
		font-size: 7vw;
		line-height: 0.5;
	}

}


@media screen and (max-width: 600px) {

	h1.PageHeading {
		font-size: 11vw;
		margin: 40px 0px 0px 10px;
	}
	h1 span.PageSubHeading {
		font-size: 7vw;
  		margin: 20px 10px 10px 10px;
	}

}
@media screen and (max-width: 380px) {

	h1.PageHeading {
		font-size: 11vw;
		margin: 40px 0px 0px 10px;
		font-size: 2em !important;
	}
	h1 span.PageSubHeading {
		font-size: 7vw;
  		margin: 0px 10px 10px 10px;
	}

}


#ShiftNavWrapper {
	display: none;
	vertical-align: top !important;
	padding: 10px 0px 10px 10px;
}

.VideoBlock h3 {
	color: #ec1b24 !important;
	display: inline-block;
	width: auto;
	text-align: center !important;
	margin: 20px 0px 0px 0px;
}

.VideoBlock .br1 {
	display: none;
}


.VideoBlock iframe {
	
	width: 560px;
	height: 315px;
	max-width: 85vw;
	max-height: calc(85vw * 0.56);
	margin: 20px 0px 40px 0px;
	display: block;
	border: 2px solid #ffffff !important;
	outline: 2px solid #ec1b24 !important
}



#PageHeadingContainer {
	padding: 0px 0px 0px 0px; 
	margin: 20px 0px 0px 0px;
}

#PageHeadingWrapper {
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 0px 0px;
	max-width: 1200px;
	position: relative;
	text-align: left
}


h1.h1large {
	font-size: 60px;
}

h1.h1medium {
	font-size: 2em;
}

h1.h1small {
	font-size: 28px;
	line-height: 1.4
}

.LargerFont {
	font-size: 20px;
}

#PageSubHeadingWrapper {
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 0px 0px;
	max-width: 1200px;
	position: relative;
	text-align: center
}

h2.PageSubHeadingRoboto {
	font-family: 'Roboto' !important;
	font-style: italic !important;
	font-weight: 500 !important;
	font-size: 24px;
	color: grey;
	line-height: 1.2;
	margin: 10px 0px 20px 10px;
	text-align: center
}

h2.PageSubHeadingEuphoria {
	font-family: 'Euphoria Script' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 50px;
	color: grey;
	line-height: 1.2;
	margin: 10px 0px 20px 10px;
	text-align: center
}


h2 {
	font-family: 'Montserrat' !important;
	font-style: normal;
	font-weight: 600;
	color: #8d96a0;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 10px;
	width: auto;
	font-size: 1.3em;
}

/* 
h3 {
	font-family: 'Play' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-style: italic;
	line-height: 1.4;
	font-size: 1.5em;
	margin: -20px 10px 20px 10px;
	width: auto;
	text-align: left;
}
 */
h3 {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
	font-size: 1.2em;
	color: #8d96a0;
	line-height: 1.2;
	margin: 10px 0px 20px 10px;
	text-align: center
}

.LargerText h2 {
	font-size: 1.5em;
	margin: 0px 10px 10px 10px;
}

.LargerText ul {
	font-size: 1.1em;
	color: #ec1b24;
	font-style: italic;
}

.LargerText li {
	margin: 10px 0px 10px 0px;
}

#CareerCircleWrapper {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 2px solid #ec1b24
}

#CareerCircle {
	border: 2px solid #ffffff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url('/CoastalGraphics/images/CareerGirl.jpg');
	background-size: cover;
	background-position: center;
}
        
main {
	margin: 10px 10px 10px 10px;
	position: relative;
	max-width: 1200px;
	text-align: left;
 }

section {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.NormalContentBlock {

}

.LargerContentBlock {
	text-align: center;
}
.LargerContentBlock ul {
	text-align: left;
	display: inline-block;
	width: auto;
	margin: 0px 0px 0px 12px;
}



.LargerContentBlock li {
	font-size: 1.5em;
	font-style: italic;
	color: grey;
	margin-top: 12px;
}

.InlineMiddle {
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  height: 360px
}


.RedBorderPics img {
	border: 2px solid white;
	outline: 2px solid #ec1b24;
	margin: 20px 20px 20px 20px !important;

}

/* 
.InlineMiddle img {
	display: inline-block !important;
	vertical-align: middle !important;
}
 */

.RedFullWidth {
    background: #ec1b24;
    border-top: 2px solid white;
    border-bottom: 2px solid white; /* Add bottom white border */
    box-shadow: -2px -4px 0 -2px #8d96a0, /* Top shadow */
                -2px 4px 0 -2px #8d96a0; /* Bottom shadow */
    width: 100vw;
    box-sizing: border-box;
}

.RedFullWidth h2 {
	font-family: 'Play' !important;
	font-style: normal;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	width: auto;
	font-size: 1.5em;
}


.RedFullWidthContent {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px 10px 10px;
	position: relative;
	max-width: 1200px;
	text-align: left;
}

.RedFullWidthContent img {
	margin: 10px 10px 20px 10px;
	max-width: 80vw;
	border: 2px solid #ec1b24;
	outline: 2px solid #ffffff;
}

.RedFullWidthContent b {
	font-weight: 600 !important;
}

.RedFullWidthContent ul {
	margin-top: 12px;
}
.RedFullWidthContent li {
	margin-top: 12px;
}





.BlackFullWidth {
    background: #000000;
    border-top: 2px solid white;
    border-bottom: 2px solid white; /* Add bottom white border */
    box-shadow: -2px -4px 0 -2px #8d96a0, /* Top shadow */
                -2px 4px 0 -2px #8d96a0; /* Bottom shadow */
    width: 100vw;
    box-sizing: border-box;
}

.BlackFullWidth h2 {
	font-family: 'Play' !important;
	font-style: normal;
	font-weight: 700;
	color: #ec1b24;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	width: auto;
	font-size: 1.5em;
}


.BlackFullWidthContent {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px 10px 10px;
	position: relative;
	max-width: 1200px;
	text-align: left;
}

.BlackFullWidthContent img {
	margin: 10px 10px 20px 10px;
	max-width: 80vw;
	border: 2px solid #ec1b24;
	outline: 2px solid #ffffff;
}

.BlackFullWidthContent b {
	font-weight: 600 !important;
}

.BlackFullWidthContent ul {
	margin-top: 12px;
}
.BlackFullWidthContent li {
	margin-top: 12px;
}


.GreyFullWidth {
	background-image: url(/CoastalGraphics/images/MarbleTile.jpg);
    border-top: 2px solid white;
    border-bottom: 2px solid white; /* Add bottom white border */
    box-shadow: -2px -4px 0 -2px #ec1b24, /* Top shadow */
                -2px 4px 0 -2px #ec1b24; /* Bottom shadow */
    width: 100vw;
    box-sizing: border-box;
	padding: 0px 0px 0px 0px;
}



.GreyFullWidthContent {
	color: #000000;
	text-shadow:0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 4px #ffffff, 0 0 5px #ffffff, 0 0 7px #ffffff, 0 0 9px #ffffff, 0 0 11px #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px 10px 10px;
	position: relative;
	max-width: 1200px;
	text-align: left;
	font-size: 20px;
}

.GreyFullWidthContent h2 {
	font-family: 'Play' !important;
	font-style: normal;
	font-weight: 700;
	color: #ec1b24;
	text-shadow: 1px 1px 1px #000000;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	width: auto;
	font-size: 1.5em;
}
.GreyFullWidthContent h3 {
	font-family: 'Play' !important;
	font-style: normal;
	font-weight: 700;
	color: #000000;
	line-height: 1.3;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	width: auto;
	font-size: 1.5em;
}

.GreyFullWidthContent li {
	margin-bottom: 16px;
}


.GreyFullWidthContent img:not(.FiveStar) {

	margin: 10px 10px 20px 10px;
	max-width: 80vw
}

#CareerCenterCircle {
	width: 400px;
	height: auto;
	cursor: pointer;
	float: right;
}


ul {
	list-style-type: disc;
	margin-left: 20px;
}


/* ************************************************************************* */

.StandardContentBlock b {

	font-weight: 600;
	color: #ec1b24;

}
.StandardContentBlock i {

	font-weight: 600;
	font-style: italic;

}

.StandardContentBlock ul {
	margin-left: 20px !important;
	display: inline-block;
}

.StandardContentBlock li {

	margin-bottom: 0.75em;
}

.StandardContentBlock img {

	margin: 10px 20px 10px 20px;
}

.CenterContentBlock img {

	display: block;
/* 
	margin-left: 0 auto !important;
 */
}

.SplitContentRow {
	margin-top: -20px;
}

.StandardContentBlock h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	color: #ec1b24;
	line-height: 1.2;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	width: auto;
	font-size: 1.5em;
}

/* ************************************************************************* */


/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Footer Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

footer {

	background-color: #3d4149; 
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 12px 0px !important;
	border: 0px !important;
	position: relative;
	bottom: 0;
	width: 100%
}

.footer1 {
	display: inline-block;
	width: auto;
	color: white;
	font-size: 16px;
	margin: 10px 10px 10px 10px;
	vertical-align: middle;
}
.footer2 {
	display: inline-block;
	width: auto;
	color: white;
	font-size: 16px;
	margin: 10px 10px 10px 10px;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {


	.HeadingContent1 h2 {
		font-size: 4vw;
	}
	.HeadingContent2A {
		font-size: 18px;
		white-space: normal;
	}
	.HeadingContent2B a {
		font-size: 24px;
	}
	.HeadingContent2C img {
		width: 32px;
		height: auto;
	}
	.HeadingContent2D {
		font-size: 18px;
		white-space: normal;
	}
}


#FooterCredit {
	max-width: 280px;
	color: white;
	font-size: 16px;
	padding: 0px 0px 6px 0px;
}





@media screen and (max-width: 1070px) {

	.GrayRowInner1 h2 {
		margin: 25px 10px 0px 10px;
		font-size: 6.5vw !important;
	}

}

@media screen and (max-width: 1024px) {

	body { 
		font-size: 16px;
	}

}


@media screen and (max-width: 880px) {

	.FooterTB2,
	.FooterTR2,
	.FooterTD2 {
		display: block;
	}

	.FooterBlock2 {
		display: inline-block;
		width: auto;
		white-space: nowrap;
		margin: 0px 10px 0px 10px;
	}
	.FooterTD2 {
		padding: 0px 0px 0px 0px;
	}
	.FooterTD3 {
		padding: 20px 0px 0px 0px;
	}
}





@media screen and (max-width: 860px) {

	#CareerCenterCircle {
		width: 360px;
	}

	#FooterContentSocial {
		left: 12vw;
	}
	#FooterContentInfo {
		left: 2vw;
	}
}



@media screen and (max-width: 800px) {

	.InlineMiddle {
	  display: block;
	  height: auto
	}

/* 
	main img:not(.FullWidth, .CallOutImage, #LearnMoreArrowConcept, .IllustrationImage1, .IllustrationImage2, .IllustrationImage3, .IllustrationImage4) {
		max-width: 70%;
	}
 */

	.SplitContentRow {
		margin-top: 0px;
	}

	h1.h1large {
		font-size:36px;
	}

	h1.h1medium {
		font-size: 28px;
	}

	h1.h1small {
		font-size: 22px;
		line-height: 1.4
	}
}

@media screen and (max-width: 780px) {

	main {
		margin: -20px 10px 10px 10px;
	}

	.StandardContentBlock img {

		margin: 10px 0px 10px 0px;
	}
}

@media screen and (max-width: 768px) {

	
	h2.PageSubHeadingRoboto {
		font-size: 22px;
	}
	h2.PageSubHeadingEuphoria {
		font-size: 40px;
	}

	#CareerCenterCircle {
		width: 88%;
		max-width: 400px;
		margin: 0 auto;
		float: none;
		display: block;
	}


	#FooterContentWrapper {
		display: block;
		position: relative;
		width: 92vw;
		max-width: 92vw;
		height: auto;
		margin: 10px 5px 10px -5px;
	}
	#FooterContentSocial {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}

	#FooterContentEmailSignUp {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		padding: 20px 0px 20px 0px;
	}

	#FooterContentInfo {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
}


@media screen and (max-width: 520px) {

	.FooterTB,
	.FooterTR,
	.FooterTD {
		display: block;
	}

	.VideoBlock .br1 {
		display: inline;
	}
}



@media screen and (max-width: 500px) {

	main img:not(.FiveStar, .StretchImage, .FullWidth, .CallOutImage, #LearnMoreArrowConcept) {
		max-width: 92%;
	}

	img.AlignMeRight {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.GreyFullWidthContent {
		font-size: 18px;
	}
}

@media screen and (max-width: 450px) {

	.FooterInfo {
		margin: 0px 0px 0px 0px !important;
	}

	h1.h1large {
		font-size:28px;
	}

	h1.h1medium {
		font-size: 22px;
	}

	h1.h1small {
		font-size: 20px;
		line-height: 1.4
	}

	.GreyFullWidthContent h3 {
		font-size: 1.3em;
	}
	h2.PageSubHeadingRoboto {
		font-size: 20px !important;
	}
	h2.PageSubHeadingEuphoria {
		font-size: 30px;
	}

}

@media screen and (max-width: 430px) {

	.FooterBR {
		display: inline
	}
	h2.PageSubHeadingRoboto {
		font-size: 18px !important;
	}
}


@media screen and (max-width: 400px) {

	.FooterContentA {
		font-size: 16px;
	}

	.FooterContentB {
		font-size: 14px;
	}
}

@media screen and (max-width: 390px) {

	.goldenstar,
	.teko {
		margin: 5px 5px 5px 5px;
		font-size: 1.3em !important;
	}

	body { 
		font-size: 16px;
	}

	h1.h1large {
		font-size:26px;
	}

	h1.h1medium {
		font-size: 20px;
	}

	h1.h1small {
		font-size: 18px;
		line-height: 1.4
	}
	h2.PageSubHeadingRoboto {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 340px) {

	.goldenstar,
	.teko {
		margin: 5px 5px 5px 5px;
		font-size: 1.3em !important;
	}

	.FooterContentA {
		font-size: 15px;
	}
}


.sgpb-popup-close-button-6 {
	right: 0px !important;
}



.GoogleMapFrameContainer {
	border: 2px solid #eeca5e;
	padding: 2px 4px 2px 2px !important;
	display: inline-block;
	width: 90vw;
	max-width: 800px;
	margin: 2px 0px 2px 0px !important;
}

.GoogleMapFrameContainer2 {
	border: 2px solid #eeca5e;
	padding: 2px 6px 2px 2px !important;
	display: inline-block;
	width: 90%;
	max-width: 80vw;
	margin: 2px 10px 2px 0px !important;
}


.GoogleMapFrame {
	margin: 2px 2px 2px 2px !important;
	padding: 0px 0px 0px 0px !important;
	display: block !important;
	width: 100%;
	height: 300px;
	max-width: 800px;
}

/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */

#FooterUpArrow,
#HeaderDownArrow {
	width: 40px;
	height: 40px;
}

.button-bottom {
	position: fixed;
	top: 34px;
	right: 10px;
	z-index: 5000;
	width: 60px;
	height: 42px;
	border: 0;
	box-shadow: none;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	background:rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 1s ease;
}


.button-bottom-visible {
	opacity: 1;
	pointer-events: auto;
}


.button-top {
	position: fixed;
	bottom: 34px;
	right: 10px;
	z-index: 5000;
	width: 60px;
	height: 42px;
	border: 0;
	box-shadow: none;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	background:rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 1s ease;
}


.button-top-visible {
	opacity: 1;
	pointer-events: auto;
}

/* ****************************************************************** */
/* ****************************************************************** */

.rl-gallery-item-content img {
	width: 100% !important;
	height: auto !important;
}

/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */

.yt-single {
	height: 100%;
	margin: 40px 20px 40px 10px;
	vertical-align: middle !important;
}


/* Single thumb */
.yt-single__thumb{
  display:block;
  width:100%;
  max-width:720px;           /* optional */
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  background-color:#000;

  background-image: var(--ytthumb);
  background-size: cover;
  background-repeat:no-repeat;

  /* tweak this to crop TOP more: 70%..95% */
  background-position: 50% 82%;

  position:relative;
  cursor:pointer;
}

/* Play icon */
.yt-single__play{
  position:absolute;
  inset:0;
  margin:auto;
  width:76px;
  height:52px;
  border-radius:14px;
  background: rgba(0,0,0,0.55);
}
.yt-single__play::before{
  content:"";
  position:absolute;
  left:30px;
  top:16px;
  width:0;height:0;
  border-left:18px solid #fff;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
}

/* Modal */
.yt-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:999999;
}
.yt-modal.is-open{ display:block; }

.yt-modal__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.75);
}

.yt-modal__dialog{
  position:relative;
  max-width:960px;
  width:min(96vw, 960px);
  margin: 8vh auto 0 auto;
  border-radius:14px;
  background:#000;
  overflow:hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.yt-modal__ratio{
  width:100%;
  aspect-ratio:16/9;
}
.yt-modal__ratio iframe{
  width:100%;
  height:100%;
  display:block;
}

.yt-modal__close{
  position:absolute;
  top:8px;
  right:10px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  background: rgba(255,255,255,0.12);
  color:#fff;
  font-size:28px;
  line-height:42px;
  text-align:center;
  z-index:2;
}
.yt-modal__close:hover{ background: rgba(255,255,255,0.22); }

/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */

