

body {
    background: white;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
}

body#home  {
	background: url(../img/bkg_home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
}

a {
	color: #157BC6;
	text-decoration: none;
}

/* Float, Clear, Hidden */
.float-right { float: right; }
.float-left { float: left; }
.center { margin: 0 auto !important; }

.text-right { text-align: right !important; }
.text-left  { text-align: left !important; }
.text-center { text-align: center !important; }

.clearAll { clear: both; }
.clearfix:before, .clearfix:after { content: ""; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.invisible { visibility: hidden !important;}
.visible { display: inline !important; }
.hidden, .antispam {display: none !important;}
.no-border { border: none !important; }

::focus { outline: 0; }

/* -------------------------------- */
/* fluid grid on 960 @ 60px + 20px Gutter */
/* -------------------------------- */
.c1 { width:  6.25%;   }
.c2 { width:  14.583%; }
.c3 { width:  22.917%; }
.c4 { width:  31.25%;  }
.c5 { width:  41.667%; }
.c6 { width:  47.917%; }
.c7 { width:  56.25%;  }
.c8 { width:  64.583%; }
.c9 { width:  72.917%; }
.c10 { width: 81.25%;  }
.c11 { width: 89.583%; }
.c12 { width: 97.917%; }

/* Push Columns  */
.p1 { margin-left:  8.333%; }
.p2 { margin-left: 16.667%; }
.p3 { margin-left: 25.000%; }
.p4 { margin-left: 33.333%; }
.p5 { margin-left: 41.667%; }

.col {
    margin: .56% 1.04%;
    overflow: hidden;
    float: left;
}
.row {
    /* max-width: 960px; */
    width:  97.917%;
    margin: 0 auto;
    overflow: hidden;
}

.main-btn {
    position: absolute;
    top: 40px; left: 20px;
    font-size: 24px;
    color: white;
    text-shadow: 0 0 6px 0 #000;
    cursor: pointer;
}

.main-btn:hover {
   color: #619834; 
}

.main {
	/* background: url(images/bg.png); */
	background-color: #a7cdc7;
	position: relative;
	margin: 20px auto 50px auto;
	text-align: center;
	max-width: 1000px;
	padding: 20px;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.36);
}

.inner {
	padding: 10px 30px 30px 30px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.36);
}

hr {
    padding: 0;
    border: none;
    border-top: medium double #999;
    color: #999;
    text-align: center;
    clear: both;
}

hr.single {
    padding: 0;
    border: none;
    border-top: 1px solid #999;
    color: #999;
    text-align: center;
    clear: both; 
}

hr.single-lt {
    padding: 0;
    border: none;
    border-top: 1px solid #efefef;
    color: #efefef;
    text-align: center;
}

hr.single-light-gray {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px 0;
}



/*---------------Home Page--------------- */
.homeMain {
	position: fixed;
	top: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.center {
	display: table;
	text-align: center;
	vertical-align: middle;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ececec, endColorstr=#00ececec);
	/*IE*/
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.centerContainer {
	display: table-cell;
	vertical-align: middle;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ececec, endColorstr=#00ececec);
	/*IE*/
}

.homeStuff {
	padding: 10px 30px 30px 30px;
	max-width: 700px;
	margin: 0px auto;
}

.homeStuff .logo {
    text-align: center !important;
    margin: 0px auto;
    max-width: 360px;
    background: rgba(255,255,255,0.9);
    border: 4px solid #f16826;
}

.homeStuff .logo img {
	width: 100%;
	max-width: 250px;
}

.links { padding-top: 30px; }

.links a {
    padding: 15px 20px;
    color: black;
    border: 3px solid #6f818f;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
    display: inline-block;
    margin-top: 15px;
    border-radius: 100px;
}

.links a:hover {
	background-color: black;
	color: white;
}

/*---------------Interior Pages--------------- */
.header {
	background-color: white;
	border-bottom: 10px solid #073172;
	margin-bottom: 20px;
}

.logo {
	text-align: left;
	margin: 0px 0px -37px -23px;
	padding: 0px 0px 15px 0px;
}

.logo img {
	/* width: 100%; */
	max-width: 250px;
	/* box-shadow: 0 0 7px 4px rgba(0,0,0,0.35); */
}

.title {
	float: right;
	font-size: 15px;
	margin-top: -30px;
	color: #157BC6;
	font-weight: bold;
}

.content { padding-top: 20px; }

nav {
    position: fixed;
    float: left;
    width: 230px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #cfd8dc;
    color: #aaabae;
    box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    -o-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    -moz-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    z-index: 999;
}

/* nav img { box-shadow: 0 0 7px 4px rgba(0,0,0,0.35);} */

.nav-logo {
    max-width: 190px;
    margin: 20px;
}

#nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#nav-list li {
  position: relative;
  margin: 0;
  border-bottom: 1px ridge rgba(255, 255, 255, 0.15);
  padding: 0;
  padding: 0;
}
#nav-list li ul {
  opacity: 0;
  height: 0px;
}

#nav-list li a {
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
    background-color: #a9b8c3;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
    border: none;
    /* border-left: 4px solid #999; */
}


#nav-list li a:hover {
    color: #ffffff;
    background-color: #00617f;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    /* border-left: 4px solid #00617f; */
}

#nav-list li.active > a {
    background-color: #6f818f;
    color: #ffffff;
    border-left: 4px solid #f16826;
}


#nav-list ul li {
    background-color: #B52E31;
}
#nav-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav-list li ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: -1px;
  background-color: #2b303a;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.1s linear;
  border-top: 1px solid rgba(69, 74, 84, 0.7);
}
#nav-list li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#nav-list .fa { margin-right: 5px; }

#nav-list .void { margin-top: 40px; }

#content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 210px;
    padding: 20px 60px;
    background: rgba(255,255,255,.95);
    color: #454545;
    text-transform: initial;
}

header {
    width: 100%;
    height: 190px;
    background: url(../img/bkg_header.jpg) 0 center;
    margin-bottom: 20px;
     box-shadow: 0 0 7px 4px rgba(0,0,0,0.35);
}
.dashboard-event {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0px 0px 2px 1px rgba(37, 37, 37, 0.39);
    padding: 1em;
    margin-bottom: 1em;
    background-color: white;
    text-transform: default;
}

.panel {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}


#content h1 {
    border-bottom: 1px solid rgb(204, 204, 204);
    color: #00617f;
    font-size: 2.75rem;
    font-weight: normal;
    letter-spacing: .025em;
    line-height: 1.6;
    margin: .35em 0;
    /* text-transform: uppercase; */
}

#content h1 span a { border: none !important; color: #999 !important; }

#content h2 {
	color: #009688;
	font-size: 1.25em; 
	font-weight: normal;
	line-height: 1.4;
	padding: .25rem 0;	
}

#content h3 {
	color: #009688;
	font-size: 1em;
	font-style: italic;
	line-height: 1.2;
}

p.absolute-btm {
    position: ABSOLUTE;
    width: 100%;
    font-size: 12px;
    color: #d5d5d5 !important;
    text-align: center;
    bottom: 16px;
}

img.burkely-logo {
    box-shadow: none;
    width: 96%;
    padding: 2%;
    margin: 20px 0 23px 0;
}



.iframeContainer .viewMode  .dashboardTabs {
    display: none !important;
}


.iframeContainer div#contents {
    margin-top: -85px;
}

#events .event-message {
    font-size: 13px;
}

#events .event-message h1 {
    font-size: 18px;
    padding: 18px 0 10px 0;
    margin: 0;
    line-height: 1.25;
}

#events .event-message h2 {
    font-size: 15px;
    padding: 12px 0 4px 0;
    margin: 0;
    line-height: 1.25;
}

.event-message ul { 
    margin: 0 ; 
    padding: 0; 
}


.event-message li {
    padding: 5px 5px;
    margin-left: 1.6rem;
    letter-spacing: .5;
}

h2.event-date {
    padding: 0 !important;
    line-height: 1;
    font-size: 15px !important;
}





/* 
//- - - - - - - - - - 
//FORM DATA STYLES
//--------------------------------//
 */
.contact-form {
	display: inline;
	float: left;
	width: 97.91667%;
	margin: 0 1.04167% 4% 1.04167%;
}


input[type="text"], input[type="email"], textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #f7f7f7;
	border-radius: 0.35em;
	border: solid 2px #e5e5e5;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 0.75em;
	text-decoration: none;
	width: 100%;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .875rem;
}

select {
	background: #f7f7f7;
	border-radius: 0.35em;
	border: solid 2px #e5e5e5;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 0.75em;
	text-decoration: none;
	width: 100%;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .875rem;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus { border-color: gray; }

input[type="text"]:hover, input[type="email"]:hover, textarea:hover, select:hover, .form-select > select:focus {
	border-color: gray;
	color: gray !important;
}

.form-input > input,
.form-select > select {
	display: inline;
	float: left;
	width: 47.91667%;
	margin: 0 1.04167%;
	height: 50px;
	margin-bottom: 20px;
}

.form-checkbox > checkbox,
.form-radio > radio {display: inline-block; width: 97.91667%; margin: 0 1.04167%; }

.form-message { clear: both; }
.form-message #message {
	display: inline-block;
	float: left;
	width: 97.91667%;
	margin: 0 1.04167%;
	margin-top: 0px;
	height: 200px;
	padding: 2%;
}

.form-send { text-align: center; }

#send, #reset {
    display: inline;
    float: right;
    margin: 10px auto;
    background: gray;
    border-radius: 9px;
    border: none;
    color: white;
    font-size: 100%;
    padding: 0 3rem;
    
    height: 30px !important;
    border-radius: 4px;
    padding: 6px 6%;
    position: relative;
    float: left;
    font-family: 'FontAwesome','Gotham-Book', sans-serif;;
    cursor: pointer;
}

#send { float: right; }
#send:hover, #reset:hover { background: #d5d5d5; color: #333; cursor: pointer;}
#send:active, #reset:active { background: #88b04b; color: white; }


.communityButtonContainer {
text-align:center;
margin-top:65px;
    width: 1300px;
}

.commuintyButton {
color:#00617f;
font-family: 'Montserrat','Rockwell-Bold', Rokkitt, Lucida Sans;	
padding:17px 23px;
background-color:#ffffff;
border:#00617f 3px solid;
}

.ppcCover {
position:absolute;
z-index:99999999;
right:0px;
margin-right:145px;
margin-top:30px

}

#MainTableCommunity .ppcCover { display: none; }


.shadowItem {
    display: inline-block;
    padding: 6px 4px;
    margin-bottom: 60px;
}




@media only screen and (max-width:900px) {
	.logo {
		text-align: left;
		margin-bottom: -15px;
		margin-left: -30px;
	}
	
	.title { font-size: 13px !important; }
}
