/*
Theme Name: teamfoundation
Theme URI: http://www.edgeonline.ca/
Author: www.edgeonline.ca
Author URI: http://www.edgeonline.ca/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teamfoundation
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

teamfoundation is based on edgeonline.ca http://www.edgeonline.ca/, (C) 2012-2016 Automattic, Inc.
edgeonline.ca is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust:     none;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 18px;
    padding-top: 100px;
    word-wrap:break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}
a,
div,
h1,h2,h3,h4,h5,h6,
span,
i,
p,
ul,
li,
img,
*:before,
*:after,
input,
button,
select,
textarea,
.thumb ,
img,
header,
section,
footer
{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
a:active,
a:hover,
a:focus{
    outline: 0;
    text-decoration: none;
    border: 0;
}
a:visited {
    color: #000;
}
img {
    border: 0;
    height: auto;
    max-width: 100%; 
}
iframe {
    max-width: 100%;
    width: 100% !important;
}

/*CONTACINERS*/
.container {
    width: 1200px;
}
.cf_row {
    padding-top: 85px;
    padding-bottom: 85px;
}
 .cf_bread + .cf_row,
.row_projects + .row
  {
    padding-top: 55px;
}
.spacer {
    clear: both;
    margin-top: 50px;
}

.col-lg-4-custom:nth-child(3n) + div{
    clear: both;
}         
@media all and (min-width: 992px) {
    .col-lg-4-custom {
        margin-right: 8%;
        width: 28%;
    }
    .col-lg-4-custom:nth-child(3n) {
      margin-right: 0;
    }    
    .mobile_menu {
      display: none;
    }
}

/*BREADS*/
.cf_bread {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
    color: #111111;
}
.cf_bread a {
    color: inherit;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
}
h1,
.heading1 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 35px;
}
h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}
h3{
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 700;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
h6 {
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.title ,
.cf_row h3 {
    text-transform: uppercase;
}
body .heading1 {
    text-transform: none;
}
.title  span {
    display: block;
    line-height: 1.2em;
    margin-top: 8px;
    text-transform: none;
}
p {
    line-height: 1.4em;
    margin: 0;
}
#sidebar p {
    font-size: 15px;
}
.cf_row p i {
    margin-right: 12px;
}
p small {
    font-size: 0.8em;
}
p + p ,
p + ul ,
p + ol ,
ul + h3 ,
ul + h4,
ul + h5 ,
ul + h6 ,
ul + p {
    margin-top: 25px;
    clear: both;
}
p + h3 ,
p + h4 ,
p + h5 ,
p + h6 {
    margin-top: 50px;
    clear: both;
}
p + h6 {
    clear: none;
}
b {
    font-weight: 600;
}
p span,
h1 span,
h2 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
li span{
    color: #b02325;
}
.awesome,
.flex-prev:after,
.flex-next:after,
.check li:before ,
.unlist li:before ,
.owl-prev:before,
.owl-next:before,
#accordion h3::before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*LIST STYLES*/
ul,
ol {
    margin: 0 0 20px 15px;
    padding: 0;
}
ul li,
ol li {
    list-style-position: outside;
}
li {
    list-style-position: outside;
    margin-bottom: 5px;
}

ul.check,
ul.unlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.check li ,
ul.unlist li {
    margin-left: 5px;
    padding-left: 25px;
    line-height: 1.4em;
    position: relative;
    list-style: none;
}
ul.check li::before ,
ul.unlist li::before {
    color: #b02325;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 5px;
}
ul.check li:before{
    content: '\f00c';
}
ul.unlist li:before{
    content: "\f00d";
}


/*-----------------------------------
FORM COMMAN
-----------------------------------*/
/*FORMS COMMAN STYLES*/
::-webkit-input-placeholder {
    color: #000000 !important; opacity: 1 !important;
}
input::-moz-placeholder { 
    color: #000000 !important;  opacity: 1 !important;
}
textarea::-moz-placeholder { 
    color: #000000 !important;  opacity: 1 !important;
}
input:-ms-input-placeholder {  
    color: #000000 !important;  opacity: 1 !important;
}
textarea:-ms-input-placeholder {  
    color: #000000 !important;  opacity: 1 !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select,
select[class],
button[class],
textarea[class],
.button[class],
body table[class]
 {
   font-family: 'Roboto';
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance:none;
     -moz-appearance: none;
    -webkit-box-shadow:none;
    -webkit-border-radius:mone;
}
select::-ms-expand {
    display: none;
}
input[class]:focus,
select[class]:focus,
button[class]:focus,
textarea[class]:focus {
    outline:none;
}

body [id] input.form-control[class],
body [id] select.form-control[class],
body [id] textarea.form-control[class],
.ginput_container_textarea textarea.small,
.gform_wrapper[id] .gform_fields .gfield[id] .ginput_container .medium[id]
 {
    background-color: #eceff3;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    color: #121212;
    font-family: roboto;
    font-size: 14px;
    height: 52px;
    line-height: normal;
    margin: 0;
    padding: 5px 10px;
    text-transform: none;
    width: 100%;
}
body [id] select.form-control[class] {
    border: none;
}
.medium.gfield_select{
    background: url('images/select_bg.png');
    background-position: right 15px top 15px;
    background-repeat: no-repeat;
}
body [id] textarea.form-control[class],
.gform_wrapper[id] .gform_fields .gfield[id] .ginput_container textarea[id][class] {
    height: 235px;
    padding-top: 10px;
}
.quote_form .gform_wrapper[id] .gform_fields .gfield[id] .ginput_container textarea[id][class] {
    height: 120px;
}
body [id] input.form-control[class]:hover,
body [id] select.form-control[class]:hover,
body [id] textarea.form-control[class]:hover,
.form-control-select:hover,
.gform_wrapper[id] .gform_fields .gfield[id] .ginput_container .medium[id]:hover
 {
    border-color:#b02325;
    box-shadow: 0 0 0 1px #b02325;
}
body [id] input.form-control[class]:focus,
body [id] select.form-control[class]:focus,
body [id] textarea.form-control[class]:focus,
.form-control-select:focus,
.gform_wrapper[id] .gform_fields .gfield[id] .ginput_container .medium[id]:focus
 {
   background-color: #ffffff;
   border-color:#b02325;
   box-shadow: 0 0 0 1px #b02325;
   outline: none;
}
.gform_wrapper[id] .gform_fields .gfield_error[id] .ginput_container .medium[id] {
    border-color: #ff0000 !important;
}
.gform_wrapper[id] .gform_fields .gfield_error[id] .ginput_container .medium:hover,
.gform_wrapper[id] .gform_fields .gfield_error[id] .ginput_container .medium:focus {
     border-color: #ff0000 !important;
     box-shadow: 0 0 0 1px #ff0000;
}

body input[type="submit"],
body input[type="button"],
body input[id][class][type="submit"],
body input[id][class][type="button"],
body button[class][class]
{
    display: inline-block;
    background-color: #000000;
    color: #fff;
}
body input[type="submit"]:hover,
body input[type="button"]:hover,
body input[id][class][type="submit"]:hover,
body input[id][class][type="button"]:hover,
body button[class][class]:hover,

body input[type="submit"]:focus,
body input[type="button"]:focus,
body input[id][class][type="submit"]:focus,
body input[id][class][type="button"]:focus,
body button[class][class]:focus
{
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #b02325, 0 0 5px 0 rgba(176, 35, 35, 0.1);
    color: #b02325;
}




/*GFORMS LAYOUT*/
#gform_wrapper_2 {
    max-width: 750px;
    margin-top: 25px;
}
.quote_form {
    margin-top: 25px;
}
.gform_heading {
    display: none;
}
.gform_wrapper[id] {
    margin:0 0 20px;
}
.gform_wrapper[id] .gform_fields[id] .gfield[id][class]:not([type=" "]){
    background-color:transparent;
    border: none;
    clear: none;
    float: left;
    margin: 0 0 15px;
    max-width: 100% !important;
    padding: 0;
}
.gform_wrapper[id] .gform_fields .gfield.col-sm-6[id] {
    width: 47.5%;
}
.gform_wrapper[id] .gform_fields .gfield.pull-right[id] {
    float: right;
}
.gform_wrapper[id] .gform_fields .gfield.col-sm-12[id] {
    width: 100%;
}
.gform_wrapper[id] .gform_fields .gfield[id] .gfield_label ,
.form-group > label {
    color: #777777;
    float: left;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.quote_form [id] [id] .gfield_label {
    display: none;
}
.gform_wrapper[id] .gform_fields .gfield[id] .ginput_container {
    float: left;
    width: 100%;
    margin: 0;
}
.gform_wrapper[id] .gform_footer:not(id) {
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
}
.quote_form .gform_wrapper[id] .gform_footer:not(id) {
    text-align: left;
}
.gform_wrapper[id] .instruction.validation_message {
    background-color: rgba(255, 0, 0, 0.1);
    color: #111111;
    display: block;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
}

/*CHECKBOXES*/
.gform_wrapper[id] .gfield_checkbox li {
    margin: 0 0 5px;
}
.gform_wrapper[id] .gfield_checkbox input[id] {
    margin: 1px 2px 0 1px !important;
}
.gform_wrapper[id] .gfield_checkbox label {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

/*MESSAGES*/
.gform_wrapper[id] .gfield_required,
.form-group .required,
.gform_wrapper[id]  .gfield_description.validation_message,
#file-error-message
 {
    color:#FF1900;
}
.form-group .required {
    margin-left: 2px;
}
.gform_wrapper[id] .gform_fields .gfield[id] .gfield_description[class] {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 2px 0 0;
    width: auto;
}
.gform_wrapper[id] .validation_error {
    background-color: #ff0000;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*------------------------------
BUTTONS
------------------------------*/
.button_row {
    margin-top: 20px;
}
.button[class] {
    background-color: #000000;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    max-width: 100%;
    line-height: 1.42857;
}
.button[class]:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #b02325, 0 0 5px 0 rgba(176, 35, 35, 0.1);
    color: #b02325;
}
.button[class]:focus {
    background-color: #000000;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}
.button_sm[class] {
    font-size: 14px;
    padding: 7px 22px;
} 
.button_md[class] {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 35px;
} 
.gform_wrapper[id] .gform_button.button[id][class] {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px; 
    width: auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}
.main-navigation ul li {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
#primary-menu > li {
    float: left;
    padding-bottom: 41px;
    padding-top: 40px;
}
.main-navigation i {
    margin-left: 2px;
}
#primary-menu > li + li {
    margin-left: 20px;
}
.main-navigation a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #b02325;
}
[id] .current_page_item > a,
[id] .current-menu-item > a,
[id] .current_page_ancestor > a,
[id] .current-menu-ancestor > a {
    color: #b02325;
}

/*SUB MENUS*/
@media all and (min-width: 992px) {
    .sub-menu {
        background-color: #000000;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        display: none;
        left: -12px;
        position: absolute;
        top: 74%;
        width: 225px;
        padding-bottom: 10px;
        z-index: 100;
    }
    .main-navigation ul > li:hover > ul,
    .main-navigation ul > li.focus > ul {
        display: block;
    }
    .sub-menu li {
        margin: 0 12px;
        border-bottom: 1px solid #404040;
    }
    .sub-menu li a {
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .main-navigation ul li:last-child {
        border-bottom: 0;
    }
    /*SUB UL UL*/
    .sub-menu ul {
        background-color: #ffffff;
        left: 98%;
        position: absolute;
        top: 0;
        width: 175px;
        z-index: 101;
    }
    .sub-menu ul li {
        border-bottom: 1px solid #e7e7e7;
        margin-left: 12px;
        margin-right: 12px;
        text-align: center;
    }
    .sub-menu ul li a {
        color: #000000;
    }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.cf:after ,
.cf:before {
    content: "";
    display: table;
    clear: both;
}
.cf {
    clear: both;
}

/*ALL LINKS*/
a[href] {
    cursor: pointer;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
a,
.link_proceeds:visited,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.cf_bread a:hover,
.current,
.site-footer[id] a:hover
 {
    color: #b02325;
    text-decoration: none;
}
.address a {
    color: #ef271b;
}
a:focus {
    color: #111111;
    outline: none;
}
.quote a,
.main-navigation a
 {
    color: #ffffff;
}
a:hover,
.cf_bread a,
.link_proceeds:hover
 {
    color: #111111;
}
.link_proceeds {
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 25px;
}

/*THUMBS*/
.thumb {
    line-height: 0;
    position: relative;
}
.thumb  > a {
    display: block;
}
.thumb_map {
    border: 1px solid #e4e4e4;
    padding: 4px;
    margin-top: 45px;
}
.thumbprodetail {
    margin-bottom: 20px;
    text-align: center;
}
.align-right {
    float: right;
    margin-left: 15px;
    border: 1px solid #e4e4e4;
    padding: 4px;
    margin-bottom: 10px;
}
/*--------------------------
HEADER
---------------------------*/
.site-header{
    background-color: #000;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.site-branding {
    line-height: 0;
    margin-right: 27px;
    margin-top: 10px;
}
.site-branding img {
    width: 218px;
}
.quote{
    background-color: #b02325;
    padding:18px 10px;
}
.quote p {
   margin: 0;
}
.quote p:first-child:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.quote p:last-child {
   
}

/*STICKY HEADER*/
    .stickyhead.site-header {
        background-color: rgba(0, 0, 0, 0.85);
    }
    .stickyhead .site-branding {
        margin-right: 45px;
        margin-top: 13px;
    }
    .stickyhead .site-branding img {
        width: 120px;
    }
    .stickyhead .quote {
        padding: 10px;
    }
    .stickyhead .quote p {
        font-size: 12px;
    }
    .stickyhead #primary-menu > li {
        padding-bottom: 24px;
        padding-top: 25px;
    }
    .stickyhead .main-navigation a {
        
    }


/*SLIDER*/
.slider{
    position: relative;
}
.innerBanner img {
    width: 100%;
}
.flex-caption {
    background-color: rgba(0, 0, 0, 0.70);
    bottom: 0;
    height: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
}
.flex-caption p{
    color: #fff;
    font-size: 48px;
    line-height: normal;
    padding: 35px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
body .flex-caption img[class]{
    display: inline-block;
    margin-left: 10px;
    width: auto;
}

/*SLIDER NAVS*/
.flex-direction-nav {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 45.5%;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    z-index: 11;
}
.flexslider:hover .flex-direction-nav {
    left: 35px;
    right: 35px;
    opacity: 1;
}
.flex-nav-prev {
    float: left;
}
.flex-nav-next {
    float: right;
}
.flex-direction-nav a {
    background-color: #b02325;
    color: #fff;
    display: inline-block;
    font-size: 0;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    text-align: center;
    width: 50px;
     transform:scale(0.9);
     transform:scale(0.9);
}
.flex-direction-nav a:hover {
   color: #b02325;
   background-color: #ffffff;
}
.flex-direction-nav a:active {
    transform:scale(1);
    background-color: #b02325;
    color: #fff;
}
.flex-direction-nav a:after {
    font-size: 27px;
    line-height: 49px;
}
.flex-prev:after {
     content: "\f104";
}
.flex-next:after {
      content: "\f105";
}

/*LOADING*/
.flexslider.loading {
    background-color: #dadada;
    background-image: url("images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    min-height: 350px;
    width: 100%;
}
    @media all and (max-width: 767px) {
        .flexslider.loading {
            min-height: 150px;
            background-size: 75px 75px;
        }
    }
/*--------------------------
HOME
---------------------------*/
.welcome h1.head-title{
    text-align: center;
}
.welcome{
    float: left;
    padding: 0 0 60px;
}
.welcome p{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.red {
    background: #b02325;
    padding-top: 15px;
    padding-bottom: 15px;
}
.red h2{
    color: #ffffff;
    margin-bottom: 33px;
    margin-top: 12px;
    text-transform: uppercase;
}
.red ul {
    margin: 0;
    list-style: none;
}
.red li{
   color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.red li + li {
    margin-top: 11px;
}
.red li:before{
    background: rgba(0, 0, 0, 0) url("images/check.png") no-repeat scroll 0 0;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 14px;
}

/*--------------------------
PROJECTS
---------------------------*/
.pro {
    border: 1px solid #a0a0a0;
    margin-top: 35px;
    padding: 10px;
    padding-bottom: 20px;
}
.pro h3 {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
    min-height: 40px;
}
.pro p {
    color: #282828;
    font-size: 14px;
    text-align: left;
    min-height: 100px;
}
.icon {
    position: relative;
    padding-left: 50px;
}
.icon span {
    position: absolute;
    left: 0;
    top: 21px;
    font-size: 1.7em;
}


/*--------------------------
PROJECT DETAILS
---------------------------*/
.pro_desc p {
    font-size: 16px;
}
.pro_desc p + p {
    margin-top: 15px;
}
/*CROUSELS*/
.owl-nav {
    height: 1px;
    z-index: 10;
    clear: both;
}
.owl-prev, .owl-next {
    background-color: rgba(176, 35, 35, 0.85);
    bottom: 35%;
    color: #ffffff;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.owl-prev:hover, .owl-next:hover {
    background-color:rgba(255, 255, 255, 0.85);;
    color: #b02325; 
}
.owl-prev:before ,
.owl-next:before {
    color: inherit;
    font-size: 22px;
    line-height: 40px;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev:before {
  content: "\f104";
}
.owl-next:before {
  content: "\f105";
}
.owl-carousel .disabled .owl-prev , 
.owl-carousel .disabled .owl-next{
   display: none; 
}

/*--------------------------
TESTIMONAILS
---------------------------*/
.group {
    border: 1px solid #e0dee0;
    margin-bottom: 8px;
}
#accordion h3 {
    background-color: #ffffff;
    cursor: pointer;
    color: #b02325;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 11px 5px 11px 55px;
    position: relative;
}
#accordion h3 span {
    color: #121212;
    text-transform: none;
}
#accordion h3:before {
   content: "\f0a9";
}
#accordion h3:before {
    color: #b02325;
    font-size: 24px;
    left: 14px;
    position: absolute;
    top: 9px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#accordion h3.ui-state-active {
    background-color: #b02325;
    color: #ffffff;
}
#accordion h3.ui-state-active  span {
    color: #ffffff;
}
#accordion h3.ui-state-active:before {
    color: #ffffff;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg);
}
.group > div {
    font-size: 0.95em;
    padding:10px 10px 10px 55px;
}
#accordion p {
   
}
#accordion p + p {
    margin-top: 10px;
}

/*--------------------------
FOOTER
---------------------------*/
.site-footer{
    background-color: #000000;
    padding: 25px 0 25px;
}
.site-footer ul {
    list-style: none;
    margin: 0;
}
.site-footer li{
    border-right: 1px solid #6e6e6e;
    display: inline-block;
    line-height: 0.9em;
    margin-bottom: 0;
}
.site-footer li:last-child{
    border-right: 0;
}
.site-footer li a{
    color: #6e6e6e; 
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
}
.site-info {
    padding-top: 25px;
}
.site-info p{
    color: #9c9c9c;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
}
.site-info p a{
    color: #9c9c9c;
}
