* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #000000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

h3 {
    text-transform: uppercase;
	color: #f8982a;
	margin-bottom: 40px;
	letter-spacing: 4px;
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 23px;
}

p {
    line-height: 180%;
    font-size: 14px;
	margin-bottom: 1em;
}

a {
    color: #f8982a;
    text-decoration: none;
    font-weight: bold;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 15px;
    background-color: #f8982a;
    text-decoration: none;
    letter-spacing: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.clear {
    clear: both;
    font-size: 1px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.col-third {
    width: 300px;
    float: left;
    margin-left: 30px;
}

.col-quarter {
    width: 225px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.team-member-small img {
    width: 100%;
}

.col-side {
    width: 300px;
    float: left;
    padding-bottom: 40px;
}

.col-main {
    width: 630px;
    float: left;
    margin-left: 30px;
    padding-bottom: 40px;
}

.col.first-child,
.col:first-child {
    margin-left: 0;
}

.col-main li {
    font-size: 14px;
    line-height: 2em;
    list-style-type: none;
}

/* ------------------------------------------------------------------------------------ header */

header {
    padding-top: 70px;
    padding-bottom: 30px;
}

header nav.col {
    display: table;
    padding-top: 145px;
}

header nav.col ul {
    display:table-row;
    width: 100%
}

header nav.col ul li {
    list-style-type: none;
    display:table-cell;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

header a {
    text-decoration: none;
}

header a:hover {
    color: #000;
}

#logo {
    margin-bottom: 20px;
}

#logo a {
    display: block;
    width: 257px;
    height: 162px;
    margin: 0 auto;
    background-image: url(../images/logo_occ.png);
    background-repeat: no-repeat;
    text-indent: -999em;
}

nav li {
    width: 33%;
}

#section-about #nav-about a,
#section-team #nav-team a,
#section-services #nav-services a,
#section-news #nav-news a,
#section-links #nav-links a,
#section-contact #nav-contact a {
    color: #000;
}

/* ------------------------------------------------------------------------------------ Homepage Slideshow */

#homepage-slideshow {
    background-color: #666;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}

#homepage-slideshow .cycle-slide {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
}

#homepage-slideshow #slide1 {
    background-image: url(../images/bg_slide1.jpg);
}

#homepage-slideshow #slide2 {
    background-image: url(../images/bg_slide2.jpg);
}

#homepage-slideshow #slide3 {
    background-image: url(../images/bg_slide3.jpg);
}

#homepage-slideshow #slide4 {
    background-image: url(../images/bg_slide4.jpg);
}

#homepage-slideshow a.btn {
    margin-bottom: 25px;
}

#homepage-slideshow h2 {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 80px;
    text-shadow: 0px 2px 0px #000;
}

#homepage-slideshow p {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4em;
    text-shadow: 0px 2px 0px #000;
}

.wrapper#home-cols {
    padding-bottom: 30px;
}

/* ------------------------------------------------------------------------------------ Home Services List */

.list-services .nav_categories li {
    list-style-type: none;
    margin-bottom: 15px;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.4em;
}

.list-services .nav_categories li a {
    text-decoration: none;
    background-image: none;
    background-color: #fff;
    padding: 0;
    color: #f8982a;
    display: inline;
}

.list-services .nav_categories li a:hover {
    background-color: #fff;
    color: #f8982a;
}

#section-home .list-services .nav_categories li a {
    font-weight: 700;
    font-size: 20px;
}


/* ------------------------------------------------------------------------------------ Home Latest News */

.list-latestnews dt {
    font-size: 15px;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.list-latestnews dd {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 180%;
}

/* ------------------------------------------------------------------------------------ Page Intro */

.page-intro {
    background-color: #666;
    margin-bottom: 50px;
    color: #fff;
}

.page-intro h2 {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 80px;
    text-shadow: 0px 2px 0px #000;
    padding: 25px 0;
}

.page-intro p {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    max-width: 550px;
    line-height: 1.4em;
    text-shadow: 0px 2px 0px #000;
    margin-bottom: 0;
}

.page-intro .wrapper {
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

#about-intro {
    background-image: url(../images/bg_about.jpg);
    background-position: center center;
    background-size: cover;
}

#team-intro {
    background-image: url(../images/bg_team.jpg);
    background-position: center center;
    background-size: cover;
}

#services-intro {
    background-image: url(../images/bg_services.jpg);
    background-position: center center;
    background-size: cover;
}

#news-intro {
    background-image: url(../images/bg_news.jpg);
    background-position: center center;
    background-size: cover;
}

#links-intro {
    background-image: url(../images/bg_links.jpg);
    background-position: center center;
    background-size: cover;
}

#contact-intro {
    background-image: url(../images/bg_contact.jpg);
    background-position: center center;
    background-size: cover;
}

/* ------------------------------------------------------------------------------------ Team */

#team-large {
    margin: 0 10px 50px 10px;
}

#team-large .caption {
    background-color: #f8982a;
    color: #fff;
    height: 61px;
    line-height: 61px;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

#team-large img {
    width: 100%;
    display: block;
}

.team-members {
    width: 980px;
}

.team-member-small {
    margin-bottom: 40px;
}

.team-member-small:first-child {
    margin-left: 10px;
}

.team-member-small img {
    display: block;
}

.team-member-link {
    background-color: #f8982a;
    color: #fff;
    padding: 5px 12px;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 180px 16px;
    cursor: pointer;
}

.team-member-link:hover {
    background-color: #e67b06;
}

.team-member-link a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.team-member-link h4 {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.team-member-link h5 {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 3px;
}

/* ------------------------------------------------------------------------------------ Links List */

.list-links,
.nav_categories {
    margin-bottom: 10px;
}

.list-links li,
.nav_categories li {
    list-style-type: none;
    margin-bottom: 1px;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.list-links li a,
.nav_categories li a {
    text-decoration: none;
    background-color: #f8982a;
    color: #fff;
    display: block;
    padding: 17px 5px 18px 60px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    font-weight: normal;
}

.nav_categories li a {
    background-image: url(../images/icon_arrow.png);
}

.list-links li a:hover,
.list-links li.active a,
.list-links a.active,
.nav_categories li a:hover,
.nav_categories li.active a,
.nav_categories a.active {
    background-color: #e67b06;
}

.list-links li.link-email a {
    background-image: url(../images/icon_mail.png);
}

.list-links li.link-linkedin a {
    background-image: url(../images/icon_linkedin.png);
}

.list-links.list-arrows a {
    background-image: url(../images/icon_arrow.png);
}

.list-links li.link-phone {
    background-color: #f8982a;
    color: #fff;
    display: block;
    padding: 17px 5px 18px 60px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url(../images/icon_phone.png);
}

.img-teammember {
    display: block;
}

.col-main h1,
.team-members h2 {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #f8982a;
    margin-bottom: 10px;
}

.col-main h2 {
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #000;
    margin-bottom: 10px;
}

.col-main h2.excerpt-heading a {
    font-size: 30px;
    color: #f8982a;
    text-decoration: none;
    font-weight: normal;
}

/* ------------------------------------------------------------------------------------ News */

article {
    margin-bottom: 40px;
}

.btn-continuereading {
    display: block;
}

/* ------------------------------------------------------------------------------------ Footer */

footer {
    background-color: #666;
    color: #fff;
    padding: 40px 0 30px 0;
}

footer p, footer dl, footer dt {
    font-size: 13px;
}

#list-tfe dt {
    float: left;
    width: 15px;
    font-weight: bold;
    line-height: 180%;
}

#list-tfe dd {
    line-height: 180%;
}

.logos {
    padding-top: 20px;
}

.logos a {
    text-decoration: none;
    color: #666;
}

.credit a {
    background-image: url(../images/logo_tonic.png);
    background-repeat: no-repeat;
    display: block;
    width: 171px;
    height: 19px;
    text-indent: -999em;
}

.map {
    width: 100%;
}

.smallscreen {
    display: none;
}



/* ------------------------------------------------------------------------------------ Media Queries */

/* ------------------------------------------------------------------------------------ 900px */

@media (max-width: 1000px) {
	

    .wrapper {
        max-width: 728px;
    }

    .col-third {
        width: 222px;
    }

    #homepage-slideshow h2,
    .page-intro h2 {
	       font-size: 63px;
    }

    #homepage-slideshow p {
	       max-width: 455px;
	       font-size: 18px;
    }

    .col-side {
        width: 222px;
    }

    .col-main {
        width: 476px;
    }

    .page-intro p {
				    max-width: 400px;
	       font-size: 18px;
    }

    #about-intro .wrapper {
	       background-size: 320px; 
    }

    #team-intro .wrapper {
	       background-size: 320px; 
    }

    #services-intro .wrapper {
	       background-size: 270px;
    }

    #news-intro .wrapper {
	       background-size: 260px;
    }

    #links-intro .wrapper {
	       background-size: 230px;
    }

    #contact-intro .wrapper {
	       background-size: 300px;
    }

    .list-links li a, .nav_categories li a, .list-links li.link-phone {
        padding: 17px 5px 18px 54px;
    }

    .smallscreen {
	       display: none;
    }
				
	.img-teammember {
	    width: 222px;
	}
    
    header nav.col ul li {
        padding-left: 20px;
    }

}

/* ------------------------------------------------------------------------------------ 760px */

@media (max-width: 760px) {

    .wrapper {
	    width: inherit;
		max-width: inherit;
		padding: 0 20px;
    }
				
    header.wrapper {
		padding: 0 !important;
    }
				
    .page-intro .wrapper {
		background-image: none !important;
	}

    .col-third {
        width: 100%;
		margin-left: 0;
		float: none;
    }
				
    .col-main,
	.col-side {
        width: 100%;
		margin-left: 0;
		float: none;
		padding-bottom: 0;
    }

    header nav.col {
	    display: none;
    }

    #logo a {
        margin-top: 40px;
    }

    .smallscreen {
	    display: block;
    } 

    #section-home header {
	}
				
	#section-home h3 {
	    margin-bottom: 20px;
	}
				
	#section-home #home-cols .col {
	    margin-bottom: 30px;
	}
				
	.wrapper#home-cols {
        padding-bottom: 0;
    }

    header nav.smallscreen ul {
        display: block;
        width: 100%;
    }

    header nav.smallscreen ul li {
	    display: block;
        float: none;
        text-align: center;
        width: 100%;		
	    list-style-type: none;
	    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	    font-weight: 700;
	    font-size: 14px;
	    text-transform: uppercase;
    }

    header nav.smallscreen ul li a {
	    display: block;
	    background-color: #f8982a;
		color: #fff;
    }
				
    #section-about #nav-about a,
    #section-team #nav-team a,
    #section-services #nav-services a,
    #section-news #nav-news a,
    #section-links #nav-links a,
    #section-contact #nav-contact a {
	    color: #fff;
		background-color: #f8982a;
    }
				
	.page-intro h2 {
		font-size: 51px;
		line-height: 60px;
		margin-bottom: 10px;
	}

    .col-side .nav_categories {
        margin-bottom: 0;
		background-color: #f8f8f8;
		padding: 10px;
				}

    .col-side .nav_categories li a {
		background-image: none;
		background-color: inherit;
		color: #f8982a;
		padding: 0;
				}
				
    .col-side .nav_categories li a.active {
		background-image: none;
		background-color: inherit;
		color: #f8982a;
		font-weight: 700;
		margin-right: 10px;
    }

	footer {
		position: relative;
		padding-bottom: 80px;
	}
				
	p.credit {
	    position: absolute;
		bottom: 20px;
		left: 20px;
	}
				
	.affiliates {
	    padding-top: 20px;
	}
				
	.img-teammember {
	    margin: 0 auto;
		width: 260px;
	}
				
	.page-intro {
        margin-bottom: 20px;
    }
				
	.cycle-slide {
		height: inherit;
	}
				
    #homepage-slideshow p,
    #homepage-slideshow .btn {
        display: none;
    }
    
    #homepage-slideshow .cycle-slide {
        min-height: 200px;
    }

    #homepage-slideshow h2 {
        font-size: 50px;
        max-width: 300px;
        margin: 0 auto;
        line-height: 1.2em;
        padding-top: 30px;
    }


}























/* ------------------------------------------------------------------------------------ Flexnav */

/* Flexnav Base Styles */

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.flexnav li ul {
    width: 100%;
}

.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li ul.show li {
    overflow: visible;
}

.flexnav li ul li a {
    display: block;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.flexnav .touch-button:hover {
    cursor: pointer;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
}

.menu-button {
    position: relative;
    display: block;
    padding: 1em;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: #666;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #fff;
}

@media all and (min-width: 760px) {

    body.one-page {
        padding-top: 70px;
				}

    .flexnav {
        overflow: visible;
				}

    .flexnav.opacity {
        opacity: 1;
					}

    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
				}

    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2;
        width: 20%;
        overflow: visible;
				}

    .flexnav li a {
        border-left: 1px solid #acaca1;
        border-bottom: none;
				}

    .flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0;
				}

    .flexnav li > ul li {
        width: 100%;
				}

    .flexnav li ul li > ul {
        margin-left: 100%;
        top: 0;
				}

    .flexnav li ul li a {
        border-bottom: none;
				}

    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
				}

    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }

    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
				}

    .menu-button {
        display: none;
				}

}

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
}

.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}

.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible;
}

.oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li:hover > ul li {
    width: 100%;
    float: none;
}

.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
}

.oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}

.oldie .flexnav li ul li ul {
    top: 0;
}

.oldie .flexnav li ul li a {
    border-bottom: none;
}

.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li ul.open li {
    width: 100%;
}

.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}

.oldie .menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: 19.9%;
}

