
/* 
    Created on : 8-Jul-2015, 4:03:13 PM
    Author     : markharris
*/

@font-face {
    font-family: iconFont;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/* Symbols

    content: "\E892"; tag
    content: "\E837"; target

*/

body {
    font-family: source-sans-pro, sans-serif;
    font-size: 1.6em;
    color: #4A4A4A;
    font-weight: 100;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: passion-one, sans-serif;
}

#header {
    background: url(../images/masthead-bg.png) center top no-repeat;
}

#logo {
    height: 120px;
    background: url('../images/logo-with-text.png') center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

#header-info {
    text-align: right;
    padding: 10px;
}

#header-info h2 {
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

#header-info .spacer {
    height: 20px;
}


#share-buttons {
    margin-bottom: 10px;
}

#tagline {
    padding: 20px 0 0 65px;
    font-size: 1.3em;
}

#tagline strong {
    color: #337AB2;
    font-size: 1.1em;
}

.navbar {
    font-size: 1.2em;
    font-weight: 100;
}

.navbar .icon {
    font-family: iconFont;
    font-size: 1.3em
}

.navbar li.red {
    background: #8e2424;
}

#billboard {
    height: 490px;
    background: url(../images/billboard-bg-1.jpg) center center no-repeat;
    color: #fff;
}

#billboard h1 {
    text-shadow: 3px 3px 5px #333;
}

#billboard p {
    width: 250px;
    font-weight: 100;
    font-size: 1.1em;
}

#main {

}

#footer {
    background: #36688C;
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
}

.marquee {
    background-color: #908283;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 100;
    font-style: italic;
}

ul.locations {
    list-style: none;
    padding-left: 0;
    font-weight: normal;
}

ul.locations li:before {
    font-family: iconFont;
    content: "\E0C8";
    padding-right: 9px;
    position: relative;
    top: 2px;
}

#footer ul.nav {
    margin-top: 20px;
}

#footer ul.nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

#footer ul.nav li li {
    font-weight: 100;
}

#footer ul.nav li li:before {
    font-family: iconFont;
    content: "\E037";
    padding-right: 9px;
    position: relative;
    top: 2px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #eee;
}



.tfg-no-pad {
    margin-bottom: 30px;
}

.tfg-no-pad .col-md-4 {
    padding: 0;
}

.tfg-no-pad h2,
.tfg-no-pad p {
    padding-left: 15px;
    padding-right: 10px;
}

.tfg-no-pad h2 {
    padding-bottom: 49%;
    color: #226D88;
    margin-top: 45px;
}

.tfg-no-pad h2:before {
    font-family: iconFont;
    content: "\E409";
    position: relative;
    top: 6px;
    color: #B3B3B3;
}

.tfg-no-pad p {
    padding-right: 30px;
}

.tfg-janitorial h2 {
    background: url(../images/janitorial-bg.jpg) center bottom no-repeat;
    background-size: 100%;
}

.tfg-renovation h2 {
    background: url(../images/renovations-bg.jpg) center bottom no-repeat;
    background-size: 100%;
}

.tfg-maintenance h2 {
    background: url(../images/maintenance-bg.jpg) center bottom no-repeat;
    background-size: 100%;
}

.tfg-fancy-blue {
    background: url(../images/h-tag-bg-blue.jpg) left top no-repeat;
    color: #fff;
    padding: 10px 20px;
}

.sidebar {
    background: #908283;
    color: #fff;
    padding: 10px 30px 30px;
    font-size: 1.2em;
    font-weight: 100;
}

.sidebar h3 {
    margin-top: 0;
}

.sidebar a {
    color: #fff;
}

.sidebar a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-match {
    padding-top: 20px;
}

a.tel {
    font-weight: normal;
}

a.tel:before {
    font-family: iconFont;
    padding-right: 9px;
    position: relative;
    top: 7px;
    content: '\E0B0';
    font-size: 1.2em;
}

span.special:before {
    font-family: iconFont;
    padding-right: 9px;
    position: relative;
    top: 6px;
    content: '\E0BE';
    font-size: 1.2em;
    font-weight: 100;
}

span.special:after {
    content: 'trinity_facility@rogers.com';
    cursor: pointer;
}

ol {
    list-style: none;
    padding-left: 60px;
}

ol li {
    position: relative;
    margin-bottom: 20px;
}

ol li:before {
    position: absolute;
    top: 5px;
    left: -60px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4DC130;
    color: #fff;
    font-size: 2.1em;
    border-radius: 50%;
}   

ol li:nth-child(1):before {
    content: "1";
}

ol li:nth-child(2):before {
    content: "2";
}

ol li:nth-child(3):before {
    content: "3";
}

ol li:nth-child(4):before {
    content: "4";
}

ol li:nth-child(5):before {
    content: "5";
}

.clock-icon {
}

.clock-icon:before {
    content: '\E192';
    font-family: iconFont;
    font-size: 4em;
}

.reminder-icon:before {
    content: '\E7F5';
    font-family: iconFont;
    font-size: 4em;
}

.tfg-logo-all-white {
    background: url(../images/logo-with-text-all-white.png) center bottom no-repeat;
    background-size: contain;
    width: 230px;
    height: 120px;
    margin-right: 30px;
    cursor: pointer;
}

.section-nav {
    background: #FBFBFB;
    margin-top: 20px;
    padding: 20px;
}

.page-content {
    padding: 20px;
}

.tfg-nav-sidebar {
    margin-top: 100px;
    background: url('../images/pic-green-bg.png') center bottom no-repeat;
    background-size: contain;
    padding-bottom: 280px;
}

ul.tfg,
ul.tfg-check {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

ul ul.tfg-check {
    padding-left: 2em;
}

ul.tfg li:before,
ul.tfg-check li:before {
    font-family: iconFont;
    content: "\E037";
    padding-right: 9px;
    position: relative;
    top: 2px;
    color: #4DC130;
}

ul.tfg-check li:before {
    content: "\E5CA";
    font-weight: bold;
}

span.tfg-dtr:before {
    font-family: iconFont;
    content: "\E01F";
    position: relative;
    top: 0.2em;
}

.tfg-med-blue {
    color: #5E94BB;
}

.tfg-rev-med-blue,
.tfg-rev-grey,
.tfg-rev-dark-grey {
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
}

.tfg-rev-med-blue {
    background: #5E94BB;
}

.tfg-rev-grey {
    background: #999;
}

.tfg-rev-dark-grey {
    background: #666;
}

.tfg-normal {
    font-weight: normal;
}

.tfg-bold {
    font-weight: bold;
}

/* FORMS */

.website {
    position: absolute;
    left: -9999em;
    height: 0;
}

.form-group .radio label,
.form-group .checkbox label {
    display: block;
    margin-bottom: 5px;
}