body{
    margin:0px;
    background-color:white;
    font-family: "aller",sans-serif!important;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color:#707070;
}

.overlay{
    -webkit-overflow-scrolling: touch;
}

.wrapper.home{
    background-image: linear-gradient(rgba(150,140,123,0.35), rgba(255,255,255,1));
}


.loginForm input[type='text'], .loginForm input[type='password'], .loginForm input[type='submit'] {
    margin-bottom: 7px;
}

.fa-phone{
    transform:rotate(90deg);
}


input[type="submit"] {
    background-color: #F4F4F4 !important;
}

input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    height: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

form{
    margin-top:50px;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

#form_20 label, #form_23 label, #form_24 label {
    text-align: left !important;
    width: 165px !important;
}

#form_20 input[type="submit"], #form_23 input[type="submit"], #form_24 input[type="submit"] {
    margin-left: 160px !important;
    margin-top: 10px !important;
}
input[type=checkbox], input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    border: none;
}



label {
    padding-top: 6px;
    line-height: 18px;
    float: left;
    width: 130px;
    text-align: right;
}
label, input, select, textarea {
    font-weight: normal;
    line-height: normal;
}
input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input, textarea, select, .uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

 input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

h2{
    background-color:#51b948;
    color:white;
    padding: 25px;
    margin:0px;
    font-size:15px;
    font-weight:400;
    letter-spacing:0.2em;
    text-transform: uppercase;
    line-height: 1.46vw;
}

h3{
    color:#444444;
    padding:0px;
    margin:0px;
    font-size:17px;
}
h4{
    color:#444444;
    padding:0px;
    margin:13px 0px 0px 0px;
    font-size:15px;
}

h5{
    color:#4D4F5C;
    padding:0px;
    margin:0px;
    font-size:15px;
}

h6{
    margin:20px 0px;
    font-size:12px;
    color:#fff;
    font-weight: 400;
    letter-spacing: 0.1em;
}

a, a:hover, a:visited{
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}


ul.mapLinks li{
    padding-bottom:8px;
}

ul.mapLinks li:last-child{
    padding-bottom:0px;
}

ul.mapLinks li a{
    line-height:1.5em;
}


.copyright, .followContent .follow:first-child{
    color:#FFF;
}

ul{
    padding:0px;
    margin:0px;
    list-style: none;
}

/*Helpers */

.fa-map-marker-alt{
    margin-right:10px;
    margin-top:4px;
}
.orange{
 color:#dda329;   
}

.archiveTree ul li .open, .archiveTree ul li .close{
    color:#0069b3;
    float:left;
    opacity: 0.9;
    margin-right:3px;
}

.archiveTree ul li .archiveCount{
    display:inline;
    color:#0069b3;
    margin-left:3px;
}

ul.archiveTree  li.level0{
    margin:10px 0 0 0;
    color: #0069b3;

}
.archiveTree ul li.level1, .archiveTree ul li.level2{
    margin:10px 0 0 10px;
    color: #3c3d46;   
}

.archiveTree ul li.levelBottom{
    padding:5px 0px;
    margin:10px 0 0 22px;
}

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


.responsive, .blogTeaserImage img {
    width: 100%;
    height: auto;
    display:block;
}

.hiddenMobile{
    display:none;
}

.desktopImage{
    display:none;
}

.mobileImage{
    margin-top:50px;
}

.mobileImage img{
    width:100%;
    height:auto;
}



.bg{
    /*background-image:url("../images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 120px;
    width: 100%;*/
}

.owl-carousel .item{
    cursor:pointer;
}

.owl-item.active{
    background-color:none;
}

.owl-nav{
    position: absolute;
    bottom:45%;
   /* width:-webkit-fill-available;*/
   left:0px;
   right:0px;
    pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev{
    float:left;
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    pointer-events: all;
}
.owl-carousel .owl-nav button.owl-next{
    float:right;
    border-top-left-radius:25px;
    border-bottom-left-radius: 25px;
    pointer-events: all;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
    color:white;
    font-size:16px;
    height:50px;
    width:50px;
    margin:0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background:initial;
}



.caption{
    background-color:rgba(47,47,47,0.7);
    position: absolute;
    bottom:0px;

/*    width: -webkit-fill-available;*/
  /*  width:100%;*/
    color:white;
    padding:20px 24px;
    font-size:16px;
    line-height: 26px;
    z-index:98;
    left:0px;
    right:0px;
}

.caption p{
    margin:0px;
}

.caption strong{
    font-size:20px;
}

/**********************************************************/
/* Nav Bar  */

.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background-color:white;
    height: 50px;
    border-bottom:1px solid #eee; 
    z-index:99;
}

.navbar .fa{
    font-size:18px;
}

.navbar .logo{
    width:68px;
    display:block;
    margin: 8px auto 0px;
}

.navbar .logo img{
    height:34px;
}


.navbar a.icon{
    color:#0b1e60;
    margin: 15px 30px;
}
.navbar a.menuIcon{
    float:left;
}

.navbar a.phoneIcon{
    float:right;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 50px;
    background-color: #0b1e60; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.0s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay #dropdown_467 >li:nth-child(n+2){
    padding-top:40px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 10px 0px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:after{
    font-size:15px;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay ul{
    margin:0px;
    padding:0px;
    list-style-type: none;
}
.overlay li{
    border-bottom: 2px solid #0069b3;
    padding: 0px 30px;
}

.overlay li li{
    padding: 0px;
}

.overlay li li a{
    font-weight: 300;
}

.overlay li a{
    text-align:left;
}

.overlay-content>ul>li>a{

    text-transform: uppercase;
    font-weight:bold;
    padding:20px 0px;
}
.overlay .navsection{
    color: #dda329;
    font-weight:bold;
    font-size:15px;
    padding-top:20px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    color: #fff;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: #0b1e60;
    font-size: 20px;
}

.accordion.active{
/*    background-color: #0b1e60;*/
    background-color: #0069b3;
}

li.accordion > a:before {
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    float: right;
    margin-left: 50px;
    font-weight: 600;
}

li.accordion.active > a:before {
    content: '\f00d';
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
li.accordian.active, .accordion:hover {
    background-color: #0069b3;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    background-color: #0069b3;
    display: none;
    overflow: hidden;
}


.backgroundContent{
    background-color:#f8f8f6;
}

.section{
    margin: 20px 0px;
}   

/* INNER PAGES*/
/*
.inner .pageContent img{ 
    width:100% !important;
    height:auto !important;
}
*/

.inner .pageContent h1{
    color:#444444;
    line-height:43px;
}

.inner .pageContent h2{
    color:#51b948;
    background-color:transparent;
    padding:0px;
    letter-spacing: 0vh;
    font-size:17px;
   
}

.inner .pageContent h3{
    color:#444444;
    font-size:30px;
    line-height:36px;
}
.inner .pageContent a{
    color: #0069b3;
    text-decoration:underline;
}

.inner .pageContent a:hover{
    color: #51b948;
}

.inner .pageContent .pageBlock > img:first-child{
    width:100%!important;
    height:auto!important;
}
/**********************************************************/
/* Quicklinks  */

.quickLinks {
    background-color:#0076b1;
    margin-bottom:20px;
    display:flex;
    flex-direction:column;
}


.quickLinks h2{
    background-color:#0b1e60;
}

.quickLinks ul, .newsFeed ul, .testimonials ul{
    padding-left:0px;
    margin:0px; 
    list-style-type: none;
}

.quickLinks ul li a, .newsFeed ul li, .testimonials ul li{
    display:flex;
    align-items: center;
}

.quickLinks ul{
    background-color:#0069b3;
    color:white;   
    flex-grow:2;
    display:flex;
    flex-direction:column;
}

.quickLinks ul li{
    flex-grow:1;
}

.quickLinks ul li a{
    background-color:#0069b3;
    border-left: 5px solid #0069b3;
/*    padding-left: 1.41vw;*/
    padding-left:21px;
    height:45px;
    font-weight:300;
}

.quickLinks ul li a:hover{
    border-left: 5px solid #bcddec;
    background-color:#0b1e60;
}



.quickLinks .icon{
    width:15px;
    height:auto;
    padding-right:10px;
}

.inner .quickLinks, .inner .newsFeed {
    display:none;
}

/**********************************************************/
/* Testionials  */

.testimonials{
    line-height: 22px;
    font-weight:300;
}

.testimonials small, .testimonials small a{
    color:#A0BD3B;
    text-decoration: none;
    font-weight:400;
   font-size:10px;
   font-style: normal;
   text-transform: uppercase;
   padding-left:2px;
}

.testimonials li{
    padding:25px;
}

.testimonials li:not(:last-child) {
    padding-bottom:25px;
    border-bottom: 1px solid gray;
}

/*inner pages*/
.testimonial{
    border-bottom:1px solid #ccc;
    font-size:17px;
    line-height:1.5em;
    margin: 0 auto 20px auto;
    padding-bottom:20px;
    color:#707070;
}

.videoWrapper{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:25px;
    height:0
}

.videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************/
.header{
    background-color:white;
}


.mainImageMobile {
    background-color:#fff;
}
.mainImageMobile img{
    display:block;
}

.largeLogo{
    background-color:#fff;
}

.largeLogo img{
    width: 50%;
    margin: 71px 25% 20px;
}

/**********************************************************/
/* News Feed  */
.newsFeed {
    background-color:#fff;
    color: #4D4F5C;
    display:flex;
    flex-direction: column;
}


.newsFeed ul{
    border-bottom:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    flex-grow:2;
    display:flex;
    flex-direction: column;
}

.newsFeed ul li{
    flex-grow: 1;
    border-bottom:1px solid #f4f4f4;
}

.newsFeed ul li:nth-child(n+4){
    display:none;
}



.newsFeed ul li a{
  /* height:62px;*/
   
    width:100%;
    padding:13px 15px;
}
.newsFeed ul li a:hover{
    background-color:#eaeaea;
}

.newsFeed ul li:last-child{
    border-bottom:none;
}

.newsFeed small{
    font-size:11px;
    font-weight: 300;
    color:#99999f;
}


/**********************************************************/
/* About  */
.aboutContent{
    display:flex;
    flex-direction: column;
    color:#707070;
    font-size:14px;
    line-height: 22px;
}

.about .item{
    padding: 22px 21px 0px 21px;
 
}



.about {
    background-color:#fff;
    color:#707070;
}

table{
    width:100%;
}

table tr{
    display:flex;
    justify-content: space-between
}
table tr td{
    display:inline-block;
}


.pageContent{
    font-size:17px;
    line-height: 27px;
    color:#555;
    font-weight:300;
}

/**********************************************************/
/* Footer  */
.footer, .footerContent{
    background-color: #0b1e60;
    color:#fff;
    font-size: 12px;
    overflow: auto;
    font-weight:300;
}



.triangle-with-shadow {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  }
  .triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #999;
    transform: rotate(45deg); /* Prefixes... */
    top: 75px;
    left: 25px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
  }

.footerContent{
    padding: 0px 28px 30px;
    line-height: 24px;
   
}

.footerContent > div{
  float:left;
  display:none;
  width:25%;
}

.footerContent >div:first-child{
    display:block; /* why this*/
    width: 100%;
}

.footerContent >div:last-child{
    float:right;
    height:95px;
    padding-top:35px;
    text-align:right;
}

.footerContent ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
}

.footerContent .footerInfo ul,.footerContent .footerContact ul{
    font-weight:300;
}

.footerContent .logo{
    height:95px;
}
.footerContent a:hover{
    color: #75bfb0;
}

.textContent ul{
    padding:initial;
    margin:0 0 18px 25px;
    list-style: initial;
}

/**********************************************************/
/* Follow Content  */
.follow, .followContent{
    background-color: #0069b3;
    color:white;
    font-size: 12px;
    letter-spacing: 0.5;
}

.followContent{
    padding: 0px 28px;
    text-align: center;
}

.followContent span{
    vertical-align: middle;
    line-height: 57px;
   
}

.followContent span.follow{
    text-transform: uppercase;
    letter-spacing:0.1em;
}

.followContent span:last-child{
    float:right;
}

.followContent a{
    padding-left:10px;
}

.followContent a:hover{
    color: #bcddec;
}

.followContent a:first-child{
    padding-right:10px;
    padding-left:0px;
}


/**********************************************************/
/* Alberta Content  */

.alberta, .albertaContent{
    background-color: #fff;
    color:black;
}

.albertaContent{
    padding: 0px 28px;
    height:150px;
    text-align:center;
}

.albertaContent img{
    display:inline-block;
    height: 36px;
    padding:20px 20px 0px 0px;
}

.albertaContent a:last-child img{
    padding-right:0px;
}


.inner .pageContent ul.galleryList h2{
    font-size:13px;
}

.inner h2{
    font-weight: 700;
}
.inner h3{

}

.inner .testimonials{
    background-color: #fff;
}

.inner .sidebar h1{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}

.inner .sidebar h1.archiveHeader{
    color:#444444;
    font-size:20px;
}

.blogHeader{
    margin-top:20px;
}

.inner h4{
    font-size:14px;
    font-weight:400;
    color:#707070;
}
ul.galleryList{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-around;
}

ul.galleryList li{
 /*   width:250px;*/
}

.team{
    display:flex;
    flex-flow: row;
    flex-wrap:wrap;
    justify-content: space-evenly;
}

.team .teamItem{
    font-size:13px;
    width: 220px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.team .teamItem img{
    width:200px;
    height: auto;
}

.team .teamItem strng{
   font-size:16px;
   font-weight: 400;
}


.quickItem1, .quickItem2, .quickItem3, .mainImageDesktop{
    display:none;
}

.quickItem1, .quickItem2, .quickItem3{

    margin-top:34px;
    margin-bottom:10px;
}

.quickItem1:hover, .quickItem2:hover, .quickItem3:hover{
    opacity:0.7;
}


.content{
   
/*    background-color:white;*/
    margin: 29px;
    z-index:2;
}

.inner .content{
    margin-top:100px;
}
/*
.inner.image .content{
    margin-top:50px;
}
*/



@media all and (max-width: 1023px)  and (-webkit-min-device-pixel-ratio : 1.5),
all and (-o-min-device-pixel-ratio: 3/2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {

    .bg{
        background-image:url("../images/swoop@2x.png");
    }

}


    
@supports(display:grid){

    .header{
        grid-area: header;
    }

    .navbar{
        grid-area: header / main / auto / 3;
    }

    .content{
        grid-area:content;
    }

    .desktopImage{
        grid-area:desktopImage;
    }

    .footerContent{
        grid-area: footer /main;
    }
    .followContent{
        grid-area: follow /main;
    }
    .albertaContent{
        grid-area: alberta /main;
    }
 
    .mainImageMobile {
        grid-area: mainImageMobile;
    }
    
    .newsFeed {
        grid-area: newsFeed;
    }
    .quickLinks {
        grid-area: quickLinks;
    }

    .quickItem1 {
        grid-area: quickItem1;
    }
    .quickItem2 {
        grid-area: quickItem2;
    }
    .quickItem3 {
        grid-area: quickItem3;
    }

    .sidebar{
        grid-area:sidebar;
    }
    
    .about {
        grid-area: about;
    }

    .item {
        flex-grow:1;
    }

    .testimonials  {
        grid-area: testimonials;
        background-color:#fff;
    }

    .pageContent{
        grid-area:pageContent;
    }
   
    .footer{
        grid-area: footer;
    }
    
    .follow{
        grid-area: follow;
    }
    
    .alberta{
        grid-area: alberta;
    }

    @media screen and (max-width: 1023px) {
        .desktop{
            display:none!important;
        }
    }


    .referralList{
        display:flex;
        flex-direction: column;
    }

    .referralList .referralItem{
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .referralList .referralItem::last-child{
    }

    .referralList .referralItem strong{
        font-size: 18px;
        font-weight: 400;
        color: #707070;
         display: block;
    }

    .referralList .referralItem p{
        font-size:17px;
        font-weight:  300;
        color: #707070;
        margin:0px;
    }

    .referralList .referralItem a{
        font-size:17px;
        font-weight:  300;
        color: #dca238;
    }

    .referralList .referralItem a:hover{
        text-decoration: underline; 
        color: #51b948;
    }

    .clinkList{
        display:flex;
        flex-direction:row;
        flex-wrap: wrap;
    }
    
    .clinkList p{
        width:350px;
    }
    
    .partnerList{
        display:flex;
        flex-direction:row;
        flex-wrap: wrap;
    }
    
    .partnerList p{
        width:250px;
    }

    ul.docList{
        display:flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content: start;
        list-style: none;
        margin:0px;
        padding:0px;    
    }

    ul.docList li{
        width: 200px;
        margin-bottom:35px;
    }
/**
 * xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 */
    @media screen and (min-width: 1024px) {

        .overlay{
            display:none;
        }   

        .desktopImage{
            display:block;
        }
        
        .desktopImage img{
            width:100%;
            height:auto;
        }
        
.inner .content{
    margin-top:0px;
}

        .wrapper.home{
            background-image: none;
        }

        .content{
            background-color:white;
        }

        h2{
            padding: 2.05vw 1.41vw;
            line-height: 21px;
            font-size:15px;
        }
        
        h3{
            font-size:1.1vw;
        }

        h4{
            font-size:1.06vw;
        }

        h5{
            font-size:1.06vw;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .newsFeed {
            background-color:#f8f8f6;
        }       
        
        .newsFeed ul li:nth-child(n+4){
            display:flex;
        }

        .newsFeed , .newsFeed *{
            overflow: hidden;
        }

        .newsFeed small{
            font-size:0.78vw;
        }
        
        .section{
            margin:0px;
        }

        /*Desktop Navbar */
        .navbar {
            overflow: visible;
            /*position: fixed;*/
            width: auto;
            height: 124px;
            border-bottom:none;
            position: relative;    
        }



        .navbar .logo{
            float:left;
 /*           height: 95px;*/
            width: 130px;
            margin: 15px 42px 0px 0px;
        }

        .navbar a.icon {
            display: none;
        }

        .navbar > ul{
            display:flex;
            justify-content:space-around;
        }

       

        .navbar ul li a {
            text-decoration: none;
            color:#444444;
            font-weight:bold;
        }
        
        .navbar > ul li:hover {
            color: black;
            cursor: pointer;
        }

        .navbar > ul > li > a{
            font-size: 1.06vw;
            line-height:124px;
            padding-bottom: 80px; /* needed to prevent menu closing*/
            text-transform:uppercase;
        }

        .navbar > ul >li >ul{
            padding: 26px;
        }

        .navbar >ul >li >ul >li, .navbar >ul >li >ul >li >ul >li{
            padding:5px 0px;
        }

        .navbar > ul >li >ul >li a{
            font-size: 0.97vw;
            font-weight:normal;
            line-height:1.67vw;
            align-self: auto;
        }

        .navbar >ul>li>ul>li .navsection{
            font-size: 0.97vw;
            font-weight:400;
            color:#444444;
        }

        .navbar >ul>li>ul>li >ul>li{
            font-size: 0.97vw;
            font-weight:normal;
            color:#444444;
        }
        
        /* Dropdown content (hidden by default) */
        .navbar .dropdown-content {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow:  0px 2px 10px 0px rgba(0,0,0,0.2);
            z-index: 5;
            top: 80px;
        }
          
        /* Links inside the dropdown */
        .navbar .dropdown-content a {
            color: #707070;
        }
          
        /* Add a grey background color to dropdown links on hover */
        .navbar .dropdown-content a:hover {
            color: #000;
        }
          
        /* Show the dropdown menu on hover */
        .navbar .dropdown:hover .dropdown-content {
            display: flex;
            flex-direction:column;
        }

         /* Show the dropdown menu on hover */
         .navbar .dropdown:hover #dropdown_467 {
            display: flex;
            flex-direction:row;
        }


        
.about {
    background-color:#f8f8f8;
}
        .about .item:first-child{
            padding-left: 25px;
        }
        
        #dropdown_467 >li:nth-child(2){
            padding:0px 20px;
        }

        #dropdown_467 >li span:nth-child(n+2){
            padding-top:20px;
            display:inline-block;
        }

     
        .navbar .dropdown-content:after {
            bottom: 100%;
            left: 100px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: inherit;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #eee;
            border-width: 10px;
            margin: 10px 0px 0px -60px;
        }

        

       .followContent, .albertaContent{
        text-align: initial;
       }

    .footerContent, .followContent, .albertaContent{
        padding-left: 0px;
        padding-right:0px;
        }

   

    .footerContent > div{
        display:block;
      }

      .footerContent >div:first-child{
        width: 25%;
    }

    
.followContent span{
    display: inline-block;
}




        
        .quickLinks {
            margin-bottom:0px;
        }

        .quickLinks ul li a{
            height:3.63vw;
            font-size:1.06vw;
                padding-left: 1.41vw;
        }

        .newsFeed ul li{
            height:3.85vw;
        }

        .about{
            font-size: 0.99vw;
        }

        .aboutContent{
            display:flex;
            flex-direction: row;
            font-size:0.99vw;
        }

        .about .item{
            width:33%;
            padding: 22px 50px 0px 5px;
            font-size: 0.97vw;
            line-height:1.53vw;
        }

        .about .item small a{
            color:#000;
            text-decoration:none;
            font-weight:bold;
        }


        .about .item small a:hover, .testimonials small a:hover{
            color:#51b948;
        }
        

        .testimonials{
            font-size:1.06vw;
                background-color:#f8f8f6;
        }

        .testimonials small, .testimonials small a{
            color:#0069b3;
            font-size: 0.69vw;
            text-decoration: none;
            font-weight:bold;
        }

        .testimonials li:not(:last-child) {
            border-bottom: 1px solid #dfdfdf;
        }

        .contentArea{
            margin: 0px 65px;
        }

        .content{
           border-top:solid 5px #75bfb0;
        }

        .wrapper{   
            display: grid;
            grid-template-columns: 
                [full-start] minmax(1em, 1fr) 
                [main-start] minmax(0, 1418px)  
                [main-end] 
                minmax(1em, 1fr) [full-end];
            grid-template-rows: 124px 50px min-content 100px min-content 57px min-content;
            grid-template-areas: 
                "header header header"
                " . . ."
                " . content ."
                " . . . "
                "footer footer footer"
                "follow follow follow"
                "alberta alberta alberta";
        }

        .bg{
            grid-area: 2 /1 /span 3/ span 3;
            background-image:url("../images/swoop.png"), linear-gradient(rgba(150,140,123,0.35), rgba(255,255,255,1));
            background-repeat: no-repeat;
            background-position: top;
            background-size: 100%;
            height: auto;
            width: auto;
        }
     

        .wrapper.home .content{
            display:grid;
            grid-gap:7px 16px;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-template-rows: auto;
            grid-template-areas:
            "mainImageDesktop   mainImageDesktop    newsFeed    quickLinks"
            "quickItem1         quickItem2          quickItem3  quickLinks"
            "about              about               about       testimonials"
        }

        .wrapper.inner .content{
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-gap:16px;
            grid-template-rows:auto;
            grid-template-areas: 
                "pageContent    sidebar"
        }

        .wrapper.inner.image .content{
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-gap:16px;
/*            grid-template-rows:auto max-content;*/
            grid-template-rows:min-content;
            grid-template-areas: 
                "desktopImage   sidebar"
                "pageContent    sidebar"
        }
        

        .test{
            display: flex;
            justify-content: left;
            width:  minmax(0, 1260px);
        }

        .wrapper .mainImageMobile{
            display:none;
            grid-area:none;
        }

        .wrapper .largeLogo{
            display:none;
            grid-area:none;
        }

        .wrapper .mainImageDesktop{
            grid-area: mainImageDesktop;
            display:block;
            width:100%;
        }

        .quickItem1, .quickItem2, .quickItem3{
            display:block;
        }

       

        .wrapper.inner .pageContent{
            padding-right:38px;
        }
        .wrapper.inner .sidebar{
            padding-left:50px;
            
            overflow:hidden; 
        }
        .wrapper.inner .quickLinks{
            grid-area: quickLinks;
            display:block;
        }

        .wrapper.inner .newsFeed{
            display:block;
        }

        .wrapper.inner .newsFeed{
            margin-top: 20px;
        }

        /*Team Images*/
        .wrapper.inner #pageBlock_976 table{
            font-size:14px;
            width:100%;
            border-spacing:5px;
        }

      

        .content{
            padding:50px;
            margin:0px;
        }

        .footerContent{
            grid-column-start: main; 
            grid-column-end: main; 
            grid-row-start: 5; 
            grid-row-end: 6;
        }

        .navbar{
            grid-column-start: main; 
            grid-column-end: main; 
            grid-row-start: 1; 
            grid-row-end: 2;
        }

        .sidebar{
            border-left: 1px solid #bcbcbc;
        }

      

        .mobile{
            display:none!important;
        }

    } 
    
    
    @media all and (min-width: 1024px)  and (-webkit-min-device-pixel-ratio : 1.5),
        all and (-o-min-device-pixel-ratio: 3/2),
        all and (min--moz-device-pixel-ratio: 1.5),
        all and (min-device-pixel-ratio: 1.5) {

            .bg{
                background-image:url("../images/swoop@2x.png"), linear-gradient(rgba(150,140,123,0.35), rgba(255,255,255,1));
            }    
        }
 

    /* Settings for max width*/
    @media screen and (min-width: 1418px) {

        .quickLinks ul li a{
            height:57px;
            font-size:15px;
        }



        .newsFeed ul li{
            height:60px;
        }

        .newsFeed small{
            font-size:11px;
        }

        .navbar a{
            font-size: 15px;
        }

        h2{
            padding: 25px;
        }

        .navbar ul > li > a{
            font-size: 15px;
        }
        
        h3{
            font-size:17px;
        }

        h4, h5{
            font-size:15px;       }

      }

      h4{
        margin:13px 0px 0px 0px;

      }

      .about .item{
        font-size:14px;
        line-height:23px;
    }

    .testimonials{
        font-size:16px;
        color: #19192B;
    }

    .testimonials small a{
        font-size:10px;
    }

    .testimonials ul{
        font-style: italic;

    }

    .navbar ul >li >ul >li >a, .navbar ul >li >ul >li >ul>li >a{
        font-size: 14px;
        line-height:16px;
        padding: 10px 0px;
     }

     .navbar >ul>li>ul>li .navsection{
        font-size: 14px;
        margin-bottom:10px;
        display:block;
    }

       .desktop{
            display:initial;
        }

        .mobile{
            display:none;
        }
}


@media screen and (max-width: 600px) {
    .albertaContent a img{
        height:8vw;
    }

}
