@font-face {
    font-family: 'MaryPro-Heavy';
    src: url('../fonts/MaryPro-Heavy.woff2') format('woff2'),
        url('../fonts/MaryPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MaryPro-Book';
    src: url('../fonts/MaryPro-Book.woff2') format('woff2'),
        url('../fonts/MaryPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* @group Typography */
h1, .h1 {
	/* Brooklyn born. Hudso: */
	font-family: MaryPro-Heavy, sans-serif;;
	font-size: 48px;
	color: #3D505A;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 64px;
}
h2, .h2 {
  font-size: 2.5rem;
  font-family: MaryPro-Heavy, sans-serif;;
  font-size: 69px;
  color: #3D505A;
  letter-spacing: -1.59px;
  text-align: left;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.9375rem;
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-style: italic;
  font-weight: 700;
  font-size: 25px;
  color: #FF7360;
  letter-spacing: 0;
  text-align: left;
  line-height: 25px;
}
h4, .h4 {
	/* lorem ipsum dolor si: */
	font-family: "Surveyor Fine A", "Surveyor Fine B";
	font-style: italic;
	font-weight: 700;
	font-size: 48px;
	color: #20BEC6;
	letter-spacing: -1.19px;
	text-align: left;
	line-height: 65px;
}
h5, .h5 {
	font-family: MaryPro-Book, sans-serif;;
	font-size: 15px;
	color: #3D505A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.work-grid-info h4 {
	font-family: MaryPro-Heavy, sans-serif;;
	font-size: 13px;
	color: #8FA1AA;
	letter-spacing: 1.39px;
	text-align: left;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 4px;
}
.work-grid-info h2 {
	font-family: MaryPro-Heavy, sans-serif;;
	font-size: 28px;
	color: #3D505A;
	letter-spacing: -0.43px;
	text-align: left;
	line-height: 25px;
}
p, .wpcf7-response-output {
	font-family: MaryPro-Book, sans-serif;;
	font-size: 20px;
	color: #3D505A;
	letter-spacing: 0;
	text-align: left;
	line-height: 30px;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  color: #FF7360;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 56px;
  border: none;
  margin: 0;
  padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	font-family: MaryPro-Heavy, sans-serif;;
	font-size: 21px;
	color: #3D505A;
	letter-spacing: 0.17px;
	text-align: left;
	line-height: 36px;
}
.more {
  font-family: MaryPro-Book, sans-serif;;
  font-size: 18px;
  color: #FF7360;
  letter-spacing: 1.2px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 26px;
  display: block;
  background: transparent;
  border: none;
}/* @end */

/* @group GLobal */
.turq-heading {
  padding: 27px 0 23px;
	background: #20BEC6;
	position: relative;
}
.turq-heading:before {
  content: '';
  display: block;
  position: absolute;
  background: #20BEC6;
  height: 18px;
  top: -18px;
  width: 13.33333%;
}
.home-latest .turq-heading {
  padding: 45px 0 97px;
}
.home-latest .turq-heading:before {
	display: none;
}
.turq-heading h2 {
  font-family: MaryPro-Heavy, sans-serif;;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 60px;
  margin-bottom: 0px;
}
.turq-heading h4 {
	font-family: "Surveyor Fine A", "Surveyor Fine B";
	font-style: italic;
	font-weight: 700;
	font-size: 48px;
	color: #90E2E6;
	letter-spacing: -1.19px;
	text-align: left;
	line-height: 65px;
}
.negative-margin {
  margin-top: -77px;
}
header {
	position: fixed;
	z-index: 999;
	width: 90%;
	opacity: 0.8;
	background: #FFFFFF;
	top: 39px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 100px;
}
.logo {
  margin-top: 34px;
  margin-left: 59px;
}
nav {
	margin-top: 20px;
}
header ul {
  display: flex;
  height: 3rem;
  overflow: hidden;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 80%;
}
header ul li a {
	display: block;
	padding: 1rem 0.5rem;
	text-decoration: none;
	white-space: nowrap;
	font-family: MaryPro-Book, sans-serif;;
	font-size: 16px;
	color: #3D505A;
	letter-spacing: 2.67px;
	text-align: left;
	text-transform: uppercase;
}
/* @end */

/* @group Home Page */
.not-active {
	display: none;
}
.not-active.today {
	display: block;
}
.home-banner {
  width: 100%;
  height: 100vh;
  background: url(../img/hi.jpg) no-repeat center center/cover;
  position: relative;
}
.home-top-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
.home-overview {
  padding: 68px 0 154px 0;
  background: url(../img/Goose_Detailed.png) no-repeat right center/contain;
  margin: 40px 0;
}
.home-overview h1 {
  margin-top: 39px;
}
.home-latest {
  padding-bottom: 231px;
}
.home-latest img {
	width: 100%;
}
.work-item {
  margin-bottom: 43px;
  position: relative;
}
.work-grid-info {
	position: absolute;
	background: #ffffff;
	bottom: 0;
	left: 7%;
	width: 70%;
	padding: 11px 20px 4px 22px;
}
.work-item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.work-grid-info:before{
  content: '';
  position: absolute;
  width: 20px;
  height: 7px;
  background: #ffffff;
  left: 0;
  top: -7px;
}

/* @group contct form */
.home-contact .turq-heading {
	padding: 45px 0 37px;
}
.contact-wrap {
	background: #20BEC6;
}
.contact-wrap .more {
    font-family: MaryPro-Book, sans-serif;;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1.2px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 26px;
    display: block;
    background: transparent;
    border: none;
    font-weight: bold;
    border: 2px solid #ffffff;
    padding: 20px 40px;
    transition: all 1s ease;
    cursor: pointer;
}
.contact-wrap .more:hover {
	color: #90E2E6;
	border: 2px solid #90E2E6;
}
.field-wrap {
	position: relative;
}
.goose-form {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  border-radius: 2px;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: MaryPro-Book, sans-serif;;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-align: left;
  border-bottom: 1px solid #3D505A;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  margin: 0 0 9px;
}
.goose-form~.animate-label {
  font-weight: 400;
  top: 12px;
  left: 11px;
  padding: 0;
  color: #949494;
  font-size: 15px;
  line-height: 19px;
  font-family: MaryPro-Book, sans-serif;;
  font-size: 18px;
  color: #90E2E6;
  letter-spacing: 1.2px;
  text-align: left;
  text-transform: uppercase;
}


.goose-form:active, .goose-form:focus {
  border-color: #333;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.goose-form~.animate-label {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
  -webkit-transition: .25s cubic-bezier(.25,.8,.25,1);
  -o-transition: cubic-bezier(.25,.8,.25,1) .25s;
  transition: .25s cubic-bezier(.25,.8,.25,1);
}


.goose-form.not-empty~.animate-label, .goose-form:focus~.animate-label, .goose-form[placeholder]~.animate-label, .hw-pseudoselect~.hw-holo-label, select.hw-input~.hw-holo-label {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  left: 7px;
  top: -9px;
  padding: 0 5px;
}

.goose-form~.animate-label:before {
  background-color: transparent;
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
}
.goose-form:focus~.animate-label:before {
	height: 1px;
}
.home-clients {
  padding: 69px 0;
}
.home-clients .large-3 {
  margin-bottom: 47px;
}
/* @end */
.cycle-slideshow {
	    padding-bottom: 85px;
}
.inner-slide p {
	font-family: "Surveyor Fine A", "Surveyor Fine B";
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
}
#prev {
	background: url(../img/arrow_left.png) top left/60px;
	display: block;
	width: 60px;
	height: 60px;	
	text-indent: -99999em;
	float: left;
	cursor: pointer;
	position: relative;
}
#next {
	background: url(../img/arrow_right.png) top left/60px;
	display: block;
	width: 60px;
	height: 60px;	
	text-indent: -99999em;
	float: right;
	cursor: pointer;
	position: relative;
}
#prev span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../img/arrow_left.png) no-repeat left bottom/60px;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition:    opacity 0.6s ease-in-out;
	-o-transition:      opacity 0.6s ease-in-out;
}
#next span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../img/arrow_right.png) no-repeat left bottom/60px;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition:    opacity 0.6s ease-in-out;
	-o-transition:      opacity 0.6s ease-in-out;
}
#prev:hover span {
	opacity: 1;
}
#next:hover span {
	opacity: 1;
}
.center {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
/* @end */

/* @group About page */

.about-banner {
  background: url(../img/aboutbg.jpg) no-repeat center center/cover;
  height: 420px;
  position: relative;
}

.about-top-content {
	position: absolute;
	top: 68%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
}
.about-top-content h2 {
	font-family: MaryPro-Heavy, sans-serif;;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 60px;
  margin-bottom: 0;
}
.about-top-content h4 {
	opacity: 0.8;
	font-family: "Surveyor Fine A", "Surveyor Fine B";
	font-style: italic;
	font-weight: 700;
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: -1.19px;
	text-align: left;
	line-height: 48px;
}
.about-overview {
	padding: 48px 0 92px;
}

.about-overview h1 {
	margin-bottom: 18px;
}

.about-overview p {
	margin-bottom: 30px;
}
/* @end */

/* @group work Page */

.work-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.work-top-content {
  background: #ffffff;
  bottom: 0;
  position: absolute;
  left: 12%;
  width: 72%;
  padding: 35px 18px 44px;
}
.work-overview {
  padding: 125px 0 150px;
}

/* @end */

/* @group Footer */
.rights {
	background-color: #3D505A;
	padding: 10px;
}
.rights p {
	font-family: MaryPro-Book, sans-serif;;
	font-size: 12px;
	color: #EEF3F2;
	letter-spacing: -0.3px;
	text-align: left;
	margin-left: 45px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 12px;
}
.footer {
	background: #20BEC6;
	padding-top: 86px;
    padding-bottom: 28px;
}
.footer h5 {
    margin-right: 48px;
}
.footer img {
	width: 90px;
	margin-left: 43px;
}
.footer i, .footer a{
    color: #3D505A;
}
.footer a {
	color: #3D505A;
	margin-right: 26px;
	font-size: 16px;
}
/* @end */

/* @group Membership */
.mepr-price-boxes {
	

font-family: MaryPro-Book, sans-serif;
font-size: 20px;
color: #3D505A;
letter-spacing: 0;
text-align: left;
line-height: 30px;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
    font-size: 129%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-button a {
    font-weight: bold;
    font-family: MaryPro-Book, sans-serif;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 26px;
    display: block;
    background: transparent;
    border: none;
    font-weight: bold;
    border: 2px solid #20BEC6;
    padding: 20px 40px;
    transition: all 1s ease;
    cursor: pointer;
    background: #20BEC6;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
    font-size: 129%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "Surveyor Fine A", "Surveyor Fine B";
    font-style: italic;
    font-weight: 700;
    font-size: 137%;
    color: #20BEC6;
    letter-spacing: -1.19px;
    text-align: center;
    line-height: 65px;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-heading {
    margin-top: 5px;
    font-size: 101%;
    line-height: 1.2;
    margin-top: 22px;
    margin-bottom: 20px;
}
/* @end */

/* @group Responsive Tweaks */
/* Small only */
@media screen and (max-width: 39.9375em) {
	.home-top-content { 
		position: relative !important; 
		top: 170px;
		transform: none !important;
	}
h1, .h1 {
    font-size: 23px;
    line-height: 32px;
}
h2, .h2 {
	font-size: 44px;
}
h3, .h3 {
    font-size: 21px;
}
h4, .h4 {
    font-size: 26px;
    line-height: 33px;
}
.home-overview h1 {
    margin-top: 0;
}
p {
    font-size: 17px;
    line-height: 26px;
}
.turq-heading h2 {
    font-size: 40px;
}
.turq-heading h4 {
    font-size: 31px;
    line-height: 37px;
}
.home-overview {
    padding: 30px 0 20px 0;
}
.home-latest .turq-heading {
    padding: 30px 0 97px;
}
.work-grid-info {
    position: relative;
    left: 0%;
    width: 100%;
}
sub, sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.9em;
}
.work-item {
    margin-bottom: 25px;
    position: relative;
}
.work-item:before {
	display: none;
}
.home-latest {
    padding-bottom: 40px;
}
.home-clients {
    padding: 40px 0;
}
.center {
    width: 60%;
    position: relative;
}
#prev {
    background: url(http://gooseworksdev.com//gooseworks/wp-content/themes/gooseworks/img/arrow_left.png) top left/40px;
   width: 40px;
    height: 40px;
}
#next {
    background: url(http://gooseworksdev.com//gooseworks/wp-content/themes/gooseworks/img/arrow_right.png) top left/40px;
    width: 40px;
    height: 40px;
}
#prev span {
    background: url(http://gooseworksdev.com//gooseworks/wp-content/themes/gooseworks/img/arrow_left.png) no-repeat left bottom/40px;
}
#next span {
    background: url(http://gooseworksdev.com//gooseworks/wp-content/themes/gooseworks/img/arrow_right.png) no-repeat left bottom/40px;
}
.footer h5 {
    margin-right: 0;
}
.footer a {
    color: #3D505A;
    margin-right: 14px;
    font-size: 16px;
}
.footer img {
    width: 90px;
    margin-left: 9px;
}
.rights p {
    margin-left: 3px;
}
/* @end */
}

/* Small and Medium */
@media screen and (max-width: 63.9375em) {


}



/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* Medium and Large */
@media screen and (min-width: 40em) {

}

/* Large only */
@media screen and (min-width: 64em) {

}
/* Large only */
@media screen and (min-width: 1300px) {

}
.CityRequired-wrap { display: none; }