@font-face {
  font-family: 'icomoon';
  src:  url('../icomoon/icomoon.eot?ls7dwo');
  src:  url('../icomoon/icomoon.eot?ls7dwo#iefix') format('embedded-opentype'),
    url('../icomoon/icomoon.ttf?ls7dwo') format('truetype'),
    url('../icomoon/icomoon.woff?ls7dwo') format('woff'),
    url('../icomoon/icomoon.svg?ls7dwo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  transition: ease all .5s;
}

html {
  background-color: #002d68;
}

body {
  padding: 0;
  margin: 0;
  font-family: lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  color: #222;
  background-color: #fff;
}

a {
  color: #d46c26;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  color: #002d68;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0;
}

h1 {
  font-size: 1.7em;
  color: #d46c26;
}

h2 {
  font-size: 1.3em;
  text-transform: uppercase;
}

a:hover {
  color: #002d68;
}

.utility, .site-info-container, nav ul, .contact-info, main, .home-cta > div {
  margin: auto;
}

.top-bar {
  background-color: #f4f7fa;
  padding: 20px;
  display: none;
}

.utility {
  color: #aeb1b3;
}

.search {
  margin-top: 20px;
  display: none;
}

.gsc-input-box {
	border: 0 none !important;
  background: transparent !important;
	border-bottom: 1px solid #d9d9d9 !important;
}

input[title="search"] {
	background: none !important;
	text-indent: 0 !important;
}

td.gsc-search-button {
  position: relative;
}

td.gsc-search-button:before {
	content: '\e90a';
	font-family: icomoon;
  font-size: 1.3em;
  line-height: 25px;
  position: absolute;
  top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input.gsc-search-button {
	border: 0 none !important;
	background: none !important;
  display: block;
  width: 25px;
	height: 25px;
	padding: 0;
}

.site-info-container {
  padding: 40px;
  overflow: hidden;
}

.logo-wrap {
  text-align: center;
}

.logo-wrap img {
	width: auto;
	height: 100px;
  margin-bottom: 0;
}

.contact {
  float: right;
  position: relative;
  text-align: center;
	background-color: #f4f7fa;
  height: 80px;
  padding: 20px;
  display: none;
}

.contact:before {
	content: '\e904';
  position: absolute;
  top: 0;
  left: -80px;
  display: inline-block;
  text-align: center;
  background: #d46c26;
  width: 80px;
	height: 80px;
	font-family: icomoon;
	font-size: 40px;
  line-height: 80px;
	color: #fff;
}

.contact a {
    color: #002d68;
    font-family: montserrat;
    font-size: .9em;
}

.contact a[href*=tel] {
	font-size: 1.3em;
}

/* MAIN NAV */

.mobile-menu {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 15px;
}

.mobile-menu:hover, .mobile-menu:active {
  color: #fff;
}

.mobile-menu:before {
  content: '\e905';
  font-family: icomoon;
}

.mobile-menu, nav {
  background-color: #002d68;
}

nav ul {
  height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

nav.active ul {
  display: block;
  height: auto;
}

nav li {
  list-style-type: none;
  position: relative;
}

nav li a {
  display: block;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-weight: 400;
  border-top: 1px solid rgba(255,255,255,.25);
}

nav li a:hover, nav li a:active {
  color: #fff;
}

/* end MAIN NAV */

/* FOOTER */

footer {
  background-color: #f4f7fa;
}

.contact-info {
  padding: 40px;
}

.contact-info ul {
	padding: 0;
}

.contact-info li {
  list-style-type: none;
  line-height: 1.7em;
}

.contact-info li a {
    color: #002d68;
}

.contact-info li a:hover, .contact-info li a:focus {
    border-bottom: 1px solid #d46c26;
}

.contact-info li:before {
  font-family: icomoon;
  color: #002d68;
  display: inline-block;
  width: 30px;
  text-align: center;
  position: relative;
  top: 2px;
}

li[itemprop="address"]:before {
	content: '\e906';
}

li[itemprop="telephone"]:before {
	content: '\e958';
}

li[itemprop="email"]:before {
	content: '\e908';
}

.contact-info li:last-child:before {
	content: '\e909';
}

footer .copyright {
  background-color: #002d68;
  padding: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-weight: 400;
  font-size: .85em;
}
/* end FOOTER */

/* CALL TO ACTION */
.cta {
  margin-top: 40px;
}

.cta > div {
  height: 225px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.inner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 45, 104, 0.75);
  padding: 20px 40px;
  color: #fff;
  font-weight: 400;
}

.cta > div:hover .inner-wrap {
  top: 0;
}

.inner-wrap h2 {
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #d46c26;
	padding-bottom: 20px;
}

.inner-wrap li {
  list-style-type: none;
  line-height: 1.2em;
}

.inner-wrap li:before {
  content: '\2713';
  margin-right: 10px;
}

.inner-wrap a {
	display: block;
	margin: auto;
  text-align: center;
	width: 125px;
	padding: 5px 10px;
	background: #d46c26;
	color: #fff;
  text-transform: uppercase;
  font-size: .85em;
  letter-spacing: .05em;
}

.inner-wrap a:hover, .inner-wrap a:focus {
  color: #d46c26;
  background-color: #ffffff;
}

.cta > div:first-child {
  background-image: url('../images/tax-services.jpg');
}

.cta > div:nth-child(2) {
  background-image: url('../images/business-services.jpg');
}

.cta > div:last-child {
  background-image: url('../images/planning-services.jpg');
}

/* end CALL TO ACTION */

body:not(.home) main {
  padding: 10%;
}

img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

body:not(.about):not(.services) h1 + p {
  font-family: Montserrat;
  font-size: 16px;
  padding-bottom: 30px;
  border-bottom:1px solid #ebebeb;
  margin-bottom: 30px;
  color: #5b5f62;
}

.grid div {
  margin-bottom: 20px;
}

aside {
  padding: 3%;
  background-color: #f4f7fa;
}

aside ul {
  padding: 0;
}

aside li {
  list-style-type: disclosure-closed;
  list-style-position: inside;
  color: #002d68;
}

aside li:hover, aside li:focus {
    color: #d46c26;
}

aside li a {
  text-decoration: none;
  color: #002d68;
}

aside li:hover a, aside li:focus a {
    border-bottom: 1px solid #d46c26;
}

.about article > div {
	border-top: 1px solid #ebebeb;
	margin-top: 30px;
}

.about main h2 {
  margin: 30px 0;
}

.one-third img {
  border: 1px solid #d46c26;
}

.one-third p {
  margin-top: 0;
}

.one-third strong {
  color: #5b5f62;
}

.button {
	display: inline-block;
	padding: 10px 20px;
	background: #002d68;
	margin: 20px 0;
	font-weight: 400;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
}

.button:hover, .button:focus {
  background-color: #d46c26;
  color: #fff;
}

/* CONTACT US */

.contact-us h1 {
  text-align: center;
}

.contact-us .cta > div {
  background: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  color: #d46c26;
}

.contact-us .cta > div:before {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-family: icomoon;
  font-size: 72px;
  color: #002d68;
}

.contact-us .cta > div:first-child:before {
  content: '\e900';
}

.contact-us .cta > div:nth-child(2):before {
  content: '\e904';
}

.contact-us .cta > div:last-child:before {
  content: '\e909';
}

/* end CONTACT US */

/* HOME PAGE */

.logo-wrap h1 {
  margin: 0;
  padding: 0;
}
.home main {
  max-width: 100%;
}

.home section {
  width: 100%;
  position: relative;
}

.home .masthead article {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home .masthead article:before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.home .masthead img {
  display: none;
}

.caption {
  display: none;
}

.caption > div {
  position: absolute;
  width: auto;
  white-space: nowrap;
  font-family: Montserrat;
  font-weight: bold;
  color: #fff;
  transition: ease-in-out all 3s;
}

.line1 {
  font-size: 45px;
  top: 75%;
  left: -100%;;
}

.line2 {
  font-size: 22px;
  top: 85%;
  left: 100%;
}

.slick-active .line1 {
  left: 10%;
}

.slick-active .line2 {
  left: 25%;
}

.slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
	height: 12px;
  padding: 0;
	background: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
}

.slick-dots button:hover, .slick-dots .slick-active button {
  background: #d46c26;
}

section.home-cta {
  padding: 5%;
  background-color: #f4f7fa;
}

section.home-cta > div:first-child {
  text-align: center;
  margin: auto;
  padding: 30px 10px 10px 10px;
}

section.home-cta h2:before {
  content: '';
  display: block;
	background-color: #d46c26;
	width: 40px;
	height: 2px;
	margin: 0 auto 50px;
}

section.home-cta h2 {
  font-family: montserrat;
  color: #002d68;
  text-transform: none;
}

div.home-cta div {
  background-color: #fff;
  padding: 1.5em;
  margin-top: 20px;
}

div.home-cta div h3:before {
  font-family: icomoon;
  color: #fff;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  background-color: #d46c26;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}

div.home-cta div:first-child h3:before {
  content: '\e903';
}

div.home-cta div:nth-child(2) h3:before {
  content: '\e902';
}

div.home-cta div:last-child h3:before {
  content: '\e901';
}

div.home-cta h3 {
  font-family: montserrat;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

div.home-cta h3 a {
  color: #002d68;
}

div.home-cta h3 a:hover {
  color: #d46c26;
}

div.home-cta p:last-child {
  position: relative;
  max-width: 150px;
  overflow: hidden;
}

div.home-cta p a {
  color: #002d68;
  font-weight: 400;
  font-size: .9em;
  text-transform: uppercase;
}

div.home-cta p a:hover {
  color: #d46c26;
}

div.home-cta p a:before {
  position: absolute;
  top: 1px;
  right: 2em;
	content: '\e907';
	font-family: icomoon;
	-webkit-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	-moz-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	-o-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
}

div.home-cta p a:after {
  content: '\e907';
  font-family: icomoon;
  position: absolute;
  top: 1px;
  right: 4em;
  -webkit-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	-moz-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	-o-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
	opacity: 0;
}

div.home-cta p a:hover:before {
  color: #d46c26;
  right: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

div.home-cta p a:hover:after {
  color: #d46c26;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	right: 2em;
	opacity: 1;
}

.why-collier {
  background-color: #002d68;
  position: relative;
}

.why-collier > div {
  height: 200px;
}

.why-collier > div:first-child {
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-weight: 400;
}

.why-collier h3 {
  color: #ffffff;
}

.why-collier h3:after {
  content: '';
  display: block;
	background-color: #d46c26;
	width: 40px;
	height: 2px;
  margin-top: 10px;
}

.why-collier > div:last-child {
  width: 100%;
  background: url('../images/timeandmoneycrop.jpg') no-repeat;
  background-size: cover;
}

.why-collier >div:last-child:before {
  content: '';
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: absolute;
}

.why-collier >div:last-child img {
  display: none;
}

/* end HOME PAGE */

/* MOBILE STYLES */

@media (min-width: 600px) {
  .home .masthead article {
    height: 400px;
  }

  .cta > div {
    height: 275px;
  }
  
  .inner-wrap {
      top: 75%;
  }

  .inner-wrap h2 {
    padding-bottom: 24px;
  }

  .one-third {
    display: flex;
    justify-content: space-between;
  }

  .one-third > div {
    width: 30%;
  }

  .one-third > div + div {
    width: 65%;
  }
}

@media (min-width: 900px) {

  h1 {
    font-size: 2.4em;
  }

  .utility, .site-info-container, nav ul, .contact-info, main, .home-cta > div {
    max-width: 1170px;
  }

  .top-bar {
    display: block;
  }

  .utility {
    color: #5b5f62;
    display: flex;
    flex-flow: row nowrap;
  }

  .tagline {
    width: 75%;
  }

  .search {
    width: 25%;
    margin-top: 0;
  }

  .logo-wrap {
    float: left;
  }

  .contact {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  nav ul {
    display: flex;
    justify-content: stretch;
    height: auto;
  }

  nav li {
    display: inline-block;
    flex: 1 auto;
  }

  nav li a {
    padding: 30px 0;
    border: 0 none;
  }

  nav li a:before {
  	content: attr(title);
  	position: absolute;
  	top: -3.2em;
  }

  nav li a:hover {
    color: transparent;
    background-color: #d46c26;
  }

  nav li a:hover:before {
    color: #fff;
  	top: 50%;
  	transform: translateY(-50%);
    transition: ease-in-out all .5s;
  }

  body:not(.home) main {
    padding: 4.5em 30px;
  }

  body:not(.home):not(.services):not(.contact-us) main {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  section {
    width: 60%;
  }

  aside {
    width: 30%;
  }

  .cta {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .cta > div {
    width: 32%;
    margin-bottom: 0;
  }

  .inner-wrap li {
  	line-height: 1.5em;
  }

  .grid {
  	display: flex;
    flex-flow: row wrap;
  	justify-content: space-between;
  }

  .grid div {
  	width: 45%;
    margin-right: 3%;
  }

  .home .masthead article {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .caption {
    display: block;
  }

  section.home-cta {
  	padding: 50px 0;
  }

  section.home-cta > div:first-child {
    max-width: 800px;
    padding: 0;
  }

  div.home-cta {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  div.home-cta div {
    width: 31%;
  }

  .why-collier {
    display: flex;
  }

  .why-collier > div {
    height: 430px;
  }

  .why-collier > div:first-child {
    width: 33%;
    position: static;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5em;
  }

  .why-collier h3 {
    color: inherit;
    font-size: 2em;
  }

  .why-collier h3:after {
  	background-color: #fff;
  }

  .why-collier > div:last-child {
    width: 67%;
  }

  .why-collier > div:last-child::before {
    background-color: rgba(255,255,255,.5);
  }
}

@media (min-width: 1200px) {
  body:not(.home) main {
    padding: 4.5em 0;
  }
  .contact-info {
    padding: 60px 0;
  }

  .cta > div {
    width: 30%;
  }

  .inner-wrap h2 {
    font-size: 1.3em;
  }
}

/* end MOBILE STYLES */

/* COUNTDOWN */

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
  padding: 10%;
  background-color: #d46c26;
  color: #002d68;
  font-family: montserrat;
  text-align: center;
}

.countdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 31%;
  margin-bottom: 1rem;
}

.countdown__item--large {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  font-size: 2.75em;
}

.countdown__timer {
  padding: .5em .25em;
  font-size: 2em;
  background-color: rgba(255,255,255,.9);
}

.countdown__label {
  font-size: 1em;
  padding-top: .40em;
  color: #f4f7fa;
}
.countdown__item--large .countdown__label {
    margin-bottom: 10px;
}
.countdown__item--large .countdown__label:before, .countdown__item--large .countdown__label:after {
  content: '';
  display: block;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
}
/* end COUNTDOWN */
