﻿﻿/* COLOR REFERENCES 
Maroon:	#990000
Blue:	#3333FF
Grey:	#EEEEEE

*/
/* === GENERAL === */





body {
	margin-top: 50px;
	font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
}

#page-content-wrapper {
    padding-bottom: 80px !important;
}

.reportLabel {
  /*  text-decoration: underline;*/
}

a.tooltip span {
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#000;
    color:#e0e0e0;
    padding:0px 7px;
    line-height: 24px;
    height: 24px;
     
    opacity: 0; 
    transition:opacity 0.4s ease-out; 
    }       
     
a.tooltip span::before {
    content: "";
    display: block;
    border-left: 6px solid #000000;
    border-top: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 0px;
    }
     
a.tooltip:hover span {
    opacity: 1;
    bottom:-35px;
    }

.groupbox {
    border: 1px solid black;
}
label.divLabel{
    position:absolute;
    left: 35px;
}

label.smallDivLabel{
    position:absolute;
    left: 5px;
}

.text-center {
    text-align:center;
}
/* === GLOBAL === */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	/*font-weight: bold;*/ /* === difficult to read on pc === */
}

h1 {
	font-size: 3em;
	
}

h1,h2 {
	margin: 0 0 40px;
}

h3	{
	margin: 20px 0;
}

h4{
	font-size: 18px;
}

.btn	{
	font-weight: bold;
}

.btn-tiny {
    padding:0px !important;
}

img{
	width: 100%;
}

p {
	margin: 0 0 15px;
}

p.lead	{
	font-weight: normal;
}



a:hover {
	text-decoration: none;
	color: #c9302c;
}

.hrMarg	{
	margin : 0;
}

.hrCenter	{
	margin : 0 auto;
	
}

.noMargBot	{
	margin-bottom : 0;	
}

.vertTop	{
	vertical-align : top;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #FFFFFF;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #EEEEEE;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #7e8899;
    color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*Set a min width where your table start to look like crap*/
/*.table-fiexd table { min-width: 600px; }*/

/*The next 3 sections make the magic happen*/
.table-fixed thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-fixed-small tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 150px;
}

.table-fixed-med tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
}

.table-fixed-calendar tr{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100px;
} 

.table-calendar {
    max-width: 800px;
    margin: auto;
}

.table-calendar td {
    min-width: 100px;
    max-width: 600px;
}

.numberCircle {
    display:inline-block;

    border-radius:50%;
    border:2px solid maroon;

}

.circle:before {
  content: ' \25CF';
  font-size: 20px;
  color:crimson;
  float:left;
  padding-left:4px;
}

.numberCircle:before,
.numberCircle:after {
    content:'\200B';
    display:inline-block;
    line-height:0px;

    padding-top:25%;
    padding-bottom:25%;
}

.numberCircle:before {
    padding-left:1px;
}
.numberCircle:after {
    padding-right:1px;
}

.table-fixed td {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Use the following to make sure cols align correctly*/
.table-fixed tr, th, td {
    border: 1px solid hidden;
    border-collapse: collapse;
}


/*Set your columns to where you want them to be, skip the one that you can have resize to any width*/
 .table-fixed th:nth-child(1), td:nth-child(1) {
    width: auto;
}
.table-fixed th:nth-child(2), td:nth-child(2) {
    width: auto;
}
*/
/* === LAYOUT === */

.row + .row {
	margin-top: 20px;
}

section {
	padding: 80px 0;
}


.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

section.main-content {
	padding: 40px 0;
}

#primary {
	padding-top: 15px;
	padding-bottom: 10px;
}

.feature-image {	
	display: table;
	width: 100%;
}

.feature-image-default {
	background: url('../images/stuff-feature.jpg') no-repeat;
	background-size: cover;
}

.feature-image-default-alt {
    background: url('../img/backgrounds/default-bg.jpg') no-repeat;
    background-size: cover;
}

.feature-image h1 {
	vertical-align: middle;
	text-align: center;
	color: black;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.construction-img {
	padding: 20px;
	margin-top: 0;
	padding-top: 0;
}

.visible {
    visibility:visible !important
}


/* === HERO === */
#hero {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-image: url('../img/backgrounds/default-bg.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#hero .lead {
    color: white !important;
}
#hero article	{
	width: 100%;
	text-align: center;
}

#hero .hero-text	{
	margin-top: 30px;
}

.hero-text h1, h2, h3, h4, h5, h6, p, label {
    color: white;
}

/* === Quick Links === */
#quickLinks {
	margin: 30px 0 50px;
	text-align: center;
}

#quickLinks h1, h2, h3, h4, h5, h6, p, label, lead {
    color: white !important;
}

#quickLinks .linkBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background: #333333;
}


#quickLinks .linkBox {
    display: inline-block;
    margin: 0 2% 0 0;
    width: 30%;
    height: 250px;
    padding: 10px 15px 30px;
    position: relative;
    vertical-align: top;
    border: 2px #666666 solid;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

#quickLinks .btn	{
	position: absolute;
	bottom: 0;
	left: 16%;
	width: 70%;
	margin-bottom: 8px;
	font-size: 16px;
	padding-left: 9px;
	padding-top: 8px;
}
#quickLinks .linkBox h4	{
	margin: 0 0 10px;

}
#quickLinks h4{
    color:white !important;
}

#quickLinks .linkBox hr	{
	margin: 2px 0 10px;
	
}

#quickLinks h4 small	{
	/*font-weight: bold;*/
	display: block;
	line-height:1.3;
    color: white;
}

/* === Generic SubPages ===*/
.white-text {
    color:white !important;
}
.black-text {
    color: black !important;
}

/* === Data Request Form === */

#DataRequestForm h1, h2, h3, h4, h5, h6, p, label {
    color:black !important;
}

#DataRequestForm .checkbox {
    margin-top: 0;
    margin-bottom:0;
}



/* === PUBS === */
.noBorder {
    border: none;
    background-color: transparent;
    margin-left: 10px;
}
.docLock	{
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	 border-radius:1em; 
	 border: 2px #666666 solid;	
	 padding-left: 5px; 
	 margin-top:5px;
	 margin-bottom:0;
	 background: white;
}



.docLock h3 {
	margin: 10px 0;
}

.docWrapper ul {
    width: 100%;
}

.docWrapper ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.docWrapper br {
    clear: left;
}

.docWrapper {
    margin-bottom: 1em;
    height:auto;
}

.post {
    /*xfont-family: 'raleway'; */
}

.post , .widget, .member {
	position:relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h1 , 
.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h1 {
	font-size: 24px;
}

.post-image {
	height: auto;
}

    .post-image img {
        max-height: 270px;
    }

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i.fa {
	padding-left: 10px;
}

.post-details i.fa:first-child {
	padding:0;
}

.post p {
    margin: 0;
}

#pubsSelector {
	padding-top: 20px;
	padding-bottom: 10px;
}


#comments h3 {
	text-align: left;
}

#comments h4 {
	font-size: 1.3em;
	text-align: left;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}
/* === WIDGETS === */

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
    border: none;
}

.widget ul li:hover {
	position: relative;
	left: 2px;
}

/* === COMMENTS === */

.post-comments-badge	{
	height: 70px;
	width: 70px;
	position: absolute;
	top: 135px;
	right: 20px;
	border: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #79b044;
	text-align: center;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	line-height: 20px;
}

.post-comments-badge:hover {
	background-color: #8bc653;
}

.post-comments-badge i.fa {
	display : block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

#comments h3 {
    text-align: center;
}

#comments small {
    display: inline;
}



/* === ABOUT === */

#meat	{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#meat hr	{
	padding: 0;
}

#meat h4 small{
	font-weight: bold;
	display: block;
	line-height:1.3;
}


.questionBox	{
	display : inline-block;
	background: #EEEEEE;
	border:2px #666666 solid;
	border-radius:10px;
	width : 85%;
	margin-left: 30px;
	margin-bottom : 10px;
	text-align : center;
	padding: 0 5px;
}

.questionBox  hr	{
	margin: 3px auto;
	width: 100%;
}
.questionBox h3, h4, h5	{
	text-align: center;
}

.page-subtext {
    text-align: center;
	margin: 5px 30px;
	padding: 0 40px;
	
}
.sanctumImg {
    width:200px !important;
    height:155px !important;
    
}

.sanctumVid {
    width:420px !important;
    height:auto !important;
    
}
.sanctumBottom {
    margin-bottom: 120px;
}

.blogExcerptBottom {
    margin-bottom: 60px;
}
.post-excerpt img{
    width:auto;
}



.fmtDesc{
	padding-top: 20px;
	text-align: center;
	padding-right:40px;
}

.fmtName h4, small	{
	display: block;
}


.fmtPos	{
	display: block;
}

.fmtImg	{
	margin:0 auto;
    /*height: 150px;
    width: auto;*/
    padding-bottom:5px;

}

.fmtImgSize {
    width:125px;
    height: 150px;
}
.adminFMTDash {
    vertical-align: middle;

}

select {
     text-align-last:center;

}

.fmtAdminImg	{
	padding-left: 5%;
	padding-bottom: 15px;
    height: 100px;
    width: auto;

.faq	{
	padding-top : 68px;
}
.fmtHeader {
	border-bottom: solid 1px #ddd;
	width:100%;
	margin: 0 auto;
}
.topFAQ	{
	margin-top: 23px;
}

.extraPadding {
	padding: 0 80px;
}

.member {
	padding: 20px;
}


/* === METRICS === */

.tDashboard {
	margin: 0 auto;
}


/* === FOOTER === */


footer .container	{
	padding: 10px 0 15px 0;
	background : #222222;
	border-color : #080808;
	width:100%;
}

footer p {
	color: #FFFFFF;
}


.roundbox	{	
	border: 2px #666666 solid;
	border-radius: 10px;
	margin: 5px auto;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}



/* === ADMIN === */
.dropdown-item {
	display: block;
}

table small {
	display: inline;
}
.noMarg {
	margin:0;
}

.inline {
	display:inline;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* === MODAL === */
.modal-backdrop.in
{
    opacity:0.8 !important;
    position:fixed;/* This makes it cover the entire scrollable page, not just browser height*/
    height:100%;
	/*background: url('../img/tile.jpg') left top repeat;*/
}

.modal-body {

	/*height:100%;
	background: url('../images/Q400Tall.jpg') 50% 0 repeat fixed;*/
}

.modal-footer	{
	background-color:  #FFFFFF;
	margin-top: 10px;
}

body .modal-open {
  padding-right: 0px !important;
  overflow-y: auto;
  
}

#mceu_0 {
    left: inherit !important;
    top: inherit !important;
}


/* === FORMS === */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input .short	{
	width :100px;
}

input .med	{
	width : 200px;
}

input .long	{
	width : 300px;
}

input .extralong	{
	width : 500px;
}

#wikiSidebarSearch     {
    width: 100% !important;
}




/* === MEDIA QUERIES === */

@media screen and (max-width : 2560px ) {
	#quickLinks {
		margin: 30px 0 110px
	}
	
	#hero {
		background-position: 50% 50%;
		padding: 88px 0 0;
        min-height: 95vh;
		}
}

@media screen and (max-width : 1441px ) {
	
	#hero {
		min-height: 92vh;
		}
		
	.footer {
		position: inherit;
	}
}

@media screen and (max-width : 1025px ) {
	
	#hero {
		padding: 55px 0 0;
		min-height: 82vh;
		}
		
	.footer {
		position: inherit;
	}
}

@media screen and (max-width : 991px ) /*iPad*/ {
	
	.fmtDesc{
		padding-top:  0;
	}
	
	#page-banner p {
		background: rgba(255,255,255,0.8);
		padding: 10px;
	}
	
	#page-banner  p {
		padding-top:20px;
		padding-bottom: 20px;
	}
	
	.post h3 {
		font-size : 20px;
	}
}

		
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    div.container>div.row>div {
        width:100%;
        margin-right: 0;
		margin-left: 0;
		}
	
	#hero .hero-text {
		background: rgba(255,255,255,0.8);
		padding: 10px;
	}
	
	#hero img {
		width: 50%;
	}
	#hero {
		padding: 55px 0 0;
	}
	#page-banner p {
		background: rgba(255,255,255,0.8);
		padding: 10px;
	}
	
	#page-banner  p {
		padding-top:20px;
		padding-bottom: 20px;
	}
	
	.questionBox	{
		padding : inherit;
	}
	
	.questionBox hr{
		margin: 3px auto;
	}
	
	#quickLinks h4 {
		font-size: 18px;
		font-weight:bold;
	}
	#quickLinks h4  small{
		line-height: 1.5;
		font-weight: bold;
		font-size: 16px;
	}
	
	#quickLinks .btn  {
		font-size:18px;
	}
	
	#quickLinks .linkBox {
		padding: 10px 10px 30px;
	}
	
	#quickLinks {
		margin: 30px 0 90px;
	}
	
	.post h3 {
		font-size : 20px;
	}

	.construction-img {
		padding: 0 0 0 20%;
		margin: 0 auto;
		width: 80%;
	}
		
		
 }

@media only screen and (min-device-width : 767px) and (max-device-width : 1025px) and (orientation : landscape) {
	#quickLinks {
		margin: 30px 0 200px;
	}

    #hero {
        min-height: 92vh;
    }
}


	 
@media screen and (max-width : 766px ) /*Cellphone*/{
	#hero .hero-text {
		background: rgba(255,255,255,0.8);
		padding: 10px;
        font-size: .4em;
	}

    #hero .hero-text h1, lead {
        margin: 0 0 10px;
    }

    #hero .lead {
        color: white !important;
    }
	
	#hero img {
		width: 30%;
        padding-top: 50px;
	}
	
	#page-banner p {
		background: rgba(255,255,255,0.8);
		padding: 10px;
	}
	
	#page-banner  p {
		padding-top:20px;
		padding-bottom: 20px;
	}
	
	.questionBox	{
		padding : inherit;
	}
	
	.questionBox hr{
		margin: 3px auto;
	}
	
	#quickLinks h4 {
		font-size: 14px;
	}
	#quickLinks h4  small{
		line-height: 1.1;
	}
	
	#quickLinks .btn  {
		font-size:11px;
	}
	
	#quickLinks .linkBox {
		padding: 10px 10px 30px;
        height: 150px;
	}
	
	.post h3 {
		font-size : 20px;
	}
	
	#quickLinks {
		margin: 10px 0 5px;
	}
}
	
@media screen and (max-width : 426px) /*Tiny Phone*/{
 
	 #quickLinks .btn {
		position: absolute;
		bottom: 0;
		left: 10%;
		width: 75%;
		margin-bottom: 8px;
		font-size: 16px;
		padding-left: 7px;
		padding-top: 8px;
		font-size:11px;
		}
		
	#quickLinks h4 {
		font-size: 12px;
	}
	
	#hero {
		padding: 5px 0 0;
		min-height: 82vh;
		}
		
	.footer {
		position: inherit;
	}
}



@media screen and (max-width : 321px) /*Tiny Phone*/ {
    #hero .hero-text {
        margin-top: 10px;
    }

    h4 small {
        font-size: 65%;
    }


}


