/*Hero Content Styles*/
#main_header {
  background: url(../images/header_bg.png);
  position: absolute;
  top: 0;
  height: 130px;
  width: 100%;
  z-index: 10;
  font-family: 'Source Sans Pro', sans-serif;
}

#main_header nav {
  float: right;
}

#main_header .inner {
  padding: 20px 0px 0px 0px;
}

#main_nav1 li {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 40px;
}

#main_nav1 .sub-menu {
  margin: 0px 0px 0px 0px;
  padding: 23px 0px 10px 0px;
  display: none;
  position: absolute;
}

#main_nav1 .sub-menu li {
  background: url(../images/header_bg.png);
  float: none;
  margin: 0;
  padding: 10px 20px 10px 20px;
}

#main_nav1 a {
  font-size: 15px;
  color: #5b5c5e;
  text-decoration: none;
  font-weight: bold;
}

#main_nav1 a:hover {
  color: #59dcff;
}

#main_nav1 .current_page_ancestor .parent_nav_link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #59dcff;
}

#main_nav1 .current-menu-item a {
  color: #59dcff;
}

#main_nav1 .current-menu-item ul a {
  color: #5b5c5e;
}

#main_nav1 .current-menu-item ul a:hover {
  color: #59dcff;
}

#main_nav2 {
  float: right;
  margin: 0px 0px 30px 0px;
}

#main_nav2 a {
  font-size: 15px;
  color: #9f9f9f;
  text-decoration: none;
  font-weight: bold;
  float: left;
  list-style: none;
  margin: 8px 30px 0px 0px;
}

#main_nav2 a:hover {
  color: #59dcff;
}

#downloads_link {
  background: url(../images/downloads_icon.png) left no-repeat;
  padding: 0px 0px 0px 30px;
}

#careers_link {
  background: url(../images/careers_icon.png) left no-repeat;
  padding: 0px 0px 0px 30px;
}

#logo {
  float: left;
  background-image: url(../images/logo.png);
  background-size: cover;
  width: 246px;
  height: 72px;
}

#nav-toggle {
  width: 35px;
  height: 25px;
  background-size: cover;
  background-image: url(../images/hamburger.png);
  margin: 10px 0px 0px 0px;
}

.search_container {
  float: left;
  border: solid 1px #d1d3d4;
  padding: 5px;
}

.search_container .search-field {
  border: none;
  background: none;
  float: left;
  font-size: 12px;
  padding: 5px 0px 0px 5px;
  height: 25px;
  color: #9f9f9f;
}

#main_search {
  width: 30px;
  height: 25px;
  background: url(../images/search_icon.png) center no-repeat;
  display: block;
  margin: 0;
  border: none;
  float: left;
  margin: 0;
}

#main_search:hover {
  cursor: pointer;
}

#mobile_menu {
  width: 250px;
  background: #fff;
  padding: 0px 0px 0px 0px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#close_mobile_menu {
  display: block;
  height: 26px;
  width: 26px;
  background-image: url(../images/close_mobile_menu.png);
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 15px;
}

#mobile_logo {
  background-image: url(../images/logo.png);
  width: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  height: 55px;
}

#mm_content nav {
  padding: 30px 0px 0px 0px;
}

#mm_content nav li {
  position: relative;
  border-bottom: solid 1px #dbdbdb;
  text-decoration: none;
}

#mm_content nav .mm_toggle_dd {
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  background: url(../images/plus_icon3.png) center no-repeat;
  color: white;
  text-align: center;
  width: 40px;
  height: 50px;
  padding: 0px;
}

#mm_content nav .active_dd_toggle {
  background: url(../images/minus_icon3.png) center no-repeat;
}

#mm_content nav .sub-menu {
  display: none;
  background: #f5f5f5;
}

#mm_content nav .sub-menu li:nth-last-child(1) {
  border-bottom: none;
}

#mm_content nav .sub-menu a {
  width: 100%;
  font-weight: 300;
}

#mm_content nav a {
  display: block;
  padding: 15px 0px 15px 15px;
  color: #787878;
  text-decoration: none;
  width: 80%;
  font-size: 15px;
  font-weight: bold;
}

#mm_content nav .current-menu-item {
  background: #60c5ed;
}

#mm_content nav .current-menu-item a {
  color: #fff;
}

#mm_content nav .current_page_ancestor {
  background: #60c5ed;
}

#mm_content nav .current_page_ancestor .mm_toggle_dd {
  background: url(../images/plus_icon2.png) center no-repeat;
}

#mm_content nav .current_page_ancestor .parent_nav_link {
  color: #fff;
}

#mm_content nav .current_page_ancestor .active_dd_toggle {
  background: url(../images/minus_icon2.png) center no-repeat;
}

#mm_content nav .current_page_item {
  background: #60c5ed;
}

#mm_content nav .current_page_item .mm_toggle_dd {
  background: url(../images/plus_icon2.png) center no-repeat;
}

#mm_content nav .current_page_item .active_dd_toggle {
  background: url(../images/minus_icon2.png) center no-repeat;
}

#mm_content nav .current_page_item a {
  color: #fff;
}

#mm_content nav .current_page_item ul li a {
  color: #787878;
}

#mm_content #mm_border {
  height: 1px;
  background: #b5b5b5;
  width: 35px;
  margin: 0 auto;
}

#mm_content .search_container {
  border: none;
  background: #f5f5f5;
  margin: 25px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  width: 100%;
}

#mm_content .search_container .search-field {
  padding: 0px 0px 0px 15px;
  width: 185px;
}

#mm_content #main_search {
  float: right;
  margin: 0px 20px 0px 0px;
}

#mm_content .mm_nav2 {
  display: table;
  margin: 0 auto;
  padding: 25px 0px 0px 0px;
}

#mm_content .mm_nav2 a {
  color: #9f9f9f;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 0px 0px 20px;
}

#mm_content .mm_nav2 #downloads_link {
  background-size: 15%;
}

#mm_content .mm_nav2 #careers_link {
  background-size: 20%;
  margin: 0px 0px 0px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #logo {
    width: 150px;
    height: 44px;
  }
  #main_header {
    height: auto;
  }
  #main_header .inner {
    padding: 15px 0px 15px 0px;
  }
}

@media only screen and (max-width: 767px) {
  #logo {
    width: 150px;
    height: 44px;
  }
  #main_header {
    height: auto;
  }
  #main_header .inner {
    padding: 15px 0px 15px 0px;
  }
}

footer {
  background: #075068;
  padding: 40px 0px 40px 0px;
  font-size: 12px;
  color: #dbdbdb;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  float: left;
  list-style: none;
  margin: 0px 30px 0px 0px;
}

footer ul li a {
  text-decoration: none;
  color: #dbdbdb;
}

footer .nav_container {
  float: left;
}

footer .main_nav {
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}

footer #social_nav {
  float: right;
}

footer #social_nav .social_link {
  display: block;
  text-decoration: none;
  height: 30px;
  width: 30px;
  background-image: url(../images/social_icon_sprite.png);
  float: left;
  margin: 0px 0px 0px 50px;
}

footer #social_nav #facebook {
  background-position: 0px 0px;
}

footer #social_nav #linkedin {
  background-position: -69px 0px;
}

footer #social_nav #twitter {
  background-position: -136px 0px;
}

footer #social_nav #instagram {
  background-position: -202px 0px;
}

@media only screen and (max-width: 767px) {
  footer {
    font-size: 11px;
  }
  footer #social_nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
  footer #social_nav .social_link {
    margin: 0px 25px 30px 25px;
  }
  footer .main_nav {
    margin: 0 auto;
  }
  footer .secondary_nav {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
  }
  footer .secondary_nav p {
    float: left;
    margin: 0;
  }
  footer .nav_container {
    float: none;
    display: table;
    margin: 0 auto;
  }
  footer ul {
    float: left;
  }
  footer ul li {
    margin: 0px 7px 0px 7px;
  }
}

.gray_cta {
  border: solid 1px #646464;
  padding: 10px 30px 10px 15px;
  display: table;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  text-align: center;
  background: url(../images/cta_arrow_black.png) no-repeat right;
  text-decoration: none;
}
.gray_cta_video {
  border: solid 1px #646464;
  padding: 10px 30px 10px 15px;
  display: table;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  text-align: center;
  background: url(../images/cta_arrow_black.png) no-repeat right;
  text-decoration: none;
}
.white_cta {
  border: solid 1px #fff;
  padding: 10px 50px 10px 15px;
  display: table;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  text-align: center;
  background: url(../images/cta_arrow_white.png) no-repeat right;
  text-decoration: none;
}
.blue_cta {
  border: solid 1px #fff;
  padding: 10px 50px 10px 50px;
  display: table;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  text-align: center;
  background: url(../images/cta_arrow_white.png) #10b4ea no-repeat 170px 17px;
  text-decoration: none;
}

.blue_cta_quote {
  padding: 1px 4px 1px 4px;
  display: table;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: white !important;
  text-align: center;
  text-decoration: none;
  background: url(../images/cta_arrow_white.png) #10b4ea no-repeat 170px 17px;
}
.blue_cta_home {
  border: solid 1px #646464;
  padding: 10px 30px 10px 15px;
  display: table;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
  background: url(../images/cta_arrow_white.png) #27caf6 no-repeat right;
}
.arrow_cta {
  padding: 0px 30px 0px 0px;
  font-size: 18px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  letter-spacing: 1px;
  display: table;
  background: url(../images/cta_arrow_black.png) no-repeat right;
  text-decoration: none;
}

.arrow_cta_blue {
  padding: 0px 30px 0px 0px;
  font-size: 18px;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
  color: #10b4ea;
  letter-spacing: 1px;
  display: table;
  background: url(../images/cta_arrow_blue.png) no-repeat right;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gray_cta {
    font-size: 15px;
  }
  .gray_cta_video {
	font-size: 15px;		
	}
  .arrow_cta {
    font-size: 17px;
  }
  .white_cta {
    font-size: 17px;
    padding: 10px 35px 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .gray_cta {
    font-size: 15px;
  }
  .gray_cta_video {
	font-size: 15px;		
	}
  .white_cta {
    font-size: 17px;
    padding: 10px 35px 10px 15px;
  }
  .blue_cta {
    font-size: 17px;
    padding: 10px 35px 10px 15px;
    background: url(../images/cta_arrow_white.png) #10b4ea no-repeat 114px 15px;
  }
   .blue_cta_home {
    font-size: 17px;
    padding: 10px 35px 10px 15px;
    background: url(../images/cta_arrow_white.png) #10b4ea no-repeat right;
  }
  .arrow_cta {
    font-size: 17px;
  }
}

#home_hero {
  width: 100%;
  height: 663px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 0px 0px 0px;
}

#home_hero .hero_content {
  background-image: url(../images/dark_trans_bg.png);
  position: absolute;
  top: 40%;
  left: 0;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 45px;
}

#home_hero .hero_video {
    position: absolute;
    top: 55%;
    background: rgba(0, 0, 0, 0.75); /* Black background with transparency */
    width: 100%;
    padding: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
}
#home_hero a {
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}

#home_hero a:hover {
  color: #59dcff;
}

#home_hero .hero_content h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  margin: 0;
  max-width: 350px;
}

#home_hero .hero_video h2 {
  font-size: 40px;
  color: #000;
  font-weight: 200;
  margin: auto;
  max-width: auto;
}

#home_hero .hero_content h2 span {
  color: #27caf6;
}

#home_hero .hero_video h2 span {
  color: #27caf6;
}

#h_what_we_do .arrow_cta {
  float: right;
  margin: 20px 0px 0px 0px;
}

#h_what_we_do .section_title {
  float: left;
  margin: 0px 0px 50px 0px;
}

#h_featured_projects strong {
  color: #646464;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  display: block;
}

#h_featured_projects p {
  font-size: 18px;
  color: #919294;
  margin: 0px 0px 10px 0px;
}

#h_featured_projects .col_3:nth-child(2) {
  padding: 45px 0px 0px 0px;
}

#h_featured_projects .gray_line {
  background: #646464;
  height: 1px;
  width: 115px;
  display: table;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#h_featured_projects a {
  margin: 0 auto;
}

#hfp_hero {
  height: 400px;
  background-image: url(../images/feature_projects_ph.jpg);
  background-size: cover;
  position: relative;
}

#hfp_hero .hero_content {
  background-image: url(../images/dark_trans_bg.png);
  padding: 25px 40px 25px 40px;
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
}

#hfp_hero .hero_content h2 {
  color: white;
  font-size: 26px;
  font-weight: 200;
  margin: 0;
}

#h_our_systems {
  padding: 0px 0px 90px 0px;
}

#h_our_systems .section_title {
  margin-top: 80px;
  margin-left: 25%;
}

#h_our_systems .gray_cta {
  position: absolute;
  bottom: 50px;
  right: 10%;
}

#systems_slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 680px;
}

#systems_slider .s1_content_container {
  background: #10b4ea;
  width: 50%;
  height: 520px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

#systems_slider .s1_content_container .white_cta {
  position: absolute;
  bottom: 60px;
  left: 20%;
  background: url(../images/cta_arrow_white.png) no-repeat 125px 17px;
}

#systems_slider .s1_content_container .s1_content {
  display: none;
  padding: 70px 115px 0px 70px;
}

#systems_slider .s1_content_container .s1_content h2 {
  font-size: 38px;
  color: white;
  margin: 0px 0px 55px 0px;
  font-weight: 200;
}

#systems_slider .s1_content_container .s1_content p {
  color: white;
  font-size: 17px;
  margin: 0px 0px 40px 0px;
  font-weight: 200;
  padding: 0px 0px 0px 70px;
  max-width: 440px;
}

#systems_slider .s1_content_container .s1_content ul {
  margin: 0;
  padding: 0px 0px 0px 70px;
  color: white;
}

#systems_slider .s1_content_container .s1_content ul li {
  list-style: none;
  background: url(../images/cta_arrow_white.png) no-repeat 0px 4px;
  padding: 0px 0px 5px 30px;
}

#systems_slider .s1_content_container .s1_content:nth-child(1) {
  display: block;
  margin-top: 0;
}

#systems_slider .s1_image_container {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 2;
  width: 53%;
  height: 500px;
  overflow: hidden;
}

#systems_slider .s1_image {
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

#systems_slider .s1_image:nth-child(1) {
  display: block;
  margin-left: 0;
}

#systems_slider .active_s1_image {
  z-index: 5;
}

#s1_nav {
  position: absolute;
  right: 10%;
  bottom: 60px;
}

.ssn_arrow {
  display: block;
  height: 44px;
  width: 44px;
  background-image: url(../images/slider_nav_arrows1.png);
  float: left;
}

#ssn_prev {
  background-position: 0px 0px;
  margin: 0px 20px 0px 0px;
}

#ssn_next {
  background-position: -63px 0px;
  margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home_hero {
    height: 375px;
  }
  #home_hero .hero_content {
    top: 70%;
    padding: 20px 10px 20px 20px;
  }
  #home_hero .hero_content h2 {
    font-size: 25px;
    max-width: 315px;
  }
  #h_what_we_do .arrow_cta {
    margin: 10px 0px 0px 0px;
  }
  #h_our_systems .section_title {
    margin-top: 20px;
  }
  #h_our_systems .gray_cta {
    right: 65px;
    bottom: 0px;
  }
  #systems_slider {
    min-height: 350px;
  }
  #systems_slider .s1_image_container {
    width: 405px;
    height: 270px;
    top: 80px;
  }
  #systems_slider .s1_content_container {
    width: 385px;
    height: 295px;
    top: 0px;
  }
  #systems_slider .s1_content_container .s1_content {
    padding: 30px 50px 0px 30px;
  }
  #systems_slider .s1_content_container .s1_content h2 {
    font-size: 25px;
    margin: 0px 0px 15px 0px;
  }
  #systems_slider .s1_content_container .s1_content p {
    font-size: 14px;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px;
  }
  #systems_slider .s1_content_container .s1_content ul {
    font-size: 14px;
    padding: 0px 0px 0px 25px;
  }
  #systems_slider .s1_content_container .white_cta {
    bottom: 15px;
    left: 10%;
    background: url(../images/cta_arrow_white.png) no-repeat 105px 15px;
  }
  #s1_nav {
    right: 15px;
    bottom: 15px;
  }
  #hfp_hero {
    height: 225px;
  }
  #hfp_hero .hero_content h2 {
    font-size: 20px;
  }
  #h_featured_projects strong {
    font-size: 17px;
  }
  #h_featured_projects p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #home_hero {
    height: 250px;
  }
  #home_hero .hero_content {
    bottom: 0;
    padding: 20px 0px 20px 0px;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  #home_hero .hero_content h2 {
    font-size: 20px;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
  }
  #h_what_we_do .section_title {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #h_what_we_do .arrow_cta {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #h_our_systems {
    padding: 0px 0px 20px 0px;
  }
  #h_our_systems .section_title {
    margin-top: 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
  }
  #h_our_systems .gray_cta {
    right: auto;
    bottom: 0px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
  #systems_slider .s1_image_container {
    position: relative;
    top: auto;
    left: auto;
    height: 215px;
    width: 100%;
  }
  #systems_slider .s1_content_container {
    position: relative;
    width: 100%;
    height: auto;
  }
  #systems_slider .s1_content_container .white_cta {
    background: url(../images/cta_arrow_white.png) no-repeat 106px 15px;
    bottom: 20px;
    left: 15px;
  }
  #systems_slider .s1_content_container .s1_content {
    padding: 25px 15px 100px 15px;
  }
  #systems_slider .s1_content_container .s1_content h2 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }
  #systems_slider .s1_content_container .s1_content p {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
  #systems_slider .s1_content_container .s1_content ul {
    padding: 0;
    font-size: 14px;
  }
  #systems_slider #s1_nav {
    right: 15px;
    bottom: 20px;
  }
  #hfp_hero {
    height: 200px;
  }
  #hfp_hero .hero_content {
    padding: 25px 20px 25px 20px;
  }
  #hfp_hero .hero_content h2 {
    font-size: 20px;
  }
  #h_featured_projects .gray_line {
    display: none;
  }
  #h_featured_projects a {
    float: left;
  }
  #h_featured_projects .arrow_cta {
    margin: 10px 0px 0px 15px;
  }
  #h_featured_projects .col_3 {
    margin: 30px 0px 0px 0px;
  }
  #h_featured_projects .col_3:nth-child(2) {
    padding: 0;
  }
}

@media only screen and (max-width: 320px) {
  #h_featured_projects .arrow_cta {
    float: none;
    margin: 20px 0px 0px 0px;
  }
  #h_featured_projects .blue_cta {
    float: none;
    margin: 0;
  }
}

#projects_hero {
  height: 500px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-image: url(../images/projects_hero_ph.jpg);
}

#projects_hero .hero_content {
  background-image: url(../images/dark_trans_bg.png);
  padding: 25px 40px 25px 40px;
  position: absolute;
  display: table;
  bottom: 0;
  right: 0;
}

#projects_hero .hero_content h2 {
  color: white;
  font-size: 26px;
  font-weight: 200;
  margin: 0;
  max-width: 400px;
  padding: 0px 50px 0px 0px;
}

#project_quote {
  background-image: url(../images/quote_bg1.jpg);
  background-size: cover;
  color: #fff;
}

#project_quote strong {
  font-size: 18px;
  font-weight: 600;
}

#project_quote p {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

#projects_grid {
  border-top: solid 1px #c8c8c8;
}

#projects_grid .grid_container {
  padding: 40px 0px 0px 0px;
  border-top: solid 1px #c8c8c8;
}

#projects_grid .block p {
  margin: 90px 0px 70px 0px;
}

#projects_grid .block strong {
  color: #fff;
}

#projects_grid .section_title {
  font-size: 35px;
  font-weight: 200;
  color: #787878;
  margin: 0px 0px 30px 0px;
}

#projects_filter {
  padding: 0px 0px 40px 0px;
}

#projects_filter .select_filter {
  float: left;
  width: 25%;
  margin-right: 1%;
  float: left;
  position: relative;
}

#projects_filter label {
  display: block;
  font-size: 20px;
  color: #a0a0a0;
  margin: 0px 0px 10px 0px;
}

#projects_filter select {
  background: #f5f5f5;
  width: 100%;
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 200;
  padding: 15px 20px 15px 20px;
  border: none;
  height: 50px;
}

#filter_projects {
  background: url(../images/cta_arrow_white.png) #10b4ea no-repeat 70% 19px;
  border: none;
  display: block;
  float: left;
  color: #fff;
  height: 50px;
  width: 22%;
  padding: 15px 50px 15px 20px;
  font-size: 18px;
}

#filter_error {
  display: none;
  font-size: 20px;
  font-weight: 200;
  color: #f00;
  margin: 0px 0px 10px 0px;
}

#reset_filter {
  float: right;
  display: block;
  margin: 15px 0px 15px 0px;
  text-decoration: none;
  color: #10b4ea;
}

@media only screen and (max-width: 767px) {
  #projects_filter .select_filter {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #projects_filter select {
    width: 100%;
  }
  #filter_projects {
    background: url(../images/cta_arrow_white.png) #10b4ea no-repeat 60% 19px;
    width: 100%;
    float: none;
  }
}

.detail {
  float: left;
  width: 33%;
  margin: 0px 0px 65px 0px;
}

.detail strong {
  color: #646464;
  margin: 0;
}

.detail p {
  color: #919294;
  margin: 5px 0px 0px 0px;
  max-width: 145px;
}

.detail .location {
  background-position: 335px 0px;
}

.detail .industry {
  background-position: 222px 0px;
}

.detail .footage {
  background-position: 113px 0px;
}

.detail .system {
  background-position: 281px 0px;
}

.detail .gen_contractor {
  background-position: 164px 0px;
}

.detail .architect {
  background-position: 59px 0px;
}

.detail_icon {
  width: 40px;
  height: 35px;
  background-image: url(../images/icon_sprite.png);
  float: left;
  margin: 0px 15px 0px 0px;
}

.detail_content {
  float: left;
  max-width: 65%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .detail {
    width: 40%;
    margin: 0px 0px 20px 10%;
  }
}

@media only screen and (max-width: 767px) {
  .detail {
    width: 33.3%;
    margin: 20px 0px 0px 0%;
  }
  .detail .detail_content {
    float: none;
    text-align: center;
    max-width: 100%;
  }
  .detail .detail_icon {
    float: none;
    margin: 0 auto;
    display: table;
  }
  .detail p {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }
  .detail strong {
    margin: 10px 0px 0px 0px;
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .detail {
    width: 40%;
    margin-right: 4%;
  }
  .detail:nth-child(2n) {
    margin-right: 0;
  }
}

#services_grid .section_title {
  margin: 0px 0px 0px 0px;
}

#services_grid .center_text p {
  margin: 20px 0px 0px 0px;
}

#services_grid .grid_container {
  padding: 90px 0px 0px 0px;
}

#services_hero {
  height: 500px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-image: url(../images/services_hero.jpg);
}

#services_hero .hero_content {
  background-image: url(../images/dark_trans_bg.png);
  padding: 25px 40px 25px 40px;
  position: absolute;
  display: table;
  bottom: 0;
  right: 0;
}

#services_hero .hero_content h2 {
  color: white;
  font-size: 26px;
  font-weight: 200;
  margin: 0;
  max-width: 400px;
  padding: 0px 50px 0px 0px;
}

@media only screen and (max-width: 767px) {
  #services_grid .grid_container {
    padding: 40px 0px 0px 0px;
  }
}

.hero_slider {
  padding: 40px 0px 0px 0px;
}

.hero_slider .pagination {
  position: absolute;
  z-index: 2;
  bottom: -25px;
  right: 0;
  background: #10b4ea;
  padding: 10px 20px 10px 20px;
}

.hero_slider .pagination a {
  background-image: url(../images/slider_nav_arrows1.png);
}

.hero_slider .pagination span {
  color: white;
}

.content_block {
  border-bottom: solid 1px #c0c0c0;
  padding: 80px 0px 80px 0px;
  max-width: 1070px;
  margin: 0 auto;
}

.content_block .col_left {
  float: left;
  width: 19%;
}

.content_block .col_right {
  float: right;
  width: 80%;
}

.content_block:nth-last-child(2) {
  border-bottom: none;
}

.overview p {
  color: #919294;
  margin: 0px 0px 15px 0px;
  line-height: 25px;
}

.downloads_title {
  font-size: 21px;
  color: #646464;
  margin: 0px 0px 20px 0px;
  display: block;
}

.downloads_item {
  background: #f5f5f5;
  width: 32%;
  float: left;
  color: #c8c8c8;
  position: relative;
  margin-right: 2%;
}

.downloads_item:nth-child(3n) {
  margin-right: 0;
}

.downloads_item:hover {
  background: #10b4ea;
  color: white;
}

.downloads_item:hover p {
  color: white;
}

.downloads_item:hover a {
  color: white;
}

.downloads_item:hover .system_dl {
  background-position: 0px -36px;
}

.downloads_item:hover .product_dl {
  background-position: -100px -36px;
}

.downloads_item:hover .finish_dl {
  background-position: -50px -36px;
}

.downloads_item:hover span {
  color: white;
}

.downloads_item p {
  font-size: 18px;
  color: #646464;
  margin: 0px 0px 0px 0px;
}

.downloads_item .content_pad {
  padding: 30px 20px 80px 20px;
}

.downloads_links {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.downloads_links a {
  color: #10b4ea;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
}

.downloads_links a:hover {
  text-decoration: underline;
}

.downloads_links .pdf {
  margin: 0px 15px 0px 0px;
}

.downloads_links .dwg {
  margin: 0px 0px 0px 15px;
}

.dl_icon_container {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.dl_icon_container .downloads_icon {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/icon_sprite.png);
  float: left;
}

.dl_icon_container span {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  display: block;
  margin: 1px 0px 0px 10px;
  color: #919294;
  text-transform: capitalize;
}

.dl_icon_container .system_dl {
  background-position: 0px 0px;
}

.dl_icon_container .product_dl {
  background-position: -100px 0px;
}

.dl_icon_container .finish_dl {
  background-position: -50px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .downloads_item {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .downloads_item:nth-child(2n) {
    margin-right: 0;
  }
  .downloads_item .content_pad {
    padding: 20px 20px 75px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .downloads_item {
    width: 100%;
    float: none;
    margin: 0px 0px 20px 0px;
  }
  .downloads_item .content_pad {
    padding: 20px 20px 50px 20px;
  }
  .downloads_links {
    bottom: 15px;
  }
  .dl_icon_container {
    bottom: 15px;
  }
}

#contact_hero {
  background-image: url(../images/contact_hero.jpg);
}

#contact_content {
  padding: 0px 0px 90px 0px;
}

#contact_content .col_left {
  width: 30%;
  position: relative;
  float: left;
  overflow: hidden;
}

#contact_content .col_right {
  width: 70%;
  float: left;
}

#contact_content .col_right .content_pad {
  padding: 40px 0px 0px 70px;
}

#contact_content .col_right h2 {
  font-size: 35px;
  color: #646464;
  font-weight: 200;
  margin: 0;
}

#contact_content .col_right p {
  font-size: 16px;
  color: #646464;
  margin: 0px 0px 0px 0px;
}

#contact_content .col_right .contact_form_intro {
  margin: 25px 0px 10px 0px;
}

#contact_info {
  position: absolute;
  z-index: 2;
  background-image: url(../images/white_trans_bg.png);
  top: 0px;
  width: 100%;
}

#contact_info .content_pad {
  padding: 40px 40px 40px 40px;
}

#contact_info a {
  color: #10b4ea;
  text-decoration: none;
}

#contact_info p {
  color: #646464;
  font-weight: 200;
  font-size: 19px;
}

#contact_info p a {
  color: #646464;
  text-decoration: none;
}

#contact_info strong {
  color: gray;
  font-size: 17px;
  text-transform: uppercase;
}

#contact_map {
  width: 100%;
  height: 950px;
  margin-top: -70px;
}

.place-card {
  display: none !important;
}

#find_rep_form {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 1px #c8c8c8;
  padding: 30px 0px 40px 0px;
}

#find_rep_form .select {
  height: 50px;
  display: block;
  border: none;
  background: #f6f6f6;
  color: #a0a0a0;
  font-weight: bold;
  float: left;
  padding: 15px;
  width: 49%;
  margin-right: 2%;
}

#find_rep_submit {
  background: url(../images/cta_arrow_white.png) right no-repeat #10b4ea;
  color: white;
  padding: 15px;
  font-size: 15px;
  text-align: left;
  width: 100px;
  float: left;
  border: none;
}

#find_rep_submit:hover {
  cursor: pointer;
}

#no_reps {
  display: none;
  margin: 20px 0px 0px 0px;
}

#no_reps p {
  display: none;
}

#rep_dd {
  display: none;
  background: #f6f6f6;
}

#rep_dd .rep {
  border-bottom: solid 1px #c8c8c8;
  display: none;
  padding: 20px;
  margin: 0px 0px 0px 0px;
}

#rep_dd .rep .rep_company {
  display: block;
  color: #646464;
  margin: 0px 0px 30px 0px;
}

#rep_dd .rep .rep_col {
  width: 33.3%;
  float: left;
}

#rep_dd .rep .rep_col_left {
  width: 33.3%;
  float: left;
}

#rep_dd .rep .rep_col_right {
  width: 66.6%;
  float: left;
}

#rep_dd .rep .rep_col_right .individual_rep {
  margin: 0px 0px 20px 0px;
}

#rep_dd .rep .rep_col_right .individual_rep .rep_col {
  width: 50%;
  float: left;
}

#rep_dd .rep p {
  max-width: 90%;
}

#rep_dd .rep p a {
  color: #10b4ea;
  text-decoration: none;
}

#rep_dd .rep .rep_name {
  font-size: 17px;
  color: #646464;
  font-weight: bold;
}

#rep_dd .rep .rep_address {
  font-weight: bold;
  color: #646464;
  margin: 0px 0px 10px 0px;
}

.default_rep {
  display: none;
}

#contact_form {
  position: relative;
}

#contact_form br {
  display: none;
}

#contact_form .wpcf7-form-control-wrap {
  border: none;
  background: #f6f6f6;
  color: #a0a0a0;
  float: left;
  margin-top: 20px;
}

#contact_form .wpcf7-form-control {
  border: none;
  background: none;
  overflow: hidden;
  width: 96%;
  padding: 15px 5px 15px 5px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

#contact_form .first-name {
  width: 32%;
  margin-right: 2%;
}

#contact_form .last-name {
  width: 32%;
  margin-right: 2%;
}

#contact_form .phone {
  width: 49%;
  margin-right: 2%;
}

#contact_form .email {
  width: 49%;
}

#contact_form .address {
  width: 24%;
  margin-right: 2%;
}

#contact_form .city {
  width: 24%;
  margin-right: 2%;
}

#contact_form .zip {
  width: 23%;
}

#contact_form .state {
  width: 23%;
  margin-right: 2%;
}

#contact_form .state select {
  color: #a0a0a0;
}

#contact_form .company {
  width: 32%;
}

#contact_form .wpcf7-textarea {
  max-width: 97%;
}

#contact_form .your-message {
  width: 100%;
}

#contact_form .wpcf7-submit {
  background: url(../images/cta_arrow_white.png) right no-repeat #10b4ea;
  color: white;
  padding: 15px;
  font-size: 15px;
  display: block;
  text-align: left;
  width: 100px;
  float: right;
  margin-top: 20px;
}

#contact_form .wpcf7-submit:hover {
  cursor: pointer;
}

#contact_form #required_fields {
  font-size: 12px;
  color: #a0a0a0;
  float: left;
  margin: 20px 0px 0px 0px;
}

#contact_form span.wpcf7-not-valid-tip {
  background: #fff;
  color: #d95050;
}

#contact_form .wpcf7-mail-sent-ok {
  border: none;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  color: #398f14;
}

#contact_form div.wpcf7-validation-errors {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #contact_info .content_pad {
    padding: 20px;
  }
  #find_rep_form .select {
    width: 74%;
  }
  #contact_content .col_right .content_pad {
    padding: 40px;
  }
  #rep_dd .rep {
    margin: 0px 0px 20px 0px;
  }
  #rep_dd .rep .rep_col_left {
    width: 100%;
    float: none;
  }
  #rep_dd .rep .rep_col_right {
    padding: 20px 0px 0px 0px;
    width: 100%;
    float: none;
  }
  #rep_dd .rep .rep_col_right .individual_rep {
    margin: 0px 0px 20px 0px;
  }
  #rep_dd .rep .rep_col_right .individual_rep .rep_col {
    width: 50%;
    float: left;
  }
  #contact_form .first-name {
    width: 49%;
    margin-right: 2%;
  }
  #contact_form .last-name {
    width: 49%;
    margin-right: 0;
  }
  #contact_form .address {
    width: 49%;
    margin-right: 0;
  }
  #contact_form .city {
    width: 49%;
    margin-right: 2%;
  }
  #contact_form .zip {
    width: 24.5%;
    margin-right: 0;
  }
  #contact_form .state {
    width: 22.5%;
    margin-right: 2%;
  }
  #contact_form .state select {
    color: #a0a0a0;
  }
  #contact_form .email {
    margin-right: 2%;
  }
  #contact_form .company {
    width: 49%;
    margin-right: 2%;
  }
  #contact_form .phone {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #contact_content .col_left {
    width: 100%;
    float: none;
  }
  #contact_content .col_left .content_pad {
    padding: 20px;
  }
  #contact_content .col_right {
    width: 100%;
    float: none;
  }
  #contact_content .col_right .content_pad {
    padding: 20px;
  }
  #contact_form .wpcf7-form-control-wrap {
    float: none;
    display: block;
    margin-top: 10px;
  }
  #contact_form .first-name {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  #contact_form .last-name {
    width: 100%;
  }
  #contact_form .phone {
    width: 100%;
    margin-right: 0;
  }
  #contact_form .email {
    width: 100%;
  }
  #contact_form .address {
    width: 100%;
    margin-right: 0;
  }
  #contact_form .city {
    width: 100%;
    margin-right: 0;
  }
  #contact_form .zip {
    width: 100%;
    margin-right: 0;
  }
  #contact_form .state {
    width: 100%;
    margin-right: 0;
  }
  #contact_form .company {
    width: 100%;
  }
  #contact_map {
    display: none;
  }
  #contact_info {
    position: relative;
    top: 0;
    background: none;
    border-bottom: solid 1px #c8c8c8;
  }
  #find_rep_form .select {
    width: 100%;
    float: none;
  }
  #find_rep_submit {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
  .wpcf7-mail-sent-ok {
    bottom: -40px;
  }
  #rep_dd .rep {
    margin: 0px 0px 20px 0px;
  }
  #rep_dd .rep .rep_col_left {
    width: 100%;
    float: none;
  }
  #rep_dd .rep .rep_col_right {
    padding: 20px 0px 0px 0px;
    width: 100%;
    float: none;
  }
  #rep_dd .rep .rep_col_right .individual_rep {
    margin: 0px 0px 20px 0px;
  }
  #rep_dd .rep .rep_col_right .individual_rep .rep_col {
    width: 100%;
    float: none;
  }
  #rep_dd .rep .rep_col_right .individual_rep .rep_col .rep_email {
    margin: 0px 0px 10px 0px;
  }
}

#news_grid {
  padding: 70px 0px 0px 0px;
}

#news_grid .block {
  padding: 0px 0px 65px 0px;
  height: auto;
}

#news_grid .thumbnail_container {
  width: 100%;
  margin: 0px 0px 20px 0px;
  height: 150px;
  overflow: hidden;
}

#news_grid .thumbnail_container img {
  width: 100%;
  height: 100%;
}

#news_grid h3 {
  font-size: 20px;
  margin: 0;
  padding: 0px 20px 0px 20px;
}

#news_grid h3 a {
  color: #646464;
  text-decoration: none;
}

#news_grid h3 a:hover {
  color: #10b4ea;
}

#news_grid p {
  font-size: 17px;
  color: #646464;
  padding: 0px 20px 0px 20px;
  margin: 15px 0px 0px 0px;
  text-align: left;
}

#news_grid .arrow_cta_blue {
  position: absolute;
  bottom: 25px;
  left: 20px;
}

#news_grid span {
  font-size: 15px;
  font-weight: bold;
  color: #919294;
  display: block;
  margin: 0px 0px 10px 0px;
}

#news_article_content .content_block2 {
  border-bottom: none;
  padding: 40px 0px 40px 0px;
}

#post_image {
  padding: 40px 0px 0px 0px;
}

#post_image img {
  width: 100%;
  height: 100%;
}

#post_image h3 {
  font-size: 15px;
  font-weight: bold;
  color: #919294;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #news_grid {
    border-top: #c8c8c8 solid 1px;
    padding: 40px 0px 0px 0px;
  }
  #news_grid .block {
    margin-right: 2%;
    width: 49%;
  }
  #news_grid .block:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #news_grid {
    padding: 30px 0px 0px 0px;
    border-top: #c8c8c8 solid 1px;
  }
  #news_grid .arrow_cta_blue {
    left: 0;
  }
  #news_grid .thumbnail_container {
    height: auto;
  }
  #news_grid .block {
    padding: 0px 0px 50px 0px;
  }
  #news_grid span {
    right: 0;
  }
  #news_grid h3 {
    padding: 0;
  }
  #news_grid p {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }
}

#downloads_grid {
  border-top: #c8c8c8 solid 1px;
}

#downloads .block {
  padding: 0px 0px 0px 0px;
}

.grid_container .downloads_item h3 {
  color: #646464;
  text-align: left;
  padding: 0;
  margin: 0;
}

.downloads_item:hover h3 {
  color: #fff;
}

.contact_info {
  max-width: 885px;
  margin: 0 auto;
}

.contact_info .content_pad {
  display: table;
  margin: 0 auto;
  min-width: 160px;
}

.contact_info .phone {
  border-right: solid 1px #c8c8c8;
}

.contact_info .phone .detail_icon {
  background-position: 507px 0px;
}

.contact_info .email {
  border-right: solid 1px #c8c8c8;
}

.contact_info .email .detail_icon {
  background-position: 450px 0px;
}

.contact_info .email a {
  text-decoration: none;
  color: #919294;
}

.contact_info .fax .detail_icon {
  background-position: 391px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads_item {
    width: 48%;
    margin: 0px 0px 20px 0px;
    margin-right: 2%;
  }
  #downloads .downloads_item:nth-child(2n) {
    margin-right: 0%;
  }
  .contact_info {
    max-width: 100%;
  }
  .detail {
    width: 32%;
    margin: 0px 4px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_info {
    border-top: solid 1px #c0c0c0;
    padding: 30px 0px 20px 0px;
    max-width: 100%;
  }
  .contact_info .phone {
    float: none;
    margin: 0 auto;
    border-right: none;
    margin-bottom: 20px;
  }
  .contact_info .email {
    width: 50%;
    margin: 0;
    border-right: none;
  }
  .contact_info .fax {
    width: 50%;
    margin: 0;
  }
  #downloads p {
    display: block;
  }
  #downloads .downloads_item {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  #downloads .downloads_item .content_pad {
    padding: 30px 20px 60px 20px;
  }
  #downloads .downloads_item:nth-child(2n) {
    margin-right: 0%;
  }
  #downloads .block {
    padding: 0px 0px 0px 0px;
  }
}

#wwa_bio .content_block {
  border-bottom: none;
}

#certifications {
  background: #f5f5f5;
  border-top: solid 1px #c0c0c0;
}

#certifications h1 {
  text-align: center;
}

.cert_container {
  margin: 0 auto;
  position: relative;
  max-width: 750px;
  padding: 65px 0px 0px 0px;
}

.cert_container .cert_logo {
  float: left;
  margin: 0% 3% 0% 3%;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30%;
}

#alucobond_logo {
  max-width: 167px;
  background-image: url(../images/alucobond_logo.png);
}

#citadel_logo {
  max-width: 117px;
  background-image: url(../images/citadel_logo.png);
}

#larson_logo {
  max-width: 113px;
  background-image: url(../images/larson_logo.png);
}

#reynobond_logo {
  max-width: 167px;
  background-image: url(../images/reynobond_logo.png);
}

#alpolic_logo {
  max-width: 167px;
  background-image: url(../images/alpolic_logo.png);
  width: 50%;
  padding: 7px 0px 0px 0px;
}

#trespa_logo {
  max-width: 167px;
  background-image: url(../images/trespa_logo.png);
  width: 50%;
}

#center_logo {
  width: 400px;
  margin: 0 auto;
  clear: both;
  padding: 10px 0px 0px 0px;
}

.image_grid .image_container {
  position: relative;
}

.image_grid .image_container img {
  width: 100%;
}

.image_grid .image_container a {
  position: absolute;
  right: 0;
  bottom: -15px;
  display: block;
  background: url(../images/plus_icon2.png) center no-repeat #10b4ea;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cert_container {
    max-width: 90%;
  }
  .cert_container .cert_logo {
    margin: 0% 3% 0% 3%;
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .cert_container {
    max-width: 200px;
    padding: 20px 0px 0px 0px;
  }
  .cert_container .cert_logo {
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  #alpolic_logo {
    max-width: 167px;
    background-image: url(../images/alpolic_logo.png);
    width: 100%;
  }
  #trespa_logo {
    max-width: 167px;
    background-image: url(../images/trespa_logo.png);
    width: 100%;
  }
  #center_logo {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 0px 0px 0px 0px;
  }
}

#search_hero {
  background: url(../images/company_hero.jpg);
}

#search_grid #search_result_title {
  margin: 0px 0px 20px 0px;
}

#search_grid .search_container {
  margin: 20px 0px 0px 0px;
}

#search_grid p {
  font-size: 14px;
  margin: 10px 0px 0px 0px;
  color: #919294;
  text-align: left;
  padding: 0;
}

#search_grid .arrow_cta_blue {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#search_grid .block {
  padding: 0;
}

#search_grid .downloads_item:hover .arrow_cta_blue {
  background: url(../images/cta_arrow_white.png) no-repeat right;
}

#search_grid .downloads_item:hover p {
  color: #fff;
}

#search_grid .downloads_item:hover h3 {
  color: #fff;
}

#search_grid h3 {
  color: #646464;
  margin: 0;
}

.result_title {
  font-size: 30px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  margin: 0px 0px 0px 0px;
}

.results_found {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  margin: 0px 0px 20px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #search_grid .downloads_item {
    margin: 0px 0px 20px 0px;
    margin-right: 2%;
    width: 48%;
  }
  #search_grid .downloads_item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #search_grid .downloads_item {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #search_grid p {
    display: block;
  }
}

.static_hero {
  width: 100%;
}

#completed_projects {
  border-top: solid 1px #c8c8c8;
}

#completed_projects .cp_image {
  width: 100%;
  min-height: 230px;
  background-size: cover;
  background-position: center;
}

#completed_projects .slider_nav {
  display: block;
  height: 44px;
  width: 50px;
  background-image: url(../images/slider_nav_arrows1_grayb.png);
}

#completed_projects .slider_nav.prev {
  background-position: top left;
  position: absolute;
  left: 0;
  top: 45%;
}

#completed_projects .slider_nav.next {
  background-position: top right;
  position: absolute;
  right: 0;
  top: 45%;
}

#completed_projects .arrow_cta {
  float: right;
  margin: 20px 0 0 0;
}

#completed_projects .section_title {
  float: left;
  margin: 0 0 30px 0;
}

#completed_projects .slider {
  max-width: 820px;
  margin: 0 auto;
}

#completed_projects .slider .slider_viewport {
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#completed_projects .slider .slider_viewport .slide_rail {
  position: absolute;
  left: 0;
  top: 0;
  width: 2000px;
}

#completed_projects .slider .slider_viewport .slide {
  margin: 0px 15px;
}

#completed_projects .slider .slider_viewport .slide a {
  text-decoration: none;
}

#completed_projects .slider .slider_viewport .slide img {
  width: 100%;
}

#completed_projects .slider .slider_viewport .slide h3 {
  font-size: 20px;
  color: #646464;
  margin: 25px 0 0 0;
  line-height: 20px;
}

#completed_projects .slider .slider_viewport .slide p {
  display: block;
  margin: 10px 0 0 0;
  color: #10b4ea;
  font-size: 15px;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #completed_projects .slider .slider_viewport {
    width: 85%;
  }
  #completed_projects .cp_image {
    min-height: 155px;
  }
}

@media only screen and (max-width: 767px) {
  #completed_projects .section_title {
    float: none;
    margin: 0;
  }
  #completed_projects .arrow_cta {
    float: none;
    margin: 10px 0px 30px 0px;
  }
  #completed_projects .cp_image {
    min-height: 190px;
  }
  #completed_projects .slider_nav {
    display: block;
    height: 28px;
    width: 30px;
    background-size: cover;
  }
  #completed_projects .slider_nav.prev {
    top: 45%;
  }
  #completed_projects .slider_nav.next {
    top: 45%;
  }
  #completed_projects .slider .slider_viewport {
    width: 80%;
    margin: 0 auto;
  }
  #completed_projects .slider .slide {
    margin: 0;
    max-width: 500px;
  }
  #completed_projects .slider .slide h3 {
    text-align: center;
  }
  #completed_projects .slider .slide p {
    text-align: center;
  }
}

body {
  background: #fff;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

#responder {
  left: -5000px;
  position: absolute;
  z-index: 1;
}

#siteframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 320px;
  z-index: 1;
}

#wrapper {
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
}

.opentrans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wrapper.open {
  margin-left: 68%;
  cursor: pointer;
}

.pad {
  padding: 90px 0px 90px 0px;
}

.inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}

.inner_extended {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1370px;
  overflow: hidden;
}

.clear0 {
  clear: both;
}

.center_text {
  text-align: center;
  max-width: 885px;
  display: table;
  margin: 0 auto;
}

.center_text p {
  font-size: 20px;
  color: #646464;
  font-weight: 200;
  line-height: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 15px 0px 40px 0px;
}

.center_text .gray_cta {
  margin: 0 auto;
}

.parent_hero {
  height: 500px;
  width: 100%;
  background-size: cover;
  position: relative;
}

.parent_hero .hero_content {
  background-image: url(../images/dark_trans_bg.png);
  padding: 25px 40px 25px 40px;
  position: absolute;
  display: table;
  bottom: 0;
  right: 0;
}

.parent_hero .hero_content h2 {
  color: white;
  font-size: 26px;
  font-weight: 200;
  margin: 0;
  max-width: 400px;
  padding: 0px 50px 0px 0px;
}

.child_hero {
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  position: relative;
}

.child_hero .hero_content {
  padding-top: 170px;
  position: relative;
  z-index: 2;
}

.child_hero .hero_content h1 {
  font-size: 43px;
  line-height: 39px;
  font-weight: 200;
  margin: 5px 0px 0px 0px;
  color: white;
}

.child_hero .hero_content p {
  margin: 0;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}

.child_hero .hero_content p a {
  color: white;
  text-decoration: none;
}

.blue_overlay {
  background: url(../images/blue_overlay.png);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.section_title {
  font-size: 40px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  margin: 0px 0px 0px 0px;
}

.section_title span {
  color: #27caf6;
}

.blue_bars {
  background: #59dcff;
}

.blue_bars .bar1 {
  background: #10b4ea;
}

.blue_bars .bar2 {
  background: #27caf6;
}

.blue_bars .bar3 {
  background: #59dcff;
}

.blue_bars .bar {
  width: 33.3%;
  float: left;
}

.grid_container {
  font-family: 'Source Sans Pro', sans-serif;
}

.grid_container .block {
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 32%;
  padding: 0px 0px 115px 0px;
  float: left;
  margin-bottom: 30px;
  position: relative;
  margin-right: 2%;
  background-size: cover;
  background-position: center;
}

.grid_container .block .overlay1 {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-image: url(../images/grid_trans_bg.png);
}

.grid_container .block .overlay2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  opacity: 0;
  background-image: url(../images/grid_trans_blue_bg.png);
}

.grid_container .block .content {
  position: relative;
  z-index: 3;
  padding: 0px 20px 0px 20px;
}

.grid_container .block strong {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #27caf6;
  font-size: 20px;
  text-align: center;
  padding: 90px 0px 0px 0px;
  display: block;
}

.grid_container .block p {
  color: white;
  padding: 0% 5% 0% 5%;
  text-align: center;
}

.grid_container .block .white_cta {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  margin-left: -80px;
}

.grid_container .block .white_cta:hover {
  background-color: rgba(243, 243, 243, 0.5);
  border: none;
  padding: 11px 51px 11px 16px;
}

.grid_container .center_block {
  clear: both;
  float: none;
  margin: 0 auto;
}

.grid_container .block:nth-child(3n) {
  margin-right: 0;
}

.grid_container .block:hover .overlay2 {
  opacity: 1;
}

.grid_container .block:hover strong {
  color: white;
}

.col_container .col_3 {
  float: left;
  width: 33.3%;
}

.col_container .col_3 .col_pad {
  padding: 0px 30px 0px 0px;
}

.col_container .col_3:nth-child(3n) .col_pad {
  padding: 0px 0px 0px 0px;
}

.col_container .col_2 {
  float: left;
  width: 66.6%;
}

.col_container .col_2 .col_pad {
  padding: 0px 30px 0px 0px;
}

.col_container .col_2:nth-child(3n) .col_pad {
  padding: 0px 0px 0px 0px;
}

.content_block2 {
  padding: 35px 0px 35px 0px;
  border-bottom: solid 1px #c0c0c0;
  max-width: 1070px;
  margin: 0 auto;
  color: #646464;
  font-size: 15px;
}

.content_block2 strong {
  color: #646464;
  font-size: 23px;
  font-weight: 600;
}

.content_block2 p {
  color: #646464;
  font-size: 15px;
}

.content_block2 ul {
  padding: 0px 0px 20px 20px;
  color: #646464;
  font-size: 15px;
}

.content_block2 .column-group li {
  margin: 0px 0px 5px 0px;
}

.content_block2 .column-group .column {
  width: auto !important;
  display: table;
}

.content_block2 .image_container {
  float: right;
  margin: 0px 0px 0px 70px;
  position: relative;
}

.content_block2 .image_container img {
  max-width: 300px;
  width: 100%;
}

.content_block2 .image_container a {
  position: absolute;
  right: 0;
  bottom: -5px;
  display: block;
  background: url(../images/plus_icon2.png) center no-repeat #10b4ea;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
}

.content_block2:nth-last-child(2) {
  border-bottom: none;
}

#h_awards_contact {
  background: #dbdbdb;
}

#h_awards_contact .pad {
  padding: 50px 0px 50px 0px;
}

#h_awards_contact .col_left {
  background: #ececec;
  float: left;
  width: 50%;
  position: relative;
}

#h_awards_contact .col_right {
  background: #dbdbdb;
  float: left;
  width: 50%;
}

.award_container {
  float: right;
  width: 100%;
}

.award_container .award_logo {
  float: right;
  margin-right: 3%;
  height: 62px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#aamc_logo {
  max-width: 135px;
  width: 20%;
  background-image: url(../images/aamc_logo.png);
}

#premium_logo {
  max-width: 145px;
  width: 20%;
  background-image: url(../images/premium_logo.png);
}

#smart_logo {
  max-width: 161px;
  width: 20%;
  background-image: url(../images/AIA_logo.png);
}

#tauc_logo {
  max-width: 67px;
  width: 20%;
  background-image: url(../images/tauc_logo.png);
}

#h_bar1 .bar {
  height: 65px;
}

#h_bar1 .bar2 {
  background: url(../images/plus_icon.png) #27caf6 no-repeat center;
}

#h_bar2 .bar {
  height: 10px;
}

#h_news_announcements {
  background: #f5f5f5;
}

#h_news_announcements .section_title {
  color: #919294;
  float: left;
}

#h_news_announcements .arrow_cta {
  float: right;
  margin: 25px 0px 0px 0px;
}

#h_news_announcements .col_container {
  border-top: #919294 solid 1px;
  margin: 40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}

#h_news_announcements h3 {
  font-size: 20px;
  display: block;
  margin: 0px 0px 10px 0px;
}

#h_news_announcements h3 a {
  color: #27caf6;
  text-decoration: none;
}

#h_news_announcements h3 a:hover {
  color: #075068;
}

#h_news_announcements p {
  color: #646464;
}

.contact_container {
  max-width: 660px;
}

.contact_container a {
  text-decoration: none;
  color: #646464;
  float: left;
  font-size: 18px;
  width: 33%;
  padding: 20px 0px 20px 0px;
  border-right: solid 1px #646464;
  display: block;
  text-align: center;
}

.contact_container span {
  color: #646464;
  float: left;
  font-size: 18px;
  padding: 20px 0px 20px 0px;
  width: 33.3%;
  display: block;
  text-align: center;
}

.hero_slider {
  opacity: 0;
}

.hero_slider .slider_viewport {
  width: 100%;
  margin: 0 auto;
}

.hero_slider .slider_viewport img {
  width: 100%;
}

.pagination {
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 80px 0px 0px 0px;
}

.pagination a {
  display: block;
  height: 44px;
  width: 44px;
}

.pagination div {
  background-image: url(../images/slider_nav_arrows1_gray.png);
}

.pagination span {
  float: left;
  display: block;
  padding: 0px 40px 0px 40px;
  font-size: 28px;
  font-weight: 200;
  color: #b4b4b4;
}

.prev_results {
  background-position: 0px 0px;
  float: left;
}

.next_results {
  background-position: -63px 0px;
  float: left;
}

#mask {
  width: 100%;
  height: 100%;
  z-index: 9000;
  top: 0;
  left: 0;
  position: fixed;
  background: url(../images/maskBG.png);
  display: none;
}

#modal {
  width: 640px;
  height: auto;
  z-index: 9999;
  position: fixed;
  display: none;
}

#modal img {
  width: 100%;
}

#modal a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close_icon.png) center no-repeat #10b4ea;
  text-decoration: none;
}

#slider_modal {
  opacity: 0;
  width: 90%;
  max-width: 1200px;
  height: auto;
  max-height: 90%;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  display: none;
}

#slider_modal img {
  width: 100%;
  display: block;
}

#slider_modal a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close_icon.png) center no-repeat #10b4ea;
  text-decoration: none;
}

.no_posts_found {
  color: #787878;
  font-size: 18px;
}

.desktop {
  display: block;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.no_desktop {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pad {
    padding: 50px 0px 50px 0px;
  }
  .content_block {
    padding: 50px 0px 50px 0px;
  }
  #h_bar1 .bar {
    height: 40px;
  }
  #h_bar1 .bar2 {
    background-size: 10%;
  }
  .section_title {
    font-size: 30px;
  }
  .center_text {
    font-size: 18px;
  }
  .grid_container .block {
    margin-bottom: 10px;
    height: 200px;
    padding: 0px 0px 100px 0px;
  }
  .grid_container .block strong {
    padding: 20px 0px 0px 0px;
    font-size: 17px;
  }
  .grid_container .block p {
    font-size: 14px;
    padding: 0% 5% 0% 5%;
    margin: 5px 0px 0px 0px;
  }
  .grid_container .block .white_cta {
    margin-left: -65px;
    bottom: 20px;
  }
  .grid_container .block:nth-child(3n) {
    margin-bottom: 10px;
  }
  .inner_extended {
    max-width: 768px;
  }
  #h_news_announcements .section_title {
    font-size: 20px;
  }
  #h_news_announcements .arrow_cta {
    margin: 0px 0px 0px 0px;
  }
  #h_news_announcements .col_3 {
    width: 50%;
  }
  #h_news_announcements .col_3:nth-child(3n) {
    display: none;
  }
  #h_news_announcements h3 {
    font-size: 16px;
  }
  #h_news_announcements p {
    font-size: 14px;
  }
  #h_bar1 .bar {
    height: 65px;
  }
  .contact_container a {
    font-size: 15px;
  }
  .contact_container span {
    font-size: 15px;
  }
  .parent_hero {
    height: 285px;
  }
  .parent_hero .hero_content h2 {
    font-size: 25px;
    max-width: 300px;
  }
  .image_grid {
    padding: 0px 0px 50px 0px;
  }
  .image_grid .image_container a {
    width: 25px;
    height: 25px;
    bottom: -8px;
  }
  .child_hero {
    height: 190px;
  }
  .child_hero .hero_content {
    padding-top: 95px;
  }
  .child_hero .hero_content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero_slider a {
    background-repeat: no-repeat;
    background-size: 85px 34px;
    width: 35px;
    height: 35px;
  }
  .hero_slider .pagination span {
    font-size: 18px;
    padding: 6px 30px 0px 30px;
  }
  .hero_slider .next_results {
    background-position: -47px 0px;
  }
  #responder {
    z-index: 10;
  }
  .inner {
    max-width: 730px;
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
  .mobile {
    display: none;
  }
  .no_desktop {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #responder {
    z-index: 20;
  }
  .inner {
    max-width: 90%;
    width: 90%;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
  .no_desktop {
    display: block;
  }
  .no_mobile {
    display: none;
  }
  .section_title {
    font-size: 25px;
  }
  .center_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .pad {
    padding: 40px 0px 40px 0px;
  }
  #h_bar1 .bar {
    height: 40px;
  }
  #h_bar1 .bar2 {
    background-size: 10%;
  }
  .grid_container .block {
    width: 80%;
    min-height: 150px;
    height: auto;
    float: none;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0px 0px 20px 0px;
  }
  .grid_container .block p {
    display: none;
  }
  .grid_container .block .white_cta {
    bottom: 10px;
    font-size: 17px;
    position: relative;
    margin: 0 auto;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .grid_container .block .white_cta:hover {
    background-color: rgba(243, 243, 243, 0);
    border: white solid 1px;
    padding: 10px 35px 10px 15px;
  }
  .grid_container .block strong {
    margin: 0;
    padding: 40px 0px 0px 0px;
    font-size: 15px;
  }
  .grid_container .block:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .col_container .col_3 {
    float: none;
    width: 100%;
  }
  .col_container .col_3:nth-child(3n) .col_pad {
    padding: 0px 0px 0px 0px;
  }
  .col_container .col_3 .col_pad {
    padding: 0px 15px 0px 15px;
  }
  .col_container .col_2 {
    float: none;
    width: 100%;
  }
  .col_container .col_2:nth-child(3n) .col_pad {
    padding: 0px 15px 0px 15px;
  }
  .col_container .col_2 .col_pad {
    padding: 0px 15px 0px 15px;
  }
  .content_block {
    padding: 40px 0px 40px 0px;
  }
  .content_block .col_left {
    float: none;
    width: 100%;
  }
  .content_block .col_left strong {
    margin: 0px 0px 20px 0px;
    display: block;
  }
  .content_block .col_right {
    float: none;
    width: 100%;
  }
  .overview p {
    font-size: 14px;
  }
  .parent_hero {
    height: 250px;
  }
  .parent_hero .hero_content {
    max-width: 80%;
    padding: 20px;
  }
  .parent_hero .hero_content h2 {
    font-size: 20px;
    padding: 0;
  }
  .child_hero {
    height: 170px;
  }
  .child_hero .hero_content {
    padding-top: 90px;
  }
  .child_hero .hero_content h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .image_grid {
    padding: 0px 0px 50px 0px;
  }
  .image_grid .image_container a {
    width: 25px;
    height: 25px;
    bottom: -8px;
  }
  .image_grid .block {
    float: left;
    width: 48%;
    height: auto;
    min-height: inherit;
    padding: 0;
  }
  .image_grid .block:nth-child(1n) {
    margin-right: 2%;
  }
  #h_news_announcements .section_title {
    padding: 0px 0px 0px 20px;
  }
  #h_news_announcements .col_3 {
    width: 100%;
  }
  #h_news_announcements .col_3:nth-child(3n) {
    display: none;
  }
  #h_news_announcements .col_3:nth-child(2n) {
    display: none;
  }
  #h_news_announcements .arrow_cta {
    float: none;
    max-width: 240px;
    margin: 40px 0px 0px 20px;
  }
  #h_news_announcements .col_container {
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
  }
  .contact_container a {
    width: 100%;
    float: none;
    border-right: none;
    display: table;
    text-align: center;
    font-size: 16px;
  }
  .contact_container span {
    width: 100%;
    float: none;
    font-size: 16px;
  }
  .contact_container .gray_line {
    height: 1px;
    width: 35px;
    margin: 0 auto;
    background: #9b9b9b;
    display: block;
  }
  #h_awards_contact {
    background: #dbdbdb;
  }
  #h_awards_contact .pad {
    padding: 30px 0px 30px 0px;
  }
  #h_awards_contact .col_left .pad {
    padding: 30px 20px 30px 0px;
  }
  .award_container {
    width: 90%;
  }
  .award_container .award_logo {
    float: none;
    margin-right: 0;
    height: 62px;
  }
  #aamc_logo {
    width: 70%;
    margin: 0 auto;
  }
  #premium_logo {
    width: 70%;
    margin: 0 auto;
  }
  #smart_logo {
    width: 70%;
    margin: 0 auto;
  }
  #tauc_logo {
    width: 70%;
    margin: 0 auto;
  }
  #project_quote {
    padding: 30px 0px 30px 0px;
  }
  #project_quote .center_text p {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
  }
  .hero_slider a {
    background-repeat: no-repeat;
    background-size: 85px 34px;
    width: 35px;
    height: 35px;
  }
  .hero_slider .inner {
    width: 100%;
    max-width: 100%;
  }
  .hero_slider .pagination span {
    font-size: 18px;
    padding: 6px 20px 0px 20px;
  }
  .hero_slider .next_results {
    background-position: -47px 0px;
  }
  .content_block .col_left {
    float: none;
    width: 100%;
  }
  .content_block .col_left strong {
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
  .content_block .col_right {
    float: none;
    width: 100%;
  }
  .content_block2 {
    padding: 35px 0px 35px 0px;
    max-width: 100%;
  }
  .content_block2 strong {
    font-size: 17px;
  }
  .content_block2 p {
    font-size: 14px;
  }
  .content_block2 .image_container {
    float: none;
    margin: 20px 0px 0px 0px;
    width: 30%;
    min-width: 140px;
  }
  .content_block2 .image_container a {
    width: 25px;
    height: 25px;
  }
  .content_block2 .image_container img {
    width: 100%;
  }
  .content_block2:nth-last-child(2) {
    border-bottom: none;
  }
  #modal {
    max-width: 300px;
    height: auto;
  }
  #modal a {
    width: 25px;
    height: 25px;
  }
  #slider_modal {
    height: auto;
    width: 80%;
  }
  #slider_modal a {
    width: 25px;
    height: 25px;
  }
  .column-group .column {
    float: none;
  }
}

@media only screen and (max-width: 320px) {
  .pad {
    padding: 20px 0px 20px 0px;
  }
  #h_bar1 .bar {
    height: 40px;
  }
  #h_bar1 .bar2 {
    background-size: 20%;
  }
}

.quote-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #59dcff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 2px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.quote-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.quote-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.quote-button:hover span {
  padding-right: 25px;
}

.quote-button:hover span:after {
  opacity: 1;
  right: 0;
}
