/*
    Title: ACCS (Master)
    Version: 1.0.20170703
    Author: pcole, Redmon Group Inc for Arlington County Commuter Services
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html {
  overflow-y: scroll;
}

/*.gsc-adBlock{
	height:0px !important;
	display:none !important;
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #000; 
  min-width:100%; /*mserrano: added 3/9/18 to avoid sites "jumping" when loading*/
 /*mserrano: added 9/7 to see if tooltip issue gets fixed*/ position:fixed;
-webkit-text-size-adjust: none; /*Add to avoid content zooming*/
}

small {
  font-size: 12px; }

a:link, a:visited {
  color: currentColor;
  text-decoration: none; }

a:hover, a:active {
  color: currentColor;
  text-decoration: underline; }

em{
	font-style:italic;
}

b, strong{
	font-weight:bold;
}
@media (min-width:1030px){
.arlingtonlogo{
	width:20%
}
}

@media (max-width:1029px) and (min-width:500px){
.arlingtonlogo{
	width:50%
}
}
@media (max-width:499px){
.arlingtonlogo{
	width:65%
}
}

.accs-article-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 25px; }

.accs-ftr {
  text-align: center;
  border-top: 10px solid #333;
  padding-bottom: 30px;
  min-height: 180px; }

.accs-hdr {
  position: relative;
  border-bottom: 10px solid #333;
  overflow-x: auto;
  padding: 15px 15px 0 15px; }

.accs-list {
  list-style-type: none; }

.accs-list.accs-list-horiz {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.accs-bdr-secondary {
	border-color: #eca337;
}

.accs-list.accs-list-horiz li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.accs-page {
  margin: 40px auto;
  font-size: 15px!important;
text-size-adjust: none;
-webkit-text-size-adjust: none; /*Add to avoid content zooming*/
}

.accs-page-wide {
    /* margin: 40px auto; */
    font-size: 15px!important;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
  
.accs-page-map {
  margin: 15px auto;
  font-size: 15px; }
  
  
.accs-view-primary {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #888; }

.accs-view-primary a:link, .accs-view-primary a:visited {
  text-decoration: underline; }

.accs-view-primary-map{
	 font-size: 32px;
  margin-bottom: 15px;
}
.accs-view-primary h1 {
  font-size: 32px;
  margin-bottom: 25px; }

.accs-view-primary h3 {
  font-size: 18px;
  margin-bottom: 8px; }

.accs-view-primary h4 {
  font-size: 16px;
	font-weight:bold;
  margin-bottom: 10px; }

.accs-view-primary h5{
	font-size:15px;
	font-weight:bold;
}

.accs-view-primary img{
	padding:7px;
	vertical-align: middle; /*mserrano added this but need to check how site impacts*/
}

.accs-view-primary h2 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 12px;
  line-height: 30px; }

.accs-view-primary p {
 /* margin-bottom: 25px;*/
	margin-top:12px;
	text-size-adjust: none;
 line-height: 23px;
-webkit-text-size-adjust: none; /*Add to avoid content zooming*/
}

.accs-view-primary ul {
  margin: 1em 0;
  padding-left: 40px; }

.accs-view-primary li {
  margin-bottom: 10px;
  line-height:23px;}

.accs-bg-primary {
	background-color: currentColor;
	color: #fff;
}
.accs-bg-secondary {
	background-color: #eca337;
}

.accs-crumbs {
  margin: 20px 0 40px;
  font-size: 13px; }

.accs-crumbs ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  align-content: flex-start;
  justify-content: flex-start; }

.accs-crumbs li {
  position: relative;
  margin: 0 10px 0 0;
  padding-right: 15px; }

.accs-crumbs li:after {
  position: absolute;
  right: 0;
  top: -1px;
  content: "\00BB"; }

.accs-crumbs li:last-child:after {
  content: ""; }

.accs-mast {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15px; }

.accs-mast-addon {
  position: relative;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center; }

#accs_emblem {
  display: block;
  height: 100px; }

.accs-mast-title {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.accs-mast-title .accs-title-xxl {
  font-size: 18px; }

.accs-mast-title .accs-title-xl {
  font-size: 14px; }

#accs_familyOfSites {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px; 
}

#accs_familyOfSites_symbol {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.accs-family-sites-btn {
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0; }

.accs-family-sites-list {
  font-size: 13px; }

.accs-family-sites-list li {
  margin-bottom: 12px; }

.accs-family-sites-title {
  text-transform: uppercase;
  margin-bottom: 15px; }

#accs_familyOfSites_brand {
  max-width: 200px;
  max-height: 95px;
  margin-top: 30px;
  margin-bottom: 30px;
  fill: currentColor; }

.accs-section {
  margin: 20px 0 40px;
  display:block;
}
.accs-section-foot{
  margin: 20px 0 40px;
  display:block;
}

.accs-section-title {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center; }

.accs-section-feed {
/*mserrano - Commented out styles to keep them aligned when title heading wraps*/
 padding-left: 15px;
  padding-right: 15px; }

.accs-section-feed-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.accs-section-feed-item {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 25px; }

.accs-section-feed-item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc; }

.accs-section-feed-item:last-child {
  margin-right: 0; }

.accs-section-feed-item-title {
  margin-bottom: 5px; }

.accs-btn {
  display: inline-block;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 7px 14px;
  text-decoration: underline; }

.accs-family, .accs-menu {
  position: relative;
  background-color: #4e4e4e;
  color: #ffffff;
  padding: 20px;
  z-index: 10;
  display: none; }

.accs-family.accs-state-open {
  display: block; }

.accs-family-grid-item {
  margin-bottom: 10px; }

.accs-family-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 7px;
  background-color: transparent;
  border-width: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px; }

.accs-menu.accs-state-open {
  display: block; }

.accs-menu-item,
.accs-menu-sub-list-item {
  margin-bottom: 10px; }

.accs-list-sub {
  display: none;
  padding: 20px; }

.accs-menu-item.accs-state-active .accs-list-sub {
  display: block; }

.accs-menu-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 1px;
  background-color: transparent;
  border: 0 solid transparent;
  border-bottom: 4px solid #fff;
  overflow: hidden;
  cursor: pointer;
  padding: 16px 0; }

.accs-menu-icon:before, .accs-menu-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 4px;
  background-color: #fff; }

.accs-menu-icon:after {
  top: auto; }

/*Close icon*/
/*
.accs-close-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 1px;
  background-color: transparent;
  border: 0 solid transparent;
  border-bottom: 4px solid #fff;
  overflow: hidden;
  cursor: pointer;
  padding: 16px 0; }*/

.accs-menu-close-button {
     content: "x";
    position: absolute;
    right: 5%;
    width: 25px;
    height: 24px;
    background-color: #4e4e4e;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
	z-index:999999999999999;
}

.accs-search-close-button {
     /*   content: "x";*/
    position: absolute;
    right: 0%;
    top: 39%;
	cursor:pointer;
   /* width: 36px;
    height: 36px;
    color: #fff;
    font-size: 35px;*/
    text-align: center;
    /*font-weight: bold;
    border-style: none;*/}

@media (max-width:880px){
	.accs-search-close-button {
		display:none;
	}
	/*Styles to adjust mobile version - testing */
	#cfd_featured_list .accs-tile, #cp_featured_list .accs-tile{
		display:grid !important;
		/*min-height:200px;*/
		height:100%;
	}
	
	#cfd_featured_list .accs-tile-image, #cfd_featured_list .accs-tile-video, #cp_featured_list .accs-tile-image, #cp_featured_list .accs-tile-video{
		height:200px;
	}
	
	#cfd_featured_list .accs-tile-details, #cp_featured_list .accs-tile-details {
	-webkit-box-ordinal-group: 2 !important;
    -moz-box-ordinal-group: 1!important;
    -ms-flex-order: 1!important;
    -webkit-order: 1!important;
    order: 2!important;
	}
	
	.accs-tile-more {
		/*margin-bottom:35px;*/
	}
	
	.accs-tile-a .accs-tile-more{
		margin-left:89% !important;
	}
	
}

.point2point th, .point2point tr, .point2point td{
		
		margin-bottom:9px;
			
}


.point2point td, .point2point th {
    padding: 4px;

}

.point2point td{
		border:1px solid #333333;
}
.accs-tile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.accs-tile-image {
  background-color: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.accs-tile-details {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.accs-tile-summary {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

.accs-tile-title {
  width: 100%;
  margin-bottom: 7px; }

.accs-tile-more {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  margin-left:82%;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse; }

.accs-tile-a .accs-tile-more{
	margin-left:88% !important;
}

@media (max-width:1025px){
	.accs-tile-more{
		margin-left:65%;
	}
	.accs-tile-a .accs-tile-more {
    margin-left: 79% !important;
}
}

@media (max-width:375px){
	.accs-tile-more{
		margin-left:80%;
	}
}

.accs-tile-more .accs-btn {
  display: block; }

.accs-tiles {
  margin-top: 9px;
  overflow: hidden;

}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

.accs-tiles {
  margin-top: 5px;
  overflow: hidden; }

}

.accs-tile {
  margin-bottom: 10px;
  min-height:275px;
  cursor:pointer;
}

.accs-tiles .accs-tile:nth-child(odd) .accs-tile-details {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.accs-tiles .accs-tile:nth-child(odd) .accs-tile-image {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.accs-tiles .accs-tile .accs-tile-image,
.accs-tiles .accs-tile .accs-tile-video {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

  .accs-tile-video {

    position: relative;
  }

  .accs-tile-video iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.accs-tiles .accs-tile .accs-tile-details {
  -webkit-box-flex: 1 1 calc(50% - 30px);
  -moz-box-flex: 1 1 calc(50% - 30px);
  -webkit-flex: 1 1 calc(50% - 30px);
  -ms-flex: 1 1 calc(50% - 30px);
  flex: 1 1 calc(50% - 30px); }

.accs-level1-title {

  cursor: pointer;
}

.accs-level1-title:after {

  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #bbbbbb;
  margin-left: 7px;
}

  .accs-menu-item.accs-state-active .accs-level1-title:after {

     border-color: transparent transparent transparent #ffffff;
  }

.accs-menu-item.accs-state-active .accs-menu-item-title,
.accs-menu-item.accs-state-active .accs-level1-title {
  
  text-decoration: underline; 
}

.accs-page {
  padding-left: 15px;
  padding-right: 15px; }

.accs-quick-links {
  display: none; }

.accs-search {
  margin-bottom: 10px; }

.accs-search form {
  position: relative; }

.accs-search-text {
  border: none;
  outline: none;
  background: #fff;
  width: calc(100% - 40px);
  height: 34px;
  overflow: hidden;
  z-index: 10;
  font-size: 14px;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;}

.accs-search-submit {
  position: absolute;
  top: 4px;
  right: 16px;
  width: 100px;
  border: 1px solid #22764a;
  background-color: #22764a;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 2px;
  cursor: pointer; }

.accs-family-grid-item-logo,
.accs-close-icon, .accs-search-icon {
  display: none; }

.accs-search-svg, .accs-close-svg {
  width: 28px; }

.accs-searchclose-svg {
  width: 38px;
  height:38px}


@media (max-width:800px){
	.accs-searchclose-svg{
		display:none;
	}
}



#accs_emblem {
  height: 60px; }

#accs_familyOfSites_symbol {
  width: 60px;
  height: 60px; }

@media all and (min-width: 380px) {
  .accs-mast-title .accs-title-xxl {
    font-size: 28px; }
  .accs-mast-title .accs-title-xl {
    font-size: 24px; }
  .accs-menu-icon {
    margin-top: 3px; } }

@media all and (min-width: 880px) {
  .grid-foreground,
  .grid-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #000; }
  body.accs-state-no-scroll {
    overflow-y: hidden; }
  .accs, .accs-menu, .accs-family {
    z-index: 1;
   /* transition-property: transform;
    transition-duration: 0.3s;
    animation-timing-function: cubic-bezier(0, 1.1, 0.8, 4); */}
  .accs.accs-state-opened {
    transform: translate3d(0, 340px, 0); }
  .accs.accs-state-family-opened {
    transform: translate3d(0, 100vh, 0); }
  .accs-hdr {
    padding: 19px 16px 0 34px; }
  .accs-mast-emblem {
    padding-top: 10px;
    padding-bottom: 10px; }
  .accs-crumbs {
  margin: 20px 0 40px;
	padding:0px; /*was 20px*/
  font-size: 13px; }
  .accs-family {
  position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    transform: translate3d(0, calc(-100vh - 40px), 0);
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
  .accs-family.accs-state-open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transform: translate3d(0, 0, 0); }
  .accs-family-grid {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6); }
  .accs-family-grid-item {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch;
    align-items: stretch; }
  .accs-family-grid-item-title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .accs-family-grid-item-label {
    display: none; }
  .accs-family-grid-item-logo {
    display: inline;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .accs-family-grid-svg {
    display: inline;
    max-width: 200px;
    height: 76px; }
  .accs-family-grid-svg * {
    fill: rgba(255, 255, 255, 0.6); }
  .accs-family-grid-item:hover .accs-family-grid-svg * {
    fill: white; }
  .accs-family-close-btn {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6); }
  .accs-family-sites-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .accs-family-sites-list li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    line-height: 12px; }
  .accs-family-sites-list li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right-width: 0; }
  
  .accs-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: 300px;
    overflow-y: hidden;
    transform: translate3d(0, -400px, 0);
    z-index: 100;
  }

  .accs-menu.accs-state-open {
    transform: translate3d(0, 0, 0); }
  .accs-menu-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	/*width: 90%; mserrano: added to avoid covering close button*/
	}

  .accs-menu-item.accs-state-active .accs-list-sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    color: #eeeeee; 
}

  .accs-list-sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 240px;
    height: 330px;
    display: none; }
  .accs-list-sub li {
    margin-right: 30px; }
  .accs-page {
    padding-left: 0;
    padding-right: 0; }
 
  .accs-section-title {
    text-align: left; }
  .accs-section-feed-content {
    flex-direction: row; }
  .accs-section-feed-item {
    -webkit-box-flex: 1 1 calc(25% - 20px);
    -moz-box-flex: 1 1 calc(25% - 20px);
    -webkit-flex: 1 1 calc(25% - 20px);
    -ms-flex: 1 1 calc(25% - 20px);
    flex: 1 1 calc(25% - 20px);
    margin-right: 20px; }
  .accs-section-feed-item-title {
    margin-bottom: 15px;
	min-height:46px;}
  .accs-tile-xxl {
    max-width: 960px;
    max-height: 330px; }
  .accs-tile-xxl .accs-tile-image {
    -webkit-box-flex: 1 1 70%;
    -moz-box-flex: 1 1 70%;
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
  .accs-tile-xxl .accs-tile-details {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .accs-tiles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .accs-tiles .accs-tile:nth-child(odd) .accs-tile-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .accs-tiles .accs-tile:nth-child(odd) .accs-tile-details {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .accs-tiles li.accs-tile-a {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    height: 290px;
    margin-bottom: -290px; }
  .accs-tile-b {
    -webkit-box-flex: 0 0 calc(40% - 10px);
    -moz-box-flex: 0 0 calc(40% - 10px);
    -webkit-flex: 0 0 calc(40% - 10px);
    -ms-flex: 0 0 calc(40% - 10px);
    flex: 0 0 calc(40% - 10px);
    height: 140px; }
  .accs-tile-c {
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 210px;
	/*margin-top:190px;*/
	
	}
	 .accs-tile-d {
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 210px;
	}
	
	.accs-tile-e {
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 210px;
	margin-top:190px;
	
	}
	
	 .accs-tile-f {
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    height: 210px;
	margin-top:-219px;
	}

	/*Moved from CP stylesheet
	.accs-tile-d .accs-tile-details {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
}

.accs-tile-d {
	-webkit-box-flex: 0 0 calc(50% - 5px);
	-moz-box-flex: 0 0 calc(50% - 5px);
	-webkit-flex: 0 0 calc(50% - 5px);
	-ms-flex: 0 0 calc(40% - 5px);
	flex: 0 0 calc(40% - 5px);
	height: 210px;
		
	margin:left:0px;
	margin-top: 190px; 
}
.accs-tile-e{
	-webkit-box-flex: 0 0 calc(50% - 5px);
	-moz-box-flex: 0 0 calc(50% - 5px);
	-webkit-flex: 0 0 calc(50% - 5px);
	-ms-flex: 0 0 calc(50% - 5px);
	flex: 0 0 calc(50% - 5px);
	height: 210px;
	margin-top: -220px;
}
	
	
	
	
	*/
	
	/*End of Move*/
	
	
  .accs-tiles li:nth-child(2),
  .accs-tiles li:nth-child(3),
  .accs-tiles li:nth-child(5) {
    margin-right: 0; }
  .accs-tiles li:nth-child(3) {
    margin-left: calc(60% + 10px); }
  .accs-tile {
    min-height: 100px; }
  .accs-views {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 20px;
    padding-right: 20px; }
	 .accs-views-bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0px;
    padding-right: 0px; }
  .accs-view-primary {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0; }
  .accs-view-lg {
    max-width: 960px;
	}
	
  .accs-view-wide {
    /*min-width: 1200px;
	max-width:1600px*/
	width:95%;
	}
	@media (max-width:1171px){
	.accs-view-mobile{
		width:100%;
	}}
	@media (min-width:1172px){
	.accs-view-mobile img{
		display:none;
	}}
  .accs-view-secondary {
    -webkit-box-flex: 0 0 200px;
    -moz-box-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-left: 15px; 
	margin-top:0px;
	}
	
	
	.accs-view-secondary a, .accs-view-secondary-wide a{
		text-decoration:underline;
	}
  .accs-search-container {
    position: absolute;
    bottom: 0;
    right: 33px; }
  .accs-search {
    position: relative;
    width: 0%;
    min-width: 0%;
    height: 34px;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden; }
  .accs-search-text {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 10px;
    width: calc(100% - 75px); }
  .accs-search-btn,
  .accs-search-icon {
    width: 45px;
    height: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer; }
	.accs-close-icon {
    width: 45px;
    height: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer; }
  .accs-search-btn {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1; }
  .accs-search-icon {
    color: #fff;
    background-color: #22764a;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
	 .accs-close-icon {
    color: #fff;
    background-color: #22764a;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
  .accs-search-submit {
    opacity: 0;
    width: auto;
    right: 50px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
	display:none;}
  .accs-search.accs-state-opened {
    width: calc(100vw - 150px); }
  .accs-search.accs-state-opened .accs-search-text {
    margin-right: 45px;
    padding-left: 15px;
    padding-right: 100px; color:#000}
  .accs-search.accs-state-opened .accs-search-icon, .accs-close-icon {
    color: #fff;
    z-index: 11; }
  .accs-search.accs-state-opened .accs-search-btn {
    z-index: 90; }
  .accs-search.accs-state-opened .accs-search-submit {
    opacity: 1;
    z-index: 91; 
	display:block;}
  #accs_emblem {
    height: 100px; } }

.accs-state-hidden {
  display: none; }

.accs-state-sr {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); 
  background-color:#fff;
  color:#000;
}
.accs-theme-a {
  background-color: #7aca02;
  color: #000; }

.accs-theme-b {
  background-color: #f9a605;
  color: #000; }

.accs-theme-c {
  background-color: #40a9bd;
  color: #000; }

.accs-theme-d {
  background-color: #f57b1f;
  color: #000; }

.accs-theme-e {
  background-color: #73A61C; /*COLOR THAT PASSES ALL TESTS ON BLACK FONT: #76AA1D*/
  color: #000; }

.accs-title {
  display: block; }

.accs-title-xxl {
  font-size: 28px; }

.accs-bg-title-xxl {
  color:#405B20;
  text-transform:uppercase;
	font-weight:bolder;
	
}

.accs-title-xl {
  font-size: 24px; }

.accs-title-lg {
  font-size: 20px;
  margin-bottom:11px;
  line-height:23px;
}


.accs-title-md {
  font-size: 16px; }


.accs-socialMedia {
  
  margin-top: 0;
}

.accs-socialMedia-list {
  
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.accs-socialMedia-list-item {
  
  margin: 0 5px;
}

  .accs-socialMedia-list-item-icon {

      display: inline-block;
      padding: 12px;
      background-color: #fff;
      border-radius: 50%;
  }

  .accs-socialMedia-svg {

      width: 24px;
      height: 24px;
  }

.accs-view-bg-wide h2{
	  color:#7F4A06;
}


@media only screen and (max-width: 882px) {

.accs-tile-d, .accs-tile-e, .accs-tile-f {
	-webkit-box-flex: 0 0 calc(50% - 5px);
	-moz-box-flex: 0 0 calc(50% - 5px);
	-webkit-flex: 0 0 calc(50% - 5px);
	-ms-flex: 0 0 calc(50% - 5px);
	flex: 0 0 calc(50% - 5px);
	height: 280px;
}
	
	.accs-tile-c {
	-webkit-box-flex: 0 0 calc(50% - 5px);
	-moz-box-flex: 0 0 calc(50% - 5px);
	-webkit-flex: 0 0 calc(50% - 5px);
	-ms-flex: 0 0 calc(50% - 5px);
	flex: 0 0 calc(50% - 5px);
	height: 280px;
}


.accs-tile-d .accs-tile-details  {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
}
	
.accs-tile-f .accs-tile-details  {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
}
	
.accs-section {
  min-height:650px;
  display:block;
}

}

.accs_schedule_box{
	border:1px solid #E5A240;
	width:300px;
	padding:5px;
}



.center{
	text-align:center;
	margin:auto;
}

table.accstable td, table.accstable th, table.accstable {
    /* border: 1px solid #455560 !important; */
    border: 1px solid #008a5f !important;
    padding: 3px;
}

/*CSS Specific to ART */
@media (min-width:601px){
.two_col_container{
	display:inline;
}
	
	.two_col_left_container, .two_col_right_container{
	width:45%;
	padding:6px;
}

}
@media (max-width:600px){
.two_col_container{
	display:block;
}
	
	.two_col_left_container, .two_col_right_container{
	width:100%;
	padding:6px;
}

}
.two_col_container td, .two_col_container table{
	padding:9px;
}

.two_col_container dd{
margin-left:4px;	
	
}


 h3{
	font-weight:bold;
}


.two_col_right_container{
	float:right;	
}
.two_col_left_container{
	float:left;	
}

.two_col_container dl.inline dd {
  display: inline;

}
.two_col_container dl.inline dd:after{
display: block;
content: '';
}
.two_col_container dl.inline dt{
  display: inline-block;
min-width: 32px;
	padding:5px;
}

.upper{
	text-transform:uppercase;
}

ul .nav .nav-list{
	margin-left:18px;
}


@media(max-width:880px){
	.bg_top{
	margin:12px;
	padding-right:12px;
}
}
@media(min-width:881px){
.bg_top{
	
    /* margin: 40px; */
    /* margin-left: 40px; */
    margin-right: 40px;
    margin-top: 70px;
	max-width:820px;
}
}


@media (min-width:1171px){
	.accs-view-secondary-wide {
    -webkit-box-flex: 0 0 200px;
    -moz-box-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 420px;
    margin-left: 0px;
    margin-top: 0px;
	}
}

@media (min-width:1300px){
  .accs-view-bg-wide {
    width: 92%;
}
	}
	
	@media (max-width:1170px){
  .accs-view-bg-wide {
    width: 100%;
	margin:15px;
}
	}


@media (min-width:1025px){
	 .accs-hdr .accs-quick-links {
    margin-right: 75px; }
  .accs-quick-links li {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center; }
  .accs-quick-links a {
    display: block;
    padding: 0px 25px 20px;
    font-size: 20px; 
	}
	
	 .accs-quick-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 20px; }
 
}

.tile-video{
	cursor: default !important;
}

.accs-section .accs-tile-more{
	width:78px;
}