/*----------------Core---------------------------*/
html { height: 100%; }
body{
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	height: 100%;
}
img, input[type=image] { border: 0px; vertical-align: middle; }
a:link, a:visited, a:active { color: #194b7c; }
a:focus, input:focus {outline: 0; }
a:hover { color: #194b7c; text-decoration: none; opacity: 0.8; }
form { margin: 0px; padding: 0px; }

input[type=text], textarea { color: #fff; background: #111; border: 1px solid #000; padding: 2px; }
input[type=submit] { cursor: pointer; color: #000; background: #34c6f5; padding: 2px 8px; border:0px; font-weight: bold; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;	  }
label { display: block; }

.container { max-width: 991px; }
.large-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/*------------UTILITIES ----------------------*/
.clear{ clear: both; height: 0px; margin: 0px; overflow: hidden; }

.table-row { display: table; width: 100%; margin: 0; padding: 0; }
.table-cell { display: table-cell; vertical-align: middle; }

ul.no-list { list-style: none; padding-left: 0; }
	ul.no-list li { margin-left: 0px; list-style-image: none; }
	ul.no-list li sup { margin-left: -11px; display: inline-block; }
.bullet { display: inline-block; height: 0.6em; width: 0.6em; margin-right: 4px; border-bottom: 2px solid #fff; border-right: 1px solid #fff; background: #bb131a; }

.row-5 { margin: 0 -7px; }
.row-5 .col-sm-2 { width: 20%; padding: 0 7px; }


.small-padding { margin-left: -5px; margin-right: -5px; }
.small-padding .col-sm-1, .small-padding .col-sm-2, .small-padding .col-sm-3, .small-padding .col-sm-4, .small-padding .col-sm-5, .small-padding .col-sm-6, .small-padding .col-sm-7, .small-padding .col-sm-8, .small-padding .col-sm-9, .small-padding .col-sm-10, .small-padding .col-sm-11, .small-padding .col-sm-12,
.small-padding .col-xs-1, .small-padding .col-xs-2, .small-padding .col-xs-3, .small-padding .col-xs-4, .small-padding .col-xs-5, .small-padding .col-xs-6, .small-padding .col-xs-7, .small-padding .col-xs-8, .small-padding .col-xs-9, .small-padding .col-xs-10, .small-padding .col-xs-11, .small-padding .col-xs-12 { padding: 0 5px; }


.no-padding { margin-left: 0px; margin-right: 0px; }
.no-padding .col-sm-1, .no-padding .col-sm-2, .no-padding .col-sm-3, .no-padding .col-sm-4, .no-padding .col-sm-5, .no-padding .col-sm-6, .no-padding .col-sm-7, .no-padding .col-sm-8, .no-padding .col-sm-9, .no-padding .col-sm-10, .no-padding .col-sm-11, .no-padding .col-sm-12,
.no-padding .col-xs-1, .no-padding .col-xs-2, .no-padding .col-xs-3, .no-padding .col-xs-4, .no-padding .col-xs-5, .no-padding .col-xs-6, .no-padding .col-xs-7, .no-padding .col-xs-8, .no-padding .col-xs-9, .no-padding .col-xs-10, .no-padding .col-xs-11, .no-padding .col-xs-12 { padding: 0px; }

.photo-caption { font-size: 11px; color: #888; display: block; line-height: 1.4em; text-align: right; margin-top: 3px;  }

.small-space { font-size: 5pt; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', Arial, serif; font-weight: 500; }

#lightbox { position: fixed; top: 0px; left: 0px; width: 60%; min-width: 272px; max-width: 450px; padding: 25px 25px 59px; height: 80%; min-height: 272px; max-height: 500px; box-shadow: 0 0 8px rgba(0,0,0,0.2); background: #fff; border: 1px solid #ccc; z-index: 9998; }
	#chooser-container { height: 100%; overflow: auto; margin-bottom: -21px; }
	#chooser-container .row, #chooser-container #directory, #chooser-container .errorbx{ margin: 0px; }
	#chooser-container h3 { font-size: 24px; color: #000; margin: 0 0 8px; }
	#chooser-controls { z-index: 9999; margin-top: 44px; height: 21px;   }
	#chooser-controls a{ display: block; text-align: right; color: #000;  }
	
#lightbox-screen { cursor: pointer; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: #eee; opacity: .8; -ms-filter: 'alpha(opacity=80)'; z-index: 9997; }
#lightbox, #lightbox-screen{ display: none; }

a.read-more { font-weight: bold; font-size: 14px; text-transform: uppercase; }
.heading { font-family: 'Montserrat'; font-size: 16px; font-weight: 400; color: #212448; }

.footnotes { font-size: 14px; line-height: 1.4em;   }
	.footnotes ul { list-style: none; padding-left: 0; }
	.footnotes li { display: block; padding-left: 15px; position: relative; }
	.footnotes li sup { display: block; position: absolute; left: 0px; top: 7px; }

.small { font-size: 14px; line-height: 1.5em; }	

/*------------HEADER----------------------*/
#menu-logo { margin: 10px 0; }
#header {  background: #fff; border-bottom: 8px solid #143055; z-index: 500; box-shadow: 0 0 12px rgba(0,0,0,0.3); font-size: 16px; line-height: 1.4em; position: fixed; top: 0; opacity: 0; -webkit-transition: all 1s ease-in-out 0s; transition: all 1s ease-in-out 0s; width: 100%; left: 0; cursor: pointer; max-height: 100%; overflow: auto;  padding: 10px 15px; color: #143055; }
	#header .header-wrap { padding: 0 15px; }
#header .company { display: block; font-weight:bold; }
	#header.loaded { top: 0px; opacity: 1; }
	#header a { color: #143055; }
	#header a em, #header em { color: #BD2126; font-style: normal; }
	#header .logo {  }
	
#header .container-fluid { padding: 0 15px; }

#header .table-cell { width: 33.33333333333333%; }
#mobile-trigger { padding: 14px 0; }
#mobile-trigger .menu-text { font-size: 18px; line-height: 1.4em; font-family: 'Montserrat'; }

#mobile-menu-btn { float: right;  margin-left: 15px; cursor: pointer; width: 30px;overflow: hidden; text-decoration: none;  }
	#mobile-menu-btn:hover { opacity: 0.5; }
	#mobile-menu-btn .icon-bar { height: 2px; background: #143055; display: block; margin: 4px 0px;  }
		#mobile-menu-btn:hover .icon-bar { opacity: 0.8; }
		
#page-cover { cursor: pointer; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); overflow: hidden; z-index: 501; }
#mobile-menu { display: none; overflow: hidden; color: #666; padding: 24px 0 8px; display: none; z-index: 510;  }
	#mobile-menu.active { width: 300px; overflow: auto; }
	#mobile-menu .mobile-menu-trigger { cursor: pointer; font-size: 16px; line-height: 1.5em; padding: 18px 5px 19px; margin: -10px -30px 15px; text-align: center; background-color: rgba(0,0,0,0.05);   }
#mobile-menu h6 { display: block; font-size: 18px; margin: 0 0 15px; font-weight: 800; text-transform: uppercase; color: #BD2126 !important; padding-bottom: 15px; border-bottom: 1px solid #143055;  }
#mobile-menu h6 a { color: #BD2126 !important; }
#mobile-menu ul { list-style: none; padding: 0; margin: 0; padding-left: 18px;  }
#mobile-menu li { font-size: 14px; line-height: 1.5em; position: relative;  /*list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAD0lEQVQYlWP4TwAwjAwFAIS1/wGYKmMjAAAAAElFTkSuQmCC');*/ }
#mobile-menu li:before { display: block; content: ''; position: absolute; top: 8px; left: -16px; width: 6px; height: 6px; background: #BD2126; transform: rotate(45deg); border-radius: 0; }
	#mobile-menu li.last { border: 0;  }
	#mobile-menu li a { display: block; color: #143055; text-decoration: none; padding: 0px 0 5px; }
	#mobile-menu li a:hover { opacity: 0.5; }

/*------------FOOTER----------------------*/
#footer { text-align: center; padding: 25px 15px; color: #777; border-top: 1px solid #ddd; margin-top: 25px;   }
#footer a{ color: #777;  }
/*------------PAGE WRAP----------------------*/
#page-wrap { height: 100%; }
#page-wrap.active {
	-moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateY(-300px);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .5s ease;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
	height: 100%; overflow: hidden;
}

#video-gallery { padding: 0px 0;  }
#slick { padding: 0px 0;  }
	.video-thumbnail { padding: 90px 0px 45px;  }
	/*.slick-active a { transform: scale(1.15); position: relative; z-index: 5;  }
	.slick-current a { transform: scale(1.25); z-index: 99; position: relative;  }*/
	.video-thumbnail a { background: #fff; border: 2px solid #143055; display: block; text-align: center; overflow: hidden; text-decoration: none; color: #143055; }
	.video-thumbnail a .fab { color: #BD2126; }

	.video-thumbnail a span { display: block; padding: 12px 15px; font-size: 18px; line-height: 1em; }
	.video-thumbnail a .img-responsive { margin: 0 auto; }

	.slick-dots li.slick-active button:before, .slick-dots li button:before  { color: #fff; }

.video-page-thumbnail { padding: 30px 0 15px;  }
	.video-page-thumbnail .img-responsive { border: 2px solid #143055; box-shadow: 3px 3px 8px rgba(0,0,0,0.3);   }

/*------PAGES----------*/
.page { display: none; font-size: 16px; line-height: 1.6em; padding-top: 70px; padding-bottom: 20px; }
	.page h1 { font-family: 'Montserrat'; font-weight: 800; text-transform: uppercase; color: #143055; font-size: 36px; margin: 35px 0 15px;  }
	.page h2 { font-size: 22px; font-weight: 800; text-transform: uppercase; margin: 0 0 15px;  color: #143055; }
	.page h3 { font-size: 18px; font-weight: 800; margin: 30px 0 5px;  color: #BD2126; }
	
	.page h2 .sub { display: block; font-size: 16px; text-transform: uppercase; color: #2a93d5; font-weight: 400; margin-top: 5px;  }


	.page hr { border-color: #ccc; }
	
	.page ul { margin: 20px 0; list-style: none;  }
	.page ul li { position: relative; }
	.page li:before { display: block; content: ''; position: absolute; top: 9px; left: -17px; width: 7px; height: 7px; background: #BD2126; border-radius: 0; transform: rotate(45deg); }

	.page ul.no-list li { list-style-image: none; }
		.page ul.no-list li:before { display: none; }

	.page a { text-decoration: underline;  }
.letter-sidebar .img-responsive { border-radius: 15px; overflow: hidden; }

/*------TIMELINE----------*/
#timeline { padding-bottom: 0; }
#timeline h2 { font-size: 36px; line-height: 1.2em; margin: 0;  }
#timeline h3 { font-size: 20px; line-height: 1.2em; margin: 0 0 8px; font-weight: 500;  }

.timeline { position: relative; margin-top: 15px; padding-bottom: 80px; background-repeat: repeat-y; background-size: 350px auto;  }
	 .v-line { position: absolute; width: 4px; height: 100%; top: 5px; z-index: 0; left: calc(50% - 2px); background: #fff; }
.timeline .date-callout { padding: 15px; position: relative; margin: 0 auto 15px; background: #fff; border: 1px solid #02c2cd; max-width: 700px; }
	.timeline .tl-date { display: flex; align-items: center; justify-content: center; margin: 8vw auto; position: relative; z-index: 5; }
		.timeline .tl-date .img { text-align: right; flex-basis: 35%; font-size: 36px; line-height: 1em; color: #BD2126; font-weight: bold; }
		.timeline .tl-date .photo { text-align: right; flex-basis: 35%;  }
		.timeline .tl-date .divider-line { height: 2px; background: #fff; width: 30%; margin: 0 15px; position: relative;   }
		.timeline .tl-date .divider-line:before { content: ''; width: 4px; height: 4px; margin-top: -1px; border-radius: 100%;  background: #fff; position: absolute;  }
		.timeline .tl-date .divider-line:after { content: ''; width: 4px; height: 4px; margin-top: -1px; right: 0; border-radius: 100%;  background: #fff; position: absolute;  }
		.timeline .tl-date .divider-line .diamond { position: absolute; border: 4px solid #143055; top: calc(50% - 15px); left: calc(50% - 15px); width: 30px; height: 30px; background: #BD2126; transform: rotate(45deg); }
		.timeline .tl-date .caption { flex-basis: 35%; color: #fff; }

		.timeline .tl-date:nth-child(odd) .img { order: 5; text-align: left;  }
		.timeline .tl-date:nth-child(odd) .photo { order: 5; text-align: left;  }
		.timeline .tl-date:nth-child(odd) .caption { order: -1; text-align: left;  }

#fiftyyears { padding-bottom: 0; }
#fiftyyears h1 { text-align: center; margin-bottom: 45px;   }
#fiftyyears .timeline .tl-date .caption { text-align: left !important; font-size: 0.9em; line-height: 1.2em;  }

.timeline-image { position: relative; z-index: 10; max-width: 280px; margin: 0px auto 15px;  }

/*------HOME----------*/
#intro { display: block; }
	#intro #home-banner { background: #fff url('../images/FAF2021AR_MainImage.jpg') 50% 50% no-repeat; background-size: cover;  }
	#intro #home-banner .container { position: relative; text-align: center; padding-top: 3%; padding-bottom: 40%; }
	#intro #home-banner h1 { margin: 0 0 15px; font-size: 56px; line-height: 1.1em;  text-transform: uppercase;   }
	#intro #home-banner h2 { margin: 0; color: #e79615; font-size: 30px; line-height: 1.1em; text-transform: none; font-weight: 500;      }

	#intro #second-banner { overflow: hidden; margin-bottom: 60px; padding: 0 15px; background: #fff url('../images/2ndbanner.jpg') 50% 50% no-repeat; background-size: cover;  }
	#intro #second-banner .holding-wrap { position: relative; text-align: center; padding-top: 3%; padding-bottom: 28%; }

	#intro #third-banner { overflow: hidden;  margin-top: 15px;  padding: 0 15px; background: #fff url('../images/3rdbanner.jpg') 50% 0% no-repeat; background-size: cover;  }
	#intro #third-banner .holding-wrap { position: relative; text-align: center; padding-top: 3%; padding-bottom: 12%; }
	


	#home-video {  background: #212448; color: #fff; padding: 30px 0; }
		#home-video h2 { color: #9dcbd9; font-size: 56px; margin: 15px 0; font-weight: bold; line-height: 1.1em;  text-transform: uppercase; }
		#home-video h2 .green { display: block; color: #10507f; }
		#home-video h2 .orange { display: block; color: #10507f; }

	#home-buttons { margin: 60px 0; }
		#home-buttons .row p { margin-bottom: 30px;  } 
		#home-buttons .row p .img-responsive { border-radius: 15px; overflow: hidden; }
		#home-buttons h3 { margin: 30px 0 10px; font-size: 24px; font-weight: 500; }

#ad-boxes { position: relative; padding: 0 18px; }
	#ad-boxes .arrow { cursor: pointer; color: #0d4b98; position: absolute; top: 50%; padding: 5px; background: #fff; font-size: 24px; right: 100%; z-index: 1000; margin-top: -18px; }
	#ad-boxes .arrow.right { right: unset; left: 100%; }
	#advisory-groups-slider .ad-box { margin: 15px;   }
	#advisory-groups-slider .ad-box .img-responsive {  }

#advisory-groups-row { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; }
	#advisory-groups-row .ad-box { padding: 5px; width: 20%; }
		#advisory-groups-row .ad-box .box-holder { display: table; width: 100%; height: 80px; background: #b6cc4a; color: #000; }
			#advisory-groups-row .ad-box .box-holder.orange { background: #10507f;  }
			#advisory-groups-row .ad-box .box-holder div { display: table-cell; vertical-align: middle; padding: 5px; font-weight: bold; text-align: center; }
			#advisory-groups-row .ad-box .box-holder div span { display: block; font-size: 9px; line-height: 1.2em; font-weight: 500; }
	

#home { padding: 45px 0 0; overflow: hidden;  }
	#home ul { list-style: none; padding: 0; margin: 0; display: block;  }
	#home .bx-wrapper li {  display: block; background-size: cover; background-color: transparent;  background-position: 50% 50%; background-repeat: no-repeat; }
	#home .bx-wrapper li:before {  display: none;  }
	#home .bx-wrapper .bx-controls-direction a { display: block; text-indent: 0; }
	#home .bx-wrapper .bx-prev, #home .bx-wrapper .bx-next {  background: transparent; color: #10507f; font-size: 48px; text-shadow: 0 0 18px rgba(255,255,255,1); }
	#home .bx-wrapper .bx-prev { left: 15px; }
	#home .bx-wrapper .bx-next { right: 15px; }

/*------UTILTIES----------*/
.flex-row { display: flex; flex-wrap: nowrap; flex-grow: 1; justify-content: space-between; align-items: center; }
.black-white { transition: all 0.2s ease-in-out 0s;  }
.ie-row:hover .black-white, .ie-row .black-white.inactive { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.5; }
.ie-row:hover .black-white:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
	
.thankyous .img-responsive { max-width: 150px; }


/*------UPDATE----------*/
#update { padding-bottom: 0; }
#update .intro-p { font-size: 1.2em; line-height: 1.3em; color: #143055; }
#update h2 { font-size: 28px; line-height: 1.2em; margin: 0; color: #BD2126;  }
#update h3 { font-size: 20px; line-height: 1.2em; margin: 0 0 8px; font-weight: 500;  }
#update ul { list-style: none;  margin: 0 0 15px; font-size: 0.9em; line-height: 1.4em; }
#update li { display: block; margin-bottom: 15px;  }

/*------ABOUT US----------*/
#about { padding-bottom: 0; min-height: 100%; position: relative;  }
	#about h1 { margin-bottom: 0;  }
	#about h2 { font-size: 36px; line-height: 1.2em; margin: 30px 0 15px;  }
	#about h1 span { display: block; font-size: 24px; line-height: 1.2em; margin: 0px; font-weight: 500; color: #BD2126; }


/*------LETTERS----------*/
.letter { padding: 130px 60px 60px; position: relative;  }
	.letter .quotebox { position: relative; z-index: 10; margin: 10px 0 20px -120px; float: left; padding: 30px 30px 30px 120px; color: #fff; background: #9fd3e8; font-size: 32px; line-height: 1.3em; font-weight: 500; }
	.letter .quotebox:after { clear: both; display: table; content: ''; }
	.letter h1 { margin-top: 0; }

.letter-quotebox { background: #BD2126; margin-top: 20px; margin-bottom: 45px;  color: #fff; padding: 15px; font-size: 22px; line-height: 1.5em; font-weight: normal; font-style: italic; border-radius: 15px;  }
.directors-photo { background: #143055; padding: 30px; border-radius: 15px; margin-bottom: 30px;  }

.giant-quotebox { padding: 60px 0; background: #10507f; color: #212448;  }
	.giant-quotebox .q { font-size: 36px; line-height: 1.5em; color: #fff; margin-bottom: 15px; }

.siggy { max-width: 260px; }
.bio { margin-bottom: 30px; }
.quicklinks { background: #212448; color: #fff; padding: 15px; margin-bottom: 30px; }
.quicklinks h3 { font-size: 18px; color: #fff; margin: 0 0 15px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,0.1); }
	.quicklinks ul { margin: 15px 0 0; padding-left: 18px; }
	.quicklinks li:before { background: #fff; }
	.quicklinks a { color: #fff !important; }

.highlights { padding: 0px 0; position: relative; }
	.highlights h1 { margin: 15px 0 30px; }
	.highlights h3 { font-size: 26px; font-weight: bold; margin: 0 0 15px; color: #5E822B;   }
	.highlights li { margin-bottom: 10px; }

.ie-row { margin: 0 auto; position: relative;  }
	.ie-row:after { clear: both; content: ''; display: table; position: relative;  }

.full-blue { background: #143055; margin: 45px 0; padding: 30px;   }
	.full-blue .board-img { border: 2px solid #fff; border-radius: 15px;  padding: 30px;  }
	.full-blue .img-responsive { border-radius: 15px;   }
.left-background-container { position: relative;  }
	.left-background-container .left-blue { background: #143055; position: absolute; top: 0; left: 0; width: 40%; height: 100%;  }
	.left-background-container .atclouds { position: relative; z-index: 10;  }

/*------FAF----------*/
#faf-letter { padding: 0;  }
	#faf-letter h3 { font-size: 1.4em; line-height: 1.5em; font-weight: 500;  }
	#faf-letter .letter ul { list-style: none; padding: 0; padding-left: 18px;  }
		#faf-letter .letter li { position: relative; margin-bottom: 10px;  }
		#faf-letter .letter li:before { display: block; content: ''; position: absolute; top: 8px; left: -18px; width: 7px; height: 7px; background: #BD2126; border-radius: 0; transform: rotate(45deg); }
	
#faf-letter .bio { color: #9fd3e8; }
	#faf-letter .quicklinks a:hover { color: #9fd3e8 !important; }

#faf-members  {  }
	#faf-members h1 { text-transform: uppercase; }
	#faf-members h1 .text-img { max-height: 30px; margin-top: -4px; }
	#faf-members h2 { font-size: 36px; line-height: 1em; margin: 35px 0 15px; font-weight: 800;  }
	#faf-members h3 { font-size: 24px; line-height: 1em; margin: 0px 0 5px; font-weight: 500;  }
	#faf-members strong { color: #143055;  }

	#faf-members .no-list { display: flex; align-items: flex-start; justify-content: space-between;  }
		#faf-members .no-list li { width: calc(20% - 20px); margin: 0 10px;  }

	#faf-members .border-members { border: 1px solid #000; }

#faf-members .hover-image { float: left; width: 10%; }
#faf-members .second-row .hover-image { float: left; width: 9.7%; }
#faf-members .second-row .gap-spacing { float: left; width: 3%; }

.board-container { background: #143055; border-top-right-radius: 15px; border-bottom-right-radius: 15px; padding: 30px;  }
	.board-container .board-img { border: 2px solid #fff; border-radius: 15px; width: 75%; margin-left: auto; padding: 30px;  }
	.board-container .img-responsive { border-radius: 15px;   }

/*------FASB----------*/
#fasb-letter { padding: 0;  }
	#fasb-letter .letter {  }

	#fasb-letter a { color: #10507f; }
	#fasb-letter .highlights h1 { margin-top: 45px;  }
	#fasb-letter .highlights h3 { font-size: 24px; line-height: 1em; margin: 0px 0 5px; font-weight: 500; color: #BD2126; }
	#fasb-letter .highlights li:before { }
	#fasb-letter .highlights li ul { margin: 0; }

	#fasb-letter .quicklinks a:hover { color: #10507f !important; }
#fasb-members  {  }
	#fasb-members h1 {  text-transform: uppercase; }
	#fasb-members strong { color: #143055; }
	

/*------GASB----------*/
#gasb-letter { padding: 0;  }
#gasb-letter .bio { color: #10507f; }
	#gasb-letter .letter {  }
	#gasb-letter p strong { color: #BD2126; }


	#gasb-letter .quotebox { background: #10507f; }

	#gasb-letter .highlights h1 { margin-top: 45px;  }
	#gasb-letter .highlights h3 { font-size: 24px; line-height: 1em; margin: 0px 0 5px; font-weight: 500; color: #BD2126; }

#gasb-members  {  }
	#gasb-members h1 { text-transform: uppercase; }
	#gasb-members strong { color: #143055 !important; }
	

#faf-members .img-responsive.center-block:hover, 
#fasb-members .img-responsive.center-block:hover,
#gasb-members .img-responsive.center-block:hover { filter: grayscale(100%); }

/*------WELCOME AND THANK YOU----------*/
#welcome-thankyou { padding-bottom: 0px; position: relative; }

#welcome-thankyou h3 { color: #BD2126; font-weight: bold; font-size: 24px; margin: 0;  }

#welcome-thankyou strong { color: #143055; }
#welcome-thankyou .img-responsive { margin-top: 10px; }
#welcome-thankyou .bottom-background { max-width: 100%; margin-top: 10px; }
#welcome-thankyou .in-memory { max-width: 100%; margin-top: 10px; }
#welcome-thankyou .headshot { font-size: 16px; line-height: 1.4em; }


/*------------ADVISORY GROUPS----------------------*/
#advisory-groups { padding-top: 130px; padding-bottom: 60px; position: relative; }
	#advisory-groups .border { z-index: -1; position: absolute; top: 103px; left: 30px; bottom: 30px; right: 30px; border: 2px solid rgba(0,0,0,0.3);  }

#advisory-groups h1 { font-size: 22px; text-transform: uppercase; font-weight: bold;   }
#advisory-groups h2 { margin: 0 0 15px -100px; }

#advisory-groups h3 { font-size: 22px; text-transform: uppercase; font-weight: bold; color: #10507f; margin: 0 0 5px; }
#advisory-groups a { color: #10507f;  }
.advisory-flex { margin: 15px auto; display: flex; flex-flow: row nowrap; align-items: center; }
	.advisory-flex .icon {   order: 0; flex-basis: 25%; min-width: 25%; padding-right: 30px;  }
	.advisory-flex .icon a, a.more-icon { display: block; position: relative;   }
		.advisory-flex .icon a span.holder, a.more-icon span.holder { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
		.advisory-flex .icon a span.holder span, a.more-icon span.holder span { display: block; text-align: center; font-size: 36px; line-height: 1em; font-weight: bold; }
		.advisory-flex .icon a span.holder span .mini, a.more-icon span.holder span .mini { display: block; margin-top: 4px; font-weight: 500; font-size: 18px; line-height: 1.3em; }

.page.advisory-page { padding-top: 130px; padding-bottom: 30px; color: #666; position: relative;  }
	.page.advisory-page .border { z-index: -1; position: absolute; top: 103px; left: 30px; bottom: 30px; right: 30px; border: 2px solid rgba(0,0,0,0.3);  }

.page.advisory-page strong { color: #333;  }
.page.advisory-page.fasb h1 { color: #10507f; text-transform: uppercase; font-weight: bold; font-size: 22px; line-height: 1.5em;  }
.page.advisory-page.fasb h2 { color: #10507f; text-transform: uppercase; font-weight: bold; font-size: 22px; line-height: 1.5em; text-transform: none;  }
.page.advisory-page.fasb h3 { color: #10507f; text-transform: uppercase; font-weight: bold; font-size: 18px; line-height: 1.5em;  }
.page.advisory-page.gasb h1 { color: #10507f; text-transform: uppercase; font-weight: bold; font-size: 22px; line-height: 1.5em;  }
.page.advisory-page.gasb h2 { color: #10507f; text-transform: uppercase; font-weight: bold; font-size: 22px; line-height: 1.5em; text-transform: none;  }
.page.advisory-page.gasb h3 { color: #10507f; text-transform: uppercase; font-weight: bold; font-size: 18px; line-height: 1.5em;  }
.page.advisory-page .more-icon { margin: 15px auto;  }
.other-groups-bg { margin: 30px 0 0; padding: 30px 0; }
	.other-groups-bg .diamond-bot { margin-bottom: 30px;  }
.gasb-gray-bg, .fasb-gray-bg  {  margin: 0 0 0px; padding: 15px 0; color: #666; }
.fasb-gray-bg h1, .gasb-gray-bg h1 { margin-top: 0; }
.diamond-view-all { background: transparent; border: 2px solid #25aae1; color: #25aae1; }
.gasb .diamond-view-all { border: 2px solid #d64939; color: #d64939; }


@media all and (max-width: 991px) {
	.container { max-width: 660px !important; }

	#home { padding: 70px 0 0 !important; }
	#top-cover .padded { padding: 0 45px; }
	#cover-repeated, #new-cover { height: auto !important; }
		#cover-repeated .cover, #new-cover .cover { position: static; padding: 60px 45px;  }
		.cover .padded { padding: 0px; }

	#theme, #theme-footer { padding: 120px 60px; height: auto;  }
}
@media all and (min-width: 768px){
	.slick-list:hover .slick-slide:not(:hover) a { transition: all 0.5s ease; filter: grayscale(100%); opacity: 0.6; } 

	.video-thumbnail.larger a { transform: scale(1.15); position: relative; z-index: 5; }
	.video-thumbnail a:hover { opacity: 1; }
}
@media all and (max-width:767px) {

	.timeline { background-size: 120px auto;  }
	.timeline .tl-date .caption { width: 35%; }

	.timeline-image .img-responsive { width: 200px; height: 200px; margin: 0 auto;  }
	.v-line { top: 220px;   }

	.timeline .tl-date { padding: 10px; margin: 45px 0; background: #143055; flex-wrap: wrap; }
	.timeline .tl-date .divider-line { display: none; }
	.timeline .tl-date .img, .timeline .tl-date .caption, .timeline .tl-date:nth-child(odd) .caption  { flex-basis: 100%; margin: 15px; order: 3;  }
	.timeline .tl-date .img, .timeline .tl-date:nth-child(odd) .img { order: 1 !important; }

	#video-gallery { margin: 0 -15px;  }
	.video-thumbnail { padding: 45px 5px;  }
	
	.page { padding: 90px 0px 45px !important; }
	.page h1 { font-size: 22px; line-height: 1em; margin-top: 0; }
	
	.hide-mobile { display: none; }
	
	.menu-row .column-1,  .menu-row .column-2, .menu-row .column-3 { width: 100%; margin-bottom: 15px; }

	
	.word-cloud { padding: 15px; }

	#intro { padding: 70px 0px 15px !important; }
		#home-buttons { margin: 30px 0 60px; }
		#intro #home-banner h1 { font-size: 22px; margin-bottom: 4px;  }
		#intro #home-banner h2 { font-size: 12px;  }
	#about { padding-bottom: 0 !important; }
		#about-banner { margin: -20px -15px 30px;  }
			#about-banner h1 { font-size: 22px; }
		#about-companies { margin: 0 -15px; padding: 15px 15px;  }
		#about-companies .img-responsive { margin: 15px 0 15px; }
		#about-companies .col-sm-4 { padding-bottom: 30px; }

	#advisory-groups h2 {  font-size: 22px; float: none; padding: 30px; margin: 0 -15px; }
	.flex-row, .advisory-flex { flex-flow: row wrap; align-items: center; }
	.advisory-flex .icon {  min-width: 100%; flex-basis: 100%; order: 0; flex: 1 100%; padding: 0 0 30px;  }

	#advisory-groups-row .ad-box { width: 50%; } 

	a.more-icon span.holder span { font-size: 18px; line-height: 1em; }
		a.more-icon span.holder span .mini { font-size: 10px; line-height: 1.3em; }
	
	.letter { margin: 0px; padding: 0px; position: relative; }
	.letter .quotebox, #how-we-work .quotebox { font-size: 22px; float: none; padding: 30px; margin: 15px -30px; }
		#how-we-work .quotebox { margin: 15px -15px; }
	.highlights h3 { padding: 15px; margin: 0 0 15px; }
	.highlights { margin: 0 -15px; padding: 15px; }


	.left-blue { display: none;  }	
	.board-container { padding: 15px; border-radius: 15px; margin-bottom: 45px;  }
	.board-container .board-img { width: auto; padding: 15px; }

	.full-blue { padding: 15px;  }
		.full-blue .board-img { padding: 15px; }

	#faf-members .no-list { flex-wrap: wrap;  }
	#faf-members .no-list li { flex-basis: 100%; width: 100%; }

	#about .mission { padding-bottom: 80%; background-position: 50% 100%; background-size: 100% auto; }

	#update, #timeline { padding-bottom: 0 !important; }
}