/* 
      ___        ___      ___        ___     
     /\__\      /\  \    /\  \      /\  \    
    /::|  |    /::\  \   \:\  \    /::\  \   
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \   
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _   
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /     
      /:/  /  \:\ \/__/\/__/         /:/  /        
     /:/  /    \:\__\               /:/  /          
     \/__/      \/__/               \/__/    


Theme Name: Careerforce
Description: Careerforce theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/

/*============Sticky Footer============*/

html{
  height:100%;
   overflow-x:hidden;
}

body {
  min-height: 100%;
  height:auto!important;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

#wrap{
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
}


.clear{clear:both;}

.alignright,
img.alignright {
  float:right;
  margin:0 0 15px 30px;
  width:auto!important;
}

img.alignleft,
.alignleft {
  float:left;  
  margin:0 30px 15px 0;
  width:auto!important;
}

.wp-caption-text{
  background-color: #f6f6f6;
  padding:5px 10px;
  font-style:italic;
  font-size:14px;
  font-size: 1.4rem;
}

* {outline:none!important;}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: 
  hidden; 
  max-width: 100%; 
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/*==========Fonts & Headings===========*/

body{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-size: 1.6rem;
  color:#636363;
  font-weight:300;
}

h1{
    font-family: 'Quattrocento Sans', sans-serif;
    font-size:72px;
    font-size:7.2rem;
    font-weight:700;
    color:#283583;
    line-height:1.4;
}

h2{
  font-family: 'Quattrocento Sans', sans-serif;
    font-size:48px;
    font-size:4.8rem;
    color:#283583;
    font-weight:400;
    line-height:1.4;
}

h3{
  font-family: 'Quattrocento Sans', sans-serif;
  font-size:36px;
  font-size:3.6rem;
  color:#283583;
  font-weight:400;
  line-height:1.4;
}

h4{
  font-family: 'Open Sans', sans-serif;
  font-size:24px;
  font-size:2.4rem;
  color:#283583;
  font-weight:300;
  line-height:1.4;
}

h5{
  font-family: 'Quattrocento Sans', sans-serif;
  font-size:18px;
  font-size:1.8rem;
  color:#283583;
  font-weight:400;  
  line-height:1.4;
}

strong{font-weight:bold}

img{
  max-width:100%;
  height: auto;
}

a{
  color:#00a255;
  text-decoration:underline; 
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
}

a:visited,
a:hover,
a:active{
  color:#018043;
}

.read-more,
.read-more:visited,
.read-more-red,
.read-more-red:visited{
  color:#fff;
  background-color:#00a255;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding:5px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius:50px;  
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}

.read-more-red,
.read-more-red:visited{
  background-color:#e84248;
}

.read-more:hover,
.read-more:active,
.read-more-red:hover,
.read-more-red:active{
  color:#00a255;
  text-decoration: none;
  background-color:#fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
}




form.search-form {
  position: relative;
  max-width:320px;
  width:100%;
}

form.search-form label{
  padding-right:14.5px;
  position: relative;
  width:100%;
}

form.search-form input.search-field{
  width:100%;
  border:1px solid #dbdbdb;
  padding:5px 15px;
  color:#6f6f6f;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight:400;
  font-style:italic;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
}

form.search-form input.search-field:focus{
  color:#636363;
  font-size:16px;
  font-size: 1.6rem;
  font-style:normal;
  padding:2px 15px;
}

form.search-form input.search-submit{
  background-color: #00a255;
  background-image: url('images/search.png');
  background-repeat: no-repeat;
  background-position: center center;
  border:none;
  height:29px;
  width:29px;
  position: absolute;
  right:0;
  top:0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

form.search-form input.search-submit:hover,
form.search-form input.search-submit:active,
form.search-form input.search-submit:hover:focus{
  background-color:#018043;
}
/* Header
==============================*/

#header-top{
  background-color:#283583;
  padding:12px 0;
}

#header-top span.header-phone{
  font-size: 18px;
  font-size: 1.8rem;
  color:#fff;
  text-transform: uppercase;
  font-weight:300;
  letter-spacing: 0.1px;
}

#header-top span.header-phone a{
  margin-left:5px;
  font-weight: 600;
  color:#fff;
  text-decoration: none;
}

#header-top ul {
  margin:0;
  padding:0;
  float:right;
}

#header-top ul li:after{
  content:"";
  display: inline-block;
  width:1px;
  height:8px;
  background-color: #7db4ec;
  margin:0 5px;
}

#header-top ul li:first-child:after,
#header-top ul li:last-child:after{
  display: none;
}

#header-top ul span.break{
  color: #7db4ec;
  width:auto;
  height:auto;
  background-color:transparent;
}

#header-top ul li{
  display: inline-block;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color:#fff;
  text-transform: uppercase;
  font-style: italic;
}

#header-top ul li a{
  color:#7db4ec;
  font-style: normal;
  text-decoration: none;
}

#header-top ul li a:hover{
  color:#00a255;
}

#header-middle .header-logo{
  margin:30px 0;
  display: block;
  float:left;
}

#header-middle form.search-form {
  margin-top:55px;
  float:right;
}

#header-middle ul {
  float:right;
  margin:57px 0 0 75px;
  padding:0;
}

#header-middle ul li{
  display: inline-block;
}

#header-middle ul li a{
  background-color: #689ed5;
  display: block;
  color:#fff;
  height:25px;
  width:25px;
  text-align: center;
  line-height: 25px;
  margin-left:10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#header-middle ul li a:hover{
  background-color:#00a255;
}


#header-middle a.shiftnav-toggle{
  float:right;
  margin-top:60px;
    font-family: 'Quattrocento Sans', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color:#6f6f6f;
  position: relative;
  padding:0 40px 0 0;
  text-decoration: none;
}

#header-middle a.shiftnav-toggle i{
  position: absolute;
  top:-4px;
  right:0;
   color:#00a255;
}

#header-nav{
  border-top:2px solid #dbdbdb;
}

/* Nav
==============================*/

nav.main-menu ul{
  padding:0; 
  margin:0; 
  display:inline-block;
  position:relative;
}

nav.main-menu li{
  display:inline-block; 
  padding:0; 
  margin:0 30px 0 0; 
  
}

nav.main-menu li a{
  display: block;
  padding:15px 25px 10px 0;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color:#6f6f6f;
  text-decoration: none;
  position: relative;
  border-bottom:5px solid #fff;
}

nav.main-menu li:hover > a,
nav.main-menu li.sub-menu-active > a{
  border-bottom-color: #283583;
}

nav.main-menu li.menu-item-has-children > a:after{
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  color:#00a255;
  top:15px;
  right:0;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
}

nav.main-menu li.menu-item-has-children a:hover:after,
nav.main-menu li.sub-menu-active a:after{
  content: "\f077";
}

nav.main-menu ul.sub-menu{
  display:none;
  position:absolute; 
  top:100%; 
  width:100%;
  left:0; 
  z-index:99999; 
  text-align:left; 
  padding:40px 0 40px 0;
  background-color: #283583;
}

nav.main-menu ul.sub-menu h2{
  color:#fff;
  font-weight:700;
  font-style: italic;
  padding-left:5px;
}

nav.main-menu ul.sub-menu:after,
nav.main-menu ul.sub-menu:before{
  content:"";
  position: absolute;
  background-color: #283583;
  width:3000px;
  height:100%;
  top:0;
  right:100%;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
}

nav.main-menu ul.sub-menu:before{
  left:100%;
}

nav.main-menu ul.sub-menu li{
  width:31%;
  margin:20px 2% 20px 0;
  float:left;
}


nav.main-menu ul.sub-menu li a{
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  color:#fff;
  border-bottom: 1px solid #689ed5;
  padding:12px 20px 12px 2px;
  display:block;
}

nav.main-menu ul.sub-menu li:hover a{
  border-color: #00a255;
}

nav.main-menu ul.sub-menu li > a:after,
nav.main-menu ul.sub-menu li > a:hover:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color:#fff;
  font-size: 18px;
  font-size: 1.8rem;
  right:2px;
}

nav.main-menu ul.sub-menu ul.sub-menu{
  display:block!important;
  position:relative; 
  top:auto; 
  width:100%;
  left:auto; 
  padding:0;

}

nav.main-menu ul.sub-menu ul.sub-menu:after,
nav.main-menu ul.sub-menu ul.sub-menu:before{
  display: none;
}

nav.main-menu ul.sub-menu ul.sub-menu li{
  width:100%;
  float:none;
  margin:0;
}

nav.main-menu ul.sub-menu ul.sub-menu li a{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  color:#fff;
  border:none;
  padding:12px 0 0 0;
}

nav.main-menu ul.sub-menu ul.sub-menu li a:hover,
nav.main-menu ul.sub-menu ul.sub-menu li > a:hover:after{
  color: #00a255;
}

nav.main-menu ul.sub-menu ul.sub-menu li > a:after,
nav.main-menu ul.sub-menu ul.sub-menu li > a:hover:after{
  content: "\f101";
  font-size: 12px;
  font-size: 1.2rem;
}

nav .col-break{
  clear: both;
  display: block;
}

/* Shiftnav
==============================*/

.shiftnav::after{
  display:none!important;
}

.shiftnav .shiftnav-inner{
     background-color: #283583;
}

.shiftnav .shiftnav-inner .shiftnav-nav{
  background-color:#fff;
  background-image: url(images/menu-bg.png);
  background-repeat:no-repeat;
  background-position:top right;
}

.shiftnav.shiftnav-right-edge .shiftnav-panel-close{
  position: relative;
  text-align: right;
  background-color: #fff;
  border-bottom:1px solid #dbdbdb;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color:#6f6f6f;
}

.shiftnav.shiftnav-right-edge .shiftnav-panel-close:before{
  content:"Close";
  margin-right:5px;
}

.shiftnav li a{
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color:#6f6f6f;
}

.shiftnav li span.shiftnav-submenu-activation{
  color:#00a255;
}

.shiftnav ul.resources-menu-mobile{
  border-top:1px solid #dbdbdb;
  padding:10px 0;
}

.shiftnav ul.resources-menu-mobile li{
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color:#fff;
  text-transform: uppercase;
  font-style: italic;
  padding:10px 25px;
}

.shiftnav ul.resources-menu-mobile li a{
  color:#7db4ec;
  font-style: normal;
  text-decoration: none;
    font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Home
==============================*/

#home-banner{
  background-color:#689ed5;
  position: relative;
  padding:120px 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home-banner .container{
  position: relative;
  min-height: 300px;
  z-index:2;
}

#home-banner h1{
  margin:0 0 50px 0;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  width:60%
}

#home-banner .read-more{
  background-color: #fff;
  color:#00a255;
}

#home-banner .read-more:hover,
#home-banner .read-more:active{
  color:#fff;
  background-color:#00a255;
}

#home-banner .read-more,
#home-banner .read-more-red{
  margin-bottom:20px;
}

#home-banner .home-banner-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(images/home-banner-overlay.png);
  background-position:top left;
  background-repeat: no-repeat;
}

#home-banner .home-banner-circle{
  position: absolute;
  bottom:-180px;
  right:0;
  width:342px;
  height:460px;
  background-image:url(images/home-circle.png);
  background-position:top left;
  background-repeat: no-repeat;
}

#home-intro{
  padding:100px 0;
}

#home-intro h4{
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 300;
  line-height:1.8;
}

#icon-grid{
  text-align: center;
  background-color: #f6f6f6;
  padding:90px 0;
  background-image: url('images/icon-grid-bg.png');
  background-repeat: no-repeat;
  background-position: top left;
}

#icon-grid h5{
  margin:0 0 20px 0;
  color:#6f6f6f;
  font-family: 'Open Sans', sans-serif;
}

#icon-grid .icon-wrap{
  display: inline-block;
  margin-top:35px;
  overflow:hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 10px 20px 30px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 10px 20px 30px 0px rgba(0,0,0,0.25);
  box-shadow: 10px 20px 30px 0px rgba(0,0,0,0.25);
}

#icon-grid .icon-wrap:hover{

}

.icon-wrap img{
  max-width: 100%;
}

#home-links{
  padding:90px 0;
}

#home-links h3{
  max-width:700px;
  text-align: center;
  margin:0 auto 40px auto;
}

#home-links a,
#home-social #home-popular a{
  font-size: 18px;
  font-size: 1.8rem;
  color:#6f6f6f;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding-right:25px;
  position: relative;
  margin: 0 15px 15px 0;
}

#home-links a:after,
#home-social #home-popular a:after{
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  right:0;
  top:3px;
  color: #00a255;
}

#home-social{
  background-color: #f6f6f6;
  padding:90px 0;
}

#home-social #home-popular h4{
  font-family: 'Quattrocento Sans', sans-serif;
  margin:0;
}

#home-social #home-popular ul{
  padding:20px 0 0 0;
  margin:0;
}

#home-social #home-popular ul li{
  list-style-type: none;
}

#home-social li.dcsns-li{
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}

#home-social li.dcsns-li a{
  color:#00a255;
}


/* Banner
==============================*/

#banner{
  background-color:#689ed5;
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#banner .container{
  position: relative;
  min-height: 300px;
  z-index:2;
}

#banner h1{
  margin:60px 0 80px 0;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  max-width:75%;
  line-height: 1.2;
}

#banner.app-banner{
  text-align: center;
}

#banner.app-banner h1{
  max-width:100%;
  margin:100px 0 80px 0;
}

#banner .banner-btn{
  padding:20px 15px 100px 15px;
}

#banner .read-more{
  font-size: 24px;
  font-size: 2.4rem;
}

#banner .read-more{
  background-color: #fff;
  color:#00a255;
}

#banner .read-more:hover,
#banner .read-more:active{
  color:#fff;
  background-color:#00a255;
}

#banner .banner-circle{
  display: block;
  position: absolute;
  width:75px;
  height:75px;
  background-color:#fff;
  margin:0 auto;
  left:0;
  right:0;
  bottom:-50px;
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;  
}

#banner .banner-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(images/banner-overlay.png);
  background-position: left center ;
  background-repeat: no-repeat;
}

#banner.app-banner .banner-overlay,
#banner.app-banner .banner-circle{
  display: none;
}

/* Default Page
==============================*/

#primary{
  padding:0 45px 0 15px;
}

#primary article{
  padding:60px 0 0 0;
}

#primary .left-col{
  padding-left:0;
}

#primary .right-col{
  padding-right:0;
}

#primary .read-more{
  margin-top:15px;
}

#secondary{
  padding:0;
  background-color: #f6f6f6;
}


#secondary aside{
  padding:40px 0 60px 0;
  height:100%;
}

#secondary aside:after{
  content:"";
  position: absolute;
  background-color: #f6f6f6;
  width:3000px;
  height:100%;
  top:0;
  left:100%;
}

#secondary .sidebar-block{
  padding:30px 15px 30px 45px;
  border-bottom:2px solid #d4d4d4;
  position: relative;
}

#secondary .sidebar-block:after{
  content:"";
  position: absolute;
  background-color: #d4d4d4;
  width:3000px;
  height:2px;
  bottom:-2px;
  left:100%;
  z-index:2;
}

#secondary .sidebar-block h4{
  font-family: 'Quattrocento Sans', sans-serif;
  margin:0;
}


#secondary ul{
  padding:20px 0 0 0;
  margin:0;
}

#secondary ul li{
  list-style-type: none;
}

#secondary ul li a{
  list-style-type: none;
  font-size: 18px;
  font-size: 1.8rem;
  color:#6f6f6f;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding-right:25px;
  position: relative;
  margin-bottom:15px;
}

#secondary ul li a:after{
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  right:0;
  top:3px;
  color: #00a255;
}

#secondary ul li ul{
 padding:0;
}

#secondary ul li ul li{
  margin-left:30px;
  list-style-type: disc;
}



#contact-cta{
  position: relative;
  z-index:1;
  color:#fff;
  background: #773981;
  background: -moz-linear-gradient(left, #773981 0%, #6897d3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #773981), color-stop(100%, #6897d3));
  background: -webkit-linear-gradient(left, #773981 0%, #6897d3 100%);
  background: -o-linear-gradient(left, #773981 0%, #6897d3 100%);
  background: -ms-linear-gradient(left, #773981 0%, #6897d3 100%);
  background: linear-gradient(to right, #773981 0%, #6897d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#773981', endColorstr='#689bd3', GradientType=1 );
}

#contact-cta .cta-bg{
    background-image:url('images/footer-cross.png');
  background-repeat: no-repeat;
  background-position: center right -480px;
}

#contact-cta .contact-cta-content{
  padding-left:90px;
}

#contact-cta .contact-cta-content h3{
  margin:150px 0;
  color:#fff;
  font-size: 30px;
  font-size: 3rem;
}

#contact-cta .contact-cta-content p{
  margin-bottom:80px;
}

#contact-cta .contact-cta-link{
  text-align: right;
}

#contact-cta .contact-cta-link a{
  color:#00a255;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin:160px 0;
  padding:10px 45px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius:50px;  
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}

#contact-cta .contact-cta-link a:hover{
  color:#fff;
  background-color:#00a255;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
}

.inpage-search{
  margin:20px 0 20px;
}

.assessor-map .embed-container{
  position: relative;
  padding-bottom: 40px;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}

.assessor-map iframe {
  width:500px;
  height:600px;
  position:relative;
  top:auto;
  left:auto;
}

.link-box-wrap{
  margin-bottom: 40px;
}

.link-box a{
  display: block;
  margin-top:10px;
  text-decoration: none;
}

.link-box a{
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  display:block;
  position: relative;
  margin: 10px 15px 15px 0;
}

.link-box a:after{
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  left:100px;
  top:3px;
  color: #00a255;
}

/* Post Grid
==============================*/

#post-grid{
  background-color: #689ed5;
  background-image: url(images/grid-bg.png);
  background-repeat:no-repeat;
  background-position:top right;
  padding:90px 0 50px 0;
  text-align: center;
}

.grid-item{
  display: block;
  text-align: left;
  background-color: #fff;
  margin-bottom:30px;
  color:#636363;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
}

#post-grid h3.grid-title{
  color:#fff;
  margin:0 0 40px 0;
}

.grid-item .grid-image{
  background-color: #f6f6f6;
  background: #6090ca;
  background: -moz-linear-gradient(45deg, #6090ca 0%, #2f418c 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #6090ca), color-stop(100%, #2f418c));
  background: -webkit-linear-gradient(45deg, #6090ca 0%, #2f418c 100%);
  background: -o-linear-gradient(45deg, #6090ca 0%, #2f418c 100%);
  background: -ms-linear-gradient(45deg, #6090ca 0%, #2f418c 100%);
  background: linear-gradient(45deg, #6090ca 0%, #2f418c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6090ca', endColorstr='#2f418c', GradientType=1 );
}

.grid-item .grid-item-content{
  padding:30px;
}

.grid-item .grid-item-content .grid-meta{
  margin:0 0 20px 0;
  text-transform: uppercase;
  color:#a1a1a1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.grid-item .grid-item-content .grid-meta span{
  display: inline-block;
  width:1px;
  height:13px;
  margin:0 5px -1px;
  background-color: #a1a1a1;
}

.grid-item .grid-item-content h3{
  font-size: 30px;
  font-size: 3rem;
  margin:0 0 20px 0;
}

#post-grid a.read-more{
  margin:40px 0 20px 0;
}

/* Category
==============================*/

#category-intro{
  padding:60px 0;
  margin-bottom:60px;
}

#category-intro.assessors-cat{
  background-color: #f6f6f6;
}

.category-list-post{
  padding-bottom:40px;
  margin-bottom:40px;
  border-bottom:1px solid #f6f6f6;
}

.category-list-post .read-more{
  margin-top:10px;
}

/* Apprenticeship
==============================*/

#secondary.apprenticeship-sidebar aside{
  padding-bottom:0;
}


#secondary.apprenticeship-sidebar .apprenticeship-sidebar-block{
  padding-top:0;
  border-bottom:none;
  position: relative;
}

#secondary.apprenticeship-sidebar .apprenticeship-sidebar-block h4{
  text-align: center;
  color:#fff;
  font-size: 30px;
  font-size: 3rem;
  padding:60px 15px 0px 15px;
  margin:0;
}

#secondary.apprenticeship-sidebar .apprenticeship-sidebar-block p{
  color:#fff;
  padding:60px 0 0 0;
}

#secondary.apprenticeship-sidebar .apprenticeship-sidebar-block:after{
  content:"";
  position: absolute;
  width:3000px;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  background: #e74248;
  background: -moz-linear-gradient(45deg, #e74248 0%, #78377f 34%, #78377f 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #e74248), color-stop(34%, #78377f), color-stop(100%, #78377f));
  background: -webkit-linear-gradient(45deg, #e74248 0%, #78377f 34%, #78377f 100%);
  background: -o-linear-gradient(45deg, #e74248 0%, #78377f 34%, #78377f 100%);
  background: -ms-linear-gradient(45deg, #e74248 0%, #78377f 34%, #78377f 100%);
  background: linear-gradient(45deg, #e74248 0%, #78377f 34%, #78377f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74248', endColorstr='#78377f', GradientType=1 );
}

.apprenticeship-sidebar-block .apprenticeship-sidebar-block-inner{
  position: relative;
  z-index:3;
}

.apprenticeship-sidebar-block .apprenticeship-sidebar-block-inner .gform_confirmation_message{
  color:#fff;
  padding:40px 0;
}

.apprenticeship-sidebar-block .gfield label.gfield_label{
  color:#fff;
  font-weight:normal!important;
  margin-bottom:10px;
}

.apprenticeship-sidebar-block .gfield .ginput_container{
  margin-bottom:20px;
}

.apprenticeship-sidebar-block .gfield .ginput_container input{
  width:100%!important;
  border:none;
  padding:7px 15px!important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius:50px;  
}

.apprenticeship-sidebar-block .gfield .ginput_container textarea{
  width:100%!important;
  border:none;
  padding:7px 15px!important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius:15px;  
}

.apprenticeship-sidebar-block .gform_footer input.button{
  width:100%;
  color:#00a255;
  background-color:#fff;
  font-size: 14px!important;
  font-size: 1.4rem!important;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border:none;
  padding:5px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius:50px;  
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}


.apprenticeship-sidebar-block .gform_footer input.button:hover{
  color:#fff;
  text-decoration: none;
  background-color:#00a255;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
}

/* Search
==============================*/

.search-sidebar{
  text-align: center;
}

.search-sidebar h4{
  max-width:200px;
  margin:0 auto!important;
}

.search-sidebar form{
  margin-top:20px;
  
}

.search-content{
  margin:60px 0;
}

/* Tables
==============================*/

#primary .filters{
  margin-bottom:20px;
}

#primary .filters p{
  float:left;
  font-weight: bold;
  margin-right:20px;
}

#primary .filtered-table p input{
  margin-left:5px;
  font-weight: 300;
}

#primary table{
  margin:0 0 20px 0;
}

#primary table tr{
  border-bottom:1px solid #ddd;
}

#primary table td,
#primary table th{
  padding:3px 5px;
  vertical-align: top;
}

#primary table th,
#primary table tr:first-child td{
  font-weight:bold;
  background-color: #B0D9FF;
  border-left:1px solid #B0D9FF;
}

#primary table tr th:last-child,
#primary table tr:first-child td:last-child{
  border-right:1px solid #B0D9FF;
}

#primary table td{
  border-left:1px solid #ddd;
}

#primary table tr td:last-child{
  border-right:1px solid #ddd;
}

#primary table tr{
  background-color:#fff;
}

#primary table tr:nth-child(even){
  background-color:#eee;
}


/* footer
==============================*/


footer #footer-signup{
  background-color: #fff;
  padding:55px 0;
}

#footer-signup h4{
  float:left;
}

#footer-signup form{
  float:right;
  position: relative;
}

#footer-signup label{
  display: none;
}

#footer-signup ._form_element,
#footer-signup ._button-wrapper{
  float:left;
}

#footer-signup ._x71709803 input,
#footer-signup ._x90997353 input{
  width:100%;
  min-width: 250px;
  border:1px solid #dbdbdb;
  padding:5px 15px;
  color:#6f6f6f;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight:400;
  font-style:italic;
    -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease;
}


#footer-signup input:focus{
  color:#636363;
  font-style:normal;
}

#footer-signup ._x90997353 ._field-wrapper{
  padding-right:150px;
}

#footer-signup ._x90997353 input{
  margin-left:20px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-righ-radius: 0px;
  border-bottom-right-radius: 0px;
}

#footer-signup ._button-wrapper button{
  background-color: #00a255;
  color:#fff;
  font-weight:500;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding:5px 15px;
  border:none;
  position: absolute;
  right:0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

form.search-form input.search-submit:hover,
form.search-form input.search-submit:active,
form.search-form input.search-submit:hover:focus{
  background-color:#018043;
}

#footer-signup h4{
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin:0;
}

#footer-main{
  padding:60px 0 0 0;
  background-color: #283583;
  background-image: url('images/footer-bg.png');
  background-repeat: no-repeat;
  background-position: left -40px top -40px;
  color:#fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

#footer-main .back-to-top{
  position: absolute;
  margin: 0 auto;
  top:-20px;
  left:0;
  right:0;
  width:50px;
  height:50px;
  line-height: 40px;
  background-color: #283583;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color:#689ed5;
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#footer-main h5{
  color:#fff;
  text-transform: uppercase;
  margin:0 0 25px 0;
}

#footer-contact{
  margin-bottom:60px;
}

#footer-contact span{
  color:#689ed5;
  font-weight: 600;
  display: inline-block;
  min-width:120px;
}

#footer-contact a{
  color:#fff;
  text-decoration: none;
}

#footer-main .footer-address{
  float:left;
  margin-right:49px;
  margin-bottom:60px;
}

#footer-main .footer-address .address-info{
  position: relative;
  padding-left:20px;
}

#footer-main .footer-address .address-info:before{
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  left:2px;
  top:0;
  color:#689ed5;
}

#footer-terms{
  text-align: center;
  border-top:1px solid #485395;
}

#footer-terms ul{
  margin:0;
  padding:15px 0;
}


#footer-terms ul li{
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color:#689ed5;
}

#footer-terms ul span{
  display: inline-block;
  width:1px;
  height:8px;
  background-color: #689ed5;
  margin:0 5px;
}

#footer-terms ul li a{
  color:#689ed5;
  text-decoration: none;
  font-weight: 600;
}

#footer-terms ul li a:hover{
  color:#00a255;
}



/****************************************/
/***** MEDIA QUERY FOR BELOW 767PX ******/
/****************************************/
@media (max-width: 767px) {
  
  body {
    display: block;
  }

  #wrap{
    flex: 0 0 0;
    -ms-flex: 0 0 0;
  }

  .alignright,
  img.alignright,
  img.alignleft,
  .alignleft{
    float:none;
    margin:0 0;
  }
  
  .container{
    padding:0;
  }
  
  #primary{
    padding:0 15px;
  }
  
  h1{
    font-size:48px;
    font-size:4.8rem;
  }

  h2{
    font-size:3.6px;
    font-size:3.6rem;
  }

  h3{
    font-size:28px;
    font-size:2.8rem;
  }
  
   h4{
    font-size:20px;
    font-size:2rem;
  }

  #header-middle .header-logo{
    max-width:200px;
    margin:20px 0;
  }
  
  #header-middle a.shiftnav-toggle{
    color:#fff;
    margin:13px 0 0 0;
    padding:0;
    width:32px;
  }
  
  #header-middle a.shiftnav-toggle i{
    position: relative;
  }
  
  #home-intro {
    padding: 40px 0;
  }
  
  .dcwss.dc-wall.col-4 .stream li{
    width:100%!important;
    margin-bottom:30px!important;
  }
  
  #banner .container{
    min-height: 0px;
  }
  
  #banner h1 {
    margin: 45px 0 45px 0;
  }
  
  #primary .left-col,
  #primary .right-col{
    padding:0;
  }
  
  #secondary aside:after,
  #secondary .sidebar-block:after{
    display: none;
  }
  
  #contact-cta,
  #contact-cta .contact-cta-link{
    text-align: center;
  }
  
  #contact-cta .contact-cta-content h3{
    margin:0;
    padding:60px 0 40px 0;
  }
  
  #contact-cta .contact-cta-content{
    padding:0 15px;
  }
  
  #contact-cta .contact-cta-content p{
    margin:0 0 20px 0;
  }
  
  #contact-cta .contact-cta-link a{
    margin:20px 0 40px 0;
  }
  
  #banner.app-banner h1{
    margin:40px 0;
  }
  
  #banner .banner-btn{
    padding:0px 15px 20px 15px;
  }

  .grid-item .grid-item-content h3{
    font-size: 24px;
    font-size: 2.4rem;
    margin:0 0 0 0;
  }
  
  #footer-terms ul li{
    display: block;
    margin-bottom:5px;
  }

  #footer-terms ul span{
    display:none;
  }
  
  #footer-signup h4{
    float:none;
    margin-bottom:20px;
  }

  #footer-signup form{
    float:none;
  }
  
  #footer-signup ._form_element,
  #footer-signup ._button-wrapper{
    display: block;
    width:100%;
    float: none;
    margin-bottom:20px;
  }
  
  #footer-signup ._x90997353 ._field-wrapper {
      padding-right: 0px;
  }
  
  #footer-signup ._x90997353 input{
    margin-left:0px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-righ-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  #footer-signup ._button-wrapper button {
    width:100%;
    position: relative;
    right: auto;
  }

}


/****************************************/
/**** MEDIA QUERY FOR0PX - 991PX *****/
/****************************************/
@media (max-width: 991px) {
  
  #header-top ul,
  #header-middle ul{
    display: none;
  }
  
  #header-nav{
    border:none;
  }
  
  #header-middle form.search-form,
  #home-banner .home-banner-circle{
    display: none;
  }
  
  #home-banner{
    padding:60px 0;
    text-align: center;
  }

  #home-banner .container{
    min-height: 0px;
  }

  #home-banner h1,
  #banner h1{
    width:100%
  }
  
  .assessor-map  {
    overflow: scroll;
  }

}

@media (min-width: 767px) and (max-width: 991px) {
  .dcwss.dc-wall.col-4 .stream li{
    width:48%!important;
    margin-bottom:30px!important;
  }
  
  #contact-cta .contact-cta-content{
    padding-left:0px;
  }
  
  #footer-signup h4{
    float:none;
    margin-bottom:20px;
  }

  #footer-signup form{
    float:none;
    max-width:680px;
  }

}

/****************************************/
/*** MEDIA QUERY FOR 992PX - 1199PX *****/
/****************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  
  nav.main-menu li{
    margin:0 10px 0 0; 
  }

  nav.main-menu li a{
    padding:15px 23px 10px 0;
  }
  
  #home-banner h1{
    width:80%
  }
  
  
  #footer-signup h4{
    float:none;
    margin-bottom:20px;
  }

  #footer-signup form{
    float:none;
    max-width:680px;
  }
 

}

/****************************************/
/*** MEDIA QUERY FOR 1200PX AND ABOVE ***/
/****************************************/
@media (min-width: 1200px) {



}

/**************************************/
/*** CHROME AND SAFARI SPECIFIC CSS ***/
/**************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {



}

/**************************************/
/******** IE 10+ SPECIFIC CSS *********/
/**************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

 