/*
Theme Name: Quality Press
Author: key2creative
Author URI: http://www.key2creative.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


/*------------------------------------*\
    #Settings
\*------------------------------------*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  color: #595457;
  background-color: #ffffff;
}

/*------------------------------------*\
    #Foundations
\*------------------------------------*/

.container {
  margin:0 auto;
  max-width:1400px;
  width:90%;
  position:relative;
}
.clearfix:before,
.clearfix:after,
.row:after {
  content:" ";
  display:table;
}
.clearfix:after, .row:after {
  clear:both;
}
.clearfix {
  *zoom:1;
}
::selection {
  background:#adc01e;
  color:#ffffff;
}
::-moz-selection {
  background:#adc01e;
  color:#ffffff;
}
:focus {
outline: 0;
}

/*------------------------------------*\
    #Common
\*------------------------------------*/
.screen-reader-text {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.post-edit-link {
    background-color: #7f7f7f;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    padding: 0.25em 0.75em;
    text-decoration: none;
}
.post-edit-link:hover {
    background-color: #4f4f1f;
    color: #fff;
}

textarea, input { outline: none; }

img {
    height: auto;
    max-width: 100%;
}
/* little nicety */
a {
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}
.fa {
  font-size: 0.82em;
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.alignright {
    float: right;
    margin: 0  0 1em 1em;
}
/*------------------------------------*\
    #The Grid
\*------------------------------------*/

.column {
  float:left;
  padding-left:1em;
  padding-right:1em;
  margin:0;
}
.column.full { width:100%;}
.column.two-thirds { width:66.6%;}
.column.half { width:50%;}
.column.third { width:33.3%;}
.column.three-fourths { width:74.6%; }
.column.fourth { width:25%; }

.column.flow-opposite { float: right; }

/*------------------------------------*\
    #Typography
\*------------------------------------*/

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #333333;
  line-height: 1.3em;
  margin-bottom: 0;
}
h1 {
  font-size: 2.5em;
  margin-top: 0;
}
h2 {
  font-size: 2em;
  margin-top: 1.15em;
}
h3 {
  font-size: 1.414em;
  margin-top: 1.3em;
}
h4 {
  font-size: 1.2em;
  margin-top: 1.3em;
}
h5 {
  font-size: 1.012em;
  margin-top: 1.3em;
}
h6 {
  font-size: 1em;
  margin-top: 1.3em;
}
/* Copy & Lists */
p {
  line-height: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 0;
}
strong {
  font-weight: 700;
  color: black;
}
/* links */
a {
 color: #0e84a1;
}
a:hover {
 color: #880051;
}

ul,
ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 2em;
}
ul{
  list-style: circle;
}
ol {
  list-style:decimal;
}
ul li,
ol li {
  line-height: 1.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/*------------------------------------*\
    #Header Elements
\*------------------------------------*/

header {
  height: auto;
  width: 100%;
  position: relative;
}

/* Top Navigation */
.top-navigation-wrapper {
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 1.5em 0;
  background: #4a1942;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
.top-navigation-wrapper a {
  color: #dbc4d7;
  text-decoration: none;
}
.top-social {
  display: inline-block;
  margin: 1.5em 0 0 0;
  width: 100%;
}
.top-social a {
  padding-right: 0.3em;
  text-decoration: none;
}
.top-social a svg {
  opacity: 0.5;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}
.top-social a:hover svg {
  opacity: 1;
}
.top-social svg {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 29px;
}

.top-social .phone-us{
  position: relative;
  vertical-align: middle;
  padding-left: 3em;
  width: auto;
}
.top-social .phone-us:hover  {
  color: white;
  text-decoration: underline;
}
.top-social .phone-us:before {
  width: 29px;
  content: " ";
  background: url("../images/phone-icon.svg") no-repeat top;
  position: absolute;
  left: 3px;
  top: -5px;
  height:28px;
  opacity: 0.5;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}
.top-social .phone-us:hover:before {
  opacity: 1;
}

#site-phone-number .phone-us{
    font-size: 200%;
    color: #4a1942;
    font-weight: bold;
  position: relative;
  vertical-align: middle;
  padding-left: 2em;
  width: auto;
  text-decoration:none;
}
#site-phone-number .phone-us:hover  {
  color: #880051;
  text-decoration: underline;
}
#site-phone-number .phone-us:before {
  width: 34px;
  content: " ";
  background: url("../images/phone-icon-dark.svg") no-repeat top;
  position: absolute;
  left: 20px;
  top: 2px;
  height: 34px;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}
#site-phone-number .phone-us:hover:before {
  opacity: 1;
}

/* Sub Navigation */
.sub-nav {
  position: absolute;
  right: 0;
  top: 4px;
}
.sub-nav ul {
  margin: 0;
}
.sub-nav li, .top-social li {
  display: inline;
}
.sub-nav li a {
  padding-left: 1.3em;
}
.sub-nav li a:hover {
  color: white;
  text-decoration: underline;
}

/* logo Search */
.logo {
  display: inline-block;
  margin: 2em 0;
}
#site-phone-number {
  position: absolute;
  right:0;
  top:41px;
  display: inline-block;
  width:auto;
}
/* search box */
.search-form {
  float: right;
  position: relative;
  top:90px;
  display: inline-block;
  width:auto;
}
.search-form input[type="search"] {
  padding: 0.8em 1.8em 0.8em 1.1em;
  color: #363636;
  font-weight: 400;
  font-size: 0.95em;
  border: solid 1px #e5e5e5;
  border-radius: 4px 4px 4px 4px;
  background-color: rgba(255, 255, 255, 1);
  transition: border 0.3s ease-in-out;
  width: 300px;
}
.search-form input[type="search"]:focus,
.search-form input[type="search"].focus {
  border: solid 1px #1889a5;
}
::-webkit-input-placeholder {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  opacity:1;
}
:-ms-input-placeholder {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  opacity:1;
}
.search-form button {
  height: 35px;
  width: 35px;
  font-size: 1.1em;
  position: absolute;
  right: 10px;
  top: 3px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.search-form button:before {
  width: 25px;
  content: " ";
  background: url("../images/search-icon.svg") no-repeat top;
  position: absolute;
  left: 5px;
  top: 8px;
  height:25px;
}

/* Primary Navigation */
.primary-navigation-wrapper {
  width: 100%;
  height: auto;
  padding: 0;
  background: #880051;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 900;
}
.primary-navigation {
  text-align: center;
}
.primary-navigation ul {
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.primary-navigation li {
  display: table-cell;
  border-left: 1px solid #a03374;
  position: relative;
}
.primary-navigation li:last-child {
  display: table-cell;
  border-right: 1px solid #a03374;
}
.primary-navigation li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 2em 1.5em;
}
.primary-navigation li a:hover {
  background: #780047;
}
/* Drop down */
.primary-navigation li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  white-space: nowrap;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  -webkit-box-shadow: -1px 26px 37px -14px rgba(0,0,0,0.32);
  -moz-box-shadow: -1px 26px 37px -14px rgba(0,0,0,0.32);
  box-shadow: -1px 26px 37px -14px rgba(0,0,0,0.32);
}
.primary-navigation li:hover ul {
  visibility: visible;
  opacity: 1;
}
.primary-navigation li ul li {
  display: block;
  border-left: none;
  border-bottom: 1px solid #b298a8;
}
.primary-navigation li ul li:last-child {
  display: block;
  border-bottom: 8px solid #880051;
  border-right: none;
}
.primary-navigation li ul li a {
  color:  #363636;
  padding: 1.5em;
  white-space: normal;
}
.primary-navigation li ul li a:hover {
  background: #ddd3d9;
}
.slicknav_menu {
  display:none;
}

/*------------------------------------*\
    #Welcome Banner
\*------------------------------------*/

.intro-banner-wrapper{
  background: url("../images/homepage-banner.jpg") no-repeat transparent;
  background-position: left bottom;
  background-size: cover;
  width:100%;
  color: #fff;
  overflow: hidden;
}
.intro-banner{
  text-align: center;
  background: rgba(0, 0, 0, 0.14);
  height: 500px;
  overflow: hidden;
}
.intro-banner h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 1.85em 0 0 0;
}
.intro-banner span.slider-title {
  font-family: 'Oswald', sans-serif;
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 1.85em 0 0 0;
  line-height: 1.3em;
  display: block;
}
.intro-banner p {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.6em;
  padding: 0 2em;
}
.intro-banner a {
  display: inline-block;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 2px 2px 2px 2px;
  margin-top: 2em;
  padding: 1em 3em;
}
.intro-banner a:hover {
  background: #0e84a1;
  font-weight: 700;
}

/*------------------------------------*\
    #Content Banner
\*------------------------------------*/

.content-banner-wrapper{
  background: url("../images/homepage-banner.jpg") no-repeat transparent;
  background-position: left bottom;
  background-size: cover;
  width:100%;
  color: #fff;
  overflow: hidden;
}
.content-banner{
  text-align: center;
  background: rgba(0, 0, 0, 0.14);
  height: 236px;
  overflow: hidden;
}
.content-banner h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 1.45em 0 0 0;
}

/*------------------------------------*\
    #Services Section
\*------------------------------------*/

.services-block {
  width: 100%;
  padding: 4em 0;
}
.services-block h2 {
  margin: 0.7em 0 1em 0;
}
.services-block a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 0.9em;
  background: #0e84a1;
  margin: 2.6em 0 3em 0;
  padding: 1.5em 0;
}
.services-block a:hover {
  background: #096d86;
}

/*------------------------------------*\
    #Promotion Section
\*------------------------------------*/

.promotion-block {
  width: 100%;
  padding: 4em 0;
  background: #f2f2f2;
}
.promo-banner{
  background-image: url("../images/delivery-truck.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: 52px 42px;
  padding: 4em 4em 4.87em 16em;
  border-left: 10px solid #a64253;
  border-right: 10px solid #a64253;
}
.promo-banner h3 {
  margin: 0;
}
.promo-banner p {
  margin-top: 0.3em;
  font-size: 1.1em;
  font-weight: 500;
}
.promo-banner a {
  color:#363636;
  text-decoration: none;
}
.promo-banner a:hover {
  color:#91a401;
}

/*------------------------------------*\
    #Client Block
\*------------------------------------*/

.client-block {
  width: 100%;
  padding: 4em 0;
}
.client-block h2 {
  text-align: center;
  margin: 2em 0;
  text-transform: uppercase;
  font-size: 1.3em;
}
.client-block h2 a {
  display:inline-block;
  border:2px solid #0e84a1;
  padding: 0.5em 1em;
  text-decoration: none;
}
.client-block h2 a:hover {
  border:2px solid #880051;
  background: #880051;
  color: #fff;
}
.client-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.home .client-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #e5e3e3;
}
.home .client-wrapper:last-child {
  border-bottom: none;
}
.client-box {
  display:table-cell;
  width:33.333333%;
  border-right: 1px solid #e5e3e3;
}
.client-box:last-child {
  border-right: none;
}
.client-box a {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3em 0;
}
.client-box a img {
  width: auto;
  height: auto;
  display: inline-block;
}

/* Client Jobs */
.client-job-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.client-jobs {
  display:table-cell;
  width:100%;
  vertical-align: middle;
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  padding: 1em;
}
.client-jobs a {
  display: inline-block;
  width: auto;
  text-align: left;
  padding:0.7em 1em;
  border: 1px solid #ababab;
  border-radius: 20px;
  margin-right: 0.5em;
  vertical-align: inherit;
  text-decoration: none;
  color: #ababab;
  font-size: 0.95em;
}
.client-jobs a:hover {
  border: 1px solid #880051;
  color: #880051;
}
/* Coming soon button */
.client-jobs a.ghost {
  display: inline-block;
  width: auto;
  text-align: left;
  padding:0.7em 1em;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-right: 0.5em;
  vertical-align: inherit;
  text-decoration: none;
  color: #fff;
  font-size: 0.95em;
}
.client-jobs a.ghost:hover {
  border: 1px solid #fff;
  color: #fff;
  cursor: default;
}

/*------------------------------------*\
    #Main
\*------------------------------------*/

.main {
  width: 100%;
  padding: 4em 0 6.5em 0;
}
.main div.column:first-child {
  padding-right: 4em;
  padding-left: 0;
}
.main aside a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  background: #0e84a0;
  padding: 1.5em 2em;
  margin-bottom: 0.5em;
}
.main aside a:hover {
 background: #880051;
}
.main aside a.quicklinks-featured {
 background: #880051;
}
.main aside a.quicklinks-featured:hover {
background: #b90470;
}

.main aside h3 {
  margin: 2em 0 0.5em 0;
}
.main aside ul {
  margin: 1em 0 2em 0;
}
.main aside ul li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
}
.main aside ul li:last-child {
  border-bottom: none;
}
.main aside ul li a {
  padding: 0.7em 0;
  margin: 0;
  background: transparent;
  text-transform: none;
  color: #333;
  font-weight: 400;
  font-size: inherit;
}
.main aside ul li a:hover {
  color: #788801;
  background: transparent;
}
.main aside blockquote,
.main blockquote {
  background: url("../images/testimonial-icon.svg") no-repeat #fff;
  background-size: 50px auto;
  background-position: 0px 2px;
  padding:0.7em 0 0 0;
}
.main aside blockquote,
.main aside blockquote p,
.main  blockquote,
.main  blockquote p {
    line-height: 1.4em;
}
.main aside blockquote p,
.main  blockquote p,
.main aside blockquote {
    margin: 0;
    padding: 0;
}
.main aside span,
.main blockquote + span {
  display: block;
  margin-top: 1.5em;
  color: #788801;
  font-weight: 700;
}
.main blockquote {
    clear: both;
    margin: 1em 0;
    padding: 1.5em 2em 0;
}
.main aside blockquote {
    padding: 2em 0 0 0;
}
.page-template-page-fullwidth .main .frm_forms {
    margin-top: 1em;
    max-width: 600px;
}

/* search box */
.search-content-box .search-form {
  float: none;
  display: block;
  width:100%;
  position: relative;
  top: auto;
  margin-top: 2em;
}
.search-content-box .search-form input[type="search"] {
  padding: 1em 1.8em 1em 1.1em;
  color: #363636;
  font-weight: 400;
  font-size: 0.95em;
  border: solid 1px #e5e5e5;
  border-radius: 4px 4px 4px 4px;
  background-color: rgba(255, 255, 255, 1);
  transition: border 0.3s ease-in-out;
  width: 100%;
}
.search-content-box .search-form input[type="search"]:focus,
.search-content-box .search-form input[type="search"].focus {
  border: solid 1px #1889a5;
}
.search-content-box .search-form button {
  height: 35px;
  width: 35px;
  font-size: 1.1em;
  position: absolute;
  right: 15px;
  top: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.edit-link {
  display: block;
  margin-top: 3em;
}

h2.main-content-heading {
  margin-top: 0;
}

/*------------------------------------*\
    #Section landing page
\*------------------------------------*/

/* Blog landing page */
.blog .landing-page-section {
  margin-bottom: 3.5em;
}
.blog .landing-page-section .entry-header {
  background: #F5F5F5;
  border-bottom:1px solid #e4e4e4;
  clear: both;
  padding: 1.5em 1em 2em 1em;
  border-radius: 4px 4px 0px 0px;
}
.blog .landing-page-section .entry-header h2 {
  margin:0 0 0.1em 0;
}
.blog .landing-page-section img.attachment-medium.wp-post-image {
  min-width: 80px;
  width:80px;
  float:left;
  margin: 0 0.6em 1em 0;
}
.blog .landing-page-section .entry-header .entry-meta {
    margin: 0;
}
.blog .landing-page-section .read-more {
  background: transparent;
  text-transform: none;
  color:#929982;
  padding: 0;
  text-decoration: underline;
}
.blog .landing-page-section .read-more:hover {
  color:#880051;
}
.blog .posted-on a {
  text-decoration:none;
}

/* Blog Post */
.single-post .inner-page.entry-content {
  padding-bottom:0.5em;
  margin-bottom:2em;
  border-bottom:1px dashed #cbcbcb;
}
.single-post .inner-page.entry-content h1, .inner-page.entry-content img {
  display:inline-block;
}
.single-post .inner-page.entry-content span {
  display:block;
}
.single-post .inner-page.entry-content img {
  min-width: 80px;
  width:80px;
  float:left;
  margin: 0 0.6em 1em 0;
}


/* Services Landing Page */
.landing-page-section {
  margin-bottom: 3.5em;
}
.landing-page-section .entry-header {
  background: #F5F5F5;
  border-bottom:1px solid #e4e4e4;
  border-top:1px solid #e4e4e4;
  clear: both;
  padding: 1em 2em;
}
.landing-page-section .entry-header h1 {
  font-size:2em;
}
.landing-page-section .entry-header h2.entry-title {
  font-size:2em;
  margin-top: 0;
}
.landing-page-section .read-more {
  background: transparent;
  text-transform: none;
  color:#929982;
  padding: 0;
  text-decoration: underline;
}
.landing-page-section .read-more:hover {
  color:#880051;
  background: transparent;
}
.front-page.entry-content div.column.fourth  {
  padding-right:1em;
}
.front-page.entry-content div.column.fourth img {
  width: 100%;
}


.read-more,
.comment-form input[type=submit] {
  background: #0e84a0 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more:hover,
.comment-form input[type=submit]:hover {
    background: #880051 none repeat scroll 0 0;
    color:#fff;
}
.main .column.fourth {
    margin: 1.5em 0 0 0
}

/*------------------------------------*\
    #Blog
\*------------------------------------*/
.blog .entry-meta {
    margin: 1em 0;
}
.nav-previous a:before {
    content: "\2190";
}
.nav-next a:after {
    content: "\2192";
}
.nav-links .nav-previous,
.nav-links .nav-next {
    margin: 1em 0;
}
.comment-form label {
    display: block;
    width:100%;
}
.comment-form input[type=submit] {
    border:none;
    cursor:pointer;
}
.main .inner-page div.column:first-child {
    padding-right: 0
}
.inner-page .three-fourths h1 {
    margin: 1em 0 0.25em 0
}

.single-post div.entry-content h2 {
  margin-top: 0;
}

/*------------------------------------*\
    #Breadcrumbs
\*------------------------------------*/

.breadcrumbs {
  padding: 1em 2em;
  margin: 3em 0 0 0;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 4px;
}
.breadcrumbs ul {
  padding: 0;
  margin:0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}
.breadcrumbs li {
  display: inline;
  color: #37142a;
  padding-right: 0.5em;
}
.breadcrumbs li:after {
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 500;
  content: "\f105";
  display: inline-block;
  color: #cbcbcb;
  padding-left: 0.7em;
  vertical-align: top;
}
.breadcrumbs li a {
  color: #880052;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:last-child {
  color: #788801;
}
.breadcrumbs li:first-child:after, .breadcrumbs li:last-child:after {
  content: "";
  padding: 0;
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/

footer {
  background: #3b627c;
  width: 100%;
  margin-top: 2em;
  padding: 3.5em 0 0 0;
  color: #a5cce5;
  font-size: 0.95em;
}
footer h4 {
  color: white;
  text-transform: uppercase;
}
footer address {
  margin: 1.2em 0;
  line-height: 155%;
  color: white;
}
footer span {
  font-weight: 700;
  color: white;
}
footer a {
  color: white;
  font-weight: 500;
}
footer a:hover {
  color: #c5e8ff;
}
footer .footer-form {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
footer .footer-form input {
  padding: 1.4em 1.8em 1.3em 1.1em;
  margin-bottom: 1.2em;
  color: #66889d;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  background-color: #2a4b60;
  border: none;
  border-bottom: 4px solid #507c98;
  width: 90%;
}
footer ::-webkit-input-placeholder {
  color: #66889d;
  opacity:1;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: #66889d;
  opacity:1;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: #66889d;
  opacity:1;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer :-ms-input-placeholder {
  color: #66889d;
  opacity:1;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
.footer-form button {
  font-size: 2em;
  position: absolute;
  right: 48px;
  top: 7px;
  background-color: transparent;
  color: #507c98;
  border: none;
  cursor: pointer;
}
footer div.column:last-child h4 {
  /*margin-top:3.15em;*/
  text-align: right;
}
footer .footer-base {
  position: relative;
  width: 100%;
  margin-top: 5em;
  padding: 2em 0;
  border-top: 1px solid #728fa2;
  color: white;
}
footer .footer-base nav {
  position: absolute;
  right: 0;
  top: 2px;
}
footer .footer-base ul, footer .footer-base p {
  margin: 0;
}
footer .footer-base ul li {
  display: inline;
  line-height: normal;
}
footer .footer-base ul li:after {
  content: "|";
  display: inline-block;
  color: #728fa2;
  padding-left: 0.7em;
  vertical-align: top;
}
footer .footer-base ul li:last-child:after {
  content: none;
}
footer .footer-base ul li a {
  text-decoration: none;
  padding-left: 0.6em;
}
footer .footer-base ul li a:hover {
  text-decoration: underline;
}
#footer-last-col {
    list-style: none;
    margin: 1em 0;
    text-align: right;
}
#footer-last-col li {
    margin: 0 0 .375em 0;
}
#footer-last-col a {
    color: #a5cce5;
}


/*------------------------------------*\
    #Media Queries
\*------------------------------------*/

@media only screen and (max-width: 85em) {
  .container {
    max-width:1100px;
  }
  .main aside a {
  font-size: 0.92em;
  padding: 1.5em 1.22em;
  }

}

@media only screen and (max-width: 75em) {
  .client-wrapper {
  display: block;
  }
  .client-box {
  display:inline-block;
  width:50%;
  float: left;
  border-left: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
  width:33.333%
  }
  .client-box:last-child {
  border-right: 1px solid #e5e3e3;
  }
  /* client first row */
  .client-wrapper:nth-of-type(1) {
    border-top: 1px solid #e5e3e3;
  }
  /* client first row */
  .client-wrapper:nth-of-type(1) .client-box:nth-of-type(2) {
    border-left: none;
  }
  /* client second row */
  .client-wrapper:nth-of-type(2) .client-box:nth-of-type(1) {
    border-left: none;
  }
  /* client second row */
  .client-wrapper:nth-of-type(2) .client-box:nth-of-type(3) {
    border-left: none;
  }
  /* client third row */
  .client-wrapper:nth-of-type(3) .client-box:nth-of-type(2) {
    border-left: none;
  }

}

@media only screen and (max-width: 65em) {

  .top-navigation-wrapper .container {
  width: 95%;
  }
  .sub-nav li a {
  padding-left: 0.5em;
  color: white;
  }
  .intro-banner {
  height: auto;
  }
  .intro-banner h1 {
  margin: 1em 0 0 0;
  font-size: 3em;
  }
  .intro-banner p {
  padding: 0;
  }
  .intro-banner a {
  margin: 2em 0 3.5em 0;
  }
  .breadcrumbs {
  display: block;
  }
  .main .three-fourths, .main .fourth {
  width: 100%;
  }
  .main div.column:first-child {
  padding-right: 1em;
  }
  .main aside {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px dashed #ccc;
  }

}

@media only screen and (max-width: 60em) {
  .slicknav_menu {
      display:block;
  }
  .primary-navigation {
      display:none;
  }
  #site-phone-number {
      display:none;
  }
  .top-social .phone-us {
      display:none;
  }
}

@media only screen and (max-width: 58em) {
  .column.full, .column.two-thirds,
  .column.half, .column.third,
  .column.three-fourths,
  .column.fourth { width:100%; }
  .content-banner {
  height: auto;
  }
  .content-banner h1 {
  margin: 1em 0;
  }
  img.attachment-thumbnail {
  display: none;
  }
  footer {
  padding-top: 2.7em;
  }
  footer .footer-form input {
  width: 100%;
  }
  .footer-form button {
  right: 5px;
  top: 9px;
  }
  footer div.column:last-child {
  margin: 0.8em 0;
  }
  footer .footer-form {
  margin-bottom: 0;
  }
  footer div.column:last-child h4,
  #footer-last-col {
    text-align: left;
    }
}

@media only screen and (max-width: 50em) {
  .client-box {
  display:block;
  width:100%;
  float: none;
  }
  .client-box a {
  font-size: 0.85em;
  }
  /* client first row */
  .client-wrapper:nth-of-type(1) .client-box:nth-of-type(2) {
    border-left: 1px solid #e5e3e3;
  }
  /* client second row */
  .client-wrapper:nth-of-type(2) .client-box:nth-of-type(1) {
    border-left: 1px solid #e5e3e3;
  }
  /* client second row */
  .client-wrapper:nth-of-type(2) .client-box:nth-of-type(3) {
    border-left: 1px solid #e5e3e3;
  }
  /* client third row */
  .client-wrapper:nth-of-type(3) .client-box:nth-of-type(2) {
    border-left: 1px solid #e5e3e3;
  }
}

@media only screen and (max-width: 40em) {
  .top-social a.phone-us {
  text-indent: -9999px;
  display: inline-block;
  }
  .logo {
  display: block;
  text-align: center;
  margin: 1.5em 0;
  }
  .content-banner h1 {
  font-size: 2.5em;
  }
  h1 {
  font-size: 2.1em;
  line-height: normal;
  }
  .breadcrumbs {
  display: none;
  }
  .main {
  padding-top: 3em;
  }
  .search-form {
  display:block;
  float: none;
  position: relative;
  top: 0px;
  width: 100%;;
  margin: 2em 0;
  }
  .search-form input[type="search"] {
  width: 100%;
  }
  .promo-banner{
  background-image: none !important;
  background-color: #fff;
  border-top: none;
  border-bottom: 6px solid #a64253;
  border-left: none;
  border-right: none;
  padding: 2em;
  }
  footer .footer-base nav {
  position: static;
  margin-top: 0.6em;
  }
  footer .footer-base ul li:first-child a {
  padding-left: 0;
  }

}

@media only screen and (max-width: 30em) {
  .top-social {
  display: block;
  margin: 0 0 1em 0;
  text-align: center;
  width: 100%;
  }
  .sub-nav {
  display: block;
  position: static;
  text-align: center;
  }
  .sub-nav li:first-child a {
  padding-left: 0;
  }
  .intro-banner h1 {
  font-size: 2em;
  }
  .intro-banner p {
  font-size: 1.05em;
  }
  .content-banner h1 {
  font-size: 2em;
  }
}

@import url('styles-bb.min.css');
