/* .raleway-121 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


body {
    width: 100%;
    height: 100%;
	color: #5C666F;
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
}
html {
    width: 100%;
    height: 100%;
}
a {
	color: #FFF;
}
a:hover, a:focus {
	text-decoration: none;
	color: #d3441c; 
}

/* SECTIONS */
.intro-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background: url('../img/fp_bg_1.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.about-section {
    height: auto;
    padding-top: 95px;
	padding-bottom: 50px;
    text-align: center;
    background: rgb(223,74,37);
}
.services-section {
    height: auto;
    padding-top: 95px;
	padding-bottom: 50px;
    text-align: center;
    background: url('../img/fp_bg_2.jpg') #FFF;
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 1750px;
}
.bios-section {
    height: auto;
    padding-top: 100px;
	padding-bottom: 70px;
    text-align: left;
    background: url('../img/fp_bg_2.jpg') #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.properties-section {
    height: auto;
    padding-top: 95px;
	padding-bottom: 100px;
    text-align: center;
    background: #E6E6E7;
}
.contact-section {
    height: auto;
    padding-top: 95px;
	padding-bottom: 100px;
    text-align: left;
    background: url('../img/fp_bg_3.jpg') #5C666F;
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 1750px;
}


/* TYPOGRAPHY */

h1 {
	font-family: 'TorontoSubway-Bold'; 
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 7px;
}
h2 {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 1.5;
	padding-bottom: 5px;
}
h3 {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 25px;
}
h4 {
	font-family: "Raleway", sans-serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 5px;
}
h5 {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 5px;
}

.hover-group h5 {
	letter-spacing: 3px;
}
p {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 1.7;
	padding-bottom: 5px;
}
hr {
	background: #d3441c; 
	width: 60%; 
	margin:0 auto 12px;
	border: 0;
	height: 2px;
}
hr.short {
	width: 20%; 
	margin: 15px auto;
}
hr.red {
	width: 92%;
	height: 1px;
}
hr.redbot {
	width: 92%;
	height: 1px;
	margin: 0 auto 3px auto;
}
.about-section h1,
.about-section h2,
.about-section h5,
.about-section p {
	color: #FFF;
}
.about-section h5 {
	font-size: 14px;
	line-height: 2;
}
.about-section p {
	font-size: 18px;
}
.contact-section h1,
.contact-section h2,
.contact-section p {
	text-align: left;
	color: #fff;
}
.contact-section a.contact,
.contact-section .contact {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 1.5;
	padding-bottom: 5px;
	color: #FFF;
}
.contact-section a:hover.contact {
	color: #d3441c; 
	text-decoration: none;
}
.contact-section hr {
	width: 100%;
	background: #FFF;
	height: 2px;
}
.properties-section h1 {
	color: #5C666F;
}
.properties-section h2 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.25;
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	color: #5C666F;
	text-align:left;
}
.properties-section h5 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #5C666F;
	padding-top: 10px;
}
.properties-section p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
	color: #5C666F;
}
.properties-section p.small {
	font-size: 90%;
}
a .redlink {
	color: #5C666F;
}
a:hover .redlink {
	color: #d3441c; 
}
.bios-section p {
	padding-top:10px;
	line-height: 1.5;
}
.bios-section .title {
	font-weight: 700;
}
.row {
	margin-bottom: 50px;
}
.contact-section .row {
	margin-bottom: 20px;
}
.cap {
	font-family: "Raleway", sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-size: 24px;
	color: #d3441c; 
}

.copyright {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 1.2;
	color: #FFF;
}
.location-sub {
	font-family: "Raleway", sans-serif; 
	font-weight: 700; 
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	line-height: 1.25;
	padding-bottom: 14px;
	display:block;
	color: #5C666F;
}
.subhead {
	font-family: "Raleway", sans-serif; 
	font-weight: 700; 
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: left;
	color: #5C666F;
}
.name {
	font-family: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 28px;	
	color: #d3441c;
}
.title,
a.title {
	font-family: "Raleway", sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 20px;
	color: #d3441c;
}
a.title:hover,
a.nextita:hover {
	color: #5C666F;
	text-decoration: none;
}
a.nextita {
	font-family: "Raleway", sans-serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: right;
	line-height: 16px;
	color: #d3441c;
}
.left {
	text-align: left!important;
}
.bgwh {
    background: #FFF;
	padding: 30px;
}
.inset {
	padding-left: 6.5%;
	padding-right: 6.5%;
}
.red {
	color: #d3441c!important;
}

.no-m {
	margin-bottom: 0;
}
.padded-15 {
	padding-bottom: 15px;
}
.margin-0-15 {
	margin-top: 0;
	margin-bottom: 30px;
}
.margin-0-8 {
	margin-top: 0;
	margin-bottom: 8px;
}
.properties-section .row {
	margin-bottom: 0;
}
hr.properties {
	width: 100%;
	background: #5C666F;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 60px;
}

#navbar {			
	width: 100%;
	margin: 0 auto;
}
#navbar-sticky-wrapper {			
	width: 100%;
	margin: 0 auto;
}
#navbar-sticky-wrapper.sticky-wrapper {position:absolute; width:100%; z-index:100;}
#navbar-sticky-wrapper.sticky-wrapper.is-sticky .navbar {position:fixed;}

.navbar {
    background: rgba(92,102,111,0.97);
	color: #FFF;
	border: none;
	padding: 5px 0;
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-nav {
}
.navbar-nav>li {
	border-right: none;
	margin-top: 23px;
}
.navbar-nav>li:last-child {
	border-right: 0;
}
.navbar-nav>li>a {
	font-family: "Raleway", sans-serif; 
	font-weight: 700; 
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
}
.nav>li>a {
	padding: 2px 15px;
}
ul.nav.navbar-nav {
	margin-bottom: 20px;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	border: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.container>.navbar-collapse {
}

.navbar-default .navbar-nav li a,
.navbar-fixed-top .navbar-nav li a {
	padding: 2px 13px 2px 15px;
}
.navbar-default .navbar-nav li:last-child a,
.navbar-fixed-top .navbar-nav li:last-child a{
	padding: 2px 0 2px 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	color: #FFF;
	font-family: 'TorontoSubway-Bold'; 
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 36px;
	height: 58px;
	padding: 12px 15px;
}
.navbar-toggle {
	background-color: #d3441c;
	border: none;
	padding: 8px 6px;
	margin-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-toggle .icon-bar {
	width: 18px;
	height: 1px;
}
.logo {
	width: 27px;
	height: 34px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
	background: url('../img/fp_icon_line.png') no-repeat center center;
	background-size: 27px;
	float: left;
}
.splash-logo {
	width: 200px;
	height: 135px;
	margin: 30px auto;
	background: url('../img/fp_logo_hd.png') no-repeat center center;
	background-size: 200px;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a {
	color: #FFF;
	background-color: transparent;
}
.navbar-fixed-top {
	position: fixed!important;
}
.sticky {
	position:fixed;
}
#bg {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
    background: url('../img/fp_bg_1.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index:-1;
}
.dot {
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    border: 0;
    border-radius: 50%;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    background:  rgb(223,74,37);
    box-shadow: 0;
	margin: 0 auto;
}
.dot-next {
    display:inline-block;
    width:13px;
    height:13px;
    line-height:13px;
    border: 0;
    border-radius: 50%;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    background: url('../img/fp_arrow_sm.png') rgb(223,74,37);
	background-size: 4px;
	background-repeat: no-repeat;
	background-position: center center;
    box-shadow: 0;
	margin-top: 5px;
}
a.title:hover .dot-next,
a.nextita:hover .dot-next {
    background: url('../img/fp_arrow_sm.png')  rgb(92,102,111);
	background-size: 4px;
	background-repeat: no-repeat;
	background-position: center center;
    color:#FFF;
}

.round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border: 0;
    border-radius: 50%;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    background: rgb(223,74,37);
    box-shadow: 0;
	margin: 100px auto 0px auto;
}
.round-button:hover, 
.bios-section .linkedin:hover, 
.contact-section .linkedin:hover {
    background: rgb(92,102,111);
    color:#FFF;
}
.always-on {
	display:none;
}
.bios-section {
	
}
.bios-section .profile {
	margin-bottom: 30px;
	text-align: center;
}
#next {
	position: absolute;
	right: 15px;
	top: -15px;
	width: 65px;
	height: 13px;
	text-align: right;
}
.bios-section .linkedin {
	position: relative;
	float: right;
    width:30px;
    height:30px;
    line-height:30px;
    border: 0;
    border-radius: 10%;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    background: rgb(223,74,37);
    box-shadow: 0;
	margin: 0 auto;
}
.bios-section .linkedin img,
.contact-section .linkedin img {
	vertical-align: sub;
}
.contact-section .linkedin {
	position: relative;
	float: left;
    width:30px;
    height:30px;
    line-height:30px;
    border: 0;
    border-radius: 10%;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    background: rgb(223,74,37);
    box-shadow: 0;
	margin: 0 auto;
}
.front-map {
	display: block;
	width: 300px;
	height: 100%;
	min-height: 235px;
	margin: 0 auto;
	background: url('../img/fp_map_front.jpg') no-repeat bottom center;
	background-size: 300px;
}
.front-map:hover {
	background: url('../img/fp_map_front.jpg') no-repeat top center;
	background-size: 300px;
}

/* HOVER */
.profpic {
	position:relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 232px; 
	height: 273px; 
	float: none; 
	display: block;
	background: url('../img/swipe_profile.jpg') no-repeat top center;
	background-size: 232px;
}
a.item {
	position:relative; 
	margin-bottom:20px; 
	overflow:hidden; 
	padding-left: 0;
	padding-right:0;
}
a.item * {-webkit-transform:translate3d(0,0,0);}
a.item img {display:block; margin:auto;}
a.item img.profile {width: 100%; height: 100%; display:block;}
a.item:hover {text-decoration:none;}

/*
a.item .hover-group {background-color:rgba(57, 57, 57, 0.92); text-align:center; position:absolute; top:0; right:15px; bottom:0; left:15px; opacity:0;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease;
    -o-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease;
}
a.item:hover .hover-group {opacity:1;}
*/
a.item .hover-group {background-color:rgba(57, 57, 57, 0.92); text-align:center; position:absolute; top:0; right:0; bottom:0; left:0; opacity:1; padding-top: 20px;
    -webkit-transition:background-color 0.3s ease;
    -moz-transition:background-color 0.3s ease;
    -o-transition:background-color 0.3s ease;
    transition:background-color 0.3s ease;
}
a.item:hover .hover-group {background-color:rgba(57, 57, 57, 0.50);}

a.item .hover-group hr {color:#d3441c; width:60%; height: 2px; margin:0 auto 15px;}
a.item .hover-group h4 {color:#fff; margin-bottom:10px; margin-top: 15px;}
a.item .hover-group h5 {color:#fff; margin-bottom: 0;font-weight:400;}
a.item .hover-group p {color:#fff; text-align: center; letter-spacing: 3px; font-size: 16px; margin-bottom: 0;}
a.item .hover-group img {margin: 6px; position:relative; float:left;}
a.item svg {width:30px; height:30px;}
a.item svg #Arrow {fill:#fff;}


/* ACCORDION */

.accordion-body {
	border-bottom: solid 2px #5C666F;
	border-top: solid 2px #5C666F;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 50px;
	padding-bottom: 30px;
}


a.accordion-toggle, 
.accordion-toggle {
	font-family: 'TorontoSubway'; 
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 7px;
	color: #5C666F;
}
a.accordion-toggle:hover,
a.accordion-toggle:active,
a.accordion-toggle:focus {
	color: #d3441c; 
	text-decoration: none;
}
.accordion-inner img {
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
}
.accordion-bullet {
	display: none;
}

/* FORM */
form {
	margin-top: 24px;
}
.input-group {
	width: 100%;
}
.form-control {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
.form-control:focus {
	border-color: #d3441c;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.btn {
	font-weight: 400;
	font-size: 20px;
	border-radius: 0;
	letter-spacing: 2px;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
.btn-info {
	color: #FFF;
	background-color: #d3441c;
	border: none;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	color: #d3441c;
	background-color: #FFF;
	border: none;
}

.mobile {
	display: block;
}
.full {
	display: none;
}
.active-panel {
    color:red !important;
}

@media (min-width: 768px) {
	/* SECTIONS */
	.intro-section {
	    height: 100%;
	    padding-top: 150px;
	    text-align: center;
	    background: none;
	}
	.about-section {
	    height: auto;
	    padding-top: 95px;
		padding-bottom: 50px;
	    text-align: center;
	    background: rgb(223,74,37);
	}
	.services-section {
	    height: auto;
	    padding-top: 95px;
		padding-bottom: 50px;
	    text-align: center;
	    background: url('../img/fp_bg_2.jpg') #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 1750px;
	}
	.bios-section {
	    height: auto;
	    padding-top: 100px;
		padding-bottom: 70px;
	    text-align: left;
	    background: url('../img/fp_bg_2.jpg') #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 1750px;
	}
	.properties-section {
	    height: auto;
	    padding-top: 95px;
		padding-bottom: 100px;
	    text-align: center;
	    background: #E6E6E7;
	}
	.contact-section {
	    height: auto;
	    padding-top: 95px;
		padding-bottom: 100px;
	    text-align: left;
	    background: url('../img/fp_bg_3.jpg') #5C666F;
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 1750px;
	}
	h2 {
		font-size: 24px;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 1.5;
		padding-bottom: 5px;
	}
	h3 {
		font-size: 21px;
		letter-spacing: 1px;
		line-height: 1.5;
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.about-section p {
		font-size: 17px;
	}
	.bios-section p {
		font-size: 16px;
	}
	#navbar-sticky-wrapper.sticky-wrapper {position:absolute; bottom:0; width:100%; z-index:100;}
	
	.container>.navbar-collapse {
		background: none;
	}
    .navbar {
        padding: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	.navbar-nav {
		float: right;
	}
	.navbar-nav>li {
		border-right: solid 2px rgb(211,68,28);
		margin-top: 23px;
	}
	.navbar-nav>li>a {
		font-size: 12px;
	}
    .top-nav-collapse {
        padding: 0;
    }
	.splash-logo {
		width: 375px;
		height: 256px;
		margin: 0px auto;
		background: url('../img/fp-logo-tablet.png') no-repeat center center;
		background-size: 375px;
	}
	.round-button {
		margin: 50px auto 0px auto;
	}
	.bgwh {
	    background: #FFF;
		padding: 6%;
	}
	.padded-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.profpic {
		position:relative; 
		margin-left: auto; 
		margin-right: auto; 
		width: 190px; 
		height: 224px; 
		float: none; 
		display: block;
		background: url('../img/swipe_profile.jpg') no-repeat top center;
		background-size: 190px;
	}
	a.item {


	}
	
	a.item .hover-group {
		padding-top: 5px;
	}
	a.item .hover-group h4 {font-size: 14px;}
	a.item .hover-group h5 {font-size: 11px;}
	a.item .hover-group p {font-size: 14px;}
	a .front-map {
		display: block;
		width: 710px;
		height: 450px;
		margin: 0 auto;
		background: url('../img/fp_map_front.jpg') no-repeat bottom center;
		background-size: 710px;
	}
	a:hover .front-map {
		display: block;
		width: 710px;
		height: 450px;
		margin: 0 auto;
		background: url('../img/fp_map_front.jpg') no-repeat top center;
		background-size: 710px;
	}
	a .properties-section h5 {
		
	}
	a:hover .properties-section h5 {
		color: #d3441c;
	}
	.map {
		display: block;
		width: 710px;
		height: 450px;
		margin: 0 auto;
		background: url('../img/fp_map.jpg') no-repeat top center;
		background-size: 710px;
	}
	
	a.maryland {
		width:79px;
		height:27px;
		position:absolute;
		top: 221px;
		left: 569px;
		background: url('../img/fp_ma.png') no-repeat top center;
		background-size: 79px;
	}
	
	a.maryland:hover,
	a.maryland:active,
	a.maryland:focus {
		background: url('../img/fp_ma.png') no-repeat bottom center;
		background-size: 79px;
	}
	
	a.arizona {
		width:80px;
		height:92px;
		position:absolute;
		top: 270px;
		left: 158px;
		background: url('../img/fp_az.png') no-repeat top center;
		background-size: 80px;
	}
	a.arizona:hover,
	a.arizona:active,
	a.arizona:focus {
		background: url('../img/fp_az.png') no-repeat bottom center;
		background-size: 80px;
	}
	a.idaho {
		width:65px;
		height:111px;
		position:absolute;
		top: 92px;
		left: 162px;
		background: url('../img/fp_id.png') no-repeat top center;
		background-size: 65px;
	}
	a.idaho:hover,
	a.idaho:active,
	a.idaho:focus {
		background: url('../img/fp_id.png') no-repeat bottom center;
		background-size: 65px;
	}
	a.illinois {
		width:46px;
		height:80px;
		position:absolute;
		top: 202px;
		left: 436px;
		background: url('../img/fp_il.png') no-repeat top center;
		background-size: 46px;
	}
	a.illinois:hover,
	a.illinois:active,
	a.illinois:focus {
		background: url('../img/fp_il.png') no-repeat bottom center;
		background-size: 46px;
	}
	a.texas {
		width:160px;
		height:158px;
		position:absolute;
		top: 296px;
		left: 258px;
		background: url('../img/fp_tx.png') no-repeat top center;
		background-size: 160px;
	}
	a.texas:hover,
	a.texas:active,
	a.texas:focus {
		background: url('../img/fp_tx.png') no-repeat bottom center;
		background-size: 160px;
	}
	a.florida,
	a.florida:visited {
		width:106px;
		height:80px;
		position:absolute;
		top: 365px;
		left: 491px;
		background: url('../img/fp_fl.png') no-repeat top center;
		background-size: 106px;
	}
	a.florida:hover,
	a.florida:active,
	a.florida:focus {
		background: url('../img/fp_fl.png') no-repeat bottom center;
		background-size: 106px;
	}
	a.virginia {
		width:91px;
		height:50px;
		position:absolute;
		top: 232px;
		left: 531px;
		background: url('../img/fp_va.png') no-repeat top center;
		background-size: 91px;
	}
	a.virginia:hover,
	a.virginia:active,
	a.virginia:focus {
		background: url('../img/fp_va.png') no-repeat bottom center;
		background-size: 91px;
	}
	a.nevada {
		width:70px;
		height:114px;
		position:absolute;
		top: 184px;
		left: 117px;
		background: url('../img/fp_nv.png') no-repeat top center;
		background-size: 70px;
	}
	a.nevada:hover,
	a.nevada:active,
	a.nevada:focus {
		background: url('../img/fp_nv.png') no-repeat bottom center;
		background-size: 70px;
	}
	a.oregon {
		width:90px;
		height:76px;
		position:absolute;
		top: 115px;
		left: 82px;
		background: url('../img/fp_or.png') no-repeat top center;
		background-size: 90px;
	}
	a.oregon:hover,
	a.oregon:active,
	a.oregon:focus {
		background: url('../img/fp_or.png') no-repeat bottom center;
		background-size: 90px;
	}
	.accordion-heading {
		display: inline-block;
	}
	.accordion-bullet {
		font-family: 'TorontoSubway'; 
		font-size: 26px;
		text-transform: uppercase;
		letter-spacing: 7px;
		color: #5C666F;
		display: inline;
	}
	.bios-section .profile {
		position: relative;
		left: -75px;
		height: 330px;
		margin-bottom: 0;
	}
	.bios-section .bio {
		margin-left: 45px;
		padding-left: 0;
		padding-right: 5px;
	}
	#next {
		position: absolute;
		top: -18px;
		width: 65px;
		height: 10px;
	}
	.btn {
		margin-bottom: 10px;		
	}
	.always-on {
		display: block;
		position: fixed;
		bottom: 25px;
		right: 25px;
		z-index: 1000;
	}
	.always-on img {
		vertical-align: baseline;
	}
}

@media (min-width: 992px) {
	h3 {
		font-size: 22px;
	}
	.mobile {
		display: none;
	}
	.full {
		display: block;
	}
	.about-section p {
		font-size: 18px;
	}
	.bios-section p {
		font-size: 17px;
	}
	.profpic {
		position:relative; 
		margin-left: auto; 
		margin-right: auto; 
		width: 210px; 
		height: 248px; 
		float: none; 
		display: block;
		background: url('../img/swipe_profile.jpg') no-repeat top center;
		background-size: 210px;
	}
	a.item .hover-group {
		padding-top: 10px;
	}
	a.item .hover-group h4 {font-size: 18px;}
	a.item .hover-group h5 {font-size: 12px;}
	a.item .hover-group p {font-size: 16px;}
	a.arizona {
		top: 290px;
		left: 268px;
	}
	a.idaho {
		top: 112px;
		left: 272px;
	}
	a.illinois {
		top: 222px;
		left: 546px;
	}
	a.texas {
		top: 316px;
		left: 368px;
	}
	a.florida {
		top: 385px;
		left: 601px;
	}
	a.virginia {
		top: 252px;
		left: 641px;
	}
	a.nevada {
		top: 204px;
		left: 227px;
	}
	a.oregon {
		top: 135px;
		left: 192px;
	}
	
	a.maryland {
		top: 241px;
		left: 680px;
	}

}

@media (min-width: 1200px) {
	.bios-section .bio {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-section p {
		font-size: 18.75px;
	}
	.bios-section p {
		font-size: 18px;
	}
	#next {
		position: absolute;
		right: 15px;
		top: -15px;
		width: 65px;
		height: 10px;
	}
	.profpic {
		position:relative; 
		margin-left: auto; 
		margin-right: auto; 
		width: 232px; 
		height: 273px; 
		float: none; 
		display: block;
		background: url('../img/swipe_profile.jpg') no-repeat top center;
		background-size: 232px;
	}
	a.item .hover-group {
		padding-top: 30px;
	}
	a.arizona {
		top: 290px;
		left: 367px;
	}
	a.idaho {
		top: 112px;
		left: 372px;
	}
	a.illinois {
		top: 222px;
		left: 645px;
	}
	a.texas {
		top: 316px;
		left: 468px;
	}
	a.florida {
		top: 385px;
		left: 701px;
	}
	a.virginia {
		top: 252px;
		left: 741px;
	}
	a.nevada {
		top: 204px;
		left: 326px;
	}
	a.oregon {
		top: 135px;
		left: 292px;
	}
	
	a.maryland {
		top: 241px;
		left: 779px;
	}
}
