/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 COLOR SCHEME : #63BE75
 */

/*
**********************
--- GENERAL THEME CSS ---
**********************
*/

html {
    height: 100% !important;
    min-height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #FFFFFF;
    font-size: 18px;
    color: #575757;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.3px;
    line-height: 25px;
	font-family: Lato, Verdana, Arial, san-serif !important;
}



#wrapper_overall{
    background: #ffffff;
    position: relative;
    /* position: relative; */
}


body .boxed{
    width: 100%;
    margin:auto;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    height: auto;
    min-height: 100%;
}

body .boxed #hero{
    /*height: 500px;*/
}

.boxed header#navbar{
    /* position: absolute !important; */
    margin-bottom: 0;
    /*margin-left: 50px;*/
	height: 100px;
	background-image:url(../../../../../sites/default/files/background-wood.jpg);
	background-size: cover;
	    background-position: center;
}

.row {
    margin-right: 0; 
    margin-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0; 
    padding-left: 0;
}

.boxed .container{
    max-width: 100%;
}

h1{
    color:#272626;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.upper{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.not-front .main-container{
    padding-bottom: 40px;
}

.main-container{
    padding-top:80px;
    padding-bottom: 90px;
}

.main-container:before{
    height: 0px;
}
.main-container:after{
    height: 0px;
}

.sidebar-first .main-container section.col-sm-9{
    padding-left: 30px;
}

/*.sidebar-second .main-container section.col-sm-9{
    padding-right: 60px;
}
*/
.main-container section.col-sm-9{
    padding-right: 30px;
}

a#main-content {
	padding: 0;
	display:block !important;
}

.highlighted.jumbotron {
	    /*position: absolute;
        Edit JSG 13 Jul 16
        *******************
        This was added in the latest updates July 2016 unkown author or intended use.
        Was removed due to the entire image on the news(aka block) page disappearing behind content stored in a content block lower than .highlighted
        */
}

.front .highlighted.jumbotron {
	    position: absolute;
}

.sidebar-first .main-container aside.col-sm-3{
    padding-right: 30px;
}

.sidebar-second .main-container aside.col-sm-3{
      background-color: #f3f3f3;
  padding: 30px;
}

.node-type-staff .sidebar-second .main-container aside.col-sm-3{
      margin-top: 50px;
}


.toolbar .main-container.not-front:before{
    height: 0px;
}

.main-container.not-front:before{
    height: 40px;
}

.boxed .main-container.not-front:before{
    height: 30px;
}

.page-contact .main-container{
    padding-top: 40px;
}
.page-contact .main-container.not-front:before{
    height: 0px;
}

h2.branches {
	clear: both;
    padding-top: 40px;
	font-size: 1.8em;
}

.contact-item {
	float:left;
	width: 50%;
}

.contact-item.branch p {
    font-size: .9em;
    line-height: 1.2em;
}

strong.phone-number {
	font-size: 1.2em;
	line-height: 1.4em;
}

.dropdown-menu>li>a{
    color: #ffffff;
  padding: 0px;
}

header#navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    padding: 0;
    z-index: 999;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: none;
    /*background: rgba(255,255,255,0.95);*/

    border:none;
    border-radius: 0;
}


header#navbar {
    margin-bottom: 0px;
    height: 100px;
    background-image: url("../../../../../sites/default/files/background-wood.jpg");
    background-size: cover;
    background-position: center center;
}



/* FRONT DEFAULT */


.front .toggle-hamburga {
  left: 0 !important;
}
.front header#navbar {
    background-image: none;
}
.front .logo img {
	display:none;
} 


/* FRONT WHEN STICKY NAV */

.front .nav-sticky-solid .toggle-hamburga {
  left: 170px !important;
}
.front header#navbar.nav-sticky-solid {
    background-image: url("../../../../../sites/default/files/background-wood.jpg");
    z-index: 1001;
}
.front .nav-sticky-solid .logo img {
	display:inline-block;
}

.front header#navbar.nav-sticky-solid.off {
   z-index: 1000; 
}


#plain-english a {
	/*text-transform:capitalize;*/
}

#plain-english h3 {
  display: none;
}
#plain-english .views-row-last {
  margin-bottom:20px;
}

header#navbar{
    /* height: 80px; */
    /* line-height: 80px; */
}

/*
STICKY NAVBAR - FULL SLIDESHOW
*/

header#navbar.sticky-wrapper{
    /*position: relative;*/
}

.logo{
    line-height: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.logo img {
    max-height: 60px;
    vertical-align: middle;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    line-height: 80px;
    /* vertical-align: middle; */
    margin-top: 25px;
}

header .navbar-collapse.collapse{
    /* line-height: 80px; */
    /* height: 80px !important; */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-height: none;
    box-sizing: border-box;
    position: relative;
}

.not-front .navbar-default .navbar-nav>.active>a, .not-front .navbar-default .navbar-nav>.active>a:hover,.not-front .navbar-default .navbar-nav>.active>a:focus {
    color:#000; /* NOT FRONT PAGE MENU probably change COLOR */
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:white;
}
.not-front .navbar-default .navbar-nav>li>a  {
    color:#000; /* NOT FRONT PAGE MENU probably change COLOR */
}

.navbar-default .navbar-nav>li>a {
    color: white;
    display: block;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;

    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>.active>a{
    background:transparent;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #ec3c53;
    background:transparent;
    border-bottom: 2px solid #63BE75;
}

.container img{
    max-width:100%;
    height: auto;
}


.theme_color{
    color:#63BE75;
}


h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    color: #483F3C;
}

h1 {
  font-size: 1.5em;

}

.node{
    margin-top:10px;
}

.page-header{
    padding-bottom: 0px;
    border-bottom: 0;
	padding-top: 40px;
}

h2, .h2{
    font-size: 30px;
}


.grid_system .row div{
    background: #f5f5f5;
    border:1px solid #ccc;
    padding:10px;
}

.underline_title_thin{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

ul{
    padding-left: 0;
}

ul.inline-list{
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

ul.inline-list li:first-child{
    margin-left: 0;
}

ul.inline-list li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}


/********************
some cool menu stuff 
*********************/
#block-system-main-menu {

}
#block-menu-menu-employment {
    
}
#block-menu-menu-commercial {

}

ul.menu.nav {
	width: 80%;
  margin-left: 10%;
}

.region-menus ul.menu.nav {
  margin-top: 90px;
}

.region-sidebar-second ul.menu.nav {
	width: 100%;
  margin-left: 0;
}

.menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 0;
    background-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
    transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}
.menu.menu-open {
    height: 100%; width: 100%;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-trigger {
    position: fixed;
    top: 15px; left: 20px;
    display: block;
    width: 50px; height: 50px;
    cursor: pointer;
}
.menu-trigger span {
    position: absolute;
    top: 50%; left: 0;
    display: block;
    width: 100%; height: 4px;
    margin-top: -2px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-open .menu-trigger span {
    background-color: transparent;
}
.menu-trigger span:before,
.menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%; height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-trigger span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-trigger span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-open .menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-open .menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}




/*
******************************
--- MAIN CONTAINER ---
******************************
*/


.btn {
    color:#ffffff;
    background-color: #D52C29;
    padding: 8px 14px 10px 14px !important;
    border-radius: 40px !important;
    width: auto !important;
    font-family: 'futura-pt', Sans-serif !important;
    text-transform: uppercase;
    font-size: 1em;
}

.btn:hover {
        background-color: #fff !important;
    color: #ec3c53 !important;
    border-color: #ec3c53;
    border-width: 3px;
}

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}

.front #main_container {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}


.not-front #main .field-item {
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
}

.not-front #main .field-item ul {
  /*margin-left: 50px;*/
    margin-bottom: 25px;
}

.front #main_container .contextual-links-region li {
    margin-left: 40px;
}

.not-front #main .field-item p {
  margin: 0 0 25px;
}

.not-front aside .menu {
  font-family: Lato, Verdana, Arial, san-serif !important;
}

.not-front #main {
  font-size: .9em;
}

.nav-tabs {
  margin-bottom: 30px;
}

.nav-tabs a {
  font-family: 'futura-pt', Sans-serif !important;
}

aside .overlay-hugeinc .leaf a::before {
	content:normal;
}

.view-strength-listing .views-row {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: solid 1px #3c3c3c;
    padding-top: 7px;
}

.view-strength-listing .views-row a, .view-strength-listing .views-row {
  color: #7c0a06;
    font-size: .8em;
    line-height: .8em;
    padding-bottom: 10px;
    min-height: 0;
    font-family: 'futura-pt', Sans-serif !important;
  }
.view-strength-listing .views-row a:hover {
    color: #da302a;
}
.view-strength-listing .views-row {
    border-bottom-color: #fff !important;
}

aside .overlay-hugeinc .leaf a.active::before {
	  content: "\f061 ";
  font-family: "FontAwesome" !important;
}

#menus {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}

.overlay-hugeinc .block-menu h2.block-title {
	display:none;
}

.region-content section[id*='block-block-'] {
  padding: 0px;
}

.region-content section[class*='col-'] {
  padding: 0px;
}

.view-plain-english-answers a::before {
	font-family: 'FontAwesome';
    font-size: 1em;
    line-height: 1.8em;
    display: inline-block;
    content: '\f061';
	padding-right:20px;
}

/* July 2016 fix START */
.hero-content {
  text-align:center;
  position: absolute;
  top: 0px;
  width: 100%;
  /*padding-right: 115px;  <--- */
  z-index: 2;
  top: 50%;
/*  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
/* July 2016 fix END */

#hero h3 {
    font-size:1.75em;
	margin-top: 20px;
  font-size: 1.75em;
    margin-top: 20px;
    text-align: center;
    color: #fff;

}

#hero p {
    text-transform:none;
}


/* July 2016 fix START */
#hero .icon-wrapper {
    width: 300px;
    margin: auto;
    text-align: center;
}
#hero .icon-wrapper p {
	line-height: 1.2em;
}
#hero .icon-wrapper .left {
    width: 150px;
    float: right;
}
#hero .icon-wrapper .left a, #hero .icon-wrapper .right a {
    font-weight: 600;
	 color: #fff;
}
#hero .icon-wrapper .left .fa {
    padding-top: 15px;
}
#hero .icon-wrapper .right .fa {
    font-size: 4.4em;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 6px;
}
#hero .icon-wrapper .right {
    width: 150px;
    float: left;
}
/* July 2016 fix END */


.fullscreen-menu li {
    list-style: none;
    padding: 35px;
	padding-right: 13px;
}

.fullscreen-menu button {
    background: none;
    border: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.fullscreen-menu, .full-menu-boxes {
    width: 100%;
    
    /* z-index: 9999; */
    /* display: block; */
}

.full-menu-boxes {
      position: absolute;
  bottom: 0px;
  z-index: 8;
}


.full-menu-boxes .fa {
   font-size: 3.5em;
   margin-left: 5%;
   text-align: right;
}

.full-menu-boxes .fa.inline {
   width:30%
}

.full-menu-boxes .heading {
   font-size: 1em;
   display: block;
   text-align:left;
   padding-bottom: 10px;
}

.full-menu-boxes .desc {
   text-transform:none;
   display: block;
   font-family: Lato, Verdana, Arial, san-serif !important;
   font-size: .65em;
   letter-spacing:0;
   text-align:left; 
}

.thumb-info-title {
    text-align:left;
}

.thumb-info-type {
    display: inline-block;
    width: 60%;
}
	

.inline {
	float: left;
    width: 65%;
}


/******************************* 
primary top menu used throughout 
******************************* */
.menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 0;
    background-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
    transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}
.menu.menu-open {
    height: 100%; width: 100%;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-trigger {
    position: fixed;
    top: 15px; left: 20px;
    display: block;
    width: 50px; height: 50px;
    cursor: pointer;
}
.menu-trigger span {
    position: absolute;
    top: 50%; left: 0;
    display: block;
    width: 100%; height: 4px;
    margin-top: -2px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-open .menu-trigger span {
    background-color: transparent;
}
.menu-trigger span:before,
.menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%; height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-trigger span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-trigger span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-open .menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-open .menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
nav .menu-nav {
    width: 90%;
  }
  nav .menu-nav li {
    font-size: 21.6px;
    line-height: 23.4px;
  }
}
nav .menu-nav.minimized {
  background: white;
}

.toggle-hamburga {
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  position: fixed;
  top: 0;
  left: 170px;
  z-index: 21;
  margin: 20px 20px;
  /*margin: 5px 60px;*/
  cursor: pointer;
}

/*.front .toggle-hamburga {
  left: 0;
}*/

.toggle-hamburga::after {
	content:'MENU';
	color: #fff;
    font-family: 'futura-pt', Sans-serif !important;
	font-size: 1em;
    padding-left: 6px;
    font-weight: 500;
}

.toggle-hamburga span {
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  /* IE 9 */
  -webkit-transform: scaleX(1);
  /* Safari and Chrome */
  width: 50px;
  height: 2px;
  display: block;
  margin: 8px;
  background: white;
}
.not-front .toggle-hamburga span {
 /*background: #000000; */
}

.toggle-hamburga span.two {
  position: absolute;
  top: 10px;
}
.toggle-hamburga:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.toggle-hamburga:hover span:first-child {
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -ms-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.toggle-hamburga:hover span:last-child {
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -o-transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  transition: all 0.3s cubic-bezier(0.56, 0.32, 0.12, 0.9) 0s;
  -ms-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.toggle-hamburga.open span {
  background: white !important;
}
.toggle-hamburga.open:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.toggle-hamburga.open .one {
  -webkit-animation: bounce-dx 0.5s ease 0ms 1 normal both;
  animation: bounce-dx 0.5s ease 0ms 1 normal both;
}
.toggle-hamburga.open .two {
  -webkit-animation: bounce-sx 0.5s ease 0ms 1 normal both;
  animation: bounce-sx 0.5s ease 0ms 1 normal both;
}
.toggle-hamburga.open span:first-child {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -ms-transform: translate(0, -8px);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  transform: translate(0, -8px);
  opacity: 0;
}
.toggle-hamburga.open span:last-child {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -ms-transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -moz-transform: translate(0, 8px);
  transform: translate(0, 8px);
  opacity: 0;
}
.toggle-hamburga.closed .one {
  -webkit-animation: bounce-dx-rev 0.5s ease 0ms 1 normal both;
  animation: bounce-dx-rev 0.5s ease 0ms 1 normal both;
}
.toggle-hamburga.closed .two {
  -webkit-animation: bounce-sx-rev 0.5s ease 0ms 1 normal both;
  animation: bounce-sx-rev 0.5s ease 0ms 1 normal both;
}
.toggle-hamburga.closed span:first-child {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
}
.toggle-hamburga.closed span:last-child {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
}



/******************************** 
Team page stuff added extra
*********************************/

ul.team-list {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100px;
    position: relative;
}

ul.team-list .isotope-element {
        /*width: 30%;
    float: left;
    position: relative !important;
    transform: initial !important;
	    
		margin: 0 !important;*/
		width: 30%;
    float: left;
    /*height: 100px !important;*/
    margin: 0 !important;
    display: inline-block;
	height: 230px !important;
}

.views-label-field-practice-strengths-short {
	display:none;
}

ul.team-list .team-item {
    /*margin-bottom: 35px;*/
	    width: 95%;

}
.field-name-field-position .field-item {
    position: absolute;
    top: 450px;
    width: 450px;
}

ul.team-list .team-item .thumb-info-social-icons {
    margin: 0 10px;
}
.team-item img, .portfolio-item img {
    /*max-width: 100%;
    height: auto;*/
	border-radius: 0;
    width: 40%;
    float: left;
    padding-right: 5%;
}

.node-type-staff .team-item img {
	float: right;
}


.thumb-info img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    position: relative;
}

.img-thumbnail {
    display: inline-block;
}
/* Thumb Info */
.thumb-info {
    /*display: block;
    overflow: hidden;
    position: relative;*/
    text-decoration: none;
    max-width: 100%;
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-action {
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumb-info:hover .thumb-info-title {
    background: #fff;
	color:#D52C29;
}

.thumb-info:hover .specialty {
    background: #fff;
	/*color:#D52C29;*/
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
}

.thumb-info .thumb-info-action {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 0;
    color: #FFF;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0.0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* added to deal with wrapping problem on contact us IE */
#block-block-38 p {
  margin-bottom:0px;
  line-height: .8;
}

#isotope-container {
	/*height:auto !important;
	position:static;*/
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*display: block;
    white-space: nowrap;*/
}

.thumb-info .thumb-info-title, .specialty {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0;
    /*padding: 19px 19px 9px;
    position: absolute;*/
    z-index: 1;
	  width: 100%;
          /*height: 70px;
        margin-top: 50px;
    margin-left: 41%;*/
	border-radius: 25px 0 0 0;
}

.specialty {
	    color: #000;
    /*margin-top: 120px;*/
    border-radius: 0;
    /*height: 50px;*/
	font-weight: 300;
	font-size: .675em;
	padding-top: 0;
}

.specialty li {
    left: 32%;
    display: inline-block;
    clear: both;
    width: 60%;
}


a .team-item .thumb-info-type {
  color: #000;
}

a:hover .team-item .thumb-info-type {
 color: #000; 
 cursor: pointer;
}



.thumb-info-type ul {
  list-style-type: none;
}

.thumb-info-type {
	  font-weight: 300;
	  font-size: .8em;
}

.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.img-thumbnail {
    border-radius: 8px;
    position: relative;
}

.img-thumbnail .zoom {
    background: #CCC;
    border-radius: 100%;
    bottom: 8px;
    color: #FFF;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}

.img-thumbnail .zoom i {
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px;
}


/******************************** 
PRIMARY MENU END
*********************************/
.block-menu .block-title {
    color: #ffffff;
    margin:50px;
}

.front-top-left-block, .front h4, .front h1, .front h2, .front h3, .front h5 {
   text-align: center;
   /* color: #ffffff; */
   margin-top: 80px;
   text-align: left;
   padding-bottom: 20px;
}
.front #main_container a 
{
   /*font-family: 'FontAwesome'; */
  display: inline-block;
  
   content: "\f0a9";
  padding-right: 8px;
}
.front .container .block-title{
    text-align: center;
}

.front section.block{
    padding-top: 20px;
}

.container .block h2.block-title{
    margin-top: 10px;
    margin-bottom: 30px;
    color:#272626;
    font-weight: 400;
    text-transform: uppercase;
}



.meet-the-team h2, .left-feature-drink h2 {
    color: #483F3C;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

.left-feature-advice, .workers-comp, .break-arm, .block-sad-girl, .right-image-police, .feature-drink, .left-feature-drink, .featurette {
    min-height: 480px;
    text-align: center;
}

.left-feature-advice a.btn, .workers-comp a.btn,  .feature-drink a.btn, .left-feature-drink a.btn, .trouble-law a.btn {
    margin-top: 50px;

    border-radius: 15px;
}

a.btn {}

a.btn {}

.breadcrumbs {
      height: 23px;
}

.breadcrumbs li {
  float: left;
  list-style: none;
}

.bread-btn {
    border: 0;
    color: #ec3c53;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.left-feature-advice {

}


.meet-the-team p {
    text-align: center;
    font-size: 1em;
}

.meet-the-team .fa-users, .left-feature-advice .fa-coffee, .left-feature-drink .fa-car {
    font-size: 3em;
    color: #483F3C;
}

.left-feature-advice .fa-coffee {
    color: white;
}

.left-feature-advice {
    background-color: #261b18;
    color: #ffffff;
}

.left-feature-advice h2,Â .left-feature-drink h2 {
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
	font-family: 'futura-pt', Sans-serif !important;
}

#block-block-9 {
  padding-top: 50px;
}

#block-block-10.left-feature-advice, #block-block-11.left-feature-drink {
    padding-top: 80px;
}

{
text-align: left;

}



.break-arm {

}

#block-block-15, #block-block-14.workers-comp, #main_container .featurette {
text-align: left;
padding-left: 60px

}




.right-image-police, .break-arm, .lock-sad-girl, .lock-business-image, .right-image-rural {
    background-position: center;
    background-size: cover;
    z-index: 100;
    height: 480px;
}
.right-image-police  {
    background-image: url(../../../../../sites/default/files/front-images/drinkDriving.jpg);
}
.lock-business-image  {
    background-image: url(../../../../../sites/default/files/front-images/propertyLaw.jpg);
}
.right-image-rural  {
    background-image: url(../../../../../sites/default/files/front-images/ruralLaw.jpg);
}
.break-arm {
    background-image: url(../../../../../sites/default/files/front-images/compensationLaw.jpg);
}
.lock-sad-girl {
 background-image: url(../../../../../sites/default/files/front-images/girl.jpg);   
}
.meet-the-team {
    height: 385px;
}

/*
******************************
--- SECOND CONTAINER ---
******************************
*/

.second_content{
    padding-top: 80px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

/*
***************
--- SIDEBAR ---
***************
*/

.region-sidebar-second .block h2.block-title,.region-sidebar-first .block h2.block-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 500;
}

.region-sidebar-second,.region-sidebar-first{
    margin-top:0px;
}

/*
***************
--- BUTTONS AND LINKS ---
***************
*/

.btn-lg{
    font-size: 16px;
}

.btn-default,
input.form-submit{
    color: white;
    background-color: #63BE75;
    border: 1px solid #63BE75;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default:hover,
input.form-submit:hover{
    color: #63BE75;
    background-color: white;
    border: none;
    border: 1px solid #63BE75;
}

a{
    color:#63BE75;
}

a:hover{
    color:#63BE75;
    text-decoration: none;
}

.top_button{
    width:100%;
    text-align: center;
    position:absolute;
    top:-15px;
}

.top_button a.back_to_top{
    cursor: pointer;

}

.top_button a.back_to_top i{
    color:#fff;
    width: 50px;
    line-height: 46px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	    font-size: 1.4em;


}
#hero .button{
    background: #63BE75;
    color: #FFFFFF;
    border: none;
    padding: 13px 42px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    border-radius: 3px;
}

#hero .button:hover{

}

/* mega menu blocks */

.fullscreen-menu li {
    
}

.fullscreen-menu .top-line {
    background-color: #383130;

}

.fullscreen-menu .top-line.middle { 
    background-color: #332926;
}
.fullscreen-menu .top-line:hover {
    background-color: #222;
}

.fullscreen-menu .bottom-line.middle {
    background-color: #D52C29;
    
}
.fullscreen-menu button,  {
    color: #ffffff;
    margin: 50px;
}
.fullscreen-menu .middle {


}
.fullscreen-menu .bottom-line {
    background-color: #DE4843;
}

.fullscreen-menu .bottom-line:hover {
    background-color: #EB1C24;
}



/*
***************
--- FLEXSLIDER ---
***************
*/

.flexslider .flex-control-nav{
    display: none;
}

.flexslider .flex-direction-nav a{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 11;
    margin-top: -30px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.flexslider .flex-direction-nav .flex-prev{
    left:0;
    font-size: 0
}

.flexslider .flex-direction-nav .flex-prev:before{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    content: '\f104';
}


.flexslider .flex-direction-nav .flex-next{
    right:0;
    font-size: 0;
}

.flexslider .flex-direction-nav .flex-next:before{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    content: '\f105';
}

/*
*************************
 NEWS STUFF 
 *************************
 */

 #block-views-news-block.front-page-news {
    /*padding-left:60px;*/
 }
.background-image-formatter {
    height: 300px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.front #main_container .vews-row a {
    padding-right: 0px;
}

.front .view-news .views-row{
    padding: 0px;
}

.not-front .view-news .views-field-body .field-content {
    text-align: left;
}

.front .view-news .views-field-title {
	font-size: 1em;
    padding-bottom: 20px;
    font-weight: 600;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #383130;
}
.front .view-news .views-field-title a {
	color:#fff;
}

.front .view-news .views-field-created-1 {
    font-size: .8em;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    background-color: #383130;
    padding-bottom: 2px;
	color:#fff;
}

.front .view-news .views-row-2 .views-field-title, .front .view-news .views-row-2 .views-field-created-1,
.front .view-news .views-row-4 .views-field-title, .front .view-news .views-row-4 .views-field-created-1 {
	background-color: #332926;
}

#block-views-news-block {
    padding: 0px;   
}

.not-front .view-news .views-row {
    /* clear: both; */
    float: left;
    /*width: 25%;*/
    /*margin-right: 3%;*/
    min-height: 540px;

}



.not-front .view-news .views-field-title {
   font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 20px;
    height: 95px;
    text-align: left;
}


.not-front .view-news .views-field-body a.views-more-link {
    display: block;
    margin-top: 10px;
}

#main_container .field-content .blog-title-image-front {
    width: 100%;
    padding: 0px;
    padding-right: 0px;
}

/*.view-id-news .views-row {
    height: 350px;
}
*/

/*
*************************
--- FRONT PAGE HERO REGION ---
*************************
*/

.region-hero section.block{
    padding-top:0;
}

#hero {
    background: #FFFFFF;
    position: relative;

    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;

    display: block;
}

#hero img {
    /* width: 100%; */
    height: auto;
    background-color: #fff;
    width: 600px;
}


#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    /* z-index: 99999999; */
    display: block;
}

#hero .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}



.front #hero,
.front .full_width,
.front .region-hero,
.front .region-hero section,
.front .region-hero .view,
.front .region-hero .view .view-content{
    border: none !important;
    height: 100%;
    /*position: relative;*/
    z-index: 1;
}

#hero .flexslider {
    border: none !important;
    height: 100%;
    position: relative;
}

#hero .flexslider .flex-direction-nav a{
    border-radius: 3px;
}

#hero .flexslider .slides {
    height: 100%;
    position: relative;
    width: 100%;
}

.flexslider .slides img{
    /*width:100%;*/
    height: auto;
    background-color: #fff;
	width: 600px;
}

.content_hero img {
	display:inline-block !important;
}

#hero .flexslider  .slides li:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1000;
}

.hero-content {
    position: absolute;
    width: 100%;
    top: 75%;
    z-index: 3;
    height: 400px !important;
    top: calc(40% - 200px);
}

.hero-content .fa {
  color: #D52C29;
  font-size: 5em;
}

#hero .flexslider .slides .field-content{

    color: white;
    text-transform: uppercase;
    z-index: 3;
    width: 80%;
    margin: auto;
    margin-bottom:0px;
    font-size: 90px;
    letter-spacing: -1px;

    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#hero .flexslider .slides p{
    color:white;
    padding-left:10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    margin-top:10px;
	padding-bottom: 30px !important;
}

#hero .flexslider .slides span{

    text-align: center;
    left: 0;
}
#hero .flexslider .slides a{

    text-transform: uppercase;
    margin: auto;
}

#hero .views-field-field-link{
    display: none;
}

#hero .flexslider .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
}

/*HIGHLIGHT AREA*/

.highlight-icon a{
    font-family: 'FontAwesome';
    display: inline-block !important;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px !important;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.highlight-icon a:before{
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;

}


.highlight_content h4{
    color: #63BE75;
    text-transform: uppercase;
}

#hero .content_hero .inline-list li{
    margin-right: 20px;
    margin-left: 20px;
}


/*
***************
--- FORMS ---
***************
*/

form label{
    text-transform: none;
    font-weight: normal;
}

.not-logged-in form .filter-wrapper{
    display: none;
}

.comment h3 a{
    text-transform: uppercase;
    font-size: 20px;
}

.form-control{
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow:  0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px;
}



/*
***************
--- LOADERS ---
***************
*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1600;
    background: white;
    background-size: 40px;
}
.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background: #272626;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
    dispay:none !important;
}

.la-anim-1.la-animate {
    z-index: 1601;
    opacity: 0;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.loading_text{
    text-transform: uppercase;
    color: #272626;
    top:40%;
    position: absolute;
    width:100%;
    text-align: center;
}

.loading_text h3{
    font-size:15px;
    font-weight: normal;
	margin-top: 0;
}

.loading_text i{

}

.front section.block,.front .project_detail section.block{
    padding-top: 0;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.toolbar #navbar{
    /*margin-top:60px;*/
}


/*
***************
--- ICONS ---
***************
*/

.bg_circle{
    color: #fff;
    width: 60px;
    line-height: 60px;
    height: 60px;
    font-size: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icons{
    margin-top:10px;
    margin-bottom: 10px;
    padding-left: 0;
}


.social_icons li{
    display: inline-block;
}

.social_icon{

}

.social_icon i{
    color: white;
    display: inline-block !important;
    cursor: pointer;
    margin: 10px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #63BE75;
    border:2px solid #63BE75;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icon i:hover{
    background: white;
    color: #63BE75;
}

.social_icon.small i{
    width: 35px;
    line-height: 35px;
    height: 35px;
    margin: 0px;
    border-radius: 100%;
    font-size: 15px;
}

ul.gray_icons i{
    width: 40px;
    line-height: 37px;
    height: 40px;
    margin: 0px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
}

.clear_item{
    clear:both;
}


/*
*********************
--- QUOTES REGION ---
*********************
*/

#block-views-quotes-block-block{
    padding-top: 0;
}

.quote_region .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 0;
}
.quote_region .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.quote_region{
    margin-top: 0px;
    background: url("../images/quotes.jpg") 0px fixed;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 0px 100px 0px;
    color: white;
    text-align: center;
    position: relative;
}

.quote_region .container{
    z-index: 1;
    position: relative;
}

.quote_region .container .block h2.block-title{
    color:white;
    text-transform:inherit;
    display: none;
}
.quote_region .views-field-body p{
    font-size:25px;
    max-width: 70%;
    line-height: 27px;
    margin:auto;
}
.quote_region .views-field-body p:before{
    font-family: 'FontAwesome';
    font-size: 25px;
    display: inline-block;
    content: "\f10d";
    margin-right: 10px;
}

.quote_region .views-field-body p:after{
    font-family: 'FontAwesome';
    font-size: 25px;
    display: inline-block;
    content: "\f10e";
    margin-left: 10px;
}



/*
*********************
--- TWEET REGION ---
*********************
*/

.tweets_region{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url("../images/twitter.jpg") 0px fixed;
    text-align: center;
    padding:80px 0px;
    color: white;
    position: relative;
}

.tweets_region section.block{
    padding-top: 10px;
}

.tweets_region .block:first-child h2.block-title{
    color: white;
    margin-bottom: 20px;
}

.tweets_region .view-content{
    color:white;
}

.tweets_region .flexslider img{
    width: 48px;
    height: auto;
    margin: auto;
    border-radius: 30px;
    margin-bottom: 10px;
}

.tweets_region .flexslider .flex-direction-nav a{
    color: white;
}

.tweets_region .flexslider .views-field-text{
    font-size: 25px;
    line-height: 30px;
    clear: both;
    display: block;
    max-width: 80%;
    margin: auto;
}

.tweets_region .flexslider .views-field-created-time{
    font-size: 25px;
    line-height: 30px;
    clear: both;
    display: block;
    max-width: 80%;
    margin: auto;
}
.tweets_region .flexslider .field-content a{
    color:#63BE75;
}

.tweets_region .fa-twitter{
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border:2px solid white;
}

.tweets_region .flexslider .views-field-web-intents{
    margin-top: 20px;
}

.tweets_region .flexslider .views-field-web-intents a{
    background: #63BE75;
    color: #FFFFFF;
    border: none;
    padding: 4px 8px;
    font-size: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    text-decoration: none !important;
    border-radius: 3px;
}

.tweets_region .container{
    position: relative;
}

.tweets_region .overlay{
    background-color: rgba(0, 0, 0, 0.6);
}

.tweets_region .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}


/*
*****************
--- PORTFOLIO ---
*****************
*/

#third_content{
    padding-top: 10px;
    padding-bottom: 10px;

    background-color: #261b18;
}

div#third_content {}

#block-views-work-block{
    padding-top: 10px;
}

.work-list{
    position: relative;
}

.work-list ul.items{
    padding: 0;
    margin:0;
}

.work-list ul.items .work-item{
    list-style: none;
    float:left;
    width:23%;
    position: relative;
    padding: 1%;
    border: 1px solid #f5f5f5;
    margin: 1%;
}

.work-list ul.items .work-item.cols-3{
    list-style: none;
    float:left;
    width:30%;
    position: relative;
    padding: 1%;
    border: 1px solid #f5f5f5;
    margin: 1%;
}

.work-list ul.items .work-item {

}

.work-list ul.items .work-item .views-field-field-image .field-content div{

}


.work-list ul.items .work-item img{
    width:100%;
    height: auto;
}

.da-thumbs li {
    position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.da-thumbs li a div i{
    display: block;
    padding: 10px 0;
    text-align: center;
    margin:auto;
    color:white;
    font-weight: 200;
}

.da-thumbs li a div span.title{
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
    text-align: center;
}

.da-thumbs li.cols-3 a div span.title{
    margin: 80px 20px 20px 20px;
}

.da-thumbs li a div span.category{
    font-size: 13px;
    color:#ffffff;
    font-weight: normal;
}

/*FILTERS*/

.view-filter-controls .view-header{
    text-align: center;
    max-width: 70%;
    margin:auto;
    margin-bottom: 20px;
}

.view-filter-controls {
    text-align: center;
}

.view-filter-controls li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #63BE75;
    color: white;
    border-radius: 3px;
    background: #63BE75;
    padding: 6px 15px;
    margin: 5px;
    font-size: 14px;
}

#Grid .mix{
    opacity: 0;
    display: none;
}

/*
OTHER PORFOLIO VIEWS
*/

.view-work .views-row .social_icons{
    text-align: center;
    position:absolute;
    top:65%;
    left: 5%;
    width:90%;
    display:none;
}

/*
3 COLS GRID
*/

.view-id-work.view-display-id-page_1 .social_icon.small i{
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0px;
    border-radius: 100%;
    font-size: 20px;
}

/*
MASONRY
*/

.view-id-work.view-display-id-page_3{

}

#masonry_container .grid-sizer { width: 25%; }

.view-id-work.view-display-id-page_3 .item {
    width: 25%;
    margin: 0%;
    float: left;
}

.view-id-work.view-display-id-page_3 .item .item_inner{
    overflow: hidden;
    position: relative;
    margin:10px;
}

.view-id-work.view-display-id-page_3 .item.w2 { width:50%;}

.view-id-work.view-display-id-page_3 .item.w3 {width:73%}

.view-id-work.view-display-id-page_3 .item.w2 .social_icon.small i{
    width: 60px;
    line-height: 55px;
    height: 60px;
    margin: 0px;
    border-radius: 100%;
    font-size: 25px;
}

.view-id-work.view-display-id-page_3 .item div{

}

.view-id-work.view-display-id-page_3 .item a{
    display: block;
    overflow:hidden;
}

.view-id-work.view-display-id-page_3 .item a div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.view-id-work.view-display-id-page_3 .item a div i{
    display: block;
    padding: 10px 0;
    text-align: center;
    margin:auto;
    color:white;
    font-weight: 200;
}

.view-id-work.view-display-id-page_3 .item a div span.title{
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
    text-align: center;
}

.view-id-work.view-display-id-page_3 .item.w2 a div span.title{
    margin: 80px 20px 20px 20px;
    font-size:30px;
}

.view-id-work.view-display-id-page_3 .item.w1 a div span.title{
    margin: 20px 20px 20px 20px;
}

.view-id-work.view-display-id-page_3 .item a div span.category{
    font-size: 11px;
    color:#ffffff;
    font-weight: bold;
}

.view-id-work.view-display-id-page_3 .item.w2 a div span.category{
    font-size: 15px;
}


/*
**********************************
--- PORTFOLIO DETAIL PAGE ---
**********************************
*/

.page_overlay{
    z-index: 11;
    position: fixed;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: none;
}

.portolio_detail_holder{
    clear:both;
    padding:10px;
    position: relative;
}

.portolio_detail_holder .project_detail{
    position: relative;
    max-width: 100%;
}

.node-project .flex-control-nav{
    display: none;
}

.node-project .submitted{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-style: normal;
}

.username{
    color: #63BE75;
}

.node-project .project_info{
    text-align: right;
}

.node-project .social_icons{
    margin-top: 15px;
}

.node-project .field-type-taxonomy-term-reference{
    color: #63BE75;
    margin-bottom: 10px;

}

.node-project .field-type-taxonomy-term-reference .field-item{

    padding-bottom: 5px;
    padding-top: 5px;
}

.node-project .project_button{
    margin-top: 40px;
    text-align: center;

}

.node-project .project_button_left{
    text-align: left;
    margin-top: 20px;
}

.node-project .project_button a{

    background: #63BE75;
    color: #FFFFFF;
    border: none;
    padding: 13px 42px;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    text-decoration: none !important;
    border-radius: 3px;
}

.portolio_detail_holder .close_project{
    z-index: 1;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}


.portolio_detail_holder a.close{
    font-weight: normal;
    color: #63BE75;
    font-size: 13px;
    opacity: 1;
    margin-top: 10px;
    cursor: pointer;
    z-index: 100;
}

/*
**********************************
--- FOOTER REGION ---
**********************************
*/

.footer{
    background-image: url(../../../../../sites/default/files/footerBg.jpg);
    position: relative;
    text-align: center;
    height: 500px;
    background-repeat-x: no-repeat;
    background-size: cover;
	border-top: none !important;
	    margin-top: 0;
}

footer section.block,.front footer section.block{
    padding-top:10px;
}


#block-footer-sitemap-footer-sitemap #footer-sitemap ul li li {
  font-size: 10px;
  text-align: left;
}

#block-footer-sitemap-footer-sitemap #footer-sitemap  a {
  color: #ffffff;
}

/* jase remove link type for root */
.fs-root-link {
  cursor: none;
}


/*
**********************************
--- BLOG PAGES ---
**********************************
*/

.tagcloud a {
    display: block;
    float: left;
    background: #63BE75;
    border-radius: 3px;
    padding: 3px 8px;
    color: white;
    margin: 0 6px 6px 0;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
}

.categories div.views-row{
    margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    color: #63BE75;
    text-transform: none;
    font-size: 14px;
}

.page-blog section.block{
    padding-top: 0;
}

.node-blog{
    padding: 0px;
    /*border: 1px solid #f5f5f5;*/
    margin-bottom: 40px;
    position: relative;

}

.node-blog .blog_head{
    overflow: hidden;
}

.node-blog .field-name-field-tags .field-label{
    display: none;
}

.node-blog .field-name-field-tags .field-items{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.node-blog .blog_content .comment-add{
    display: none;
}

.node-blog .field-name-field-tags .field-items .field-item{
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #f5f5f5;
    padding-right: 10px;
}

.node-blog .field-name-field-tags .field-items .field-item:last-child{
    border-right: none;
}

.node-blog .blog_usernames_blog{
    display: none;
}

@-moz-document url-prefix(){
    .node-blog .flexslider {
        border: 0 !important;
        margin-top: -1.4em !important;
    }
}

.node-blog h2{
    text-transform: uppercase;
}

.node-blog h2.comment-form{
    font-size: 30px;
}

.node-blog .blog_post_type{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #272626;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.node-blog .blog_post_date{
    position: absolute;
    left: 0px;
    top: 51px;
    background: #63BE75;
    padding: 10px;
    width: 50px;
    /* height: 50px; */
    text-align: center;
    color: white;
    font-weight: bold;
}

.node-blog .post_blog_info{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-style: normal;
    color:#272626;
    margin-bottom: 10px;
    margin-top: 20px;
}

.node-blog .post_blog_info .submitted{
    margin-bottom: 0;
}

.blog_category{
    float:left;
    width:auto;
margin-right:10px;
}

.blog_category i{
    color:#63BE75;
    float:left;
    margin-right: 10px;
    margin-top: 3px;
float:left;
}

.blog_category .field-name-field-post-type{
float:left;
}

.node-blog .blog_post_type .fa,.node-blog .blog_post_date .fa{
    color:white;
}

.node-blog .blog_content{
    margin-left: 50px;
    margin-top: 0px;
    position: relative;
    overflow:hidden;
    margin-top:0px;
}

.node-blog .blog_content .field,.node-blog .blog_content .project_images{
    margin-bottom:2px;
}


.node-blog .blog_content .field-name-body{
    margin-bottom: 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #63BE75;
    border-color: #63BE75;
}

.node-blog video{
    max-width: 100%;
    height: auto !important;
    overflow: hidden;
}

.vjs-control-bar {
    display: none;
}
.mejs-mediaelement,.mejs-container{
    max-width: 100%;
    overflow: hidden;
}

.sidebar-second .main-container section.col-sm-9{
    padding-right: 60px;
}

.page-node-74 .main-container section.col-sm-9{
    padding-right: 0px;
}



.page-node-74 aside {
	display:none;
}

.fb-page {
	    width: 90%;
    overflow: hidden;
}

.node-type-staff #inner-content {
	width:75%;
	float:left;
}

h2.bio-head {
  clear: both;
}
h2.practice-head {
  
}
.field-name-field-position {
  font-size: 1em;
  padding-bottom:10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
  font-family: 'futura-pt', Sans-serif !important;
  text-transform: uppercase;
  color: #483F3C;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 24.2000007629395px;
}
.node-type-staff .field-name-body .field-item  {
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
}
.node-type-staff #inner-content section.col-sm-9 {
	/*width:100%; hacked by liam  fixed to use no class on section if not required within template */
}
.staff-image-box {
      min-height: 220px;
}
.node-type-staff #inner-content section.col-sm-9 {
	padding-right: 0px !important;
}
.node-type-staff #block-block-28 {
	display:none;
}
.page-node-74 #inner-content section.col-sm-9 {
	width:100%;
}

.page-node-74 .sidebar-second section.col-sm-9 {
	padding-right: 0px !important;
}


/*
2 COLUMNS BLOG
*/

.view-id-blog_custom.view-display-id-page_1 .views-row{

    padding:10px;

}

.view-id-blog_custom.view-display-id-page_1 .views-row .blog_content h2{
    font-size: 25px;
}

.view-id-blog_custom .post_blog_info{
    display: none;
}

/*
3 COLUMNS BLOG
*/

.view-id-blog_custom.view-display-id-page_2 .views-row .blog_content h2{
    font-size: 17px;
}


/*
**********************************
--- FONT BACKUP ---
**********************************
*/

body {
  /*font-family: 'Adobe Garamond Pro';*/
}
h1, h2, h3, h4, h5, h6, .team-list .thumb-info-inner {
  font-family: 'futura-pt', Sans-serif !important;
  font-weight:500 !important;
}

.team-item h3 {
  /*font-family: 'Adobe Garamond Pro';*/
  text-transform:none;
}

/*
**********************************
--- WAYPOINT EFFECTS ---
**********************************
*/

.waypoint-effect {
    opacity: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

body.waypoint-no-effects .waypoint-effect ,
body.waypoint-no-effects .waypoint-effect  {
    opacity: 1;
}

.scaleUp{
    -webkit-animation: scaleupwards 0.3s forwards;
    -moz-animation: scaleupwards 0.3s forwards;
    animation: scaleupwards 0.3s forwards;
}

@-webkit-keyframes scaleupwards {
    from {
        opacity:0;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity:1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes scaleupwards {
    from {
        opacity:0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity:1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleupwards {
    from {
        opacity:0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity:1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.fade{
    -webkit-animation: fadein 0.8s forwards;
    -moz-animation: fadein 0.8s forwards;
    animation: fadein 0.8s forwards;
}

@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.fromLeft{
    -webkit-animation: fromleft 0.8s forwards;
    -moz-animation: fromleft 0.8s forwards;
    animation: fromleft 0.8s forwards;
}

@-webkit-keyframes fromleft {
    from {
        opacity:0;
        margin-left:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}
@-moz-keyframes fromleft {
    from {
        opacity:0;
        margin-left:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}
@keyframes fromleft {
    from {
        opacity:0;
        margin-left:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}

.fromRight{
    -webkit-animation: fromright 0.8s forwards;
    -moz-animation: fromright 0.8s forwards;
    animation: fromright 0.8s forwards;
}

@-webkit-keyframes fromright {
    from {
        opacity:0;
        margin-right:-400px;
    }
    to {
        opacity:1;
        left:0px;
    }
}
@-moz-keyframes fromright {
    from {
        opacity:0;
        margin-right:-400px;
    }
    to {
        opacity:1;
    }
}
@keyframes fromright {
    from {
        opacity:0;
        margin-right:-400px;
    }
    to {
        opacity:1;
    }
}

/*
**********************************
--- MEDIA QUERIES ---
**********************************
*/





@media (max-width: 1199px) {
    /*WORK*/
.hero-content {
        top: calc(50% - 200px);
}

ul.team-list .isotope-element {
    width: 45%;
}
/* mega menu blocks */

.fullscreen-menu button,  {
    color: #ffffff;
    margin: 50px;
}

.fullscreen-menu .business {
    background-color: #383130 !important;
}
.fullscreen-menu .rural {
    background-color: #332926 !important;
}
.fullscreen-menu .litigation {
    background-color: #383130 !important;
}
.fullscreen-menu .compensation {
    background-color: #DE4843 !important;
}
.fullscreen-menu .property {
    background-color: #D52C29 !important;
}
.fullscreen-menu .family {
    background-color: #DE4843 !important;
}

    .full-menu-boxes {
    position:static;	
}
#menus {
	/*position:static;*/
}

    
}

@media (max-width: 991px) {
    /*WORK*/

/* mega menu blocks */



.fullscreen-menu .top-line.middle {
    background-color: #332926; 
}
.fullscreen-menu .bottom-line.middle {
    background-color: #D52C29;
} 

	
}

@media (max-width: 976px) {
    /*WORK*/

.fullscreen-menu button span.fa {
	display:none;
}

/*.full-menu-boxes .fullscreen-menu li{ 
        width:100%;
    }*/
	
	#hero .flexslider .slides .content_hero {
  /*top: 100px !important;*/
  width: 80% !important;
}

    .work-list ul.items .work-item{
        list-style: none;
        float:left;
        width:31%;
        padding:1%;
        margin:1%;
    }
}

@media (max-width: 1000px){

.sidebar-second .main-container aside.col-sm-3 {
    display:none;
}

.sidebar-second .main-container section.col-sm-9 {
	width:100%;
}

.node-type-staff #inner-content {
    width: 100%;
}

.view-work .views-row .social_icons{
        display: none !important;
    }

    .da-thumbs li.cols-3 a div span.title{
        margin: 40px 20px 20px 20px;
    }
	
	.overlay1 ul.dropdown-menu li, .overlay2 ul.dropdown-menu li, .overlay3 ul.dropdown-menu li, .overlay4 ul.dropdown-menu li, .overlay5 ul.dropdown-menu li, .overlay6 ul.dropdown-menu li, .overlay7 ul.dropdown-menu li {
  width: 90% !important;
  padding-bottom: 0 !important;
}

.overlay1 ul li, .overlay2 ul li, .overlay3 ul li, .overlay4 ul li, .overlay5 ul li, .overlay6 ul li, .overlay7 ul li {
  min-height: 45px;
}

.overlay1 ul, .overlay2 ul, .overlay3 ul, .overlay4 ul, .overlay5 ul,.overlay6 ul, .overlay7 ul {
  width: 90% !important;
  margin-left: 5% !important;
}
.container {
    /*width: 95% !important;*/
}
#block-block-28, #block-block-29 {
	display:none;
}
	
}

/*TABLET MODE*/
@media (max-width: 767px) {

/* July 2016 fix START */
#hero img {
    width: 100%;
}
/* July 2016 fix END */

.hero-content {
    height: calc(70% - 100px) !important;
    top: calc(45% - 100px);
}

.field-name-field-position .field-item {
    position: static;
    top: auto;
	padding-top: 20px;
    text-align: center;
}
.node-type-staff .page-header {
    position: static !important; 
    top: auto !important;
}

.node-type-staff .team-item img {
    width: 100%;
}


	#menus .overlay1, #menus  .overlay2, #menus  .overlay3, #menus  .overlay4, #menus  .overlay5, #menus  .overlay6, #menus .overlay7 {

	    overflow: scroll;
}


ul.team-list .isotope-element {
    width: 90%;
}

#menus .overlay1, #menus .overlay2, #menus .overlay3, #menus .overlay4, #menus .overlay5, #menus .overlay6, #menus .overlay7 {
    width: 100% !important;
}

.field-name-field-position {
clear: both;
}

.staff-image-box {
    float: left;
    /*margin-left: auto;
    margin-right: auto;*/
}

.not-front #main .field-item {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
	padding-left:5%;
	padding-right:5%;
}

.flexslider .slides img {
    width: 90% !important;
}

#hero .flexslider .slides .content_hero {
    width: 100% !important;
}

.sidebar-second .main-container aside.col-sm-3 { 
    padding: 20px;
}
	.no-tablet {
    display:none;
}

	.full-menu-boxes .fullscreen-menu li{ 
        width:50%;
		float:left;
    }
	
	.full-menu-boxes .fullscreen-menu .inline {
    width: 100%;
}



    .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
        border-bottom: none;
    }

    /*MENU ITEMS*/

    .da-thumbs li a div i{
        display: none;
    }

    .view-filter-controls li{
        margin:5px;
    }

    div.navbar-collapse {
        float: none !important;
    }

    .container>.navbar-header, .container>.navbar-collapse.navbar-collapse{
        min-height: 100%;
        background: #272626;
        height: 100%;
        max-height: none;
        border:none;
    }

    .container>.navbar-header, .container>.navbar-collapse.navbar-collapse .navbar-nav{

    }
	.container>.navbar-header {
		background: none !important;
	}
    .navbar-collapse .navbar-nav>li>a{
        padding-left: 30px;
    }

    .navbar-collapse .navbar-nav>li>a{
        line-height: 50px;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background: inherit;
    }

    .navbar-default .navbar-nav >li a:hover{
        background-color: #63BE75 !important;
        color:white !important;
    }

    .navbar-default .navbar-toggle{
        border:none;
        outline: none;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: #63BE75;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #63BE75;
        border:none;
    }

    .navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span{
        background-color: white;
    }

    .work-list ul.items .work-item,
    .work-list ul.items .work-item.cols-3{
        list-style: none;
        float:left;
        width:48%;
        padding:1%;
        margin:1%;
    }

    .node-blog .post_blog_info .blog_category{
        width:7%;
    }

    .node-blog .post_blog_info a{
        display:none;
    }

    .node-blog .post_blog_info .submitted{
        font-size: 12px;
    }

    .node-blog .blog_post_type{
        display:none;
    }

    .node-blog .blog_post_date{
        display:none;
    }
    .node-blog .blog_content{
        margin-left: 0;
    }

    .node-blog{
        padding:0;
    }


    video{
        max-width: 100%;
    }

    .mejs-container,.mejs-overlay-play,audio, canvas,iframe{
        max-width: 100% !important;
    }



    .node-project .project_info span{
        width:100%;
        border:none;
    }

    .node-project .project_info{
        text-align: center;
        margin-top: 50px;
    }

    .da-thumbs li.cols-3 a div span.title{
        margin: 80px 20px 20px 20px;
    }

    .view-id-work.view-display-id-page_3 .item{
        width:100%;
    }

    .view-id-work.view-display-id-page_3 .item.w2{
        width:100%;
    }

    .view-id-work.view-display-id-page_3 .item.w1{
        width:100%;
    }

    .view-id-work span.title,.view-id-work span.title,.da-thumbs li a div span.title{
        margin: 80px 20px 20px 20px;
        font-size: 30px;
    }

    .flexslider .contrast .hi-icon-wrap{
        display: none;
    }
	/*.team-list .img-thumbnail img {
    width: 140px !important;
}*/



}

/* Mobile display. */
@media only screen and (max-width:500px) {


#staff .row {
    width: 100% !important;
}

#block-block-14 {
clear:both;

}

ul.team-list .isotope-element {
    /*position:static;
	display:inline;
	float:left;*/
	height:100px !important;
}

ul.team-list .isotope-element * {
	/*height:30px !important;*/
	margin:0 !important;
	padding:0 !important;
}

.team-item.img-thumbnail {
	height:100px;
}

.thumb-info-title {
	
}

.thumb-info-inner, .thumb-info-type {
	width:70% !important;
	display:inline-block;
	clear:both;
}

li.isotope-item {
	height:100px;
}

.specialty {
	
}

.team-list .img-thumbnail img {
   
}


/*.team-list .img-thumbnail img {
    display:none !important;
}*/

/*.nav-pills>li>a {
    font-size: .6em;
    padding-bottom: 7px !important;
}

ul.team-list .isotope-element {
    height: 100px;
	background-color:#eee;
}

.thumb-info {
    height: 100px;
	display:block;
}

.thumb-info .thumb-info-title, .specialty {
    margin-left: 0;
	width:68%;
	margin-top: 0px;
	font-size: .6em;
	background-color:transparent;
	position:static;
	padding:0;
	float:right;
	
}

.specialty {
    margin-top: 0px;
	font-size: .49em;
	    height: 40px;
}

.thumb-info img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}*/

h1 {
    font-size: 1.5em !important;

}

.team-list .img-thumbnail img {
    width: 25% !important;
}

.contact-item {
    width: 95%;
	clear:both;
	
}

#contact-site-form {
	clear:both;
}


.right-image-rural {
    background-position: left;	
}

.break-arm {
	background-position: right;	
}

.node-type-staff .field-name-body .field-item {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}

.full-menu-boxes .fullscreen-menu li {
    width: 100%;
}

.node-type-staff #inner-content {
	width:100%;
}

.full-menu-boxes {
    top: 400px;
	position:static;
}

.content_hero h3, .content_hero p {
	/*display:none;*/
}

#hero .flexslider .slides .content_hero {
    top: 160px !important;
}
	
.no-mobile {
    display:none;
}

.full-menu-boxes .fullscreen-menu .desc {
    display:none;
}

.full-menu-boxes .heading {
    font-size: .7em;
	padding-bottom: 0;
	text-align: center;
}

.full-menu-boxes li {
    padding: 15px;
}

    #hero .flexslider .slides .field-content{
        font-size: 36px;
    }

    .flexslider .flex-direction-nav a{
        width: 40px;
        height: 40px;
    }

    #hero .button{
        padding: 10px 30px;
    }

    .flexslider .flex-direction-nav .flex-prev:before{
        font-size: 20px;
        line-height: 40px;
    }
    .flexslider .flex-direction-nav .flex-next:before{
        font-size: 20px;
        line-height: 40px;
    }

    .work-list ul.items .work-item,
    .work-list ul.items .work-item.cols-3{
        list-style: none;
        float:left;
        width:98%;
        padding:1%;
        margin:1%;
        text-align: center;
    }

    #block-block-2 {
        text-align: center;
    }

    #block-block-2 .pull-left{
        margin-top: 10px;
        float:none !important;
        text-align: center;
        margin-bottom: 10px;
    }



    .work-list ul.items .work-item{
        max-height: 200px;
        overflow:hidden;
    }



}