@font-face {
    font-family: 'scriptinaregular';
    src: url('../fonts/scriptin-webfont.eot');
    src: url('../fonts/scriptin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/scriptin-webfont.woff2') format('woff2'),
         url('../fonts/scriptin-webfont.woff') format('woff'),
         url('../fonts/scriptin-webfont.ttf') format('truetype'),
         url('../fonts/scriptin-webfont.svg#scriptinaregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face{ 
	font-family: 'fontin_sans_r_45b';
	src: url('../fonts/fontin_sans_r_45b-webfont.eot');
	src: url('../fonts/fontin_sans_r_45b-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/fontin_sans_r_45b-webfont.woff') format('woff'),
	     url('../fonts/fontin_sans_r_45b-webfont.ttf') format('truetype'),
	     url('../fonts/fontin_sans_r_45b-webfont.svg#webfont') format('svg');
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 30px; 
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 0px;
    color: grey;
    overflow-y: scroll;
}

.fontSignature{
    color: white;
    font-family: "scriptinaregular";
    text-align: center;
	font-size: 48pt;
}

.navbar{
    background: white;
    font-weight: bold;
    margin-bottom: 0px;
	}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
    background-color: transparent;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #9d9d9d;
    background-color: transparent;
}

.divTextAlignCenter{
	text-align: center;
}

.divTextAlignLeft{
	text-align: left;
}

.centerText{
	text-align: center;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}


.clearMenu {
	clear: both;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.list-group-item {
	background-color: transparent !important;
	border: none;
}
.marginTop15px{
	margin-top: 15px;
}

.marginLeft15px{
	margin-left: 15px;
}

.marginTop25px{
	margin-top: 25px;
}

.marginTop50px{
	margin-top: 50px;
}

.marginTop100px{
  margin-top: 100px;
}


.img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
    margin: auto;
 
}

.item{
    height:400px;
}

.carousel-inner{
   background-image: url("../images/curved.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height:400px;
  }
  
  .carousel-caption{
	top:100px;
	
  }
  
  .carousel-caption h3{
	font-weight:bold;
	font-size: 28px;
  }

  .carousel-caption p{
	font-size: 16px;
  }
  
  .fa-5 {
    font-size: 12em;
	}

.imageContainer{
    display: block;
    width: auto;
    max-height: 100%;
    margin: auto;	
    overflow: hidden;
    //border: 2px solid red;
    margin-top:10%;
}	
	
.floatLeftCenter{
	float: left;
	width: 33%;
	text-align: center;
	margin-left: 50%;
	margin: auto;
}

.toggleHeading {
	animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
	   -moz-transition: none !important;
}

.toggleCaption {
	animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
	   -moz-transition: none !important;
}

.leftColumnAbout{ 
	width:20%;
	float: left;
	text-align: right;
}
.rightColumnAbout{ 

	width:80%;
	float: left;
        padding-left: 10%;
	text-align: justified;
}

.bottomPadding{
	padding-bottom: 100px;
	}

.aboutContainer{
    margin:auto;
    width:100%;
	
}

#aboutContainer {
    background: url("../images/GreybeardBackground.png") no-repeat center;
	padding-bottom: 100px;
	}

.rightColumnText{
	font-size: 1.0em;
	color: #888;
	line-height: 1.8em;
}

.leftColumnText{
	font-size: 1.1em;
	color: #000;
	font-weight: 600;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: black;
}

.footer-text{
    line-height: 50px;
    color: grey;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  width: 70%;
  margin: 0 auto;
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: center;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

/*********contacts**********/
.contact {
	background: #F7F7F7;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input[type="text"]{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid black;
	color: black;
	padding: 8px;
	display: block;
	width: 29.6%;
	margin-right:3%;
	float:left;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form input[type="text"]:nth-child(3)
{
	margin-right: 0px;
}
.contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid black;
	color:black;
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	//text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:250px;		
}
.contact-form input[type="submit"]{
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #fff;
	background: #2297BE;
	border: 1px solid #2297BE;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 30px;
	font-size: 1em;
	font-weight:600;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 3px;
	outline: none;
}
.contact-form input[type="submit"]:hover{
	background: #2255BE;
	border: 1px solid #2255BE;
}

.google-login-link {
    display: block;
    text-align: center;
    margin: 40px auto;
    width: 200px;
    border: 2px solid #2980b9;
    color: #2980b9;
    padding: 5px;
    background: white;
}

/*Dynamic images*/
.dy-img {    
    max-width: 100%;
  height: auto;
  width: auto\9; /* IE8 */
}

/*Generic Center Div*/
.center-div
{
     margin: 0 auto;
     max-width: 100%;
     text-align: center;
}


.motto {
  color: grey;
  font-size: 28pt;
    font-weight: bold;
}

.secondMotto {
  color: lightgrey;
  font-size: 24pt;
}

.classificationHeader{
  display: inline-block;
  background: green;
  width: 100%;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: -3px;
}


.milestoneHeaderCompletd{
  float: right;
  margin-right: 15px;
  font-size: 12px;
  color: grey;
}

.dash_panel {
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    margin-bottom: 10px;
}


.fixed_height_320 {
    min-height: 320px;
}

.dash_title{
  font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.dash_content {
    padding: 0 5px 6px;
    float: left;
    clear: both;
    margin-top: 5px;
    width: 100%;
}

.dash_content_title {
  color: #5A738E !important;
  font-size: 13px;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
}

.dash_content_job_title {
  color: #5A738E !important;
  font-size: 15px;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
}

.dash_content_notes {
    color: black;
    font-size: 13px;
    font-weight: 400; 
    }

.dash_date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px;
}

.dash_month {
    margin: 0;
    text-align: center;
    color: #fff;
}

.dash_day {
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: #fff;
}

.dash_content_time{
    color: #73879C;
    font-size: 11px;
    font-weight: 100; 
}

.justify{
  text-align: justify;
}

.lineBreak{
  white-space: pre-line;
}

.projectsTable .td{    
    padding:20px;
    border:5px solid black;
}

.jobStyling{
    width: 56px;
    height: 56px;
    text-align: center;
}

.jobStylingText{
    font-size: 28px;
    line-height: 2em;
    width: 56px;
    height: 56px;
    color: #FFFFFF;
}
/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
      margin-bottom: 2.5em;
    }
    
.subnavbar-inner {
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
  display: inline-block;
  
  height: 80px;
  padding: 0;
  margin: 0;
  
}

.subnavbar .container > ul > li {
  float: left;
  min-width: 90px;
  height: 60px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  border-left: 1px solid #d9d9d9; 
}

.subnavbar .container > ul > li > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #b2afaa;
}

.subnavbar .container > ul > li > div > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
  color: #888;
  text-decoration: none;
}

.subnavbar .container > ul > li > div > a:hover {
  color: #888;
  text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
  display: inline-block; 
  width: 24px;
  height: 24px;
  margin-top: 11px;
  margin-bottom: -3px;
  font-size: 20px;
}

.subnavbar .container > ul > li > div > a > i {
  display: inline-block; 
  width: 24px;
  height: 24px;
  margin-top: 11px;
  margin-bottom: -3px;
  font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
  display: block; 
}

.subnavbar .container > ul > li > div > a > span {
  display: block; 
}

.subnavbar .container > ul > li.active > a {
  border-bottom:3px solid #ff7f74;
  color: #383838;
}

.subnavbar .container > ul > li.active > div > a {
  border-bottom:3px solid #ff7f74;
  color: #383838;
}
    
.subnavbar .dropdown .dropdown-menu a {
  font-size: 12px;
}

    
.subnavbar .dropdown .dropdown-menu {
      text-align: left;
      
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
    
    
    
.subnavbar .dropdown-menu::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.subnavbar .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}


.subnavbar .caret {
  margin-top: 4px;
  
  border-top-color: white;
  border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
  display: none;
}

.btn-login{
    color: #fff;
  background: #00ce81;
    border: none;
    line-height: normal;  
}

.red{
    background-color:#F15E66;
}
.yellow{
    background-color:#FFDB64;
}
.orange{
    background-color:#F58326;
}
.blue{
    background-color:#85B1DE;
}

.green{
    background-color: green;
}

.greenText{
  font-size: 12px;
    color: green;
}

.redText{
  font-size: 12px;
    color: red;
}

/* File Upload Css */
#uploadContainer{
position: relative;
}

#fileDropArea {
    border: 1px dashed #ccc;
    width: 100%;
    min-height: 35px;
    margin: 10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:box;
    cursor:pointer;
}

#fileDropArea.over {
  border: 2px dashed #000;
}

#fileDropList {
    width:100%;
    margin: 0 auto;
}
.fileDropMessage{
    padding:10px;
}
.fileThumb {
    width:auto;
    height:25px;
    float:left;
    margin:3.5px;
}
.fileCont{
    display:block;
    width:100%;
    height:40px;
    margin:2.5px;
    margin-right:-30px;
    max-width: 600px;
}
.fileSize{
   text-align:right;
    height: 100%;
  line-height: 33px;
    font-size:12px;
    padding-right: 35px;
}
.fileName{
    float:left;
    height: 100%;
  line-height: 33px;
}
.remove{
    width:20px;
    height:40px;
    padding-top: 13px;
    font-size: 18px;
    float:left;
}

.progress{
  height: 6px !important;
}
.progress-bar {
  background-color: green;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
  width: 250px;
  line-height: 6px;
  height: 6px;
  position: relative;
  display: block;
}
  
.infoSmall{
  font-size: 11px;
  font-style: italic;
}

.img-thumbnail{
  max-width: 75px;
}

.deleteModal
{
   width: 300px;
   height: 300px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -150px;
   margin-top: -150px;;
}

#filebox{
    display:none;
}

.fileUploadImage{
  float:left;
  margin-right:5px;
  vertical-align:middle;
}

.attachmentThumb{
  height: 23px;
  width: auto;
}

.close-icon
{
  display:block;
  margin-top: 5px;
  box-sizing:border-box;
  width:20px;
  height:20px;
  border-width:3px;
  border-style: solid;
  border-color:red;
  border-radius:100%;
  background-color:red;
  font-size:27px;
  font-family: "Times New Roman", Times, serif;
  color: white;
  line-height:15px;
  cursor:pointer;
  float:right;
  margin-left:10px;
}

.close-icon:before {
    content: "×";
}

.popupSuccess {
  display: none;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  background: rgba(0,0,0,0.5);
  z-index: 20;
}

.popupSuccessMessage{
  text-align: center;
  margin: 0 auto;
  height:150px;
  width: 275px;
  margin-top:35px;
  border: 1px solid black;
  background: #f2f2f2;
}

.popupSuccessMessage p{
  margin-top:20%;
}

/*Styled checkbox*/
.styledCheckbox .container {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.styledCheckbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.styledCheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.styledCheckboxStrike .container input:checked ~ .styledText {
  text-decoration: line-through;
  font-style: italic;
}

/* When the checkbox is checked, add a blue background */
.styledCheckbox .container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.styledCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.styledCheckbox .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.styledCheckbox .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listNone{
  list-style-type: none;
  padding: 0px;
  margin: 5px;
}

.voteArrows{
  width:15px;
  cursor: pointer;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;nter;
}

.noPadding{
  padding-left: 0px;
  padding-right: 0px;
}

.mce-branding{
  display: none !important;
}

.max300{
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.max350{
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.max400{
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

.max500{
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.divider{
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdownElement {
    position: relative;
    display: inline-block;
}

.dropdownElement-content {
    display: none;
    position: absolute;
    font-size: 14px;
    text-align: left;
    list-style: none;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    min-width: 100px;
    padding: 5px 0;
    /*margin: 2px 0 0;*/
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdownElement:hover .dropdownElement-content {
    display: block;
}

.dropdownElement-content a:hover {
  background-color: #f5f5f5
}

/* Links inside the dropdownElement */
.dropdownElement-content a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
      
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}

.box.is-uploading .box__input {
  visibility: none;
}
.box.is-uploading .box__uploading {
  display: block;
}

.box__button {
  display: none;
}
.no-js .box__button {
  display: block;
}

.pointer{
  cursor: pointer;
}

.rightText{
	text-align: right;
}