/*************************************
Theme Name: EGIA
Theme URI: http://www.egia.org
Description: Electric & Gas Industries Association Website
Author: Matthew Buljan
Version: 1.0
**************************************/

/* base css: library/css/bones.css */

/*~~~~~~~~~~~~*/
/* Page Styles*/
/*~~~~~~~~~~~~*/

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

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

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

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

@font-face {
    font-family: 'frutiger-italic';
    src: url('../fonts/frutiger/frutigerltstd-italic.eot');
    src: url('../fonts/frutiger/frutigerltstd-italic.eot') format('embedded-opentype'),
         url('../fonts/frutiger/frutigerltstd-italic.woff') format('woff'),
         url('../fonts/frutiger/frutigerltstd-italic.ttf') format('truetype'),
         url('../fonts/frutiger/frutigerltstd-italic.svg#frutiger-italic') format('svg');
}

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

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

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


body {
	width: 100%;
	height: 100%;
 	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent;
	 text-rendering: auto;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}

.disable-scroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

.header {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 2001;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position:relative;
	top:52px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	margin:0;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
}

.entry-content{
	padding:0;
}

.content-section{
	background-color:#F6F6F6;
	padding:25px;
}

.wrap, #inner-header{
	width:100%;
}

#main {
	-ms-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-ms-animation-delay: 500ms;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.header {
	-ms-animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-ms-animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
	
}

.footer {
	position: relative;
	margin: 0 20px;
	z-index: -1;
}

/* Header */

nav{
	display:none;
}
.logo-container, 
.mobile-buttons-container, 
.toggle-button {
	position:relative;
	display:inline-block;
	vertical-align: top;
}

.logo-container, 
.egia-logo, 
.mobile-buttons-container, 
.toggle-button {
	height:52px;
}

.logo-container {
	width:28%;
	float:left;
	background-color: #0065C1;
}

.egia-logo{
	background: url(../img/egia-logo-white.png) no-repeat center;
	background-size: 59px 30px;
}

.mobile-buttons-container {
	width:72%;
	float:left;
}

.mobile-buttons-container a {
	display: inline-block;
	width: 25%;
	margin: 0px;
	float: left;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
}

/* Header icon buttons */

.mobile-buttons-container i{
	width:100%;
	height:52px;
	color:#565556;
	line-height:52px;
	text-align:center;
	border-top:1px solid #A7A9AC;
	border-bottom:1px solid #A7A9AC;
}

.mobile-buttons-container i:hover{
	color:#0065C1;
}

.fa.fa-key, 
.fa.fa-phone {
	font-size: 1.25em;
}

.fa.fa-users, 
.fa.fa-search {
	font-size: 1.125em;
}

.fa.fa-key, 
.fa.fa-users, 
.fa.fa-phone {
	border-right:1px solid #A7A9AC;
}

.fa.fa-users {
	line-height:54px;
}

.fa.fa-phone{
	line-height:56px;
}

.menu-item a{
	cursor:pointer;
}


/* Header mobile toggle button */

.toggle-button{
	width:52px;
	background-color:#565556;
}

.toggle-lines {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 52px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	/* transition: background 0.3s; */
}

.toggle-lines:focus {
  	outline: none;
}

.toggle-lines span {
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left:-11px;
	margin-top:-1px;
	height: 3px;
	background: white;
	width:22px;
}

.toggle-lines span::before,
.toggle-lines span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}

.toggle-lines span::before {
  	top: -7px;
}

.toggle-lines span::after {
  	bottom: -7px;
}

.toggle-lines-x {
  	background-color: #565556;
}

.toggle-lines-x span {
	-webkit-transition: background 0s, 0.3s;
	-ms-transition: background 0s, 0.3s;
	transition: background 0s, 0.3s;
}

.toggle-lines-x span::before,
.toggle-lines-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
  	-ms-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
  	-webkit-transition-delay: 0.3s, 0s;
	-ms-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.toggle-lines-x span::before {
  	-webkit-transition-property: top, -webkit-transform;
	-ms-transition-property: top, -ms-transform;
	transition-property: top, transform;
}

.toggle-lines-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-ms-transition-property: bottom, -ms-transform;
	transition-property: bottom, transform;
}


/* Header mobile toggle active state */

.toggle-lines-x.is-active {
  	background-color: #73A950;
}

.toggle-lines-x.is-active span {
  	background: none;
  	width: 20px;
  	margin-left: -10px;
}

.toggle-lines-x.is-active span::before {
  	top: 0;
  	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.toggle-lines-x.is-active span::after {
  	bottom: 0;
  	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}

.toggle-lines-x.is-active span::before,
.toggle-lines-x.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

/* Header close tooltip for when drop down menu is active */

.hover-active {
	display:block !important;
	position:fixed;
	overflow:hidden;
	z-index: 99999;
}

#tooltip-span {
	display:none;
	position:fixed;
	overflow:hidden;
	z-index: 99999;
}

.deactive {
	display: none !important;
}

/* Default button mobile and up */

.btn {
	position: absolute;
	font-size: .8em;
	font-family: "frutiger";
	font-weight: 800;
	color: #ffffff;
	padding: 7px 20px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
}

.btn:hover, .blue:hover, .green:hover {
	color: #ffffff;	
}

.btn .fa-share { /* Button icon */
	position: relative;
	font-size: 1.25em;
	padding-right: 8px;
	top: 4px;
}

.btn .fa-arrow-right{ /* Button icon */
	position: relative;
	font-size: 1.25em;
	padding-right: 8px;
	top: 1px;
}

.blue {
	background-color: #0065C1;
}

.btn-container {
	height: 55px;
	padding: 0 0 20px;
}

/* Button - desktop and up  */

.green:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #73A950;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.blue:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #0065C1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.grey:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #565556;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Green and blue button transitions */

.green:after, .blue:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0%;
    height: 100%;
    top: 0px;
    border-style: solid;
    border-width: 76px 25px 0px 0px;
    left: -30px;
    border-color: #565556 transparent transparent;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.green:hover:after, .blue:hover:after {
	width: 130%;
}

/* Grey button transitions */

.grey:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0%;
    height: 100%;
    top: 0px;
    border-style: solid;
    border-width: 76px 25px 0px 0px;
    left: -30px;
    border-color: #0065C1 transparent transparent;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.grey:hover:after {
	width: 130%;
}

/* Disable slider control */

.btn-disable {
	opacity: .7;
	cursor: default !important;
}

.btn-disable:after {
	display: none;
}

/* Slider control button transitions */

.slider-button-right:hover:after,
.slider-button-left:hover:after {
	width: 220%;
}


/*~~~~~~~~~~~~~~~~~*/
/* Homepage Slider */
/*~~~~~~~~~~~~~~~~~*/

/* Slider controls */

.slider-button-left, .slider-button-right {
	position: absolute;
	text-align: center;
	width:51px;
	height: 50px;
	color: #FFFFFF;
	font-size: 1.36em;
	overflow: hidden;
  	z-index: 1;
	cursor: pointer;
	display: none;
}

.slider-button-right{
	top: 0;
	right: 0;
}

.slider-btn-divider {
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #ffffff;
	top: 0;
	right: 51px;
	z-index: 200;
	display: none;
}

.slider-button-left {
	top: 0;
	right: 52px;
}

.slider-button-left .fa, .slider-button-right .fa {
	position: relative;
	top: 9px;
}

.slider-button-left .fa {
	right: 1px;
}

.slider-button-right .fa {
	left: 1px;
}

@media (min-width: 768px) { 

.slider-button-left,
.slider-btn-divider, 
.slider-button-right {
	display: block;
}
}

@media (min-width: 1024px) {
	
.slider-button-right,
.slider-btn-divider,
.slider-button-left {
	top: auto;
	bottom: 0;
}
}

@media (min-width: 1250px) {
	
.slider-button-left, .slider-button-right {
	width:56px;
	height: 55px;
}

.slider-btn-divider {
	height: 55px;
	right: 56px;
}

.slider-button-left {
	right: 57px;
}
}

/* Default styles for all homepage slides */

.homepage-slider-container {
	margin-top: -52px;
	overflow:hidden;
}

.ms-view {
	background-color: #ffffff;
}

#homepageslider h3 {
	color: #ffffff;
	font-size: 1.625em !important;
	line-height: 30px !important;
}

.slide-image {
	position: relative;
	margin-top: 52px;
	width: 100%;
    height: 100%;
}


/* Styles for slide 1 */

.slide1-text {
	top: 50% !important;
	width: 100% !important;
	text-align: center;
	margin-top:-120px !important;
}

.slide1-button {
	font-family: "frutiger";
	font-weight: 800;
	font-size: .875em !important;
	color:#ffffff;
	top: 50% !important;
	right: auto !important;
	left: 50% !important;
	margin-top:85px !important;
	margin-left: -70px !important;
	padding:10px 20px !important;
	overflow: hidden;
	z-index: 1;
}

.slide1-button .fa {
	position: relative;
	font-size: 1.25em;
	padding-right: 8px;
	top: 4px;
	margin-top: -4px;
}

.billion {
	display: inline-block;
	margin: 15px 0;
	font-size: 1.35em;
	text-decoration: underline;
}

/* Styles for slide 2 */

/* Styles for slide 3 */

/* Styles for slide 4 */



/* Slide 1: "swipe or scroll" */

.scroll-info {
	position: absolute !important;
	bottom: 40px !important; 
	left: 50% !important;
	margin-left: -90px !important;
	color: #ffffff;
	font-size: .75em !important;
}

.scroll-info .fa-chevron-left, .scroll-info .fa-chevron-right {
	font-size: 1.3em !important;
	position:relative;
	top:2px;
}

.scroll-info .fa-chevron-left {
	padding-right: 10px;
}

.scroll-info .fa-chevron-right {
	padding-left: 10px;
}

.scroll-info .fa-angle-double-down {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -6px;
	font-size: 1.7em;
}


/* Homepage slider media queries for device specific modifications */

@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 480px) 
	and (-webkit-device-pixel-ratio: 2) 
	and (device-aspect-ratio: 2/3) 
	and (orientation:portrait)
{  /* iPhone 4 and 4s Portrait Only */
 
/* default: all slides */

#homepageslider h3 {
	font-size: 1.5em !important;
	line-height: 28px !important;
}

/* slide 1 */

.slide1-text {
	margin-top: -110px !important;
}

.custom-font-size {
	font-size: .9em;
}

.billion {
	font-size: 1.25em;
}

.scroll-info { 
	bottom: 30px !important;
}
}


/* iPhone 5 and 5s Portrait Only */
@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 568px)
	and (-webkit-device-pixel-ratio: 2) 
	and (device-aspect-ratio: 40/71) 
	and (orientation:portrait)
{
	
/* slide 1 */

.custom-font-size {
	font-size: .93em;
}
}


/* Smartphones: landscape */

@media (min-width : 479px) {

/* default: all slides */

.xs-m-l-hidden { /* hide <br/> in slider text */
	display: none;
}

/* slide 1 */

.slide1-text {
	margin-top: -75px !important;
}

.slide1-button {
	margin-top: 50px !important;
}

.custom-font-size {
	font-size: 1em;
}

.billion {
	margin: 10px 13px;
}

.scroll-info { 
	bottom: 35px !important;
}
}


/* tablet and up */

@media (min-width: 768px) {
.green-overlay {
	margin: 0 !important;
}

.slide1-image {
	margin-top:0px !important;
}

.scroll-info { 
	display: none;
}

#homepageslider h3 {
    text-align: right;
    right: 47% !important; 
	line-height: 33px !important;
}

.slide1-text {
	top: 45% !important;
	width: auto !important;
}

.slide1-button {
	top: 55% !important;
	right: 47% !important;
	left: auto !important;
}

.billion {
	margin: 8px 5px 12px 15px;
}
}

/* Desktop and up */

@media (min-width: 1024px) {

/* Slide 1 */

.slide1-text {
    top: 49% !important;
}

.geosmart-logo-homepage-slider {
	display: block;
	width: 75%;
	height: auto;
	-ms-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
}


/* Load default slider images or retina images */

@media (max-width: 767px) { /* mobile images */
.slide1-image {
	background: url(../img/GEOSmart_financing_surpasses_1billion_mobile.jpg) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
}

.slide1-image-overlay {
	background: url(../img/green_overlay_mobile.png) repeat; 
	width: 100%;
    height: 100%;
	margin-top:52px !important;
	left: 0 !important;
}
}

@media (max-width: 767px) and
(-webkit-min-device-pixel-ratio: 1.3),
(min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) { /* mobile retina images */
.slide1-image {
    background: url(../img/GEOSmart_financing_surpasses_1billion_mobile@2x.jpg) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
}
}

@media (min-width: 768px) { /* Load retina images for desktop and up */
.slide1-image {
	background: url(../img/GEOSmart_financing_surpasses_1billion_desktop@2x.jpg) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
}

.slide1-image-overlay {
	background: url(../img/green_overlay@2x.png) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
	width: 151%;
    height: 100%;
	margin-top: 0 !important;
    left: -29% !important;
}
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* EGIA Homepage category buttons */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.homepage-buttons-row{
	display: inline-block;
}

.homepage-buttons-row, .homepage-button-2, .homepage-button-3 {
	margin-top: 3px;
}

.homepage-button-1, .homepage-button-2, .homepage-button-3 {
	padding: 0;
}

.homepage-button-1 a, .homepage-button-2 a, .homepage-button-3 a {
	display: inline-table;
	text-decoration: none;
	width: 100%;
}

.homepage-button-icon {
	width: 60px;
	height: auto;
	vertical-align: middle;
	margin: 0 !important;
}

.homepage-icon-container {
	display: table-cell;
	vertical-align: middle;
	width: 26.6%;
	padding: 28px 0;
	background-color: #BCBEC0;
	text-align: center;
}

.homepage-button-container {
	display: table-cell;
	vertical-align: middle;
	width: 73.4%;
	background-color: #565556;
	border-left: 2px solid #FFFFFF;
	padding: 0 10px 0 20px;
}

.homepage-button-container h3 {
	font-family: "frutiger-black";
	font-weight: 900;
	font-size: .95em;
	color: #FFFFFF;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: .01em;
} 

.homepage-button-container h4 {
	font-family: "frutiger";
	font-weight: 500;
	font-size: .76em;
	color: #FFFFFF;
	margin: 0;
	letter-spacing: .02em;
	line-height: 1.2em;
    padding-top: 3px;
}

h4.no-letterspacing-xs {
	letter-spacing: 0em;
}

.deliver-programs-custom-padding {
	padding-right: 20px;
}

/* Smartphones: landscape */

@media (min-width : 479px) {

.homepage-button-container { 
	padding-left: 30px;
}

.homepage-button-container h3 { 
	font-size: 1.155em;
}

.homepage-button-container h4 {
	font-size: .85em;
}

h4.no-letterspacing-xs { /* Reset no letterspacing to default */
	letter-spacing: .02em;
}

.deliver-programs-custom-padding { /* Reset padding for deliver our programs to your dealer network */
	padding-right: 0;
}

.homepage-icon-container { 
	padding: 26px 0;
}

.homepage-button-icon {
	width: 80px;
}
}

@media (min-width: 768px) {

.homepage-buttons-row {
	margin-top: 13px;
}

.homepage-icon-container { 
	padding: 24px 0;
}

.homepage-button-container { 
	border-left: 3px solid #FFFFFF;
}

.homepage-button-icon {
	width: 90px;
}

.homepage-button-container {
	font-size: 1.1em;
}

.homepage-button-text-container {
	margin-left: 8%;
}
}

@media (min-width: 1024px) {

.homepage-button-1, .homepage-button-2, .homepage-button-3 {
	display: inline-block;
}

.homepage-button-1, .homepage-button-2 {
	width: 33%;
}

.homepage-button-1 {
	margin-right:.20%; 
}

.homepage-button-2 {
	margin-top: 0;
	margin-left:.20%;
	margin-right:.20%; 
}

.homepage-button-3 {
	margin-top: 0;
    width: 33.2%;
	margin-left:.20%; 
}

.homepage-icon-container, .homepage-button-container {
	display: block;
	width: 100%;
	border: none;
}

.homepage-button-text-container {
	margin-left: 0;
}

.homepage-button-container {
	padding: 24px 10px;
	text-align: center;
	font-size: 1em;
}

.homepage-icon-container {
    padding: 50px 0px;
}

.homepage-button-icon {
    width: 29%;
	max-width: 100px !important;
	-ms-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

/* Homepage button hover effect */

.add-transition {  /* Transition class added with jquery in initialize.js */
	-ms-transition: .35s;
	-webkit-transition: .35s;
	transition: .35s; 
}

.homepage-button-1:hover .homepage-button-container,
.homepage-button-2:hover .homepage-button-container,
.homepage-button-3:hover .homepage-button-container {
	padding: 34px 10px;
	background-color: #005BAE;
}

.homepage-button-1:hover .homepage-icon-container,
.homepage-button-2:hover .homepage-icon-container,
.homepage-button-3:hover .homepage-icon-container {
    padding: 40px 0px;
}
}

@media (min-width: 1250px) {

.homepage-button-icon {
	min-width: 110px;
}
}

@media (min-width: 1520px) {
	
.homepage-button-1:hover .homepage-button-container,
.homepage-button-2:hover .homepage-button-container,
.homepage-button-3:hover .homepage-button-container {
	padding: 45px 10px;
}

.homepage-button-1:hover .homepage-icon-container,
.homepage-button-2:hover .homepage-icon-container,
.homepage-button-3:hover .homepage-icon-container {
    padding: 50px 0px;
}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Homepage Newsletter Sign-up */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsletter-container {
	position: relative;
	display: block;
	background-color: #E6E8EC;
	margin-top: -6px;
	padding: 26px 20px;
}

.newsletter-signup-text {
	font-size: .95em;
	font-weight: 600;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 25px;
} 

.newsletter-form input[type=email] {
	padding-left: 50px;
}

.newsletter-email-field .fa-envelope {
	position: absolute;
	font-size: 1.15em;
	padding: 16px 0 16px 20px;
}

.newsletter-bot-field {
	padding-top: 14px;
}

.newsletter-btn-container {
	height: 46px;
	margin-bottom: 15px;
}

.newsletter-btn {
	text-align: center;
	width: auto;
	padding: 10px 21px;
	font-size: .95em;
}

.newsletter-email-field input, 
.newsletter-bot-field input { 
	min-width: 100%;
}

.newsletter-checkbox-dropdown.checkbox-dropdown {
	    background: #D1D3D4;
	    padding: 1px 21px;
}

.newsletter-group-filter.checkbox-dropdown:after {
	font-family: 'FontAwesome';
    content: '\f0d7';
    right: 20px;
    margin-top: 1px;
    color: #565556;
    speak: none;
    position: absolute;
   	top: 4px;
    -webkit-font-smoothing: antialiased;
}

.newsletter-group-filter.checkbox-dropdown.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.newsletter-checkbox-dropdown span {
    display: block;
    padding: 15px 0;
    margin: 0;
    font-size: .958em;
    color: #565556;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: 400px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #D1D3D4;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    line-height: normal;
    font-weight: normal;
}

.newsletter-group-filter.checkbox-dropdown input[type=checkbox] + label:after {
    top: 8px;
}

@media (min-width: 768px) {

.newsletter-container {
	margin-top: 6px;
	padding: 22px 0px 20px 22px;
}

.newsletter-form input,
.newsletter-btn-container {
	margin: 0;
}

.newsletter-form {
	height: 90px;
}

.newsletter-form input,
.newsletter-form .cs-placeholder {
	min-height: 49px;
}

.newsletter-signup-text {
	line-height: 1.5em;
	padding-top: 0;
	padding-bottom: 15px;
}

.newsletter-signup-text, 
.newsletter-email-field, 
.newsletter-group-field, 
.newsletter-bot-field,
.newsletter-btn { 
	display: inline-block;
	font-size: .9em;
	max-height: 49px;
}

.newsletter-signup-text, 
.newsletter-email-field, 
.newsletter-group-field,
.newsletter-bot-field { 
	margin-right: 1.5%;
}

.newsletter-signup-text, 
.newsletter-email-field, 
.newsletter-group-field,
.newsletter-bot-field { 
	float: left;
}

.newsletter-signup-text {
	width: 100%;
} 

.newsletter-email-field {
	width: 25%;
}

.newsletter-group-field,
.newsletter-bot-field {
	width: 29%;
}

.newsletter-group-field {
	min-width: 233px;
}

.newsletter-bot-field {
	width: 19%;
	min-width: 136px;
	padding-top: 0;
}

.newsletter-btn-container {
 	display: inline-block;
	float: left;
}

.newsletter-btn {
	width: 14%;	
	min-height: 49px;
	padding: 12px 20px;	
}

.newsletter-checkbox-dropdown.checkbox-dropdown input[type="checkbox"] + label::after {
    right: 10px;
	top: 2px;
}

.newsletter-group-filter.checkbox-dropdown input[type=checkbox]:checked + label:after {
    right: 8px;
}

.newsletter-checkbox-dropdown {
	padding: 11px 28px;
	
}

.newsletter-group-filter.checkbox-dropdown:after {
    right: 19px;
}

.newsletter-group-filter .dropdown li label {
    padding: .28em 1.58em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 1em;
	font-weight: normal;
}
}

@media (min-width: 1024px) {

.newsletter-container {
	padding: 26px 20px;
}

.newsletter-form {
	height: 49px;
}

.newsletter-signup-text {
	width: 18%;
} 

.newsletter-email-field {
	width: 22%;
}

.newsletter-group-field {
	width: 25%;
}

.newsletter-bot-field {
	width: 15%;
}

.newsletter-btn {
	width: 13.2%;	
}

.newsletter-group-filter-container {
	background: linear-gradient(180deg, #ffffff 50%, #E6E8EC 50%);
	margin-bottom: 1px;
}

.newsletter-group-filter {
	max-width: 448px;
}
}

@media (min-width: 1150px) {
	
.newsletter-signup-text {
	width: 17%;
} 

.newsletter-email-field {
	width: 23%;
}
}

@media (min-width: 1250px) {

.newsletter-form,
.newsletter-form input,
.newsletter-form .cs-placeholder {
	min-height: 53px;
	max-height: 53px;
}

.newsletter-container {
	padding: 30px;
}

.newsletter-form input[type=email] {
	padding-left: 60px;
	padding-right: 28px;
}

.newsletter-email-field .fa-envelope {
    padding-left: 27px;
	padding-top: 17px;
}

.newsletter-btn {
	min-height: 53px;
}

.newsletter-checkbox-dropdown span {
	padding-left: 3px; 
}

.newsletter-group-filter.checkbox-dropdown::after {
    right: 23px;
	top: 3px;
}

.newsletter-checkbox-dropdown.checkbox-dropdown input[type="checkbox"] + label::after {
    right: 15px;
}

.newsletter-group-filter.checkbox-dropdown input[type="checkbox"]:checked + label::after {
    right: 13px;
}
}

@media (min-width: 1380px) {

.newsletter-signup-text {
	width: 16%;
} 

.newsletter-email-field {
	width: 24%;
}
}

@media (min-width: 1520px) {

.newsletter-container {
	padding: 35px;
}
}

.copyright {
	padding: 15px 10px 16px;
	font-size: 0.83em;
	line-height: 20px;
	-ms-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-ms-animation-delay: 500ms;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

@media (min-width: 1250px) {

#inner-footer{
	height: 90px;
}

.copyright {
	padding-top: 20px;
}
}

/*~~~~~~~*/
/* Logos */
/*~~~~~~~*/

/* EGIA Logos */

/* Vendor Logos */

.comprehensive-employment {
	background: url(../img/comprehensive_employment.png) no-repeat center;
}

.contractor-nation {
	background: url(../img/contractor_nation.png) no-repeat center;
}

.dynamic {
	background: url(../img/dynamic.png) no-repeat center;
}

.exxon-mobil {
	background: url(../img/exxon_mobil.png) no-repeat center;
}

.graphic-d-signs {
	background: url(../img/graphic_d_signs.png) no-repeat center;
}

.msi {
	background: url(../img/msi.png) no-repeat center;
}

.payzer {
	background: url(../img/payzer.svg) no-repeat center;
}

.service-first {
	background: url(../img/service_first.png) no-repeat center;
}

.service-partners {
	background: url(../img/service_partners.png) no-repeat center;
}

.tsi {
	background: url(../img/tsi.png) no-repeat center;
}


/*~~~~~~~~~~~~~~~~~~~*/
/* Inner Page Styles */
/*~~~~~~~~~~~~~~~~~~~*/

.page-title-container {
	position: relative;
	padding: 38px 20px 30px;
	text-align: center;
	z-index: 1;
}

.page-title-inner-container h3 {
	font-size: 1.6em;
	font-family: "frutiger-black";
	font-weight: 900;
	line-height: 1.15em;
	margin: 0;
	color: #ffffff;
}

.page-title-inner-container h4 {
	font-size: 1.1em;
	font-family: "frutiger";
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
	color: #ffffff;
	padding-top: 7px;
}

.blue-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,101,193,0.7);
	z-index: -1;
}

.grey-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(65,101,140,0.8);
	z-index: -1;
}

.page-container {
	float: left;
	width: 100%;
}

.valign-middle {
	display: inline-block;
    vertical-align: middle;
    float: none;
}

.valign-bottom {
	display: inline-block;
    vertical-align: bottom;
    float: none;
}

.section-title-container {
	margin-top: 2px;
	display: table;
	width: 100%;
}

.section-title {
	background-color: #565556;
	font-family: "frutiger-black";
	font-weight: 900;
	font-size: 1.02em;
	line-height: 22px;
	color: #ffffff;
	padding: 13px 5%;
}

.primary-contact {
	padding: 10px 5%;
}

.section-title span {
    display: table-cell;
	vertical-align: middle;
}

.icon-container {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

@media (min-width: 768px) {
.section-title-container {
	margin-top: 28px;
}
.section-title {
	font-size: 1.1em;
	padding: 12px 23px;
}

.decrease-padding-tall-icon {
	padding: 10px 22px;
}

.icon-container {
	width: 65px;
}
}

@media (min-width: 1024px) {
.section-title-container {
	background: linear-gradient(180deg, #ffffff 50%, #E6E8EC 50%);
	margin-top: 28px;
}
.section-title {
	margin-left: 125px;
}
}


@media (min-width: 1250px) {
.section-title {
	margin-left: 135px;
}
}





/* Membership Application */

.membership-application-section .section-title {
	background-color: #0065c1;
}

.membership-application-section .section-content {
	background-color: #E6E8EC;
	padding: 30px 5%;
}

.membership-application-section p {
	margin: 0 0 10px;
}

.membership-application-section .no-intro-custom-padding {
	padding-top: 20px;
}

.membership-info-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: 0 -11px;
	height: 32px;
	top: -1px;
}

.master-account-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: 0 -360px;
	height: 32px;
	top: -1px;
}

.primary-contact-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: -2px -66px;
	height: 36px;
	top: 0px;
}

.business-type-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: 0 -127px;
	height: 34px;
}

.membership-type-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: 0 -184px;
	height: 36px;
	top: -1px;
}

.payment-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: 3px -246px;
	height: 32px;
	top: 1px;
}

.membership-agreement-icon {
	position: relative;
	background: url(../img/membership_application_icon_sprite.svg) no-repeat;
	background-size: 45px 404px;
	background-position: 0 -302px;
	height: 37px;
}

@media (min-width: 768px) {
.membership-application-section .section-content {
	background-color: #E6E8EC;
	padding: 40px;
}
}

@media (min-width: 1024px) {
.membership-application-section .section-title {
	display: inline-block;
	min-width: 446px;
	float: left;
}

.membership-application-section .section-content {
	padding: 40px 125px;
}
}



/* Sign In & What's New */

.sign-in {
	display: none;
	font-size: .85em;
	cursor: pointer;
}

.sign-in .fa {
	position: relative;
	font-size: 1.4em;
	top: 2px;
}

.toggle-whats-new {
	font-size: .85em;
	font-weight: 700;
	color: #fff;
	margin: 20px 0 -20px;
	cursor: pointer;
}

.sign-in:hover span, 
.toggle-whats-new:hover span {
	text-decoration: underline;
}

.toggle-whats-new .fa {
	position: relative;
	padding-right: 10px;
	top: 2px;
	font-size: 1.25em;
	margin-left: -10px;
}

@media (min-width: 1024px) {
.sign-in {
	display: block;
}

.sign-in, 
.toggle-whats-new {
	position: absolute;
	right: 25px;
	bottom: 46px;
	color: #fff;
	margin: 0;
	font-weight: 600;
}

.sign-in .fa, 
.toggle-whats-new .fa {
	padding-right: 10px;
}

.toggle-whats-new {
	bottom: 25px;
}
}

.contractor-marketplace {
	background: url(../img/contractor_marketplace.jpg) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
	background-position: 28% 0;

}

.contractor-portal {
	background: url(../img/contractor_portal.jpg) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
	background-position: 28% 0;

}

.membership-application {
	background: url(../img/membership_application.jpg) no-repeat center;
	-webkit-background-size: cover;
  	background-size: cover;
	background-position: 52% 0px;
}

@media (min-width: 768px) {
.page-title-container {
	padding-top: 40px;
}

.page-title-inner-container {
	font-size: 1.15em;
}

.page-title-inner-container h4 {
	padding-top: 4px;
}
}

@media (min-width: 1024px) {
.page-title-container {
	padding: 75px 90px 22px 125px;
	text-align: left;
}

.page-title-inner-container {
	font-size: 1.25em;
}

.page-title-inner-container h4 {
	padding-top: 0px;
}
}

@media (min-width: 1250px) { 
.page-title-container {
	padding-left: 135px;
}
}


/* Default Close Toggle Button */

.x-close {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0;
	padding: 0 0 0 15px;
	width: 15%;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	float: right;
	z-index: 2;
}

.x-close span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1.2px;
  	width: 30px;
}

.x-close span::before {
	position: absolute;
	display: block;
	left: -15px;
	width: 100%;
	height: 1.2px;
	background-color: #353535;
	content: "";
	top: 0;
  	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.x-close span::after {
	position: absolute;
	display: block;
	left: -15px;
	width: 100%;
	height: 1.2px;
	background-color: #353535;
	content: "";
	bottom: 0;
  	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}

.x-close:hover span::before, .x-close:hover span::after {
    background-color: #0065C1;
}

@media (min-width: 768px) {
.x-close {
	width: 60px;
}
}








/* Box gradient button */

.box-bg-gradient {
	background: -moz-linear-gradient(-35deg, #8cc47b 0%, #e6e8ec 72%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-35deg, #8cc47b 0%,#e6e8ec 72%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(145deg, #8cc47b 0%,#e6e8ec 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc47b', endColorstr='#e6e8ec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color: #E6E8EC;
    background-size: 600px 800px;
	background-position: -500px -520px;
	background-repeat: no-repeat;
	-ms-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.box-bg-gradient:hover {
	background-position: 0px -520px;
}


/* Contractor Portal */

.edu-webinars-icon {
	display: inline-block;
	width: 35px;
	height: 28px;
	background: url(../img/contractor_portal_sprite.svg) no-repeat;
	background-size: 78px 185px;
	margin-right: 16px;
}

.industry-trend-research-icon {	
}

.financing-programs-icon {	
}

.discounted-products-icon {	
}

.account-dashboard-icon {	
}


/* Default Accordion Style */

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}

.st-accordion ul {
	margin: 2px 0 0;
}

.st-accordion ul li{
	height: 86px;
    overflow: hidden;
	background-color: #e6e8ec;
	position: relative;
}

.st-accordion ul li:first-child{
    border-top:none;
}

.st-accordion-button {
	display: table;
	position: relative;
	outline:none;
	margin-bottom: 2px;
	padding: 20px 30px 20px 35px;
	font-family: "frutiger-black";
	font-weight: 900;
	font-size: 1.02em;
	line-height: 22px;
	color: #FFFFFF !important;
	-webkit-transition:  background 0.3s ease-in-out;
	-ms-transition:  background 0.3s ease-in-out;
	transition:  background 0.3s ease-in-out;
	width: 100%;
	z-index: 1;
}

.st-accordion-button:hover {
	color: #FFFFFF;
}

.st-accordion-button span {
	display: table-cell;
	vertical-align: middle;
}

.accordion-desktop-overlay {
	width: 100%;
	height: 29px;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	z-index: 0;
}

.st-accordion ul li.st-open > a{
    
}

.st-content{
    padding: 30px 20px;
	text-align: center;
}

.st-content p {
	margin: 6px 0 0;
}

.st-content .row {
	margin: 0 auto;
}

.st-accordion .icon-container {
	display: table-cell;
	vertical-align: middle;
	width: 52px;
}

.st-accordion .icon {
	position: relative;
	width: 45px;
	height: 40px;
	margin-right: 7px;
}

.st-accordion img{
    position: relative;
	width: 100%;
	height: auto;
}


/* Default accordion media queries */

@media (min-width: 460px) {

.st-accordion ul li{
	height: 65px;
}

.st-accordion-button {
    padding: 13px 30px 10px 35px;
}

.st-accordion br{
	display: none;
}

.st-content{
	padding: 30px;
}
}

@media (min-width: 768px) {

.st-accordion ul li{
	height: 56px;
	margin: 25px 0;
}

.st-accordion-button {
	padding: 8px 30px 8px 35px;
	font-size: 1.1em;
	margin-bottom: 0;
}

.st-content{
	text-align: left;
	padding: 30px 40px;
}

.st-content p {
	margin: 0;
}
}

@media (min-width: 1024px) {

.st-content{
    padding: 50px 40px 30px 60px;;
	margin-top: -28px;
	border-top: solid 2px #ffffff;
}

.st-accordion ul li{
	margin: 30px 0;
	height: 85px;
}

.st-accordion-button {
	margin-bottom: 28px;
	width: auto;
	min-width: 540px;
	margin-left: 125px;
}
}

/* Remove default hover color from body a */
.no-style:hover {
	color: #565556 !important;
}


/* Accordion Contractor Portal */

.st-accordion-contractor-portal .col-sm-4{
	text-align: center;
}

.educational-webinars .st-accordion-button {
	background-color: #768c98;
}

.educational-webinars .icon {
	background: url(../img/contractor_portal_icon_sprite.svg) no-repeat;
	background-size: 55px 235px;
	background-position: -11px -3px;
}

.educational-webinars img {
	width:184px;
}

.industry-trend .st-accordion-button {
	background-color: #83a48e;
}

.industry-trend .icon {
	background: url(../img/contractor_portal_icon_sprite.svg) no-repeat;
	background-size: 55px 235px;
	background-position: -7px -51px;
	left: -2px;
}

.industry-trend img {
	width:138px;
}

.financing-programs .st-accordion-button {
	background-color: #73a950;
}

.financing-programs .icon {
	background: url(../img/contractor_portal_icon_sprite.svg) no-repeat;
	background-size: 55px 235px;
	background-position: -8px -99px;
	left: -2px;
}

.financing-programs img {
	width:194px;
}

.discounted-products .st-accordion-button {
	background-color: #0065c1;
}

.discounted-products .icon {
	background: url(../img/contractor_portal_icon_sprite.svg) no-repeat;
	background-size: 55px 235px;
	background-position: -9px -145px;
}

.discounted-products img {
	width:280px;
}

.account-dashboard .st-accordion-button {
	background-color: #565556;
	padding-right: 80px;
}

.account-dashboard .icon {
	background: url(../img/contractor_portal_icon_sprite.svg) no-repeat;
	background-size: 55px 235px;
	background-position: -8px -193px;
}

.st-accordion .account-dashboard {
	margin-bottom: 0;
}

.edit-profile {
	left: 15px;
}

.edit-profile .fa {
	margin-right: 10px;
	font-size: 1.25em;
	top: 1px;
	position: relative;
}

.educational-webinars .st-accordion-button:hover {
	background-color: #566872;
}

.industry-trend .st-accordion-button:hover {
    background-color: #578666;
}

.financing-programs .st-accordion-button:hover {
    background-color: #528631;
}

.discounted-products .st-accordion-button:hover {
    background-color: #004f98;
}

.account-dashboard .st-accordion-button:hover {
    background-color: #383838;
}

/* Accordion Contractor Portal - Financing Programs */

.financing-programs .st-content {
	padding: 0;
	border-top: none;
}

.financing-programs .intro-row {
	padding: 33px 25px;
	border-bottom: 1px solid #ffffff;
}

.st-content .financing-buttons-row {
	margin: 0 -1px;
}

.financing-programs .financing-button {
	border: 1px solid #ffffff;
}

.financing-button {
	padding: 25px 50px 33px;
}

.financing-button span {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 140px;
	line-height: 1.2em;
}

/* Accordion Contractor Portal - Financing Program Icons */

.installment-plus-icon,
.revolving-credit-icon,
.flex-loan-icon,
.express-loan-icon,
.web-loan-icon,
.supplemental-financing-icon,
.second-look-financing-icon,
.commercial-financing-icon,
.commercial-leasing-icon,
.working-capital-icon {
	width: 65px;
	height: 55px;
	background: url(../img/financing_program_icon_sprite.svg) no-repeat;
	background-size: 334px 217px;
	margin: 0 auto 15px;	
}

.installment-plus-icon {
	background-position: -6px 0;
}

.revolving-credit-icon {
	background-position: -96px 0;
}

.flex-loan-icon {
	background-position: -181px 0;
}

.express-loan-icon {
	background-position: -260px 0;
}

.web-loan-icon {
	background-position: -7px -81px;
}

.supplemental-financing-icon {
	background-position: -94px -81px;
}

.second-look-financing-icon {
	background-position: -182px -81px;
}

.commercial-financing-icon {
	background-position: -259px -81px;
}

.commercial-leasing-icon {
	background-position: -9px -153px;
}

.working-capital-icon {
	background-position: -97px -157px;
}


/* Accordion Contractor Portal media queries */

@media (min-width: 768px) {

.educational-webinars img {
	top: 7px;
}

.industry-trend .st-content {
	padding-bottom: 20px;
}

.financing-programs img {
	top: 11px;
}

.edit-profile {
	left: auto;
	right: 15px;
}
}

@media (min-width: 1024px) {

.st-accordion-contractor-portal .accordion-logo-container{
	text-align: right;
}

.educational-webinars img {
	width: 190px;
	top: -7px;
}

.industry-trend .st-content {
	padding-bottom: 5px;
}

.industry-trend img {
	top: -13px;
}

.financing-programs img {
	top: 2px;
}

.discounted-products img {
	width:280px;
}

.financing-button {
	padding: 40px 50px 48px;
}

.financing-programs .intro-row {
    padding: 45px 40px 45px 60px;
}
}


@media (min-width: 1250px) {

.educational-webinars img {
    width: 218px;
}	

.industry-trend img {
    width: 149px;
}

.financing-programs img {
    width: 227px;
}

.discounted-products img {
    width: 315px;
    top: -8px;
}

.financing-button span {
	max-width: 155px;
}

.installment-plus-icon,
.revolving-credit-icon,
.flex-loan-icon,
.express-loan-icon,
.web-loan-icon,
.supplemental-financing-icon,
.second-look-financing-icon,
.commercial-financing-icon,
.commercial-leasing-icon,
.working-capital-icon {
	width: 72px;
	height: 65px;
	background-size: 370px auto;
}

.revolving-credit-icon {
	background-position: -104px 0;
}

.flex-loan-icon {
	background-position: -201px 0;
}

.express-loan-icon {
	background-position: -292px 5px;
}

.web-loan-icon {
	background-position: -3px -89px;
}

.supplemental-financing-icon {
	background-position: -104px -90px;
}

.second-look-financing-icon {
	background-position: -202px -88px;
}

.commercial-financing-icon {
	background-position: -290px -84px;
}

.commercial-leasing-icon {
	background-position: -7px -172px;
}

.working-capital-icon {
	background-position: -106px -177px;
}
}




/* What's New Default */

.whats-new-container {
	position: relative;
	width: 100%;
	background-color: #E6E8EC;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	z-index: -2;
	float: left;
	font-size: .95em;
}

.whats-new-content-container {
	position: relative;
	padding: 50px 30px 40px;
	text-align: center;
}

.company-logo {  /* This class may need adjusting when updating what's new offer */
	width: 170px;
	height: auto;
	margin-left: -8px;
}

.whats-new-container hr {
	width: 80%;
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.discount-heading {
	font-size: 1.3em;
	font-weight: 800;
	margin: 15px auto 30px;
	line-height: 1.25em;
	width: 80%;
}


/* What's New TruTechTools - DEMO CONTENT */

.whats-new-image-container {
	width: 100%;
	height: auto;
	background-color: #fff;
	border: 1px solid #9F9F9F;
	padding: 10px 0 0;
}

.whats-new-content-container .col-xs-4 img {
	width: 100%;
}

.video-container {
	margin-top: 20px;
}

.video-container img{
	width: 100%;
	border: 1px solid #9F9F9F;
}

.video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 3em !important;
	color: #fff;
	margin-left:-20px;
	margin-top:-20px;
}

.product-images {
	text-align: left;
	font-size: .76em
}

.product-images .col-xs-4 {
	padding: 0px 10px;
}

.line-through {
	position: relative;
	display: inline-block;
}

.line-through:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: red;
}

.product-name,
.old-price,
.new-price {
	display: block;
}

.product-name {
	margin-top: 7px;
	margin-bottom: -4px;
}

.old-price {
	color: #565556;
	margin-bottom: -2px;
}

.new-price {
	font-size: 1.2em;
	font-weight: 800;
	color: #73A950
}

.whats-new-learn-more-button {
	display: block;
	height: 55px;
	margin-top: 30px;
	text-align: left;
}

.play-button {
	position: absolute;
	width: 50px;
	height: 37px;
	background: url(../img/play-button.svg) no-repeat left center;
	background-size: 50px auto;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -14px;
}

@media (min-width: 600px) {
.whats-new-content-container {
    padding: 40px 70px 30px;
}
}

@media (min-width: 1024px) {
.product-images {
	font-size: .90em
}

.product-images .col-xs-4 {
    padding: 0px 15px;
}
}


@media (min-width: 768px) {
.x-close {
	top: 15px;
	right: 5px;
}

.whats-new-content-container {
	text-align: left;
}

.whats-new-heading-container {
	margin-bottom: 30px;
}

.company-logo,
.whats-new-container hr,
.discount-heading {
	float: left;
}

.whats-new-container hr {
	width: 1px;
	height: 45px;
	margin:0 20px;
}

.discount-heading {
	width: 60%;
	line-height: 45px;
	margin: 0;
}

.video-container {
	margin-top: 0px;
}
}

@media (min-width: 1024px) {
.whats-new-content-container {
	text-align: left;
	padding: 40px 125px 30px;
}

.product-images-container {
	padding-right: 20px;
}

.video-container {
	padding-left: 20px;
}
}

@media (min-width: 1250px) {
.whats-new-content-container {
	padding: 40px 135px 30px;
}

.product-images-container {
	padding-right: 30px;
}

.video-container {
	padding-left: 30px;
}

.company-logo {
    width: 200px;
}
}


/* Contractor Marketplace Drop Down Filter */

.contractor-marketplace-filter .dropdown li label {
	padding-left: 15px;
}

.contractor-marketplace-filter span:before {  /* Filter Icon */
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/filter.svg) no-repeat left center;
	background-size: auto 26px;
	display: inline-block;
	margin-bottom: -7px;
	padding-right: 20px;
}

.contractor-marketplace-filter label[for=el-1]:before,
.contractor-marketplace-filter label[for=el-2]:before,
.contractor-marketplace-filter label[for=el-3]:before,
.contractor-marketplace-filter label[for=el-4]:before,
.contractor-marketplace-filter label[for=el-5]:before,
.contractor-marketplace-filter label[for=el-6]:before {  /* Contractor Marketplace Filter Icon Sprite */
	content: "";
	display: inline-block;
	width: 35px;
	height: 28px;
	background: url(../img/cm-dropdown-icon-sprite.svg) no-repeat;
	background-size: 78px 185px;
	margin-right: 16px;
}

.contractor-marketplace-filter label[for=el-1]:before {  /* Tools & Equipment Icon */
	background-position: 1px 0px;
	margin-top: 2px;
	margin-bottom: -13px; 
}

.checkbox-dropdown .dropdown li:hover label[for=el-1]:before { 
	background-position: -41px 0px;
}


.contractor-marketplace-filter label[for=el-2]:before {  /* Business & Admin Icon */
	height: 26px;
	background-position: 1px -33px;
	margin-top: -1px;
	margin-bottom: -9px; 
}

.checkbox-dropdown .dropdown li:hover label[for=el-2]:before {  
	background-position: -41px -33px;
}


.contractor-marketplace-filter label[for=el-3]:before {  /* Sales & Marketing Icon */
	background-position: 1px -66px;
	margin-top: -1px;
	margin-bottom: -11px; 
}

.checkbox-dropdown .dropdown li:hover label[for=el-3]:before {  
	background-position: -41px -66px;
}

.contractor-marketplace-filter label[for=el-4]:before {  /* Vehicles Icon */
	background-position: 1px -98px;
	margin-top: -1px;
	margin-bottom: -11px; 
}

.checkbox-dropdown .dropdown li:hover label[for=el-4]:before {  
	background-position: -41px -98px;
}

.contractor-marketplace-filter label[for=el-5]:before {  /* Financing Icon */
	background-position: 1px -128px;
	margin-top: -1px;
	margin-bottom: -10px; 
}

.checkbox-dropdown .dropdown li:hover label[for=el-5]:before {  
	background-position: -41px -128px;
}

.contractor-marketplace-filter label[for=el-6]:before {  /* Training & Consulting Icon */
	background-position: 1px -160px;
	margin-top: -1px;
	margin-bottom: -10px; 
}

.checkbox-dropdown .dropdown li:hover label[for=el-6]:before {  
	background-position: -41px -160px;
}

.contractor-marketplace-filter:after {
	right: -5px;
}

.contractor-marketplace-filter input[type="checkbox"] + label::after {
    right: 7px;
	top: 8px;
}

.contractor-marketplace-filter input[type="checkbox"]:checked + label::after {
    right: 5px;
}

.contractor-marketplace-filter .dropdown {
	font-size: .88em;
}

.contractor-marketplace-filter:after {
	margin-top: -3px;
	top: -4px;
}

.contractor-marketplace-filter.checkbox-dropdown.active::after {
    transform: rotate(180deg);
}

.contractor-marketplace-filter-container {
	margin-bottom: 3px;
}

@media (min-width: 330px) {
	
.contractor-marketplace-filter:after {
	right: -1px;
}

.contractor-marketplace-filter input[type="checkbox"] + label::after {
    right: 11px;
}

.contractor-marketplace-filter input[type="checkbox"]:checked + label::after {
    right: 9px;
}
}

@media (min-width: 768px) {

.contractor-marketplace-filter-container {
	margin-bottom: 6px;
}

.contractor-marketplace-filter {
	font-size: 1.2em;
}

.checkbox-dropdown {
	padding: 11px 28px;
	
}

.contractor-marketplace-filter .dropdown li label {
    padding-left: 23px;
}

.contractor-marketplace-filter input[type="checkbox"] + label::after {
    right: 19px;
	top: 6px;
}

.contractor-marketplace-filter input[type="checkbox"]:checked + label::after {
    right: 16px;
}
}

@media (min-width: 1024px) {
.contractor-marketplace-filter-container {
	background: linear-gradient(180deg, #ffffff 50%, #E6E8EC 50%);
	margin-top: 28px;
}

.contractor-marketplace-filter {
	max-width: 448px;
	margin-left: 125px;
}

.contractor-marketplace-filter:after {
	margin-top: -3px;
}
}

@media (min-width: 1250px) {
.contractor-marketplace-filter {
	margin-left: 135px;
}

.contractor-marketplace-filter input[type="checkbox"] + label::after {
    right: 19px;
	top: 7px;
}

.contractor-marketplace-filter:after {
	top: -7px;
	margin-top: -2px;
}

.contractor-marketplace-filter .dropdown {
    font-size: 0.8em;
}

.contractor-marketplace-filter-container {
	margin-bottom: 9px;
}
}


/* Contractor Marketplace Vendor Promo Container */

.vendor-promo-cover { /* Cover for disabling pointer events while drop down filter is active */
	display:none; 
	position:absolute; 
	top:0; 
	right:0;
	bottom:0; 
	left:0;  
	z-index:1;
}

.disable-pointer-events {
	pointer-events: none;
}

.vendor-promo-section {
	display: block;
	position: relative;
	top: -1px;
	float: left;
}

.vendor-promo-container {
	background: -moz-linear-gradient(-35deg, #8cc47b 0%, #e6e8ec 72%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-35deg, #8cc47b 0%,#e6e8ec 72%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(145deg, #8cc47b 0%,#e6e8ec 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc47b', endColorstr='#e6e8ec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color: #E6E8EC;
    background-size: 600px 800px;
	background-position: -500px -520px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	border-bottom: 2px solid #ffffff;
	-ms-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.vendor-promo-container:hover {
	background-position: 0px -520px;
}

.vendor-promo-container.first {
	clear: both;
}

.vendor-promo-container .logo {
	width: 100%;
	height: 138px;
	margin: auto;
}

.vendor-promo-container hr {
	width: 80%;
	margin: 0 auto;
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.promo-text-container {
	padding-top: 18px;
	height: 135px;
}

.vendor-promo-container-background {
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 2px;
	left: 1px;
	background-color: #f8f8f8;
	z-index: -1;
}

/* Standard Member Vendor Box */

.standard-promo h1, 
.premium-promo h1 {
	font-size: 1.2em;
	font-weight: 800;
	color: #73A950;
	margin: 0;
}

.standard-promo h2, 
.premium-promo h2 {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0;
	padding: 0 50px;
	color: #565556;
}

.triangle-container h1 {
	position: absolute;
	right: 5px;
	bottom: 14px;
	color: #fff;
	font-size: .8em;
	font-weight: 800;
	-ms-transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	transform: rotate(-44deg);
	z-index: 1;
}

.triangle-container h2 {
	position: absolute;
	right: 3px;
	bottom: 12px;
	color: #fff;
	font-size: .625em;
	font-weight: 700;
	-ms-transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	transform: rotate(-44deg);
	z-index: 1;
	letter-spacing:.03em;
}


/* Triangle background color & size */

.standard-background,
.premium-background,
.new-offer-background {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
	border-bottom: 80px solid #73A950;
	border-left: 90px solid transparent;
}

.new-offer-background {  /* New offer traingle color */
	border-bottom: 80px solid #0065C1;
}

.new-offer h1 { /* New offer solo h1 */
	bottom: 15px;
	right: 0px;
}

.premium-background {  /* Premium Member traingle color */
	border-bottom: 80px solid #D4A624;
}

.premium-promo h1 {  /* Premium Member h1 color */
	color: #D4A624;
}


/* Adjust vendor logo sizes */

.vendor-promo-container .dynamic {
	background-size: 155px auto;
	background-position: center 70px; 
}

.vendor-promo-container .graphic-d-signs {
	background-size: 220px auto;
	background-position: center 80px; 
}

.vendor-promo-container .comprehensive-employment {
	background-size: 200px auto;
	background-position: center 62px; 
}

.vendor-promo-container .msi {
	background-size: 65px auto;
	background-position: center 52px; 
}

.vendor-promo-container .service-first {
	background-size: 65px auto;
	background-position: center 60px; 
}

.vendor-promo-container .tsi {
	background-size: 90px auto;
	background-position: center 70px; 
}

.vendor-promo-container .contractor-nation {
	background-size: 200px auto;
	background-position: center 85px; 
}

.vendor-promo-container .exxon-mobil {
	background-size: 160px auto;
	background-position: center 87px; 
}

.vendor-promo-container .service-partners {
	background-size: 125px auto;
	background-position: center 45px; 
}

@media (min-width: 768px) {
.vendor-promo-section {
	display: block;
	position: relative;
	margin-left: -1px; 
	margin-right: -1px;
	top: -4px;
}

.vendor-promo-container {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
}

@media (min-width: 768px) {
.vendor-promo-container {
	
}
}

@media (min-width: 1024px) {
.triangle-container h1 {
	font-size: 1em;
}

.triangle-container h2 {
	font-size: .8em;
	font-weight: 500;
}

/* increase triangle size */
.standard-background,
.premium-background,
.new-offer-background {
	border-bottom: 95px solid #73A950;
	border-left: 105px solid transparent;
}

.new-offer-background {
	border-bottom: 95px solid #0065C1;
}

.premium-background {
	border-bottom: 95px solid #D4A624;
}
}

@media (min-width: 1250px) {
.vendor-promo-section {
	top: -7px;
}
.standard-background {
	border-bottom: 87px solid #73A950;
	border-left: 97px solid transparent;
}

.premium-background {
	border-bottom: 87px solid #D4A624;
	border-left: 97px solid transparent;
}

.standard-promo h1, 
.premium-promo h1 {
	font-size: 1.05em;
}

.standard-promo h2, 
.premium-promo h2 {
	font-size: .85em;
}

/* increase triangle size */
.standard-background,
.premium-background,
.new-offer-background {
	border-bottom: 105px solid #73A950;
	border-left: 115px solid transparent;
}

.new-offer-background {
	border-bottom: 105px solid #0065C1;
}

.premium-background {
	border-bottom: 105px solid #D4A624;
}

.new-offer h1 {
    bottom: 18px;
    right: -1px;
}
}

/*~~~~~~~~~~~~~~~~~~~~*/
/* Page Media Queries */
/*~~~~~~~~~~~~~~~~~~~~*/

@media (min-width: 320px) {

.inner-header-wrapper {
	padding:0;
}

.logo-container {
	width:27%;
}

.mobile-buttons-container {
	width:58%;
}

.toggle-button{
	width:15%
}
}

@media (min-width: 768px) {

.homepage-slider-container {
	margin-top: 0px;
}

#homepageslider {
	width: 100% !important;
	max-height: 425px !important;
	margin: 0 !important;
}

#container{
	top:80px;
  	-ms-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#inner-content{
	width:auto;
	margin:0 25px;
}

#inner-header {
	width:auto;
	margin:0 30px;
}

.wrap {
	width:100%;
}

.logo-container {
	width:95px;
	height:80px;
	background-color: #ffffff;
	padding:23px 0 0 20px;
}

.egia-logo{
	width:75px;
	height:38px;
	background: url(../img/egia-logo.png) no-repeat left center;
	background-size:auto 38px;
}

.nav-container{
	height:80px;
	float:right;
	margin-right:10px;
}

.mobile-buttons-container{
	height:80px;
	display:inline-block;
	float:none;
	width:auto;
}

.mobile-buttons-container a{
	display:inline-block;
	width: auto;
	margin:0 7px;
}

.mobile-buttons-container i{
	width:30px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-top:none;
	border-bottom:none;
}

.fa.fa-key, 
.fa.fa-users, 
.fa.fa-phone {
	border-right:none;
}

.fa.fa-users,.fa.fa-phone {
	line-height:80px;
}

.toggle-button{
	display:inline-block;
	height:80px;
	width:40px;
	background-color:#ffffff;
}

.toggle-lines{
	-webkit-transition:none;
  	-ms-transition:none;
  	transition:none;
}

.toggle-lines span, 
.toggle-lines span::before, 
.toggle-lines span::after {
	background-color:#565556;
}

.toggle-lines-x.is-active {
	background-color: #ffffff;
}


.nav li a {
	color:#565556;
	padding:0;
}

.nav li a:hover{
	color:#0065C1;
  	-ms-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.nav li .menu-active {
	color:#0065C1;
}

.nav li a::after {
	position: absolute;
	top: 74px;
	left: 0;
	width: 100%;
	height: 6px;
	background-color:#0065C1;
	content: '';
	opacity: 0;
	-ms-transition: opacity 0.3s, -ms-transition 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.nav li a:hover::after {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.nav li .menu-active::after {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
}

@media (min-width: 1024px) {

/* Add transition for body font and logo */

body, .egia-logo {
  	-ms-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/* Max header width */

#content, .header {
	max-width:1400px;
}

/* Constrain slider container and supporting text container 
   to two column responsive fixed aspect ratio */
   
.homepage-slider-container {
	position: relative;
	display: inline-block;
	float: left;
	width: 66.6%;
}

.homepage-slider-container:after {
	padding-top: 66.6%;
	display: block;
	content: '';
}

#homepageslider {
	position: absolute !important;
	top: 0; !important
	bottom: 0 !important;
	right: 0 !important;
	left: 0 !important;
	max-height: 100% !important;
}

.homepage-slider-right-column-container {
	position: relative;
	width: 33.4%;
	display: inline-block;
}

.homepage-slider-right-column-container:after {
	padding-top: 132.8%;
	display: block;
	content: '';
}

.homepage-slider-right-column-inner-container {
	position: absolute;
  	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #E6E8EC;
}

.homepage-slider-right-column-inner-container-wrapper {
	position: relative;
	display: table; 
	height: 100%;
	overflow: hidden;
}

.homepage-slider-text {
	position: relative;
	display:table-cell;
	vertical-align: middle;
	padding: 0 40px 40px 55px;
	
}

.logo-container {
	padding-left:20px;
}

nav{
	height:80px;
	display:inline-block;
	margin-right:25px;
}

.nav{
	height:80px;
}

.nav li{
	margin-left:40px;
}

.nav li a, .nav li a:hover{
	height: 75px;
	font-size: .875em;
	padding-top: 29px;
}

.mobile-buttons-container a{
	margin:0 6px;
}

.mobile-buttons-container i{
	width:20px;
	-ms-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.fa.fa-key{
	margin-right:1px;
}

.fa.fa-users{
	position: relative;
	top: 1px;
	font-size: 1.188em;
	margin-right: 1px;
} 

.fa.fa-search {
	font-size: 1.25em;
}

.fa.fa-phone {
	position: relative;
	top: 2px;
	margin-right: -4px;
	font-size: 1.313em;
}

.toggle-button {
	display:none;
}

.homepage-buttons-row {
	display: inline-block;
	width: 100%;
	margin-top: 6px;
}
}


@media (min-width: 1250px) {

body {
	font-size: 1.15em;
}

#homepageslider h3 {
	/* font-size: 2em !important;  */
	line-height: 40px !important;
}

#container {
	top: 90px;
}

.logo-container {
	height: 90px;
	padding-top:26px;
}

.egia-logo{
	width:83px;
	height:42px;
	background-size:auto 42px;
}

nav, .nav {
	height: 90px;
}

.nav li a, .nav li a:hover {
    padding-top: 32px;
	height: 90px;
}

.nav li a::after {
	top: 82px;
	height: 8px;
}

.mobile-buttons-container {
    height: 90px;
}

.mobile-buttons-container a {
    margin: 0px 8px;
}

.mobile-buttons-container i {
    height: 90px;
    line-height: 90px;
}

.fa.fa-users,.fa.fa-phone {
	line-height:90px;
}

/* Slide 1 */

.slide1-text {
    top: 47% !important;
}

.geosmart-logo-homepage-slider {
	width: 70%;
}

.homepage-slider-text {
	padding: 0px 40px 40px 55px;
}
}

@media (min-width: 1350px) {  /* re-adjust slider container and supporting text fixed aspect ratio */

.homepage-slider-container:after {
	padding-top: 55%;
}

.homepage-slider-right-column-container:after {
	padding-top: 110%;
}
}

@media (min-width: 1520px) {

#content, .header {
	max-width: 100%;
	margin:0 60px;
}

.homepage-slider-text {
	padding: 0 60px 40px 80px;
}

.homepage-icon-container {
    padding: 67px 0px;
}

.homepage-button-icon {
	min-width: 120px;
}

.homepage-button-container {
    padding: 28px 10px;
    font-size: 1.10em;
}
}

@media (min-width: 1780px) { /* re-adjust slider container and supporting text fixed aspect ratio */
	
.homepage-slider-container:after {
	padding-top: 46%;
}

.homepage-slider-right-column-container:after {
	padding-top: 92%;
}
}

@media (min-width: 1800px) {

#homepageslider h3 {
	font-size: 1.9em !important; 
	line-height: 50px !important;
}

.slide1-text {
    top: 44% !important;
}

.geosmart-logo-homepage-slider {
	width: 60%;
}
}