/* *********************************** */

/* HMG - CSS Complied by Sri */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset,
figure {
	margin-bottom: 10px;
}
html {
  box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */  
}
*, *:before, *:after {
  box-sizing: inherit;
	-moz-box-sizing: inherit; /*Firefox 1-3*/
	-webkit-box-sizing: inherit; /* Safari */  
  
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

p.timeline-Tweet-text {
    color: red !important;
}
.active .hide{
    display: none !important;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 34px;
	padding: 0 30px;
	text-align: center;
	background-color: #E5E5E5;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
}
input[type="file"] {
	border-bottom: 1px solid #bbb;
	cursor: pointer;	
}
button.small {
	height: auto;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border-color: #888;
  outline: 0;
	background-color: #0F4160;
}
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #33C3F0;
  border-color: #33C3F0; }
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 38px;
	width: 100%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	margin: 5px 0; 
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-sizing: border-box;
 }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
	display: inline-block;
	vertical-align: top;
}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  padding-left: 24px;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;

 }
  sup {
	position: relative;
	bottom: -0.3em;
  }
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	width: 100%;
	border-bottom: inset 1px #e1e1e1;
	margin-bottom: 20px;
}
th {
	background-color: #BFCC89;
}
th,
td {
	padding: 3px 6px;
	text-align: left;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;  
	border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
	padding-left: 0;
	border-left: none;
	border-right: none;
}
th:last-child,
td:last-child {
	padding-right: 0; 
	border-left: none;
	border-right: none;
}
table.center-text td {
	text-align: center;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	border: 0 none;	
}

/*
 * Remove default fieldset styles.
 */

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
iframe {
	width: 99.8%;
	border: 1px solid #333;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
button:disabled, input:disabled, select:disabled, textarea:disabled {
    cursor:not-allowed !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background-color: #FFF;
}
a:hover {
   		-moz-transition: background .25s linear;
	   -webkit-transition: background .25s linear;
	transition: background .25s linear;
}
header {
	height: 120px;
}
.top-buttons {
	float: right;
	padding: 0 12px;
	line-height: 28px;
}
.top-buttons:hover {
	background-color: #BFCC89;
}
.social-media {
	width: auto;
	height: 28px;
}
.social-media a {
	display: inline-table;
	content:"";
	width: 20px;
	height: 20px;
	margin: 4px 2px;
}
.social-media a:nth-child(1) {
	background: url(../images/icons/social-media.png) no-repeat center;	
	background-position: 0 0;
}
.social-media a:nth-child(2) {
	background: url(../images/icons/social-media.png) no-repeat center;	
	background-position: -22px 0;
}
.social-media a:nth-child(3) {
	background: url(../images/icons/social-media.png) no-repeat center;	
	background-position: -46px 0;
}
.social-media a:nth-child(4) {
	background: url(../images/icons/social-media.png) no-repeat center;	
	background-position: -70px 0;
}
.social-media a:nth-child(1):hover {
	background-position: 0 -20px;
}
.social-media a:nth-child(2):hover {
	background-position: -22px -20px;
}
.social-media a:nth-child(3):hover {
	background-position: -46px -20px;
}
.social-media a:nth-child(4):hover {
	background-position: -70px -20px;
}
.container {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1030px;
  	box-sizing: border-box;	
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	position: absolute;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}
#search-box {
	display: none;
	height: auto;
	border: 1px solid #e5e5e5;
}
#search-box input {
	height: 24px;
	width: 148px;
	margin: 3px;
	border: none;	
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(../images/icons/grey-arrow.png) no-repeat right;
	
}
#search-box label {
	display: none;
}
#logo {
	position: absolute;
	left: 8px;
	top: 11px;
}
#content {
}
#mobile-menu {
	display: none;
	cursor: pointer;
}
#mobile-menu div {
    width: 36px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
#main-navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
}
#main-navigation ul,
#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#main-navigation ul li,
#breadcrumb ul li {
	float: left;
	list-style: none;
}
#main-navigation>ul>li {
	width: auto;
	height: 32px;
	padding: 0 30px;
}
#main-navigation>ul>li>ul>li {
	margin: 7px 0;
	height: 18px;
}
#main-navigation>ul>li:nth-child(1) {
	border-bottom: 4px solid #174f6b;
}
#main-navigation>ul>li:nth-child(2) {
	border-bottom: 4px solid #5D96C5;
}
#main-navigation>ul>li:nth-child(3) {
	border-bottom: 4px solid #0F4160;
}
#main-navigation>ul>li:nth-child(4) {
	border-bottom: 4px solid #BFCC89;
}
#main-navigation>ul>li:nth-child(5) {
	border-bottom: 4px solid #6CA991;
}
#main-navigation>ul>li:nth-child(6) {
	border-bottom: 4px solid #497C7E;
}
#main-navigation>ul>li:nth-child(1):hover,
#main-navigation>ul>li:nth-child(1).active {
	background-color: #174f6b;
}
#main-navigation>ul>li:nth-child(2):hover,
#main-navigation>ul>li:nth-child(2).active {
	background-color: #5D96C5;
}
#main-navigation>ul>li:nth-child(3):hover,
#main-navigation>ul>li:nth-child(3).active {
	background-color: #0F4160;
}
#main-navigation>ul>li:nth-child(4):hover,
#main-navigation>ul>li:nth-child(4).active {
	background-color: #BFCC89;
}
#main-navigation>ul>li:nth-child(5):hover,
#main-navigation>ul>li:nth-child(5).active {
	background-color: #6CA991;
}
#main-navigation>ul>li:nth-child(6):hover,
#main-navigation>ul>li:nth-child(6).active {
	background-color: #497C7E;
}
#main-navigation>ul>li:nth-child(1) ul,
#main-navigation>ul>li:nth-child(2) ul,
#main-navigation>ul>li:nth-child(3) ul {
	left: 0;
}
#main-navigation>ul>li:nth-child(4) ul,
#main-navigation>ul>li:nth-child(5) ul,
#main-navigation>ul>li:nth-child(6) ul {
	right: 0;
}
#main-navigation li a {
	display: block;
	text-align: center;
}
#main-navigation ul ul {
	display: none;
	position: absolute;
	width: auto;

	z-index: 100;
}
#main-navigation>ul>li:hover ul {
	display: block;
	position: absolute;
	top: 32px;
}
#main-navigation ul ul li {
	float: left;
	padding: 0 8px;
}
#main-navigation ul .active ul {
    display: block;
    position: absolute;
    top: 32px;
}
#main-navigation>ul>li>ul>li {
	border-right: 1px solid #FFF;
	margin-bottom: 50px;
}
#main-navigation>ul>li>ul>li:last-child {
	border-right: none;
}
#main-navigation>ul>li>ul>li>ul {
	display: none !important;
}
#menu-bg {
	position: absolute;
	width: 100%;
	height: 32px;
	z-index: 10;
	top: 0;
	/* background-color:#505050; */
	left: 0;
}
#banner {
	position: relative;
	overflow: hidden;
	text-align: center;
}
#banner img {
	width: 100%;
	height: auto;
}
#banner.home {
	height: auto;
	margin-bottom: 18px;
}
#banner.inner {
	height: auto;
	min-height: 164px;
	max-height: 420px;
	padding-top: 32px;
}
#banner-text {
	position: absolute;
	left: 20px;
	bottom: 48px;
	width: 375px;
	height: 210px;
	padding: 70px 15px 15px;
	
	text-align: left;
}
#banner-text.double {
	padding: 130px 15px 15px;
}
#banner-text.large {
	width: 425px;
}
#banner-text h2.double {
	height: 112px;
}
#banner-text:before {
	content: "";
	position: absolute;
	left: -20px;
	top: -32px;
	width: 270px;
	height: 88px;

	background-color: #BFCC89;
}
#banner-text.large:before {
	width: 370px;
}
#banner-text h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 56px;
	padding-left: 20px;
	margin-bottom: 12px;
}
#banner-text.large h2 {
	width: 350px;
}
#banner-text .more {
	position: absolute;
	right: 42px;
	bottom: 15px;
	margin-top: 15px;
}
#banner-text .more:after {
	content:"";
	position: absolute;
	width: 9px;
	height: 19px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow.png) no-repeat center;
}
#stats div {
	height: 138px;
}
#stats h2 {
	margin-top: -10px;
}
#stats .stats-icon {
	float: left;
	margin: 24px 10px 24px 20px;
	width: 78px;
	height: 78px;
}
#stats .c4:nth-child(1) {
	border-top: 6px solid #497C7E;
}
#stats .c4:nth-child(2) {
	border-top: 6px solid #BFCC89;
}
#stats .c4:nth-child(3) {
	border-top: 6px solid #5D96C5;
}
#stats .c4:nth-child(1) .stats-icon {
	background: url(../images/icons/stats-icon-sprite.png) 0 0;
}
/* #stats .c4:nth-child(1):hover .stats-icon{
	background: url(../images/icons/stats-icon-sprite.png) 0 -78px;
} */
#stats .c4:nth-child(2) .stats-icon {
	background: url(../images/icons/stats-icon-sprite.png) -78px 0;
}
/*#stats .c4:nth-child(2):hover .stats-icon {
	background: url(../images/icons/stats-icon-sprite.png) -78px -78px;
} */
#stats .c4:nth-child(3) .stats-icon {
	background: url(../images/icons/stats-icon-sprite.png) -156px 0;
}
/* #stats .c4:nth-child(3):hover .stats-icon {
	background: url(../images/icons/stats-icon-sprite.png) -156px -78px;
} */
#stats .stats-text {
	height: 122px;
	margin: 15px 0;
	padding-right: 20px;
	border-right: 1px solid #FFF;
}
#stats .c4:last-child .stats-text {
	border-right: none;
}
#stats .foot-note {
	position: absolute;
	height: auto;
	top: 108px;
	right: 10px;
	text-align: right;
}
#home-conf-res {
	position: relative;
}
#home-conf-res .c6>div {
	height: 300px;
}
#home-conf-res .c6 .hover {
	margin-top: -300px;
}
#home-conf-res .c6.first {
	padding-right: 15px;
}
#home-conf-res .c6.last {
	padding-left: 15px;
}
#home-conf-res h3 {
	position: absolute;
	top: 0;
	height: 40px;
	padding: 0 38px 0 20px;
}
#home-conf-res h3:after {
	content:"";
	position: absolute;
	width: 9px;
	height: 40px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow.png) no-repeat center;
}
#boxes h5:after {
	height: 22px;
}
#home-conf-res img {
	width: 100%;
	height: auto;
}
#news h3,
#dashboard h3 {
	padding: 10px;
}
#news .newsfeed div.c6 {
	height: 80px;
}
#news .newsfeed div.c6:nth-child(odd) {
	padding: 12px 15px 12px 12px;
}
#news .newsfeed div.c6:nth-child(even) {
	padding: 12px 12px 12px 15px;
}
#news .newsfeed div.c12 {
	padding: 12px 15px;
}
#news .rss-title {
	width: 96%;
	height: 42px;
/*	white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
}
#news a:after {
	content:"";
	position: absolute;
	width: 6px;
	height: 20px;
	top: 12px;
	right: 15px;
	background:url(../images/icons/blue-arrow.png) no-repeat center;	
} 
/*
#news a:after {
	content:"";
	position: absolute;
	width: 6px;
	height: 20px;
	margin-left: 12px;
	margin-top: 2px;
	background:url(../images/icons/blue-arrow.png) no-repeat center;	
} */
#news .date {
	padding-bottom: 9px;
	border-bottom: 1px solid #636363;
}
ul.newsfeed {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.newsfeed li {
	width: 48%;
	margin: 0 1%;
	border-bottom: 1px solid #636363;
}
ul.newsfeed li:nth-child(odd) {
	padding: 15px 15px 12px 12px;
}
ul.newsfeed li:nth-child(even) {
	padding: 15px 12px 12px 15px;
}
ul.newsfeed.inner li {
	width: 100%;
	padding: 12px 15px;
}
.latest-news {
	height: 118px;
}
#boxes .row:nth-child(1) .c4>div {
	height: 238px;
}
#boxes .row:nth-child(1) .c4:nth-child(1) .hover,
#boxes .row:nth-child(1) .c4:nth-child(2) .hover,
#boxes .row:nth-child(1) .c4:nth-child(3) .hover {
	margin-top: -238px;
}
#boxes .row:nth-child(2) .c4>div {
	height: 298px;
}
#boxes .row:nth-child(1) img {
	width: 100%;
	height: auto;
}
#boxes .top-border {
	border-top: 12px solid #497C7E;
}
#boxes img {
	display: block;
	margin: auto;
}
#boxes .arrow a:after,
#boxes h4.title:after {
	content:"";
	position: absolute;
	width: 6px;
	height: 25px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow-small.png) no-repeat center;
}
#boxes .social-icons {
	float: left;
	height: 174px;
	width: 33px;
	margin-top: 36px;
}
#boxes .social-icons div {
	width: 33px;
	height: 33px;
	cursor: pointer;
	margin-bottom: 14px;
	
   		-moz-transition: background .5s ease-out;
	   -webkit-transition: background .5s ease-out;
	transition: background .5s ease-out;	
}
#boxes .social-icons .fb {
		background: url(../images/icons/social-media-convo.png) no-repeat 0 0;	
}
#boxes .social-icons .twitter {
		background: url(../images/icons/social-media-convo.png) no-repeat 0 -47px;		
}
#boxes .social-icons .google-plus {
		background: url(../images/icons/social-media-convo.png) no-repeat 0 -94px;		
}
#boxes .social-icons .linkedin {
		background: url(../images/icons/social-media-convo.png) no-repeat 0 -141px;		
}
#boxes .social-icons .fb:hover {
		background: url(../images/icons/social-media-convo.png) no-repeat -34px 0;	
}
#boxes .social-icons .twitter:hover {
		background: url(../images/icons/social-media-convo.png) no-repeat -34px -47px;		
}
#boxes .social-icons .google-plus:hover {
		background: url(../images/icons/social-media-convo.png) no-repeat -34px -94px;		
}
#boxes .social-icons .linkedin:hover {
		background: url(../images/icons/social-media-convo.png) no-repeat -34px -141px;		
}
#boxes .social-icons .fb.toggle-active {
		background: url(../images/icons/social-media-convo.png) no-repeat -67px 0;	
}
#boxes .social-icons .twitter.toggle-active {
		background: url(../images/icons/social-media-convo.png) no-repeat -67px -47px;		
}
#boxes .social-icons .google-plus.toggle-active {
		background: url(../images/icons/social-media-convo.png) no-repeat -67px -94px;		
}
#boxes .social-icons .linkedin.toggle-active {
		background: url(../images/icons/social-media-convo.png) no-repeat -67px -141px;		
}
#boxes .social-feed {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 216px;
	height: 196px;
	background-color: #FFF;
	overflow: hidden;
}
#boxes .triangle {
	position: absolute;
	bottom: 0;
	left: 82px;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right:15px solid #FFF;
	transition-duration: 0.5s;	
}
#boxes .triangle.facebook-feed {
	display: block;
	bottom: 186px;
}
#boxes .triangle.twitter-feed {
	display: block;
	bottom: 140px;	
}
#boxes .triangle.google-plus-feed {
	display: block;
	bottom: 94px;	
}
#boxes .triangle.linkedin-feed {
	display: block;
	bottom: 46px;	
}
.facebook-feed,
.twitter-feed,
.google-plus-feed,
.linkedin-feed {
	display: none;
}
.facebook-feed.toggle-show,
.twitter-feed.toggle-show,
.google-plus-feed.toggle-show,
.linkedin-feed.toggle-show {
	display: block;
}
#page-header-container {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	margin-bottom: 58px;
}
#page-header {
	position: absolute;
	height: 50px;
	width : auto;
	padding-left: 80px;
	padding-right: 35px;
}
#page-header .box {
	position: absolute;
	left: 28px;
	width: 42px;
	height: 50px;
}
#page-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 85px;
	
	background-color: #BFCC89;
}
#breadcrumb {
	position: absolute;
	height: 35px;
	bottom: -35px;
	left: 80px;
	
	overflow: hidden;
}
/* temp */
#directory table#alabama th:nth-child(1) {
	width: 40%;
}
#directory table#alabama th:nth-child(2) {
	width: 60%;
}
#directory table#alabama h6 {
	font-size: 1.6rem;
	color: #0F4160;
}
#directory table th:nth-child(1) {
	width: 40%;
}
#directory table th:nth-child(2) {
	width: 20%;
}
#directory table th:nth-child(3) {
	width: 40%
} 
#directory table th:nth-child(last) {
	display: none;
}
#directory .hover {
	height: 180px;
	margin-top: -181px;
	padding-top: 65px;
}
/* Directory Map Styles */
#directory-map {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	margin-top: 65px;
	
	z-index: 200;
}
#directory-map img {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#close-map {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 90%;
		
	cursor: pointer;
}
#mark-img {
	position: relative;
	width: 1200px;
	height: 927px;
	margin: auto;
}
#mark-img a {
	position: absolute;
	right: 18px;
	bottom: 10px;
}
#mark-img a:after {
	content:"";
	position: absolute;
	width: 6px;
	height: 20px;
	margin-top: 1px;
	margin-left: 3px;
	background:url(../images/icons/blue-arrow.png) no-repeat center;	
} 
.mark {
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	/*background: #f02226; */
	border-radius: 50%;
	
	cursor: pointer;
}
.mark > span {
	display: none;
	position: relative;
	margin: 5px;
	min-width: 300px;
	background: #FFF;
	padding: 10px 10px 20px;
	border-radius: 0 0.25em 0.25em 0.25em;
	box-shadow: 0 0 3px rgba(0,0,0,.3);

	z-index: 200;
}
/* .mark > span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
} */
.mark.show-mark-address > .address  {
	display: inline-block;
}

.address a.close {
    bottom: auto !important;
    top: 0;
}
.address a.close:after{
    content:'';
    display: none;
}

/*typahead styles*/
.typeahead {
	margin-bottom: 3px !important; /* input has b.margin on template.css */
}
.tt-menu {
	background: #ccc;
	padding: 10px;
	min-width: 250px;
	border: 1px solid #333;
}
.tt-cursor {
	background: #FF0000;
}
/* end of directory map */	
#inner-page img {
	max-width: 100%;
	height: auto;
}
#inner-page h5.panel-title a {
	display: block;
	cursor: pointer;
}
#inner-page .c4 .hover {
	width: 186px;
	height: 248px;
	margin-top: -248px;
}
#leadership img {
	border: 10px solid #E5E5E5;
}
#leadership .c12 {
	display: none;
	border-top: 1px dotted #333;
	border-bottom: 1px solid #333;
	padding: 20px;
}
.panel {
	-webkit-border-radius: 0 0 0.25em 0.25em;
	-moz-border-radius: 0 0 0.25em 0.25em;
	border-radius: 0 0 0.25em 0.25em;
	
	margin: 1px;
	
	text-align: center;
}
.panel-heading {
	display: block;

	text-align: center;
	background-color: #0F4160;
}
.panel-heading:hover {
	background-color: #BFCC89;
}
.panel-body {
	padding: 5px;
	border: 1px solid #333;	
}
.panel-collapse {
	display: none;
}
footer {
	margin-top: 27px; 
}
#footer-navigation {
	margin-top: 30px;
}
.social-footer {
	width: auto;
	height: 21px;
	padding-left: 31px;
	margin-bottom: 10px;
}
.social-footer.fb {
	background: url(../images/icons/social-footer-media.png) no-repeat 0 0;
}
.social-footer.tw {
	background: url(../images/icons/social-footer-media.png) no-repeat 0 -31px;	
}
.social-footer.gg {
	background: url(../images/icons/social-footer-media.png) no-repeat 0 -62px;	
}
.social-footer.ln {
	background: url(../images/icons/social-footer-media.png) no-repeat 0 -93px;
}
#footer-navigation div.c3:nth-child(1) {
	border-top: 4px solid transparent;
	padding: 0;
}
#footer-navigation div.c3:nth-child(2) {
	border-top: 4px solid #497C7E;

}
#footer-navigation div.c3:nth-child(3) {
	border-top: 4px solid #BFCC89;
}
#footer-navigation div.c3:nth-child(4) {
	border-top: 4px solid #5D96C5;
}
#footer-navigation ul {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}
#footer .common-button {
	-webkit-box-shadow: 7px 7px 0px rgba(92,150,196,.5);
	-moz-box-shadow: 7px 7px 0px rgba(92,150,196,.5);
	box-shadow: 7px 7px 0px rgba(92,150,196,.5);
}
#footer-navigation img {
	display: block;
}
#footer-note {
	position: absolute;
	right: 0;
	bottom: 30px;
}
/* plugin over-rides */
.orbit-container .orbit-slides-container > * .orbit-caption {
	background-color: transparent;
	padding: 0;
}
/* member dahsboard styles */
#dashboard:hover h3 {
	background-color: #0F4160;
}
.dash-box {
	height: 215px;
}
.dash-box:hover {
	background-color: #BFCC89;
}
.dash-double-box {
	height: 448px;
	text-align: center;	
}
.dash-double-box img {
	margin: 5px auto 15px;
}
.dash-image {
	height: 163px;
	overflow: hidden;
}
#inner-page .dash-image img {
	width: auto;
	height: 163px;
}
.dash-title {
	position: relative;
	width: 100%;
	height: 52px;
	padding: 0 23px;
}
.dash-title:hover {
	background-color: #BFCC89;
}
.dash-title:after {
	content:"";
	position: absolute;
	width: 9px;
	height: 52px;
	margin-left: 12px;
	background:url(../images/icons/white-arrow.png) no-repeat center;
}
.userdata {
	border: 1px solid #CCC;
}
.control-group {
	margin: 10px 30px;
}
.dropdown-toggle {
	display: none;
}
.popover {
	width: 200px;
	background-color: #FFC;
	border: 1px dotted #ccc;
	border-radius: 3px;
	padding: 3px;
}

/* Event Calendar Styles */
.text-danger{
    background: #ff6262;
    padding: 3px;
    border-radius: 10px;
}
#inner-page .fc-content {
	background-color: #497C7E;
	padding" 1px;
}
.dp-event-tooltip__actions,
.dp-buttons-bar,
.dp-button.dp-button-edit {
	display: none;
}

/* End of Event Calendar Styles */
/* AHEC File Library Styles*/
    .collapse .file-wrapper {
        display: none;
    }
	#document-library .heading {
		cursor: pointer;
	}
/* End AHEC File Library Styles*/
/* Board Uploads page styles */
/* Civicrm Styles */

.crm-submit-buttons {
	margin-top: 20px;
}
.crm-submit-buttons a.cancel {
	padding-top: 4px;
}
.crm-register-button a {
	
}
.crm-container a.button:link {
	padding: 4px 8px;
	
}
/* End Civicrm Styles */
/*--------------------------------------------------------------
# Common Classes
--------------------------------------------------------------*/
.no_border {
	border: none;
}
.border {
	border: 1px solid #636363;
}
.border-dotted {
	border-bottom: 1px dotted #999;
}
.border-bottom {
	border-bottom: 1px solid #636363;
}
.border-top {
	border-top: 1px solid #636363;
}
.border-left {
	border-left: 1px solid #636363;	
}
.border-right {
	border-right: 1px solid #636363;
}
.black-bg {
	background-color: #111;
}
.white-bg {
	background-color: #FFF;
}
.light-blue-bg {
	background-color: #5D96C5;
}
.medium-blue-bg {
	background-color: #174f6b;
}
.dark-blue-bg {
	background-color: #0F4160;
}
.light-green-bg {
	background-color: #BFCC89;
}
.medium-green-bg {
	background-color: #6CA991;
}
.dark-green-bg {
	background-color: #497C7E;
}
.grey-bg {
	background-color: #cccccc;
}
.light-grey-bg {
	background-color: #E4E4E4;
}
.res-image {
	width: 100%;
	height: auto;
}
.common-button {
	width: 136px;
	height: 34px;
	padding: 0 12px;
	text-align: center;
	white-space: nowrap;
	margin: auto;
	
	-webkit-box-shadow: 7px 7px 0px rgba(15,64,97,.5);
	-moz-box-shadow: 7px 7px 0px rgba(15,64,97,.5);
	box-shadow: 7px 7px 0px rgba(15,64,97,.5);
	
   		-moz-transition: background .5s ease-out;
	   -webkit-transition: background .5s ease-out;
	transition: background .5s ease-out;		
}
.common-button button {
    border:none;
    padding:0;
}
.hover {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 100px;
}
#footer-navigation .common-button {
	-webkit-box-shadow: 7px 7px 0px rgba(92,150,196,.5);
	-moz-box-shadow: 7px 7px 0px rgba(92,150,196,.5);
	box-shadow: 7px 7px 0px rgba(92,150,196,.5);
}
.common-button a {
	display: block;
}
.common-button:hover {
	background-color: #BFCC89;
}
.common-button:active {
	border: 1px  dotted #e5e5e5;
}
.logout-button {
	display: none;
	position: absolute;
	top: -50px;
	right: 30px;
}
.btn-primary:hover {
	background-color: #0F4160;
}
.alpha {
	opacity: 0.90; filter: alpha(opacity=90); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.round-corner {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.hide {
	display: none;
}
.title {
	margin: 3px 0;
}
.print-button {
	position: absolute;
	top: -24px;
	right: 30px;
}
.frame {
	position: relative;
	margin: auto;
	width: auto;
	height: auto;
	padding: 20px;
	border: 1px solid #FFF;

	border-radius: 0.5em;
}
.frame input,
.frame textarea {
	float: right;
	width: 65%;
}
#login-form .success {
	background-color: #6C3;
	padding : 10px;
}
#login-form .error {
	background-color: #C30;
	padding: 10px;
}
.login .control-label {
	float: left;
	margin-right: 5px;
}
h4.alert-heading {
	display: none;
}
#system-message .alert-error,
#system-message .alert-warning,
#system-message .alert-message {
	background-color: #F00;
	margin-bottom: 20px;
	text-align: center;
}
#system-message a.close {
	float: right;
	cursor: pointer;
}
button#helpsite-refresh {
	float: right;
	margin-top: 20px;
}
.edit-icon {
	display: none;
}
/* Margin Settings */
.ma-5 {
	margin: 5px
}
.ma-10 {
	margin: 10px;
}
.ma-15 {
	margin: 15px;
}
.ma-20 {
	margin: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-5 {
	margin-left: 5px;
}
.mr-15 {
	margin-right: 15px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mlr-20 {
	margin-left: 20px;
	margin-right: 20px;
}
/* Padding Settings */
.pl-9 {
	padding-left: 9px;
}
.pr-9 {
	padding-right: 9px;
}
.pb-18 {
	padding-bottom: 18px;
}
.pa-5 {
	padding: 5px;
}
.pa-10 {
	padding: 10px;
}
.pa-20 {
	padding: 20px;
}
.pa-30 {
	padding: 30px;
}
.pt-15 {
	padding-top: 15px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.ptb-10 {
	padding-top: 10px;
	paddding-bottom: 10px;
}
.ptb-15 {
	padding-top: 15px;
	paddding-bottom: 15px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}

/* Over rides */
#twitter-feed {
	background-color: inherit !important;
}
/* ==========================================================================
   Responsive classes
   ========================================================================== */
.wfull {
	width: 100%;
	max-width: 100%
}
.w960 {
	max-width: 960px
}
.w640 {
	max-width: 640px
}
.w320 {
	max-width: 320px
}
.row {
	margin-bottom: 18px;
}
.c1 {
	width: 8.33%
}
.c2 {
	width: 16.66%
}
.c3 {
	width: 25%
}
.c4 {
	width: 33.33%
}
.c5 {
	width: 41.66%
}
.c6 {
	width: 50%
}
.c7 {
	width: 58.33%
}
.c8 {
	width: 66.66%
}
.c9 {
	width: 75%
}
.c10 {
	width: 83.33%
}
.c11 {
	width: 91.66%
}
.c12 {
	width: 100%
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	position: relative;
	float: left;
	min-height: 1px;
}
.s1 {
	margin-left: 8.33%
}
.s2 {
	margin-left: 16.66%
}
.s3 {
	margin-left: 25%
}
.s4 {
	margin-left: 33.33%
}
.s5 {
	margin-left: 41.66%
}
.s6 {
	margin-left: 50%
}
.s7 {
	margin-left: 58.33%
}
.s8 {
	margin-left: 66.66%
}
.s9 {
	margin-left: 75%
}
.s10 {
	margin-left: 83.33%
}
.s11 {
	margin-left: 91.66%
}
.end {
	float: right!important
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `: before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.black-alpha {
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.50);
	/* For IE 5.5 - 7*/
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.blue-alpha {
	background: rgb(93, 150, 197);
	background: rgba(93, 150, 197, 0.60);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#995D96C5, endColorstr=#995D96C5);
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#995D96C5, endColorstr=#995D96C5)";
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer  four values: 0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively.*/
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.text-shadow {
	 text-shadow: 2px 2px 8px #666;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.upgradeie {
	margin: 0.5em 0;
	color: #FFFFFF;
	padding: 1em;
	font-size: 1.1em;
	background-color: #C30;
	text-align: center;
}

/*==========  Media Querries  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1090px) {
	.container {
		max-width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.active .hide{
		display: none !important;
	}
	.top-buttons {
		position: absolute;
		right: 0;
		padding: 0 4px;		
		line-height: 36px;		
	}
	.social-media {
		margin-top: 44px;
	}
	#search-box {
		display: block;
		position: absolute;		
		height: auto;
		right: 28px;
		top: 0;
	}
	#search-icon {
		top: 0;
		right: 0;
		line-height: 32px;
	}
	#banner img {
		max-width: 300%;
		width: 140%;
		height: auto;
	}
    #mobile-menu {
		display: block;
		position: absolute;
		top : -52px;
		right: 20px;
	}
	#mobile-menu:after {
		content:"";
		position: absolute;
		right: -20px;
		top: 20px;
		background: url(../images/icons/menu-arrows.png) -7px 0;
		width: 14px;
		height: 9px;
	}
	#mobile-menu.click:after {
		background: url(../images/icons/menu-arrows.png) 0 0;		
	}
    #main-navigation {
		width: 100%;
		z-index: 110;
    }
    #main-navigation .menu > .parent {
        height: auto;
    }
    #main-navigation .nav-child .nav-child {
        display: none !important;
    }
    #main-navigation>ul.menu>li>ul {
        display: none;
        position: static;
        /* top: 32px; */
        height: auto;
        width: 100%;
    }
    #main-navigation ul.menu.mobile-show {
        display:inline-block;
		padding: 0;
    }
	#main-navigation > ul > li > ul > li {
		margin-bottom: inherit;
		border-right: none;
		margin: 4px 0;
		padding-bottom: 26px;
		border-bottom: 1px solid #FFF;
	}
	#main-navigation ul li {
		padding: 0 20px;
	}
    .parent.hide-rest {
        display: none;
    }
    .deeper.parent.focus.hide-rest:before {
        content: "MAIN MENU";
        display: block;
        float: left;
        width: 100%;
        padding-left: 15px;
		background: url(../images/icons/menu-back.png) no-repeat left center;
    }
    .parent.focus.hide-rest {
        display: inline-block;
    }
    #main-navigation>ul.menu>li.focus>ul {
        display: inline-block;
    }
	#main-navigation .nav-child ul {
		display: inline-block !important;
	}
	#main-navigation ul.menu {
		position: absolute;
		width: 60%;
        right: 0;
        left:auto;
        display: none;
		background-color: #FFF;
	
		box-shadow: -3px 3px 6px rgba(0,0,0,.3);
	}	
	#main-navigation ul.menu ul {
		display: none;
		position: relative;
	}
	#main-navigation ul.menu li {
		position: relative;
		width: 100%;
		padding: 10px;
	}	
	#main-navigation>ul>li {
		border-bottom-width: 1px !important;
	}
	#main-navigation>ul>li>ul>li {
		height: auto;
	}
	#main-navigation>ul.nav-child>li:nth-child(1) {
		background-color: #174f6b;
	}
	#main-navigation>ul.nav-child>li:nth-child(2) {
		background-color: #5D96C5;
	}
	#main-navigation>ul.nav-child>li:nth-child(3) {
		background-color: #0F4160;
	}
	#main-navigation>ul.nav-child>li:nth-child(4){
		background-color: #BFCC89;
	}
	#main-navigation>ul.nav-child>li:nth-child(5) {
		background-color: #6CA991;
	}
	#main-navigation>ul.nav-child>li:nth-child(5) {
		background-color: #497C7E;
	}
	#menu-bg {
		display: none;
	}
	#banner.home {
		margin-top: 34px;
	}
	.hover {
		display: block;
		position: absolute;
		bottom: 0;
		right: 5px;
		padding: 0;
		width: auto;
		margin-top: inherit;
		background-color: transparent;
	}
	.hover .common-button {
		display: none;
	}
	#stats .foot-note {
		top: 100px;
	}
	#home-conf-res .c6 .hover {
		margin-top: 0;
	}
	#home-conf-res .c6>div {
		height: auto;
	}
	#home-conf-res .c6.first {
		padding-right: 0;
	}
	.social-media {
		background-color: transparent;
	}
	.social-media a:nth-child(1) {
		background-position: 0 -40px;
	}
	.social-media a:nth-child(2) {
		background-position: -22px -40px;
	}
	.social-media a:nth-child(3) {
		background-position: -46px -40px;
	}
	.social-media a:nth-child(4) {
		background-position: -70px -40px;
	}
	#directory .hover,
	#inner-page .c4 .hover {
		background: none;
	}
	#contact-us,
	#member-login {
		position: absolute;
		top: 120px;
		width: 54%;
		
		z-index: 100;
	}
	#contact-us {
		right: 0;
		margin-right: -3.2%;
	}
	#member-login {
		left: 0;
		margin-left: -3.2%;
	}
	#banner-text,
	#banner-text.large {
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	#stats div {
		height: 110px;
	}
	#stats .c4,
	#boxes .c4 {
		width: 100%;
		margin-bottom: 20px;
	}
	#stats .stats-text {
		border-right: none;
	}
	#news .c6 {
		margin-bottom: 0;
	}
	#news .newsfeed div.c6 {
		height: auto;
	}
	#news .newsfeed div.c6:nth-child(odd),
	#news .newsfeed div.c6:nth-child(even) {
		padding: 6px 12px;
	}
	#news .rss-title {
		height: auto;
	}
	#boxes .pr-15,
	#boxes .pl-15 {
		padding: 0;
	}
	#boxes .social-feed {
		left: 96px;
		width: auto;
		bottom: 10px;
	}
	#boxes .triangle.facebook-feed {
		display: block;
		bottom: 166px;
	}
	#boxes .triangle.twitter-feed {
		display: block;
		bottom: 120px;	
	}
	#boxes .triangle.google-plus-feed {
		display: block;
		bottom: 72px;	
	}
	#boxes .triangle.linkedin-feed {
		display: block;
		bottom: 22px;	
	}	
	#boxes .row:nth-child(1) .c4>div,
	#boxes .row:nth-child(2) .c4>div {
		height: auto;		
		padding-bottom: 5px;
	}
	#footer-navigation .common-button {
		margin: 0;
	}
	#boxes .social-icons {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	#dashboard .common-button {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#footer-navigation .c3 {
		width: 50%;
		margin-bottom: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	table { 
  		width: 100%; 
  		border-collapse: collapse; 
	}
	button {
		padding: 0 10px;
	}
	.orbit-container .orbit-slides-container {
		margin-bottom: 200px; 
	}
	#banner-text,
	#banner-text.large {
		bottom: -200px;
		left: 0;
		width: 100%;
		height: 200px;
	}
	.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px
	}
	#home-conf-res .c6>div {
		height: auto;
		padding-bottom: 5px;
	}
	#home-conf-res .c6.first,
	#home-conf-res .c6.last {
		padding: 0;
	}
	#boxes .row:nth-child(2) .c4>div {
		bottom: 300px;
	}
	#dashboard div.c6,
	#dashboard div.c6 .c12:nth-child(1) {
		margin-bottom: 18px;
	}
	#dashboard div.c6 div:nth-child(2) {
		margin-bottom: 0;
	}
	#leadership .c4,
	#leadership .c5 {
		width: 50%;
	}
	#leadership .c2 {
		width: 100%;
	}
	#directory .hover,
	#inner-page .c4 .hover {
		display: block;
		height: auto;
		margin: 0;
		padding-top: 10px;
		
		background: none;
	}
	.map img {
		width: 100%;
		height: auto;
	}
	#view-map {
		display: block;
		margin: 20px;
	}
	div.parent-lib-wrapper .c5,
	div.library-list .c5	 {
		width: 41.66%;
		margin-bottom: 0;		
	}
	div.library-list .c6 {
		width: 50%;
	}
	div.parent-lib-wrapper .c1,
	div.library-list .c1 {
		width: 8.33%;
		margin-bottom: 0;		
	}
	div.parent-lib-wrapper .c2,
	div.library-list .c2 {
		width: 	16.66%;
		margin-bottom: 0;		
	}
	div.parent-lib-wrapper .c3,
	div.library-list .c3 {
		width: 	25%;
		margin-bottom: 0;		
	}	
	div.parent-lib-wrapper .c8 {
		width: 	66.66%;
		margin-bottom: 0;		
	}
	div.parent-lib-wrapper .c4,
	div.library-list .c4 {
		width: 	33.33%;
		margin-bottom: 0;		
	}
	#dashboard .row,
	div.library-upload .row {
		margin-bottom: 0;
	}
	.c6.pr-10,
	.c6.pl-10,
	.c6.pr-9,
	.c6.pl-9,
	.c8 .mr-30 {
		padding: 0;
	}
	p img {
		margin-bottom: 20px;		
	}
	.dash-double-box {
		height: auto;
	}
	#inner-page .dash-image img {
		width: 100%;
		height: auto;
	}
	.print-button {
		right: 0;
	}
	.mr-30 {
		margin-right: 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#logo {
		width: 200px;
		height: auto;
		top: 22px;
	}
	#home-conf-res .c6.last	{
		margin-bottom: 0;
	}
	#boxes .c4.last {
		margin-bottom: 0;
	}
	#footer-navigation {
		text-align: center;
	}
	#footer-navigation div.c3 {
		width: 60%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		border-top-width: 1px !important;
	}
	#footer-navigation img {
		display: inline-block;
	}
	#footer-navigation ul {
		float: none;
	}
	#footer-navigation .common-button {
		margin: auto;
	}
	#footer-navigation .social-footer {
		width: 86px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	#footer-navigation .pl-20 {
		padding-left: 0;
	}
	#footer-navigation .pl-10 {
		padding-left: 0;
	}
	#footer-navigation .pt-15 {
		padding-top: 0;
	}
	#footer-navigation .mb-20{
		margin-bottom: 10px;
	}

	#footer-note {
		position: relative;
		text-align: center;
		margin-top: 40px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

@media print,
       (-o-min-device-pixel-ratio:5/4),
       (-webkit-min-device-pixel-ratio:1.25),
       (min-resolution:120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	@page {
	  margin-left: 1.5cm;
	  margin-top: 1.5cm;
	  margin-right: 1cm;
	  margin-bottom: 1cm;
	}
	@page:left {
	  @bottom-left {
		content: "Page " counter(page) " of " counter(pages);
	  }
	}	
    a,
    a:visited {
        text-decoration: underline;
    }

/*    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
*/
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	.top-buttons,
	#banner,
	#contact-us,
	#member-login,
	#search-icon,
	#search-box,
	#main-navigation,
	#footer-navigation {
		display: none;
	}
	.c8 {
		width: 100%;
	}
	.c4 {
		display: none;
	}
	#boxes .c4 {
		display: block;
	}
	
}
