/* login */
.username {
	display:flex;
	padding-top: 10px;
}
.username input.box {
    padding: 9px;
	border-color: var(--blue);
	width: 175px;
    margin-right: 10px;	
}

.username input.loginbtn {
    width: auto;
    text-align: center;
    padding: 5px 20px;
    text-indent: 0;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
	border-color: var(--blue);
	transition: 0.3s;
}

.username input.loginbtn:hover {
	background: var(--white);
	color: var(--blue);
	cursor: pointer;	
}

.mission {
	padding:40px 10%;
}

span.mobileMenuArrow.fa {
    padding-left: 7px;
}
.leftMenuFlexBox {
	display: flex;
}

.selectInput {
  appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 15px 0;
  text-indent: 15px;
  margin: 0 0 0 15px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: normal;
}

.selectInput::-ms-expand {
  display: none;
}

a.colorButton { 
	transition: 0.3s;
    color: #fff;
    width: auto;
    text-indent: 0;
    padding: 15px 25px;
    margin: 10px 0 0;
    border: 0;
    border-radius: 0px;
    background: #000000;
    border: 1px solid #000000;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: linear;
    -webkit-appearance: none;
}

a.colorButton:hover { 
	color: #000;
	background: #fff;
}

.mobileLeftMenu {
	display: none;
}
.desktopLeftMenu {
}

.header {
	background: var(--white);
	padding: 5px 10px 0 10px;
}

.headerTop {
    background: var(--blue);
	padding: 0 16px;
    font-size: 16px;
    font-size: 1.6rem;
}

.topContact {
	margin-top: -5px;
}

.topContact a {
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
	color: var(--white);
}

.topContact a.link {
	transition: 0.3s;	
}

.topContact a.link:hover,.topContact a.active {
	color: var(--gold);
}

#headerPhone { 
	margin-top: 0; float:right; 
}

#headerPhone:hover { 
	cursor: pointer; 
}

#headerLogo {
	width: 350px;
	padding-left: 20px;
	padding-top:16px;
	padding-bottom:16px;
}

#headerInteriorTitle { 
	display: none;
}

#pageContent { 
	min-height: 400px; 
}

.menuBar {
}

span.subMenu {
	margin-left: 5px;
}

img.dropDownIcon {
    height: 10px;
    width: auto;
}

.nav li a { 
}

#sliderContainer {
}

#slides {
    max-height: 800px;
}

#slides span {
    /* background: rgb(255 222 47 / .90); */
    width: 50%;
}

#sliderBox {
}

#sliderBox h1 {
}

#sliderBox a.button, #sliderBox a.button:visited {
}

#sliderBox a.button:hover {
}

#sliderBox span {
}

div#vegasSliderCaption {
    background: rgba(16, 30, 108, 0.8);
    max-width: 400px;
    padding: 30px;
}

.vegasSliderBottomCaption {
	display: none;
	bottom: 0;
    color: #fff;
    position: absolute;
    padding: 20px 0;
    background: rgb(65 64 66 / 70%);
    width: 100%;
    left: 0;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
	font-size: 2.2rem;	
}

#vegasSliderCaption h2 {
	color: #fff;
    margin-bottom: 5px;
	font-weight: normal;
}

#vegasSliderCaption h3 {
	color: #fff;
	font-weight: normal;
}
	
#vegasSliderCaption p {
    font-size: 20px;
	font-size: 2.0rem;
    font-weight: normal;
    line-height: normal;
	margin-bottom: 14px;
}

#vegasSliderCaption p:last-of-type {
	margin-bottom: 0;
}

#vegasSliderCaption a.redButton {
    margin-top: 0;
    color: #fff;
    border-color: #fff;
    font-weight: normal;
    padding: 10px 24px;
	transition: 0.3s;
	letter-spacing: 2px;
}
#vegasSliderCaption a.redButton span {
	font-size: 150%;
	margin:2px 0 0 5px;
}
#vegasSliderCaption a.redButton:hover {
	background: #ffffff;
	color: var(--blue);
}

#section1 {
	background:url('/img/watermark.svg') no-repeat 5% center #101E6C;
	font-size: 30px;
	font-size: 3.0rem;
	color: var(--white);
	padding: 5% 0;
    background-size: 18%;
    background-position-x: 40px;	
}

#section1 p { 
	line-height: normal; 
    font-size: 24px;
	font-size:2.4rem;
    line-height: 30px;
}

#section1 h2 {
	color: var(--white);
}

#section2 {
	padding: 50px 10%;
	font-size:20px;
	font-size:2.0rem;
	color: var(--gray);
}

#section2 h2 {
	color: var(--blue);
	margin-bottom: 0;
}

#section5 {
	background:url('/img/watermark.svg') no-repeat left bottom #F7F7F7;
	font-size: 30px;
	font-size: 3.0rem;
	color: var(--blue);
	padding: 5% 0;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid var(--lightGray);	
}

.services a {
    padding: 10px 20px;
	border-bottom: 3px solid transparent;
}

.serviceIcons {
    width: 75px;
    display: block;
    margin:0 auto 20px auto;
	transition: 0.3s;
}

.services a:hover {
	border-color: var(--blue);
}

.services a:hover > img.serviceIcons {
	opacity: 0.5;	
}

#section2 h3 {
	color: var(--blue);
}

#section2 a.redButton {
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: normal;
    background: var(--blue);
    color: #fff;
    margin: 30px 20px;
    width: 220px;
    letter-spacing: 2px;
}

#section2 a.redButton:hover {
	background: #fff;
	color: var(--blue);
	border-color: var(--blue);
}

span.buttonGTS {
	padding-left:10px;
	font-size:110%;
}

.serviceBlock {
	color: var(--gray);
	background: #fff;
    display: block;
    padding: 50px;
}   

#section3 {
    background: url(/img/section3BG.svg) no-repeat;
    background-size: cover;
    padding: 5%;
    overflow: hidden;
}

#section4 {
	padding: 5%;
}
	
.servicesRow {
	display: flex;
	align-items: center;
	padding-bottom: 8%;
}

.serviceLinkRight {
	margin-left: 35px;	
}

.serviceLinkLeft {
	margin-right: 35px;
	transition: 0.3s;
}

.serviceLeftImage, .serviceRightImage {
	flex-basis: 60%;	
}

.serviceLeftImage img, .serviceRightImage img {
	width: 90%;
	transition: 0.3s;
}
.serviceLeftImage:hover > .serviceLinkLeft img:hover, .serviceRightImage:hover > .serviceLinkRight img:hover {
    opacity: 0.5;
	transition: 1.0s;
}

.serviceLeftImage:hover > a.squareRightArrow, .serviceRightImage:hover > a.squareLeftArrow {
	background: var(--grape);
}

.serviceDescRight {
	margin-left: 8%;
	flex-basis: 40%;
    font-size: 18px;
    font-size: 1.8rem;
}

.serviceDescLeft {
	margin-right: 8%;
	flex-basis: 40%;
    font-size: 18px;
    font-size: 1.8rem;
}

.serviceDescRight a, .serviceDescLeft a {
    color: var(--blue);
	transition: 0.3s;
}

.serviceDescRight a:hover, .serviceDescLeft a:hover {
	color: var(--grape);
}

.serviceDescLeft p, .serviceDescRight p {
    text-align: justify;
}	

a.squareRightArrow {
    font-size: 50px;
    font-size: 5.0rem;
    background: rgb(16 30 108 / 80%);
    padding: 10px 20px;
    position: absolute;
    margin-left: -65px;
    margin-top: 20px;
    color: #fff;
	z-index: 1;
	transition: 0.3s;
}

a.squareLeftArrow {
    font-size: 50px;
    font-size: 5.0rem;
    background: rgb(16 30 108 / 80%);
    padding: 10px 20px;
    position: absolute;
    margin-right: -35px;
    margin-top: 20px;
    color: #fff;
	z-index: 1;
	transition: 0.3s;
}

.homeStoriesFlex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.archiveStoriesFlex {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.otherStoryContainer {
    margin-right: 20px;
}

a.homeNewsContainer {
    max-width: 300px;
	padding: 20px;
}

a.homeNewsContainer img {
    width: 100%;
	transition: 0.3s;
}

.homeNewsTitle {
    margin: 20px 0;
	transition: 0.3s;
	color: var(--black);
}

a.homeNewsContainer:hover > .homeNewsTitle {
    color: var(--blue);
}

a.homeNewsContainer:hover > img {
	opacity: 0.7;
}

.newsDate {
	padding: 10px 15px;
    background: rgb(16 30 108 / 80%);
    display: inline-block;
    text-align: center;
    margin-top: -36px;
    margin-left: -10px;
    color: var(--white);
	z-index: 2;
	position: relative;	
}
.month {
	font-size: 150%;
}

.date { 
	font-size: 125%;	
 }

a.homeNewsContainer:hover > .newsDate {
	background: rgb(159 30 45 / 100%);
}

a.socialBlockLink {
    display: inline-flex;
    margin: 10px 0px 20px 0;
    padding: 12px 30px 12px 0;
    background: var(--blue);
    font-size: 20px;
	font-size: 2.0rem;
    color: white;
    width: auto;
    align-items: center;
}

.socialBlockLink img {
    height: 25px;
    width: auto;
    margin: 0 20px;
}
 	
#footer {
}

.footerflexRow {
	display: flex;
}

#footerLogo {
	width: 100%;
    max-width: 350px;
	transition: 0.3s;
}

#footerLogo:hover {
	opacity: 0.6;
} 

 .max350 {
	max-width: 350px;
 }
 
#footer p {
}

.footerMenu { 
	display: flex;
    align-items: center;
}

.otherFooterIcons {
	text-align: right;
	padding:0 2% 2% 0;
}

.otherFooterIcons img {
	max-height: 50px;
	width: auto;
	margin-left: 20px;
}

#footer ul {
	text-align: center;
    padding: 10px;
    max-width: 80%;
    margin: 1% 0 1% 12%;	
}

#footer li {
	padding: 10px 0;
}

#footer li:not(:last-child):after {
	content: " | ";
	color: var(--black);
	padding: 0 5px 0 5px;
}

#footer li::after:last-of-type {
	content: "";
}
#footer li a, #footer li a:visited {
	color: var(--black);
	transition: 0.3s;
}

#footer li a:hover, #footer li a.active {
	color: var(--gold);
}
	
#footer a:hover {
}

.socialContainer { 
	margin: 18px 0; 
}

.socialContainer a { 
	margin:0 10px;
}

a.footerLostStolen {
	color: var(--blue);
	transition: 0.3s;
}

a:hover.footerLostStolen {
	color: var(--black);
}
#footer .socialIcon { 
    width: 20px;
    max-height: 20px;
}

#footer a:hover, #footer a.active {
}

#footer span a {
}

#bottomBar { font-size: 12px;font-size: 1.2rem;padding-top: 20px; padding-bottom: 10px; color: var(--white); }
#bottomBar a:visited, #bottomBar a:link { color: var(--white); }
#bottomBar a:hover { cursor: pointer; text-decoration: underline; }

#copyright {
}

.leftMenu {
    margin-top: 2%;
    margin-right: 4%;
    border-right: 1px solid #dedede;
    padding: 10px 5px 30px 5px;
    width: 100%;
	min-width: 250px;
	max-width: 275px;
}

.leftMenu h2 {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
}

.leftMenu a {
    display: block; 
    line-height: 1.3;
    color: initial;
	transition: 0.3s;
	padding: 10px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

.leftMenu a:before {
    content: '\00bb';
    display: inline-block;
    margin-right: 10px;
	color: var(--blue);
}

.leftMenu a:hover, .leftMenu a.active {
	color: var(--gold);

}

.midDot {
    color: var(--blue);
    display: inline-block;
    font-weight: bold;
    margin: 0px 10px;
}	

/* staff/locations */
h1.locationInformation { 
    text-transform: capitalize;	
	font-size: 44px;
    font-size: 4.4rem;
	margin-bottom: 10px;	
}

.locationInformation {
    font-size: 20px;
	font-size: 2.0rem;
    margin-bottom: 40px;
    line-height: normal;	
}

.locationInformation img {
	padding-top: 20px;
	width: 100%;
	max-width: 800px;
}

.divisionContainer { 
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.division {
    flex-basis: 100%;
    background: var(--lightGray);
    padding: 20px 0 20px 40px;
	font-size: 28px;
	font-size: 2.8rem;
}

.staffContainer {
	padding: 20px;
	max-width: 200px;
    height: auto;
}

.staffContainer h2 {
    font-size: 20px;
	font-size: 2.0rem;
    font-weight: normal;
    text-align: center;
    margin: 10px 5px 5px 5px;	
}

.staffContainer h3 {
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
	color: var(--black);
	font-style: italic;
	
}

.staffComingSoon {
    margin-top:20px;
	width: 100%;
	height: 100%;
	max-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid var(--lightGray);
}

.staffComingSoon img {
	padding: 0 20px;
}	

img.imgResponsive.staffPhoto {
    max-width: 200px;
	width: 100%;
}

#locationsHome {
	padding: 40px 0 30px 0;
    border-bottom: 1px solid var(--blue)
}
	
.homeLocations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#locationsHome h1 {
	margin-bottom: 40px;
}

.homeLocations h2 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.homeLocations div.locationInformation {
	font-size: 14px;
	font-size: 1.4rem;	
}


.homeLocations div.location_contact_row {
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 5px;				
}

.hoursContainer {
	padding: 20px 50px;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	
}

.hours {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 30px;	
}

.hours h2 {
    border-bottom: 1px dashed;
    display: inline-block;
}

.hours h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}

.hours span {
	display: block;
	padding-bottom: 5px;
}

.location_contact_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: space-between;
}

.locationInformation a img {
	transition: 0.3s;
	padding: 10px 0;
}
	
.locationInformation a:hover img {
	opacity: 0.6;
}

.atmLocation {
    max-width: 165px;
    padding: 20px;
	border: 1px solid var(--black);
    margin: 10px;
    width: 100%;
}

.atmLocation h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.atmLocation span {
	display: block;
	margin-bottom: 7px;
}
.backToTop:link, .backToTop:active, .backToTop:visited {
    background: rgba(0,0,0, 0.8);
	color: var(--white);
}	

.backToTop:hover {
    background-color: rgb(0,0,0);
}

#pageContent {
	border-bottom: 1px solid var(--blue);
	padding-bottom: 20px;
}

/* news */
.rightColumn {
    margin-top: 2%;
    margin-left: 4%;
    border-left: 1px solid #dedede;
    padding: 10px 5px 30px 5px;
    width: 100%;
    max-width: 50%;
}

.rightColumn h2 {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
}

.rightColumn a {
    display: block; 
    line-height: 1.3;
    color: initial;
	transition: 0.3s;
	padding: 10px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

.rightColumn img {
	max-width: 75px;
	height: auto;
}

.rightColumn a:before {
    content: '\00bb';
    display: inline-block;
    margin-right: 10px;
	color: var(--blue);
}

.rightColumn a:hover, .rightColumn a.active {
	color: var(--blue);

}

#mainStory {
	border-bottom: 1px solid var(--blue);
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#mainStory span.newsDate {
    background: none;
    color: black;
    margin: 0 0 20px 0;
    text-align: left;
    padding: 0;
}

.newsImgContainer {
	float: right;
}

.newsTitle {
    padding-left: 10px;
}

.newsTitle span {
	font-style: italic;
	display: block;
	color: var(--gray);
	transition: 0.3s;
}

.newsContainer:hover > .newsTitle span {
	color: var(--black);
}
	
a.newsContainer {
	display: flex;
    justify-content: space-between;
    max-width: 250px;
	padding:10px 0 20px 0;
}

.otherStoryContainer img {
    max-width: 75px;
	transition: 0.3s;
}

.newsImgContainer img {
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
}

.newsContainer:hover > img {
	opacity: 0.7;
}

.wysiwyg a, .wysiwyg a:active, .wysiwyg a:visited {
}

.wysiwyg a:hover {
}

.labelText {
	display: block;
	font-weight: bold;
}
a.previousPage {
    margin: -5px 0 20px 0;
    display: block;
}

table.colorChart, table.colorChart th, table.colorChart td {font-size:14px;font-size:1.4rem;vertical-align:middle;line-height:1.2;border:1px solid #cccccc;margin-bottom:20px;}
.colorChart th {color:#ffffff;background:var(--blue);}
.colorChart th, .colorChart td {width:auto !important;text-align:center;padding:10px;}
.colorChart tr:nth-child(even) {background-color:#eeeeee;}
.colorChart tr td:first-of-type {text-align:left;}

span.checkmark { 
	font-size: 150% !important;
    color: var(--blue);
}

/* image caption */
figure.image {
	display: inline-block;
    margin: 0;
    background: #dedede;
    width: auto;
    margin-bottom: 20px;
	text-align: center;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 0;
    padding: 3% 2% 0 2%;
    display: inline-block;
    max-width: 94%;
}

figure.image figcaption {
    margin: 6px 8px 10px 8px;
    text-align: center;
}

#sliderBackground {
	background: #000;
}

.sliderLearnMore.redButton {
    background: var(--white);
    border-color: var(--white);
	width: 200px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
	font-size: 1.6rem;
	transition: 0.3s;
}
.sliderLearnMore.redButton:hover {
	color: var(--white);
	background: transparent;
}

.sliderLearnMore.redButton span.buttonGTS {
	color: var(--blue);
}

.sliderLearnMore.redButton:hover > span.buttonGTS {
	color: var(--white);
}

/* for privacy policy */
table.Table-Privacy {
    border-bottom-color: #ccc;
}
table.Table-Privacy {
    width: 100%;
    color: inherit;
    margin: 1.111em 0;
    padding: 0;
    border-bottom-width: 0.278em;
    border-bottom-style: solid;
}
.Table-Privacy .Uppercase {
    text-transform: uppercase;
}
.Table-Privacy > caption, .Table-Privacy th {
    background: #666;
    color: #fff;
}
#content p {
    margin: 0 0 15px;
}
.Table-Privacy > caption, .Table-Privacy th {
    padding: 0.556em 0.556em;
    border-width: 0.056em;
    border-style: solid;
    vertical-align: middle;
}

#content td {
    vertical-align: top;
}

.Table-Privacy > tbody > tr:nth-child(odd) td {
    background-color: #eee;
}
.Table-Privacy > tbody > tr > td {
    padding: 0.75em;
    border-width: 0.056em;
    border-style: solid;
}

/**************************/
/* custom mobile */
/* 	//turn on mobile menu/off reg nav
	#desktopMenu { display: none; }
	a#headerPhone { font-size: 100%; }
*/
/* 1210px Pixels */
@media only screen and (max-width: 1210px) {
	#vegasSliderCaption h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	#vegasSliderCaption h3 P{
		font-size: 24px;
		font-size: 2.4rem;
	} 
	#vegasSliderCaption p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* 1000px Pixels */
@media only screen and (max-width: 1000px) {
	div#vegasSliderCaption {max-width: 360px;padding: 30px;}
}

/* 950 Pixels */
@media only screen and (max-width: 950px) {
	ul#desktopMenu { display:none;}
	.menuBar {justify-content: flex-end;padding: 5px 0; }
	a.mobileMenuLink { display: block; }
	.vegasSliderBottomCaption { padding:12px 0;font-size:16px;font-size:1.6rem;}
	.services a {font-size: 14px;font-size:1.4rem;}
	.serviceIcons { width: 50px; }
	#vegasSliderCaption p:last-of-type {
		display: none;
	}
	
}

/* 830 Pixels */
@media only screen and (max-width: 830px) {
	#vegasSliderCaption h2 { font-size:22px;font-size:2.2rem;}
	#vegasSliderCaption h3 { font-size:16px;font-size:1.6rem;}
	#vegasSliderCaption a.redButton	{ font-size: 12px;font-size:1.2rem;}
	div#vegasSliderCaption {bottom: 4%;padding:16px;}
}

/* 767 Pixels */
@media only screen and (max-width: 767px) {
	div.servicesRow {flex-wrap: wrap;}
	div.servicesRow:nth-child(2) {flex-wrap: wrap-reverse;}
	.serviceLeftImage, .serviceRightImage {flex-basis: 100%;}
	.squareLeftArrow, .squareRightArrow {display:none;}
	.serviceDescRight, .serviceDescLeft {flex-basis: 100%;margin: 20px 0 0 0;}
	.serviceLinkLeft, .serviceLinkRight {margin:0;}
	.serviceLeftImage img, .serviceRightImage img { width: 100%; }
	.services { border-bottom: none;}
	.serviceIcons { width: 100px; }
    .services a {text-align: center;}
}

/* 700 Pixels */
@media only screen and (max-width: 700px) {
	#vegasSliderCaption p:last-of-type {display: none;}
	#vegasSliderCaption p:nth-child(2) {margin-bottom: 0;}
}	

/* 650 Pixels */
@media only screen and (max-width: 650px) {
	#vegasSliderCaption h3 { margin-bottom:0;}
	#vegasSliderCaption p { display:none;}
	#section1 div.flexBox, #section1 div.flexBox {
    	flex-wrap: wrap;
	}	
	#section1 div.flexBox div.flex50 {
    	flex-basis: 100% !important;
		margin-bottom: 25px;
	}
	#section5 div.flex40 {
    	flex-basis: 100% !important;
		margin-bottom: 25px;		
	}
	.locationInformation.flex25 {
		flex-basis: 90%;
		margin-left: 4%;
    	border-bottom: 1px solid var(--blue);
    	padding-bottom: 20px;		
	}	
	.locationInformation.flex25:last-child {
		border-bottom: none;
	}
	#pageContent div.flexBox {
    	flex-wrap: wrap;
	}
	#pageContent div.flexBox div.wysiwyg {
		border-top: 1px solid var(--blue);
	}
	.leftMenu {
		border-right: none;
	}
	.mobileLeftMenu {
		display: block;
	}
	.desktopLeftMenu {
		display: none;
	}
	.footerflexRow {
    	flex-wrap: wrap;
    	justify-content: center;
		
	}
	.footerMenu {
    	border-top: 1px solid var(--blue);
    	padding-top: 20px;		
		
	}	
	.homeLocations div.location_contact_row {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#footer ul {
    	margin: 0 auto;
	}
}

/* 580 PIXELS */
@media only screen and (max-width: 580px) {
	#headerLogo { width:280px;}
	.storyContent {
    	display: flex;
    	flex-wrap: wrap-reverse;
	}
	.newsImgContainer {
		float: none;
	}
}
/* 480 PIXELS */
@media only screen and (max-width: 480px) {
	.topContact {margin-top: 0;width: 100%;display: flex; align-items: center;justify-content: space-evenly;}
	.topContact a { text-align: center;}
	.headerRow {flex-wrap: wrap;justify-content: center; }
	#headerPhone { float: none;width:auto; padding-right: 0;}
	#headerPhone a.redButton { text-align: center; }
	.header a.logo { text-align: center; }
	#headerLogo { width:80%;padding:0;}
	#section2 a.redButton { width: auto; text-align: center;}
	#vegasSliderCaption { display: none; }
	.location_contact_row span.midDot { display: none; }
	#loginContainer { text-align: center; }
	#loginContainer a.redButton:first-child {margin-left: 0;}
}

/* 375 PIXELS */
@media only screen and (max-width: 375px) {

}

