﻿@import url('../../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


html {
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url(../images/backgrd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: .05em;
    line-height: 18px;
    color: #232323;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.border {
    background: #ffffff;
    border-radius: 10px;
    width: 869px;
    margin: 68px auto;
    padding: 10px 35px;
    -webkit-box-shadow: 10px 10px 64px -8px rgba(0,0,0,0.48);
    -moz-box-shadow: 10px 10px 64px -8px rgba(0,0,0,0.48);
    box-shadow: 10px 10px 64px -8px rgba(0,0,0,0.48);
}
section{
    margin:0 auto;
}
.flags{
    text-align:center;
}
.flags p{
    margin:0;
}
    .flags img {
        margin: 0 0.5em;
    }
.flags a{
    float:left;
    margin: 5px;
    font-size:9px;
}
    .flags a:first-of-type {
        margin-left:0;
    }
.contactUs a{
   margin-right:5px;
}
.photoLinks{
    text-align:center;
}
.photoLinks .col-1-4 {
    text-align: center;
}
/*=====-----------------------------=====*/
/*             TYPOGRAPHY                */
/*=====-----------------------------=====*/
/*=====-----------------------------=====*/
/*        Links and Buttons              */
/*=====-----------------------------=====*/
a {
    color: #7F786D;
    text-decoration: none;
}
    a:hover {
        color: #f18316;
        text-decoration:underline;
    }
/*=====-----------------------------=====*/
/*               Icons                   */
/*=====-----------------------------=====*/

.location:before {
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 7px;
    margin-left: -21px;
}
.location:before {
    content: "\f041";
}
/*=====-----------------------------=====*/
/*               Header                  */
/*=====-----------------------------=====*/

header img{
    margin:20px 0;
}
/*=====-----------------------------=====*/
/*               Home                  */
/*=====-----------------------------=====*/

.introLetter {
    font-size: 36px;
    font-weight: bold;
    color: #7F786D;
    float: left;
    margin: 6px 10px 15px;
}
.imageCaption {
    font-weight: bold;
    color: #f18316;
    font-size: 10px;
    list-style-type: none;
    padding: 0;
    line-height: 14px;
    margin-top: 10px;
}

/*=====-----------------------------=====*/
/*              Services                 */
/*=====-----------------------------=====*/
.analysisTitle {
    font-weight: bold;
    color: #f18316;
    line-height: 13px;
    margin-bottom: 8px;
}
.otherServices .introLetter + p {
    margin-bottom: 30px;
}
.storyTitle{
    font-weight:bold;
    color:#f18316;
}
.storyContent{
    margin-bottom:30px;
}
section .storyContent{
    margin-bottom:30px;
}
    section  .last {
        margin-top: 63px;
    }
/*=====-----------------------------=====*/
/*              Contact                 */
/*=====-----------------------------=====*/
.iframeWrp{
    margin:38px 0;
}
.contactUSA {
    margin-top: 40px;
}
.contactCanada{
    margin-top:160px;
}
.contactCanada p:first-of-type{
    margin:0 0 4em 0;
}
/*=====-----------------------------=====*/
/*               Footer                  */
/*=====-----------------------------=====*/
footer {
    width: 100%;
    margin: 0 auto;
}
footer .col{
    padding:0 0;
}
    footer .col-4-5 {
        background: rgb(242, 132, 33);
        height: 70px;
        margin-top: 39px;
    }
    footer img {
        width: 160px;
    }
.footerContent {
    padding: 0.7em 0 0 6em;
    color: #ffffff;
    font-size: 11px;
}
.footerContent p {
    margin: 0.6em 0;
}
.footerContent a{
    color:#ffffff;
    margin-left: 0.6em;
}
    .footerContent a:hover {
        color:#232323;
    }