body {
    margin: auto;
}

.title-text {
    font-family: Dala-Floda-Roman-No2, serif;
}

.visible {
    visibility: visible!important;
}


/* HEADING SECTION */


.top-nav{
    position: inherit;
}

.banner {
    padding-top: 120px;
}

.header {
    position: relative;
    z-index: 8001;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 13px;
    display: block;

    background-color: white;
}


.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    box-sizing: border-box;

}

.header .flex-item {
    line-height: 0;
}


.navigation-item {
    display: inline-block;
    vertical-align: middle;
}

.navigation-item {
    position: relative;
    display: inline-block;
}


.navigation-item .item-name {
    padding: 10px 20px;
    opacity: .7;
    text-transform: uppercase;
}

.navigation-item .item-name {
    display: block;
    padding: 14px;
    text-decoration: none;
    font-family: "Roboto", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    color: #30434a;
    letter-spacing: inherit;
}



.company-logo img{
	max-height: 120px;
	max-width: 120px;
}


/* AFFILIATE */

.sectionAffiliate.section {
    text-shadow: 0px 0px 3px rgba(20, 20, 20, 1);
}


.sectionAffiliate:after{
        content:"";
        position:fixed; /* stretch a fixed position to the whole screen */
       top:0;
       height:100vh; /* fix for mobile browser address bar appearing disappearing */
       left:0;
       right:0;
       z-index:-1; /* needed to keep in the background */
       background: url(../img/banner.jpg) center center;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
 }

 .sectionContact {
     background-color: #30434a;
 }

.section1 .banner__text p, .section1 .banner__title {
    color: #30434a;
    margin-bottom: 60px;
}


 .section1 #about {
        margin-top: 64px;
    }

.section1 .banner__title h1{
    font-size: 5rem;
    font-weight: 500;
}

.sectionAffiliate .row {
    display: flex;
    justify-content: space-around;
}

#aff-name {
    margin-top: 80px;
/*    font-size: 60px;*/
    font-size: 40px;
    color: #fff;
}

#aff-slogan {
    font-size: 40px;
    color: #fff;
}


#aff-name, #aff-slogan{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.11em;
    text-align: center;
}


.section {
    min-height: 400px;
}

.section2,
.section3,
.sectionContact {
    /*
        justify-content: space-around;
        width: 60%;
*/
}


#affiliateWhy{
    background: #fff;
    color: #30434a;
    min-height: 150px;
    padding-top: 30px;
}

#affiliateWhy .banner__text {
    max-width: 770px;
}

#affiliateWhy p{
    text-align: center; 
    color: #30434a;
}

#affiliateWhy .banner__title h1 {
    font-size: 5rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
}




@media (max-width: 991px) {
    .section1 .banner__title h1{
        font-size:3.75rem;
        line-height: 1.1666666667
    }
    
    #affiliateWhy .banner__title h1 {
        font-size:3.75rem;
        line-height: 1.1666666667;        
    }
   
}




@media (max-width: 767px){
    #aff-name, #aff-slogan {
        font-size: 28px;
    }    
    #aff-slogan{
        margin-top : 16px;
    }
    
    .banner {
        padding-top: 60px;
    }    
}



@media (max-width: 480px){
    .section1 .banner__title h1{
       font-size: 2.8125rem;
        line-height: 1.3333333333;
    }       
    .section1 #about {
        margin-top: 0px;
    }
    
    #iconContainer{
		padding-left: 8px;
	}
    
    #iconContainer .row{
		padding-left: 8px;
	}
    
    #affiliateWhy .row{
		padding-left: 8px;
	}
}


/* SECTION 1 - WHY GC PARTNERS */

.section1 {
    color: white;
    background-color: #dbf2d6;
    color: #30434a;
}

.section1 .container {
    display: flex;
    justify-content: center;
}

.section1 .row {
    justify-content: center;
}

.section1 p.icons-block__text{
    color: #30434a;
}

.section1 .banner__title__l1 {
    color: #30434a;
}


@media (min-width: 992px){
#iconContainer {
    max-width: 960px;
}
}
@media (min-width: 768px){
#iconContainer {
    max-width: 720px;
}
}
@media (min-width: 576px){
#iconContainer {
    max-width: 540px;
}
}
#iconContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}




.banner--content {}



/* SECTION 2 - BUY AND SELL */

.section2.section * {
    z-index: 0;
}

.section2 {
/*
    background-color: #dbf2d6;
    color: #30434a;
*/
    background-color: #30434a;
    color: #fff;
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section2 .title-text {
    color: #ff5365;
    width: 100%;
    font-size: 50px;
    font-weight: normal;
}

.section2 h2 {
    font-size: 50px;
    text-align: center;
    font-weight: normal;
}


.section2 .container {
    display: flex;
    padding: 80px;
}

.section2 .row {
    justify-content: center;
}




.section2 #buying-prop,
.section2 #selling-prop {
    /*        flex-grow: 3;*/
    width: 45%;
    align-content: flex-start;
}

.section2 #buy-sell p{
    text-align: center;
    max-width: 600px;
    line-height: 1.5;
}

.section2 #buying-prop,
.section2 #selling-prop,
.section2 #separator {
    justify-content: center;
}


#buying-prop p {
    width: 435px;
}
#selling-prop p {
    width: 360px;
}


.section2 #separator {
    /*        flex-grow: 1;*/


}

#sepContainer {
    width: 5px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section2 #separator-top {

    justify-content: center;
}

.section2 #separator-bottom {
    height: 150px;
    /*        justify-content:   center;*/

    position: relative;
    width: 2px;
    background-color: #fff;
    bottom: 0px;
    left: 50%;

}


.section2 .pad {
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 70px;
    display: flex;
    width: 100%;
}

#separator-top .icons-block__icon {
    max-height: 100px;
}


#buy-sell{
    padding:  20px 80px 20px 40px;
}




@media (max-width: 992px){
    
    .section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .section2 .pad {
        max-width: 540px;
        flex-wrap: wrap;
        padding-left: 0;
        
        padding-right: 0px;
        margin: auto;
    }
    .section2 #buying-prop, .section2 #selling-prop {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section2 #separator-bottom {
        height : 0;
    }    
    
    #buy-sell{
        padding: 0px;        
    }
    
    .section2 .row{
        margin: auto;
    }
    
    
}


@media (max-width: 860px) {
    .section2 .pad {
        max-width: 540px;
        flex-wrap: wrap;
        padding-left: 0px;
        
         padding-right: 0px;
        margin: auto;
    }

    .section2 #separator-top {
        padding-top: 80px;
    }

    .section2 #separator-bottom {
        height: 0px;
        justify-content: center;
        background-color: #30434a;
        align-content: space-around;
        top: 91px;
        bottom: 0px;
        left: 50%;
    }

    .section2 #buying-prop,
    .section2 #selling-prop {
        /*        flex-grow: 3;*/
        width: 100%;
    }
    

}


@media (max-width: 540px) {
    #buy-sell{        
/*        padding:  50px 50px 50px 40px;*/
    }
    #buying-prop p, #selling-prop p {
        width: 300px;
    }    
}

@media (max-width: 480px) {  
    #buying-prop p, #selling-prop p {
        width: 300px;
    }
    
    #sepContainer{
        padding-right: 110px;
    }
}



@media (min-width: 1200px) .section2 .pad {
    max-width: 1140px;
}

@media (min-width: 992px) .section2 .pad {
    max-width: 960px;
}

@media (min-width: 768px) .section2 .pad {
    max-width: 720px;
}

@media (min-width: 576px) .section2 .pad {
    max-width: 540px;
}


/* GENERIC SECTION 2*/

.section2general{
    background-color: #30434a;
    color: #fff;
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;

}

.section2general h1 {
    color: #ff5365;
    width: 100%;
    font-size: 50px;
    font-weight: normal;

    display: flex;
    justify-content: center;
    text-align: center;

}


.section2general .banner__text {
    max-width: 770px;
}
.section2general p {
    text-align: center;
}

.section2general .container.nopad-h{
    padding-left: 0px;
    padding-right: 0px;
}

.section2general .row-general{
    display: flex;
    justify-content: center;
    padding-right: 0px;
}

.section2general #buy-sell{
    padding: 0px;
}

@media (max-width: 1200px){
.section2general .banner__text {
    margin: 0 15px;
}
}


.section2general #general-points {
    flex-wrap: wrap;
}
.section2general #general-points div{    
    font-size: 1.3em;
    margin-right:  2.2em;    
    line-height: 1.5em;
}

.section2general #general-points div:first-child {
    margin-left:  2.2em;    
}


@media (max-width: 1094px){
  .section2general #general-points div:nth-child(2) {
    margin-left:  2.2em;    
}
  
}
@media (max-width: 1594px){
  .section2general #general-points div:nth-child(3) {
    margin-left:  2.2em;    
}
  
}


@media (max-width: 900px){
    .section2general #general-points div{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        font-size: 1em;
    }
    .section2general #general-points div:first-child, .section2general #general-points div:nth-child(2), .section2general #general-points div:nth-child(3) {
        margin-left:  0;    
    }
}
                
@media (max-width: 576px){
    .section2general #general-points div{
        margin:  auto;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;        
    }   
     .section2general #general-points div{
        margin-right:  0;
         width: 100%;
    }   
}

#general-last-point{
    font-size: 1.3em;
    padding-left: 54px;
    padding-right: 54px;
}

#general-last-point p {
    font-family: LL Circular Book,sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 2em;
    font-size: 1.3em;
}

@media (max-width: 900px){
    #general-last-point p {
        font-size: 1em;
    }
}
@media (max-width: 576px){
    #general-last-point{     
        padding-left: 26px;
        padding-right: 26px;
    }    
}





/* SECTION 3 - PROCCESS STEPS*/


.section3 {
    background-color: #fff;
    color: #30434a;
    padding-bottom: 30px;
}

.section3 .title-text {
    color: darkgray;
}

.section3 a.button {}

.section3 h2 {
    font-family: Dala-Floda-Roman-No2, serif;
    color: #30434a;

    display: flex;
    justify-content: center;
    font-size: 44px;
    margin-top: 0px;
    padding-top: 32px;
}


.section3 .step-list {
    display: flex;
/*    justify-content: space-evenly;*/
    justify-content: space-around;
    width: 88%;
    flex-wrap: wrap;
}

.section3 .cont {
    width: 90%;
    display: flex;
    justify-content: center;
}

.section3 p.small-text {
    font-size: 11px;
}




.stepContainer {
    height: 200px;
    width: 200px;
    position: relative;
    margin-right: 35px;
    margin-bottom: 24px;
}

.stepContainer .title-text {
    font-size: 140px;
    z-index: 11;
    position: absolute;
    left: -25px;
    top: 12px;
    border-right: white 2px solid;
    width: 60px;    
    font-feature-settings: 'lnum' on;
}



/* CONTACT SECTION */


.sectionContact {
    padding-bottom: 74px;
}

.sectionContact .row, .section3 .row {
    display: flex;
    justify-content: space-around;
}

.sectionContact p {
    color: white;
}

.sectionContact .title-text {
    color: #dbf2d6;
    font-size: 40px;
    font-weight: 100;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

    padding-left: 32px;
    padding-right: 32px;
}


#validation_message_1_15{
        font-size: 1.113em;
}
#gform_confirmation_message_1{
    color: #dbf2d6;
    text-align: center;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 24px;
}



@media only screen and (max-width: 641px) {

    #field_1_2,
    #field_1_7 {
        float: left;
    }

    #field_1_7 {
        margin-bottom: 32px;
    }
}


@media (max-width: 480px){
	.sectionContact .row{
		padding-left: 16px;
	}
	
	.gform_wrapper{
		max-width: 100%;
		width: 100%;
	}
	
	.gform_wrapper ul li.gfield {
		clear: both;
		width: 90%;
	}
}



/* container and general*/

@media (min-width: 1200px) .container {
    max-width: 1140px;
}

@media (min-width: 992px) .container {
    max-width: 960px;
}

@media (min-width: 768px) .container {
    max-width: 720px;
}

@media (min-width: 576px) .container {
    max-width: 540px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.btn,
.btn-editor,
.btn-editor--primary {
    padding: 21px 47px;
    font-family: LL Circular Book, sans-serif;
    font-size: .6875rem;
    line-height: 1.2727272727;
    font-weight: 500;
    letter-spacing: 1.27px;
    color: #30434a;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    background-color: #dbf2d6;
    transition: all .4s ease-in-out;
}

.btn-secondary {
    background-color: #30434a;
    color: #dbf2d6;
    position: relative;
    border-radius: 34px 0 34px 0;
}


.gcpartners-logo img {
    max-height: 60px;
}

.inner-bg {
    background-color: #dbf2d6;
    border-radius: 55%;
}

.inner-bg,
.inner-text {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;

}

.inner-text {
    margin-right: -12%;
    padding-top: 20%;
    padding-left: 25%;
    padding-right: 0%;
    z-index: 10;
    width: 75%;
}



#field_1_1,
#field_1_5 {
    float: left;
}

.gform_wrapper {
    min-width: 50%;
    max-width: 1100px;
}


svg#big-shape {
    position: absolute;
    z-index: -100;
    height: auto;
    visibility: hidden;
    width: 120%;
    top: -70px;
}


svg#big-shape-private {
    position: absolute;
    z-index: -100;
    top: -750px;
    right: -270px;
    width: 150%;
    height: auto;
    opacity: .2;
    visibility: hidden;
    height: 2700px;
}

@media (max-width: 610px) {
    svg#big-shape-private {
        top:-1170px;
        right: -110px
    }
}

#gform_submit_button_1 {
    border-radius: 34px 0 34px 0
}




/* hamburger nav menu */


/* [ON BIG SCREEN] */
/* Wrapper */
#page-nav {
  width: 100%;
/*  background: #000;*/
  /* If you want the navigation bar to stick on top
  position: sticky;
  top: 0;
  */
}

#fullnav-div{
        display: inherit;
    }

/* Hide Hamburger */
#page-nav-mobile label, #hamburger, #mobilenav-div {
  display: none;
}

/* Menu Items */
#page-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
}
#page-nav ul li {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
#page-nav ul li a {  
  text-decoration: none;
}

nav#page-nav-full {
	padding-right: 24px;
}

nav#page-nav-full ul{
    display: flex;
    flex-wrap: wrap;
}
nav#page-nav-full li{
    flex-grow: 1;
}

/* [ON SMALL SCREENS] */
@media screen and (max-width: 768px){    
    #fullnav-div{
        display: none;
    }
     #mobilenav-div{
        display: block;
    }
   
    .company-logo img{
        margin-left: 8px;
        max-width: 90px;
        margin-right: 24px;
    }
}



#siteFooter{
    min-height: 60px;
    color: white;
}

#siteFooter .row{
    justify-content: center;
}

#siteFooter a {
    text-decoration: none;
}


.locations.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.locations__location h3{
	font-size: 1.75rem;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	margin-top: 0;
}


.sectionContact .locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 88%;
    margin-top: 60px;
}

.sectionContact .locations a {
    position: relative;
    font-family: Dala-Floda-Roman-No2,serif;
    font-size: 1.75rem;
    line-height: 1.2142857143;
    color: #fff;
    text-decoration: none;
}

.sectionContact .locations a:hover {
    color: #dbf2d6;
}

.sectionContact .locations a:after {
    position: absolute;
    content: "\2022";
    top: 0;
    right: -40px;
}

.sectionContact .locations__location {
    margin-left: 10px;
    margin-right: 10px;
}

.sectionContact .locations__location:last-child a:after {
    content: ""
}

@media (max-width: 767px) {
    .sectionContact .locations a:after {
        display:none;
    }
}



@media (min-width: 576px){
.locations.container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.locations.container {
    max-width: 720px;
}
}
@media (min-width: 992px){
.locations.container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.locations.container {
    max-width: 1140px;
}
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #464646;
  padding-left: 20px;
  font-family: LL Circular Book,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 5vw;
  text-shadow: 0 0 5px #141414;
  color:#fff;
  text-align: center;
 /*  width:100%; */
  padding-left: 100px;
  padding-right: 100px;
}

.imagediv {
    padding:0;
    margin:0;
    display:inline-block;
    background-color:#ffffff;
    position: relative;
    width: 100%;
}

#sloganContainer {
/*    max-width: 1024px;*/
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 30%;
/*    font-family: LL Circular Book,sans-serif; */
	font-family: lato,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 2.5vw;
    /* text-shadow: 0 0 5px #141414; */
    color: #fff;

}

#slogan-top{
	font-family: lato,sans-serif;
}
#slogan-bot{
    font-size: 2.0vw;
	font-family: lato,sans-serif;
}


@media (max-width:900px){
}

 @media (max-width:480px){
    .centered {
        padding-left:48px;
        padding-right: 48px;
    }
    #sloganContainer{
        font-size: 4.5vw;
    }
    #slogan-bot{
        font-size: 4.5vw;
    }
 #sloganContainer{
/*        max-width:600px;*/
        top: 0%;
    }

}

