@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, 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; }

video {
	width:100%
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden;
 }


body, html {
max-width: 100%;
	overflow-x: hidden;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 600;
}

em {
  font-style:italic;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.gray-bg {
	background:#f3f3f3;
}

.darkblue-text {
  color: #265173; }

.darkblue-bg {
  background: #265173;
  color: #fff; }

.red-bg {
  background: #8c0b42;
  color: white; }

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
  font-family: "acumin-pro", serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 38px }

h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32px;  }

h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 28px;
}

.container-fluid {
	padding: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

p {
	margin-bottom: 10px;
}

.caret-list li {
	padding-left: 19px;
    text-indent: -8px;
}

.caret-list li i {
	padding-right: 2px;
}


.btn-default {
    background: #265173;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 15px;
    font-weight: 600;
}

.btn-default:hover {
	background: #3d6788;
	color: #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.gray-bg hr {
	border-top: 1px solid #ccc;
}

.field-validation-error {
  color: #c03737;
}

.error-summary .field-validation-error {
  display:block;
  margin-bottom:15px;
}

.contact .form-intro {
  margin-bottom:20px;
}

.contact .confirmation {
  max-width:500px;
  margin:20px auto;
  padding:20px;
  color:#61726a;
  border:2px solid #61726a;
  background:#ccd8d3;
}

/*--- NAVIGATION ---*/


.navbar-default .navbar-nav>li>a.current{
	color: #db9c18;
}

.navbar-brand {
	background: white;
	width: 308px;
	height: auto;
	padding: 25px 0;
}

.navbar-brand:hover {
	opacity: .75;
}



.nav-pills>li {
    float: none;
	display:inline-block;
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 600;
	padding: 4px 5px;
}

.nav-pills>li>a {
	background:#265173;
	padding: 15px 30px;
	color: #fff;
	margin-left: 5px;
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus {
	background:#3d6788;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background:#c29026;
}

.navbar {
	margin-bottom:0;
    border: none;
}

.navbar-default {
    background-color: #265173;
    border-radius: 0;
    padding: 0 8.333333%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #265173;
    border: 0;
    background: #265173;
    font-size: 16px;
    padding-left: 0;
    margin-left: -15px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
	color: #db9c18;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #db9c18;
    background-color: #265173;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #db9c18;
    text-decoration: none;
    background-color: #265173;
}

.caret {
	display: none;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  
}

.open > .dropdown-menu li a {
  color: #fff;  
}

.dropdown-menu {
	background-color: #265173;
	border:none;
	padding: 10px 45px 15px 15px;
	border-radius: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	-webkit-transform: scale(1, 0);
    transform: scale(1, 0);
	display: block;
	  
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.dropdown-menu li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.dropdown-menu li a:hover{
  color: #db9c18;
}

.dropup .dropdown-menu {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;  
}

.navbar .nav > li > .dropdown-menu:after {
}

.dropup > .dropdown-menu:after {
  border-bottom: 0;
  border-top: 6px solid rgba(39, 45, 51, 0.9);
  top: auto;
  display: inline-block;
  bottom: -6px;
  content: '';
  position: absolute;
  left: 50%;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

input {
	outline: none;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: url(../images/search.svg) no-repeat center 15px;
	padding: 16px 10px 14px 32px;
	border:none;
	width: 55px;
	background-size: 20px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	width: 250px;
	background-color: #fff;
}

input:-moz-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

#search-expand input[type=search] {
	width: 40px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	position: absolute;
	margin-left: -55px;
}

#search-expand input[type=search]:hover {
	background-color: transparent;
}

#search-expand input[type=search]:focus {
	width: 250px;
	padding-left: 50px;
	color: #000;
	background-color: #fff;
	cursor: auto;
	background: #fff url(../images/search-active.svg) no-repeat 15px;
	background-position-x: left 1px; 
	background-size: 20px;
	position: absolute;
}

#search-expand input:-moz-placeholder {
	color: transparent;
}

#search-expand input::-webkit-input-placeholder {
	color: transparent;
}

.social-top li {
	font-size: 22px;
	border-left: 1px solid #567094;
}

.social-bottom li {
    display: inline-block;
    font-size: 25px;
    margin: 0px 13px;
}

/*--- CAROUSEL ---*/

.item {
	height: 70vh;
	min-height: 545px;
}

.carousel-inner .item img {
    position:relative;
    top:50%;
    transform: translateY(-50%);
    width: 100%
}

.featured-left .carousel
{
	max-width:640px;
}

@media screen and (max-width:991px) {
	.featured-left .carousel {
		margin-left:auto;
		margin-right:auto;
	}
}

.featured-left .carousel .item {
	height: auto;
	min-height: 0;
	overflow:hidden;
}

.featured-left .carousel-inner .item img {
	position:relative;
	top:auto;
	left:50%;
	transform:translate(-50%);
	width:auto;
	max-width:none;
}

@media screen and (max-width:991px) {
	.featured-left .carousel-inner .item img {
		max-width:100%;
		height:auto;
	}
}

.carousel-caption {
	right:0;
	left:0;
    text-align: left;
    background: #8c0b42;
    width: 50%;
    bottom: 0;
    padding: 25px 50px 25px 8.33333333%;
    text-shadow:none;
    width:100%;
}

.carousel-control.left {
	background-image:none;
}

@media screen and (min-width:992px) {
	.featured-left .carousel-control.left {
		width:25%;
	}
}

.carousel-control.right {
	background-image:none;
}

.cc-blue {
	background: #265173;
}

.cc-yellow {
	background: #c29026;
}

.carousel-caption h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height:31px;
}

.slide-text a .carousel-caption p:after {
	background:url(../images/arrow-right.svg) no-repeat;
	height: 15px;
	width: 20px;
	content: "";
	position: absolute;
	margin-left: 10px;
  margin-top: 5px;
}

.slide-text a .carousel-caption:hover p:after {
	margin-left: 20px;
	-webkit-transition: margin .5s;
	-moz-transition: margin .5s;
	transition: margin .5s;
}

.carousel-indicators {
	bottom: 20px;
	right: 20%;
	left: inherit;
	position: absolute;
	z-index: 99999;
	width: inherit;
	padding-left: 0;
}

.carousel-indicators li {
	border-radius: 0;
	border:0;
	background:#fff;
	width: 20px;
    height: 20px;
}

.carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 0;
    background-color: #8c0b42;
}

/*  New Homepage Slider */
.slide-container {
	width: 100%;
	max-width: 1800px;
}


.bx-wrapper {
	border: 0px;
	box-shadow:0 0 0;
	margin-bottom:30px;

}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px; 
}

.bx-slider .slide {
  visibility: hidden; 
  max-height: 685px;
}

.bx-wrapper .bx-viewport img {
	width:100%;
}

.bx-slider .slide-text {
  width: 100%; 
}

.bx-slider .slide-text a {
    color: white; 
}

.bx-slider .slide-text p {
    font-size: 18px;
    display: block;
    max-width: 520px;
    margin: 0 auto; 
}

.bx-slider .slide-text p.topline {
      font-size: 28px;
      margin-bottom: 8px; 
}

.image-bottom .image-placeholder {
	position:relative;
	height:0;
	padding-top:53.51%;
}

.image-bottom img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

@media screen and (min-width:992px) {
	.image-bottom img {
		top: auto;
		bottom: 0;
	}
}

/*--- HOMEPAGE CATEGORIES ---*/

.home-categories img{
	height: 90px;
}

.home-categories .col-md-4:hover img{
  margin-top:-10px;
  -webkit-transition: margin .5s;
  -moz-transition: margin .5s;
  transition: margin .5s;
}

.home-categories .middle {
	border-left: 5px solid #e4e0e0;
	border-right: 5px solid #e4e0e0;

}

.home-categories .col-md-4 {
	padding: 45px;
}

.home-categories h2 {
	font-weight: 600;
	margin: 10px 20px 20px;
}

.red-line {
	border-top: 1px solid #8c0b42;
	width: 50px;
	margin: 0 auto;
}

/*--- NEWS AND EVENTS ---*/

.newsevents-bg {
    background: #265173;
    padding: 50px 8.33333333%;
}

.newsevents-bg .btn {
    color: #fff;
    background: #c29026;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-weight: 600;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
}

.newsevents-bg .btn:after {
	background:url(../images/arrow-right.svg) no-repeat;
	height: 15px;
	width: 20px;
	content: "";
	position: absolute;
	margin-left: 10px;
    margin-top: 5px;
}

.newsevents-bg .btn:hover:after{
  margin-left: 20px;
  -webkit-transition: margin .5s;
  -moz-transition: margin .5s;
  transition: margin .5s;
}

.home-excerpt {
	padding: 20px;
	background:#fff;
	border:0;
	border-radius: 4px 4px 0 0;
}

.home-excerpt strong {
	color: #636e6a;
	font-weight: 600;
}

.home-excerpt h4 {
	color: #636e6a;
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 32px;
}

.home-excerpt p {
	color: #343434;
	font-weight: 500;
	line-height: 21px;
	font-size: 14px;
}

.home-excerpt hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*--- VIDEO ---*/

.video-thumbnail {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.video-thumbnail img {
	width: 100%;
}

.video-thumbnail:before {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: "\f01d";
	font-family: FontAwesome;
	font-size: 100px;
	color: #fff;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	pointer-events:none;
}
.video-thumbnail:hover:before {
	color: #eee;
}


	.video-container {
		text-align:center;
	}

	.video-preview {
    	width: 49%;
    	display: inline-block;
    	padding: 3px;		
	}

.pgbanks-content .video-container {
	text-align: left;
}

.pgbanks-content .video-list {
	margin-bottom: 15px;
}

.pgbanks-content .html5lightbox {
	display: block;
}

.pgbanks-content .video-preview {
	display: block;
	width: auto;
	max-width:100%;
	padding:0;
}

/*--- MESSAGE FROM TREASURER ---*/


.treasurer-message {
	background: #f2f2f2;
	padding: 30px;
}

.treasurer-photo img{
	width: 100%;
}


/*--- PAGE TITLE ---*/

.page-title {
	background:url(../images/page-title-bg.jpg) no-repeat center;
	text-align: center;
	min-height: 123px;
	background-color: #94aea4;
}

.page-title h1{
	padding: 30px;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	line-height: 52px;
}


/*--- BODY ---*/

.content-banner h2 {
	font-size:2em;
	margin-bottom:0;
}

.column-content {
	padding-left:15px;
	padding-right:15px;
	margin-top:30px;
	margin-bottom:30px;
}

.column-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 22px;
}

.column-content ul {
	list-style-type: disc;
	padding-left: 20px;
}

.column-content .resources ul {
	list-style-type: none;
	padding-left: 0;
}

.column-content .content-step h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 28px;
}

.column-content .video-thumbnail {
	margin-bottom: 30px;
}

.column-content .content-video {
	margin-bottom: 30px;
}

.featured-left {
	-webkit-clip-path: polygon(24px 0, 100% 0, 100% 100%, 24px 100%, 56px 50%);
	clip-path: polygon(24px 0, 100% 0, 100% 100%, 24px 100%, 56px 50%);
	background-color: #dcded3;
	max-height: 445px;
	overflow: hidden;
}

.featured-left img {
	max-height: 445px;
	min-height: 445px;
}

.page-intro {
	padding: 50px 50px 50px 0;
	display: table;
	height: 445px;
}

.page-intro h2 {
	font-size: 28px;
}

.align-middle {
	vertical-align: middle;
	display: table-cell;
}

.holler-sweeps .page-intro {
  padding-right:0;
}

.holler-sweeps .page-intro ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.holler-sweeps.image-row {
  background:#dcded3;
}

.holler-sweeps.image-row img {
  display:block;
  margin:30px auto;
  max-width:100%;
}

@media (max-width: 992px) {
	.holler-sweeps .page-intro {
    padding:20px 40px;
  }
}


.subheading {
	padding: 40px 30px;
}

.page-content {
	padding: 50px;
}

.list-reasons p {
	border-left: 4px solid #8c0b42;
	padding: 0 20px;
	margin: 30px 0;
}

.list-reasons img {
	margin: 30px 0;
	width: 162px;
}

.list-reasons h2.one-line {
	margin-top: 16px;
}

.number-box {
	color: #fff;
	background:#94aea4;
	font-size: 50px;
	text-align: center;
	width: 67px;
	height: 67px;
	padding-top: 19px;
    font-weight: 600;
    margin-left:12px;
}

.direct-plan .darkblue-bg {
	padding: 30px;
}

.direct-plan .btn-small{
	background-color: #8c0b42;
	font-size: 12px;
	text-transform: uppercase;
	touch-action:auto;
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 4px 4px;
    margin-bottom: 50px;
}

.direct-plan .col-md-3 {
	padding: 0;
	overflow: hidden;
	min-height: 232px;
}

.direct-plan img {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
}

.allocation-info {
    background-color: #fff;
    display: none;
}

.direct-plan .allocation-info img {
	position: relative;
	height: auto;
}

.age-based-key li {
    display: inline;
    margin: 0 35px 0 15px;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    padding: 3px 0 0 25px;

}

.age-based-key li span {
    display: block;
    height: 16px;
    width: 16px;
    border: solid 1px #c7c8cb;
    position: absolute;
    top: 0;
    left: 0;
}

.age-based-key .cash span {
    background-color: #7e7f7d;
}

.age-based-key .fixed span {
    background-color: #b66521;
}

.age-based-key .international span {
    background-color: #dcb413;
}

.age-based-key .domestic span {
    background-color: #53838a;
}

#asset-allocation .bar {
    width: 133px;
    float: left;
    margin-right: 10px;
}

#asset-allocation .bar {
    width: 415px;
    height: 15px;
    background-color: #fff;
    border: solid 1px #999a9c;
    position: relative;
}

#asset-allocation .bar .fill {
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #878787;
}
/* --- FAQS ---*/

.btn-group, .btn-group-vertical {
	width: 100%;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
    white-space: inherit;
    background: #fff;
    color: #265173;
    border: 0;
    font-weight: 600;
    padding: 0;
    font-size: 15px;
}

.sidebar img {
	max-width: 28px;
	max-height: 28px;
	display: block;
    float: left;
    margin: 20px 10px 20px 20px;
}

.sidebar span {
	padding: 20px 0;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	transition: box-shadow 0.3s ease-in-out;
	background:#fff;
	color: #265173;
}

.page-content .col-md-7 {
	background:#fff;
	padding: 0 50px;
}

.page-content.faqs .col-md-7 {
	padding:50px;
}

.page-content.faqs .faq-intro {
	margin-bottom:30px;
	font-size:18px;
}

@media screen and (min-width:768px) {
	.page-content.faqs .faq-intro {
		margin-bottom: 50px;
	}
}

.page-content.faqs .faq-intro > p:last-child {
	margin-bottom: 0;
}

.page-content.faqs .col-md-7 h2 {
	font-size: 34px;
	line-height: 38px;
	font-weight: 200;
	margin-bottom: 40px;
}

.page-content .col-md-7 h1 {
	font-weight: 200;
	margin-bottom: 40px;
}

.page-content .col-md-7 h2 {
	font-weight: 200;
	margin-bottom: 40px;
	font-size: 34px;
	line-height: 38px;
}

.faq-anchor-img {
	max-height: 40px;
	max-width: 40px;
	display: inline-block;
}

.accordion { 
	margin: 0 auto; 
	padding-bottom: 50px;
}

.accordion-toggle {
	border-bottom: 1px solid #e1e1e1; 
	cursor: pointer;
	margin: 0;
	padding: 25px 35px 25px 0;
	position: relative;
}

.accordion-toggle.active:after {
	content:"\f068";
	font-family: fontAwesome;
	position:absolute;
	right:20px;
	top:26px;
	width:0;
	height:0;
	color: #94aea4;
}

.accordion-toggle:before {
	content:"\f067";
	font-family: fontAwesome;
	position:absolute;
	right:20px;
	top:26px;
	width:0;
	height:0;
	color: #94aea4;
}

.accordion-toggle.active:before {
	display:none;
}

.accordion-content {
	display: none;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
}

.accordion-toggle.active {
	color: #265173;
	border-bottom: 0px solid #e1e1e1;
}

.accordion h4, .accordion h3 {
	color: #265173;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.accordion-content > ul {
	padding-left:24px;
}

#sticky {

}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 23%;
    padding-right: 15px;
}

.page-content.faqs .col-md-7 .content-video {
	margin-bottom:30px;
}

.page-content.faqs .col-md-7 .video-previews {
	margin-bottom: 15px;
}

.page-content.palmetto-baby h2 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 38px;
}
/*--- NEWSROOM ---*/
#newsroom-carousel .carousel, #newsroom-carousel .carousel-inner, #newsroom-carousel .item {
	height: 400px;
	max-height: 400px;
	min-height: 400px;
}

#newsroom-carousel .carousel-caption {
    right: inherit;
    left: 0;
    text-align: left;
    background: rgba(0,0,0,0.5);
    width: 100%;
    bottom: 0;
    padding: 25px 50px 25px 8.33333333%;
}

.page-content.newsroom {
	padding-top: 50px;
}

.page-content.newsroom .col-md-7 {
	padding:50px;
}

.newsroom .date {
	display: block;
}

.newsroom .title {
	display: block;
	font-weight: 600;
	margin-left: 110px;
    margin-top: -22px;
}

.newsroom p {
	margin: 25px 0;
}

.newsroom .event-date,
.newsroom .event-title, 
.newsroom .event-location {
  display:block;
}

.newsroom .event-title {
  font-weight: 600;
}

.post .event-meta {
  margin-bottom:40px;
}

.post .event-meta h1 {
  margin-bottom:5px;
}

.post .event-meta span {
  font-size:18px;
}


/*--- BLOG ---*/

.blog {
	padding: 0 50px;
}

.blog-posts {
	padding: 0 8.33333333%;
}

.blog-posts .col-sm-3 {
    width: 33.33%;
    margin-bottom: 30px;
}

.blog-pages {
	text-align: center;
}

.author {
	font-size: 14px;
	font-style: italic;
	margin-top: -25px;
	margin-bottom: 40px; 
}

.widget {
	background:#265173;
	color: #fff;
	padding: 20px;
	font-weight: 600;
}

.blog-sidebar ul {
	background:#fff;
	margin-bottom: 25px;
}

.blog-sidebar ul li {
	border-bottom: 1px solid #efefef;
	padding: 10px 20px;
	font-weight: 600;
}



/*--- ARTICLE SINGLE POST ---*/

.single-post .col-md-7{
	padding:0;
}

.single-post .featured-img {
	max-height: 360px;
	overflow: hidden;
}

.featured-img img {
	width: 100%;
}

.single-post .meta {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #98b1a7;
	margin-bottom: 20px; 
}

.single-post .list-group {
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: -4px;
}

.single-post .list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
	width: 20%;
    text-align: center;
    display: inline-block;
    border:0;
}

.single-post .list-group-horizontal .list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
}

.single-post .list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.single-post ul {
	list-style-type: disc;
	padding-left: 20px;
}

.single-post .post {
	padding: 30px 50px;
}

.single-post .share a{
	color: #fff;
	font-size: 26px;
}

.single-post .share .tw{
	background-color: #00aced;
}

.single-post .share .fb{
	background-color: #3b5998;
}

.single-post .share .pin{
	background-color: #cb2027;
}

.single-post .share .goog{
	background-color: #dd4b39;
}

.single-post .share .em{
	background-color: #aaaaaa;
}


/*--- CALL TO ACTION ---*/

.cta {
	background:#c29026;
	color: #fff;
	padding: 50px;
}

.cta span.large {
	font-size: 68px;
	font-weight: 700;
	line-height: 72px;
}

.cta p {
	margin-top: 20px;
}

.cta .btn {
	background:#fff;
	padding: 8px 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #265173; 
}


/*--- Direct Plan Styles ---*/
.allocation-info {
	padding:10px;
}

.allocation-info a {
	font-weight: 600;
	color: #09c;
}

.allocation-info .footnote {
  font-size:14px;
  line-height:1.3;
}

#asset-allocation h4 {
font-size: 32px;
    padding: 27px 0px 0px;
    width: 94%;
    margin: 0 auto;
}


#asset-allocation table {
	width:94%;
	margin:0 auto;
}

#asset-allocation td {
    height: 27pt;
    padding-left: 10px;
    padding-right: 10px;
    border-top: thin solid #cccccc;
    border-bottom: thin solid #cccccc;
    border-right: thin solid #cccccc;
    padding-top: 8px;
    padding-bottom: 11px;
}

#asset-allocation th {
    height: 27pt;
    padding-left: 10px;
    padding-right: 10px;
    border-top: thin solid #cccccc;
    border-bottom: thin solid #cccccc;
    border-right: thin solid #cccccc;
}

#asset-allocation th strong {
	font-size:1.3em;
}

#asset-allocation .bar .fill {
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #878787;
}

#asset-allocation .legend span {
	display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #999a9c;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

#asset-allocation .legend span.age {
    background-color: #878787;
}

#age-based .legend span.years, #asset-allocation .legend span.years {
    background-color: #ffffff;
    margin-left: 55px;
}

#asset-allocation .legend label {
    font-weight: bold;
}

#asset-allocation .bar {
    width: 133px;
}


.allocation-info .form-container h3 {
	width:94%;
	margin: 20px auto 10px;
}

.age-based-table td {
	vertical-align:middle;
	text-align:center;
    border: thin solid #e2e2e2;	
}

.age-based-table .bottom, .age-based-table .left {
    background: #265173;
    color: #fff;
	padding:10px;
	font-weight:bold;
}

.age-based-table tr td {
	font-size: 0.9em;
    padding: 3px;
}

ul#age-based-key {
    padding: 13px 0px 20px;
}

#age-based-key li span {
    display: block;
    height: 16px;
    width: 16px;
    border: solid 1px #c7c8cb;
    position: absolute;
    top: 3px;
    left: 0;
}

#age-based-key li {
    display: inline;
    margin: 0 35px 0 15px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 3px 0 0 25px;
}

table.single-fund td {
  padding:5px;
}

.allocation-info  h4 {
	font-size: 22px;
	padding-top:14px;
	margin-bottom:10px;
}

.allocation-info li .l {
    float: left;
    width: 37%;
    padding-right: 8%;
    display: block;
    margin: 0 !important;
}

.allocation-info li .r {
    float: right;
    width: 51%;
    display: block;
    margin: 0 !important;
}

.allocation-info .clear {
    float: none !important;
    clear: both !important;
    height: 0 !important;
    background: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.allocation-info li.alt, .allocation-info tr.alt {
    background-color: #E1E1E1;
}

h5.l, .r h5 {
	font-weight:600;
	font-size:1.1em;
}

/* Greeting Card Form */
@media (max-width:539px) {
  .col-greeting-card {
    width:100%;
    float:none;
  }
}
.greeting-card {
  text-align:center;
  margin-bottom:40px;
}

.greeting-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 22px;
  color:#265173;
}

.greeting-card .card-image {
  position:relative;
  display:block;
  margin:0 auto 20px;
  max-width:125px;
}

.greeting-card .card-image a:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/search-active.svg) no-repeat center;
  background-size: 17px;
}

.greeting-card .card-image .for-gallery {
  display:none;
}

.greeting-card .card-image img {
  display:block;
  width:100%;
}

.greeting-card .card-controls {
  margin-bottom: 20px;
}

.greeting-card .card-controls button {
  display:inline-block;
  width:28px;
  height:28px;
  margin:0;
  padding:0;
  color:#fff;
  background:#265173;
  border:none;
  border-radius:14px;
}

.greeting-card .card-controls button.disabled {
  background:#999;
}

.greeting-card .card-quantity {
  display:inline-block;
  width:30px;
  margin:0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.content-search .search-form {
	margin-bottom: 10px;
}

.search-result {
	margin-bottom: 20px;
}

.search-result h2 {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
}

.search-result-count {
	margin-bottom: 20px;
}

/*--- FOOTER ---*/
.footer {
	background: #265173;
	color: #fff;
	padding: 30px;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer a img {
    max-width: 540px;
    float:right;
}

.footer .btn-default {
	background:#c29026;
	width: auto;
	padding: 15px 25px;
}

.footer .form-control {
	height: auto;
    padding: 15px;
    width: 100%;
    border:0;
}


.form-inline {
	margin-bottom: 30px;
}
.form-inline .form-group {
	width: 100%;
    padding-right:90px;
    margin-bottom:20px;
}

.form-inline button {
position: absolute;
    right: 0;
    width: 101px;
}

.fdic {
	margin: 30px 0;
}

.fdic span {
	border:1px solid #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: -1px;
}

.copyright {
	margin: 30px 0;
}

.footer .panel-heading a {
	color: #265173;
	background:#fff;
	padding: 10px 25px;
	text-decoration: none;
}

.footer .panel-default>.panel-heading, .footer .panel, .footer .panel-default {
	background-color: transparent;
	color: #fff;
	border-color: transparent;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
    padding: 0;
}

.footer .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none;
}

.social-bottom {
  margin:30px 0;
  text-align: left;
  color: #265173;
  display: inline-block;
  float: right;
  clear:both;
}

.social-bottom .icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:20px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	-moz-border-radius: 		20px 20px 20px 20px;
	-webkit-border-radius: 		20px 20px 20px 20px;
	-khtml-border-radius: 		20px 20px 20px 20px; 	
	color:#265173;
}

.social-bottom .icon i {
	font-size:20px;
	position:absolute;
	left:9px;
	top:10px;
}

.social-bottom .icon.social {
	float:left;
	margin:0 10px 0 0;
	cursor:pointer;
	background:#fff ;
	color:#265173;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.social-bottom .icon.social:hover {
	background:#efefef ;
	color:#265173;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;	 	
}

.social-bottom .icon.social.fb i {
	left:13px;
	top:10px;
}

.social-bottom .icon.social.tw i {
	left:11px;
}

.social-bottom .icon.social.yt i {
	left:12px;
}

.social-bottom .icon.social.in i {
	left:12px;
}

.byline {
	float: right;
    clear: both;
}

.footer.legal {
	padding-top:0;
}

.footer .col-md-3 {
	margin-top: 30px;
}

.disclosure-closed {
	display:none;
	padding:10px 20px;
}


/*--- MOBILE ---*/
@media (max-width:480px) {
	.footer .panel-heading a {
		width:100%;
		display:block;
	}
}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
    	-webkit-transform: scale(1, 1);
    	transform: scale(1, 1);		
	}

	 .bx-slider .slide-text {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    max-width: 700px; 
	} 	

	.carousel-caption {
		right:0px;
		left:0px;
	}
}

@media (max-width: 767px) {
	.page-content .col-md-7 , .page-content.faqs .col-md-7{
		padding:20px 32px;
	} 

	.single-post .carousel {
		margin-bottom:80px;
	}

	.single-post .post {
		padding:40px 30px;
	}

	.cta {
		padding:30px;
	}

	.cta span.large {
    	font-size: 38px;
    	line-height: 37px;
	}

	.featured-left img {
		max-width: 100%;
		min-height: 0;
	}

	.carousel-caption {
		padding: 25px 20px 25px 20px;
	}


	/*--- NAVIGATION ---*/

	.navbar-brand {
    	width: 100%;
	}

	.navbar-brand>img {
	    display: block;
	    width: 80%;
	    margin: 0 auto;
	}

	.navbar-default{
		padding: 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: #fff;
	}

	.caret {
		display: inline-block;
	}

	.nav-pills {
		padding: 0;
    	margin: 0;
    	width: 100%;
    	z-index: 9999;
    	background:#265173;
		margin-bottom:-4px;
	}

	.nav-pills>li {
		width: 32%;
		text-align: center;
		margin-top: 0;
	}

	.nav-pills>li>a {
		background: #fff;
		color: #265173;
		border-radius: 0;
		margin:0;
		padding: 15px 15px;		
	}

	.navbar-default {
		background:#265173;
	}

	.social-top {
	    position: absolute;
	    top: 0;
	    right:0;
	}

	.social-top li {
	    font-size: 22px;
	    border-left: 1px solid #567094;
	    width: 50px;
	    float: left;
	    padding-top: 3px;
    	padding-bottom: 4px;
	}

	.navbar-nav {
    	margin: 0;
	}

	.navbar-toggle {
		float: left;
		margin-left: 10px;
		padding: 17px 20px;
		border-left: 0;
		border-right: 1px solid;
		border-bottom: 0;
		border-top: 0;
		border-radius: 0;
		margin:0;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #265173;
	}

	.navbar-default .navbar-toggle {
		border-color: #567094;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}

	#search-expand input[type=search] {
		position: absolute;
	    right: 150px;
	    top: 0;
	}

	#search-expand input[type=search]:focus {
		position: absolute;
	    top: 50px;
	    border: 2px solid #265173;
	    left: 50px;
	    width: 100%;
	    z-index: 999;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

    	margin: 0;
    	padding:20px;
	}

	.navbar-left>li>a {
		font-size: 23px;
		line-height: 28px;
	}

	/*--- CAROUSEL --- */

	.carousel-inner .item img {
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	    height: 100%;
	    width: auto;
	    max-width: inherit;
	    left: -60%;
	}

	.carousel-caption {
		position: relative;
		left: 0;
		right: 0;
		bottom: inherit;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	.carousel-caption p {
		padding:0 20px;
	}

		.carousel-inner {
			overflow: inherit;
		}

	.carousel-indicators {
	    bottom: 20px;
	    right: 0;
	    z-index: 99999;
	    padding-left: 0;
	    margin: 0 auto;
	    width: 100%;
	    left: 0;
	}

	.item {
	    height: 400px;
	}



	/*--- HOME CATEGORIES ---*/

	.home-categories {
		margin: 0px -15px 60px;
	}

	/*--- NEWS & EVENTS ---*/

	.newsevents-bg .col-md-3 {
		margin-bottom: 30px;
	}

	.video-thumbnail {
		margin-top: 30px;
	}

	.video-preview {
		width:75%;
	}


	.treasurer-photo {
		margin-bottom: 30px;
	}

	/*--- FOOTER ---*/
	.footer {
		text-align: center;
	}

	.footer h2 {
		font-size: 18px;
	}

	.footer .form-inline .form-group {
		width: 100%;
        padding-right:0px;
	}

	.footer .btn-default {
		width: 100%;
        position:static;
	}

	.social-bottom {
    float: none;
    text-align: center;
    width: 100%
	}

	.byline {
		float: none;
	}

	.fdic span {
		margin-left: 0;
		margin-bottom: -1px;
    	width: 100%;
    	display: block;
	}

	.panel-body {
		text-align: left;
	}

	/*-- BODY --*/

	.list-reasons img {
		margin: 0 9px;
    	width: 67px;
    	height: 67px;
	}

	.featured-left {
		-webkit-clip-path: none;
		clip-path: none;
		background-color: #fff;
		max-height: 400px;
		margin-top: -1px;
		overflow: hidden;
	}

	.page-intro {
		padding: 50px;
	}

	#sticky {
	}

	#sticky.stick {
	    margin-top: 0 !important;
	    position: relative;
	    top: inherit;
	    z-index: 0;
	    width: inherit;
	    padding-right: 0;
	}

	.faq-anchor-img {
		display: block;
		margin: 0 auto;
	}

	.page-content.faqs .col-md-7 h2 {
		text-align: center;
		font-size: 26px;
		line-height: 29px;
		margin-bottom: 20px;
	}

	.newsroom .title {
		margin: 0;
	}

	.page-content {
		padding: 10px 15px;
	}

	#newsroom-carousel .carousel-caption {
		bottom: 115px;
	}

	.page-content.newsroom .col-md-7 h1 {
		text-align: center;
	}

	.blog-posts .col-sm-3 {
    	width: 100%;
	}

	.contact {
		padding: 50px 50px 10px;
	}

	
}

@media (max-width: 767px) {
	.carousel-caption h4 {
		font-size: 26px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	.carousel-caption h4 {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width:1024px) {
	.nav-pills {
		text-align:center;
	}
	
	.nav-pills>li>a:hover {
		color:white;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    /*--- NAVIGATION ---*/

	.navbar-brand {
    	width: 100%;
	}

	.navbar-brand>img {
	    display: block;
	    width: 80%;
	    margin: 0 auto;
		max-width:450px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: #fff;
	}

	.caret {
		display: inline-block;
	}

	.nav-pills {
		padding: 0;
    	margin: 0;
    	width: 100%;
    	z-index: 9999;
    	background:#265173;
	}

	.nav-pills>li {
		width: 32%;
		text-align: center;
		margin-top: 0;
	}

	.nav-pills>li>a {
		background: #fff;
		color: #265173;
		border-radius: 0;
		margin:0;
	}

	.navbar-default {
		background:#265173;
		padding:0px;
	}

	.social-top {
	    position: absolute;
	    top: 0;
	    right:0;
	}

	.social-top li {
	    font-size: 22px;
	    border-left: 1px solid #567094;
	    width: 50px;
	    float: left;
	    padding-top: 3px;
    	padding-bottom: 4px;
	}

	.navbar-nav {
    	margin: 0;
	}

	.navbar-toggle {
		float: left;
		margin-left: 10px;
		padding: 17px 20px;
		border-left: 0;
		border-right: 1px solid;
		border-bottom: 0;
		border-top: 0;
		border-radius: 0;
		margin:0;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #265173;
	}

	.navbar-default .navbar-toggle {
		border-color: #567094;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}

	#search-expand input[type=search] {
		position: absolute;
	    right: 150px;
	    top: 0;
	}

	#search-expand input[type=search]:focus {
		position: absolute;
	    top: 50px;
	    border: 2px solid #265173;
	    left: 0;
	    width: 100%;
	    z-index: 999;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		height: 1200px;
    	width: 110%;
        padding: 10px 30px;	
	}

	.navbar-left>li>a {
		font-size: 23px;
		line-height: 28px;
	}

	.newsevents-bg {
		padding: 50px 4.333333%;
	}

	.newsevents-bg p {
		display: none;
	}

	.carousel-inner .item img {
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	    height: 100vh;
	    width: auto;
	    max-width: inherit;
	}

	.list-reasons img {
		margin: 0 9px;
   		 width: 67px;
   		 height: 67px;
	}

	#sticky {
	}

	#sticky.stick {
	    margin-top: 0 !important;
	    position: relative;
	    top: inherit;
	    z-index: 0;
	    width: inherit;
	    padding-right: 0;
	}

	.faq-anchor-img {
		display: block;
		margin: 0 auto;
	}

	.page-content.faqs .col-md-7 h2 {
		text-align: center;
	}

	.newsroom .title {
		margin: 0;
	}

	.page-content {
		padding: 20px;
	}

}

@media (max-width: 1024px) and (min-width: 600px) {
    .carousel-inner .item img {
        left: -30%;
    }

	.featured-left .carousel-inner .item img {
		left: 50%;
	}
}

@media (max-width: 991px) {
	.newsevents-bg .col-md-3 {
		margin-bottom: 30px;
	}

	.newsevents-bg .video-thumbnail {
		margin-top: 30px;
	}

	.page-intro {
    padding: 0 10%;
	}

	.number-box-2 {
		width:100%;
		font-size:32px;
		margin:20px 0px;
	}

	.featured-left {
    -webkit-clip-path: inherit;
    clip-path: inherit;
    background-color: #dcded3;
    max-height: inherit;
    overflow: inherit;
	text-align:center;
	}	

    .social-bottom {
            float: none;
    text-align: center;
    width: 100%

    }

    .footer a img {
        margin: 0 auto 20px;
        display:block;
        width: 420px;
        max-width: 100%;
        float:none;
    }
}



.main-choice-grey {
    background-color: #f9f9fd;
    padding-top: 30px
}

.resources ul li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 10px 0 0;
    color: #94aea4;
}

.site-banner {
	color: #fff;
	background: #265173;
	font-weight: 700;
}

.site-banner p {
	display: inline-block;
	margin-bottom:0;
}

.site-banner a {
	display: block;
	color: #fff;
	text-decoration: none;
}

	.site-banner a:hover p,
	.site-banner a:focus p,
	.site-banner a:active p {
		text-decoration: underline;
	}

	.site-banner a .link-icon {
		display: inline;
		white-space: nowrap;
	}

		.site-banner a .link-icon span {
			background: url(../images/arrow-right.svg) no-repeat;
			display: inline-block;
			height: 14px;
			width: 20px;
			margin-left: 10px;
		}

	.site-banner .banner {
		position: relative;
		padding-top: 10px;
		padding-left: 60px;
		padding-bottom: 10px;
		vertical-align:middle;
	}

.banner-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50%;
	border: 4px solid #fff;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
}

.banner-text {
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 10px;
}

.banner-button {
	text-align:left;
}

@media screen and (min-width:768px) {
	.banner-button {
		text-align:center;
	}
}



.modal-open {
	overflow: hidden
}

	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto
	}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-50px);
	transform: translate(0,-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.in .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

	.modal-dialog-centered::before {
		display: block;
		height: calc(100vh - (.5rem * 2));
		content: ""
	}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

	.modal-backdrop.fade {
		opacity: 0
	}

	.modal-backdrop.in {
		opacity: .5
	}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

	.modal-header .close {
		padding: 1rem 1rem;
		margin: -1rem -1rem -1rem auto
	}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

	.modal-footer > :not(:first-child) {
		margin-left: .25rem
	}

	.modal-footer > :not(:last-child) {
		margin-right: .25rem
	}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}

		.modal-dialog-centered::before {
			height: calc(100vh - (1.75rem * 2))
		}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}


}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

#video-modal .modal-dialog {
	height: calc(100% - (.5rem * 2))
}

#video-modal .modal-content {
	background: transparent;
	border: none;
	box-shadow: none;
}

#video-modal .close {
	position: absolute;
	top: -13px;
	right: -13px;
	color: #eee;
	width: 26px;
	height: 26px;
	line-height: 25px;
	font-size: 25px;
	opacity: .9
}

	#video-modal .close:focus, #video-modal .close:hover {
		opacity: .75
	}

@media all and (min-width: 576px) {
	#video-modal .modal-dialog {
		width: 80%;
		max-width: 920px;
		height: calc(100% - (1.75rem * 2))
	}
}
.page-intro.page-intro-gameplan {
	padding:0;
}

.page-intro.page-intro-gameplan a {
	text-decoration: underline;
}

@media screen and (max-width:991px) {
	.page-intro.page-intro-gameplan {
		padding: 20px 10%;
		height: auto;
	}
}

.page-title.page-title-gameplan h1 {
	margin-bottom: 10px;
}

.subheading.subheading-gameplan {
	margin-bottom:0;
	padding:20px 30px 25px;
	font-size:40px;
	line-height:1.1;
}

.gameplan-intro {
	padding:40px 0;
	font-size:20px;
}

.gameplan-intro p {
	margin-bottom: 20px;
}

@media screen and (max-width:767px) {
	.gameplan-intro {
		padding: 20px 10%;
	}

	.gameplan-intro p {
		margin-bottom:10px;
	}
}

.gameplan-bracket {
	margin-bottom: 40px;
	text-align: center;
	font-size: 20px;
}

.gameplan-bracket img {
	display:block;
	width:100%;
	max-width:300px;
	margin: 0 auto;
}

.page-content-gameplan {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.gameplan-callout {
	max-width:450px;
	margin:0 auto 30px;
	background: #fff;
}

.gameplan-callout img {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.gameplan-callout-content {
	padding:15px;
	font-size:20px;
	line-height:1.1;
}

.gameplan-callout-content h3 {
	margin-bottom:10px;
}

.gameplan-callout-content a {
	text-decoration:underline;
}

.d-flex .col-md-4 {
	width: 100%;
}

@media screen and (max-width:991px) {
	.page-content-gameplan {
		padding:30px 0 0;
	}
}

@media screen and (min-width:992px) {
	.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.d-flex .col-md-4 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}

	.gameplan-callout {
		margin-bottom: 0;
		height: 100%;
	}
}

.cta-gameplan {
	padding-left:15px;
	padding-right:15px;
}

.cta-gameplan .d-flex {
	align-items:center;
}

.btn.btn-gameplan {
	margin:20px 0;
	padding: 12px 45px;
	font-size: 24px;
}

@media screen and (max-width:767px) {
	.cta-gameplan .d-flex {
		max-width:450px;
		margin:0 auto;
	}
}

@media screen and (min-width:992px) {
	.cta-gameplan .col-md-5 {
		text-align: center;
	}
}

/*Updated Why FS Page*/

.red-text {
	color: #8c0b42;
}

.why-fs-intro h1, .large-headline {
	font-size: 2.2em;
	line-height: 1.15em;
}

.large-headline {
	font-size: 2.5em;
	margin-bottom: 40px;

	@media screen and (max-width:992px) {
		font-size:2em;
	}

	@media screen and (max-width:575px) {
		font-size:1.65em;
	}
}


@media screen and (min-width:1390px) {
	.why-fs-intro h1 {
		font-size: 2.8em;
	}
}

@media screen and (max-width:575px) {
	.why-fs-intro h1 {
		font-size: 1.8em;
	}
}

.why-fs-intro {
	align-items: center;
	max-width: 1800px;
	margin: 0 auto;
}

	.why-fs-intro p {
		font-size:18px;
	}



	.why-fs-intro h1 .line-break {
		height: 10px;
	}

@media screen and (min-width:1250px) {
	.why-fs-intro h1 {
		font-size: 2.5em;
	}

	.why-fs-intro p {
		font-size: 20px;
		line-height:1.3em;
	}
}

.underlined {
	position: relative;
	display: inline-block;
}

.button {
	display: inline-block;
	background: #265173;
	padding: 15px 25px;
	color: #fff;
	margin-right: 12px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
	margin-top: 12px;
	text-transform: uppercase;
}

	.button:hover {
		color: #fff;
		background: #18354b;
		text-decoration: none;
	}

	.button.red-button {
		background: #8c0b42;
	}

		.button.red-button:hover {
			background: #700834;
		}


.underlined img {
	position: absolute;
	left: 0;
	top: 90%;
	width: 100%;
}

.featured-left.featured-bg {
	padding-top: 38%;
	max-width: 900px;
	background-position: center top;
	background-size: cover;
}

@media screen and (max-width:991px) {
	.why-fs-intro {
		flex-direction: column;
	}

	.featured-left.featured-bg {
		width: 100%;
		background-position: center 18%;
		background-size: cover;
	}

	.why-fs-intro .col-md-5 .align-middle {
		max-width: 900px;
		padding: 20px 15px;
	}
}

@media screen and (min-width:992px) {

	.featured-left.featured-bg img {
		display: none !important;
	}

	.why-fs-intro .col-md-1 {
		width: 7.3%;
	}
}



@media (min-width:992px) and (max-width:1200px) {
	.featured-left.featured-bg.col-md-6 {
		left: 47%;
		width: 44%;
		background-repeat: no-repeat;
	}

	.why-fs-intro .col-md-5 {
		right: 45%;
		width: 47%;
		padding: 15px 0px;
	}
}

.flip-cards {
	background: #f1f1f1;
	padding: 3em 0px;
}

.card-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.card {
	position: relative;
	height: 300px;
	cursor: pointer;
	width: 32%;
	flex-basis: 30%;
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 30px;
	min-width: 240px;
	margin: 14px;
}

	.card .card-front,
	.card .card-back {
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		text-align: center;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 8px;
		box-shadow: 0px 0px 12px -3px #333;
		height: 300px;
		width: 100%;
		transition: transform 0.5s;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		padding: 20px 30px;
		background: white;
	}

	.card:not(.card--flipped) .card-back {
		transform: rotateY(180deg);
	}

	.card.card--flipped .card-front {
		transform: rotateY(180deg);
	}

	.card p {
		width: 100%;
	}

	.card img {
		width: 98px;
		margin-bottom: 18px;
	}

	.card-back  p {
		font-weight:600;
		font-size:18px;
	}

.card-content p {
	font-size: 1.5em;
	font-weight: 600;
	color: #201c1d;
}

.card-intro-text {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;	
}

@media screen and (min-width:992px) {
	.card,
	.card .card-front,
	.card .card-back {
		height: 260px;
	}
}


.cta-container {
	display: flex;
	background: #8c0b42;
	border-radius: 8px;
	background-size: 45%;
	background-position: center right;
	background-repeat: no-repeat;
	max-width: 1460px;
	margin: 60px auto;
	overflow: hidden;

	@media screen and (max-width:800px) {
		margin-top:0px;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	}
}

	.cta-container .cta-content {
		max-width: 55%;
		padding-left: 2%;
		padding-top: 80px;
		padding-bottom: 80px;
		color: white;

		@media screen and (max-width:800px) {
			max-width:100%;
		}
	}

.cta-container .cta-content h2 {
	font-size: 2.5em;
	line-height: 1.15em;
	margin-bottom: 40px;
}

.cta-content p {
	font-size:20px;
	margin-bottom:30px;
}

@media screen and (max-width:992px) {
	.cta-container .cta-content h2 {
		font-size: 2em;
	}
}

@media screen and (max-width:575px) {
	.cta-container .cta-content h2 {
		font-size: 1.65em;
	}
}

	.cta-container img {
		width: 40%;
		margin-left: auto;
		object-fit: cover;

		@media screen and (max-width:800px) {
			display:none;
		}
	}


.why-fs-outro {
	margin: 60px auto 80px;
}

	.why-fs-outro p {
		font-weight: 500;
		font-size: 1.5em;
		line-height: 1.2em;
		max-width: 780px;
		margin: 0 auto 40px;

		@media screen and (max-width:767px) {
			font-size:1.1em;
		}
	}

	.why-fs-outro .large-headline {
		max-width: 700px;
		margin: 20px auto 34px;
	}

/*Responsive Table Styles*/

.responsive-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 15px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}


.responsive-table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.responsive-table th,
.responsive-table td {
	padding: .625em;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 14px;
}

.responsive-table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align: bottom;
}

@media screen and (max-width: 1200px) and (min-width:992px) {
	.responsive-table {
		border: 0;
	}

	.responsive-table caption {
		font-size: 1.3em;
	}

	.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.responsive-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.responsive-table td {
		border: 0;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	.responsive-table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		margin-right: 20px;
	}

	.responsive-table td:last-child {
		border-bottom: 0;
	}
}

/*Redundant but need another max-width breakpoint for smaller screens*/
@media screen and (max-width: 767px) {
	.responsive-table {
		border: 0;
	}

	.responsive-table caption {
		font-size: 1.3em;
	}

	.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.responsive-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.responsive-table td {
		border: 0;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: left;
	}

	.responsive-table td::before {
		content: attr(data-label);
		display: block;
		text-align:left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.responsive-table td:last-child {
		border-bottom: 0;
	}
}