@font-face {
    font-family: 'league_spartanblack';
    src: url('../fonts/leaguespartan-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

html, body {
        margin: 0px;
        padding: 0px;
        height: 100%;
        background-color: #3d0100;
    }
    
    body {
        width: 100%; 
        position: relative;
		overflow-x: hidden;
		
    }
    
    a {
        text-decoration: none;
        color: #fff;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    h1, h2, h3, h4 {
        font-family: "open_sansextrabold", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        text-transform: uppercase; 
    }
    
    #cta-container {
        height: 100%;
        width: 100%;
        background: no-repeat center url("../images/background.jpg");
        background-position: bottom;
        background-size: cover;
    }
    
    #headshots {
        width: 100%;
        height: 90%;
        position: absolute;
        bottom: 0;
        background: no-repeat bottom right url("../images/stover-nicely-low.png");
        background-size: contain;
        opacity: 100%;
        transition: opacity 0.75s ease;
    }
    
    .enlarge {
        font-size: 1.09em;
    }
    
    .sell-enlarge {
        font-size: 1.18em;
    }
    
    #cta-column {
        background-size: contain; 
        width: 600px;
        position: absolute;
        top: 50%;
        left: 28%;
        transform: translate(-50%, -50%);
        opacity: 100%;
        transition: opacity 0.5s ease;
        text-align: left;
		z-index: 999;
    }
    
    #cta-column h1 {
        font-family: "open_sansextrabold", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 5.45em;
        line-height: 1em;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase; 
        margin-top: 120px;
    }
    
    #cta-column p {
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 1.5em;
        color: #fff;
        text-align: justify;
        line-height: 1.5em;
        letter-spacing: .05em;
    }
    
    #logo {
        width: 100%;
        height: 100px;
        background: no-repeat center center url("../images/logo.png");
        background-size: contain; 
        margin: 0px 0px 0px 0px;
    }
    
    #cta-button {
        width: 220px;
        height: 75px;
        background-color: #fff;
        color: #3d0100;
	    display:inline-block;
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 1.125em;
        text-align: center;
        line-height: 75px;
        text-transform: uppercase;
        margin-top: 25px;
        cursor: pointer;
    }
    
    #cta-button:hover {
        opacity: 93%;
    }
    
    #play-video {
        color: #fff;
        margin-left: 15px;
    
    }
    
    #play-video p {
        font-size: 1.125em;
        color: #fff;
        text-align: justify;
        letter-spacing: .05em;
        display: inline;
        text-transform: uppercase;
        margin-left: 5px;
        cursor: pointer;
    }
    
    #play-video p:hover {
        text-decoration: underline;
    }
    
    #fb-reviews-container {
        min-height: 200px;
        background-color: #210302;
        font-style: italic;
    }
    
    .five-star-image {
        width: 100%;
        height: 30px;
        background: no-repeat center url("../images/five-star.png");
        background-size: contain;
    }
    
    .five-star-image-large {
        width: 100%;
        height: 35px;
        background: no-repeat left url("../images/five-star.png");
        background-size: contain;
    }
    
    .fb-review-content {
        width: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        position: relative;
    }
    
    .fb-review-content p {
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        color: #fff;
        text-align: center;
        line-height: 1.95em;
        margin-top: 25px;
        margin-right: 35px; 
        margin-left: 35px;
        
    }
    
    #success-story {
        min-height: 700px;
        width: 100%;
        clear: both;
        background-color: #E2E2E2;
    }
    
    .success-story-wrap {
        width: 65%;
        margin: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .success-story-wrap h1 {
        color: #210302;
        font-size: 3em;
        text-align: center;
        padding-top: 35px;
    }
    
    .success-story-wrap p {
        color: #464646;
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 1.25em; 
        text-align: left;
        margin-bottom: 100px;
    }
    
    .success-story-arrow {
        width: 100px;
        height: 100px;
        background-color: #E2E2E2;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 9;
        position: absolute;
        bottom: -10%;
    }
    
    #story-one, #story-two, #story-three, #story-four {
        background-color: #721918;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        position: relative;
        justify-content: center;
    }
    
    #story-one h2, #story-two h2, #story-three h2, #story-four h2 {
        margin: 0px;
        padding-left: 25px;
        color: #fff;
    }
    
    .col-one {
        width: 60%;
        background-color: #721918;
    }
    
    .col-two {
        width: 40%;
        background-color: #400504;
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }
    
    .col-one-title {
        background-color: #400504;
        min-height: 75px;
        text-align: center;
        display: flex; 
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .col-one-title h2 {
        padding-right: 15px;
        font-size: 2em;
        letter-spacing: .05em;
        line-height: 1em;
        margin-bottom: 0px;
    }
    
    .col-one-description {
        height: auto;
        background-color: #721918;
    }
    
    .col-one-description p {
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 1.25em;
        color: #fff;
        text-align: justify;
        line-height: 1.75em;
        padding: 15px 50px 15px 50px;
    }
    
    #story-one-feature-image {
        background: no-repeat center url("../images/success/oak-1.jpeg");
        background-size: cover;
        width: 100%;
        height: 500px;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
    }
    
    #story-two-feature-image {
        background: no-repeat center url("../images/success/otter-1.jpeg");
        background-size: cover;
        width: 100%;
        height: 500px;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
    }
	
	#story-three-feature-image {
        background: no-repeat center url("../images/success/w-ruritan-1.jpeg");
        background-size: cover;
        width: 100%;
        height: 500px;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
    }
	
	#story-four-feature-image {
        background: no-repeat center url("../images/success/blue-view-1.jpeg");
        background-size: cover;
        width: 100%;
        height: 500px;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
    }
    
    #story-one-feature-image h3, #story-three-feature-image h3 {
        color: #fff;
        font-size: 2.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
        margin: 0px; 
        padding: 0px 15px 15px 0px;
        letter-spacing: .125em;
        display: block;
        width: 100%;
        /* background: rgba(64, 5, 4, 0.55) */
        }
        
        #story-two-feature-image h3, #story-four-feature-image h3 {
        color: #fff;
        font-size: 2.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        position: absolute;
        bottom: 0;
        text-align: left;
        margin: 0px; 
        padding: 0px 15px 15px 15px;
        letter-spacing: .125em;
        display: block;
        width: 100%;
        /* background: rgba(64, 5, 4, 0.55) */
        }
        
        #story-one-feature-image p, #story-three-feature-image p {
        color: #fff;
        font-size: 1.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        position: absolute;
        bottom: 10%;
        right: 0;
        text-align: right;
        margin: 0px; 
        padding: 0px 15px 15px 0px;
        letter-spacing: .125em;
        display: block;
        width: 100%;
        /* background: rgba(64, 5, 4, 0.55) */
        }
        
        #story-two-feature-image p, #story-four-feature-image p {
        color: #fff;
        font-size: 1.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        position: absolute;
        bottom: 10%;
        text-align: left;
        margin: 0px; 
        padding: 0px 15px 15px 15px;
        letter-spacing: .125em;
        display: block;
        width: 100%;
        /* background: rgba(64, 5, 4, 0.55) */
        }
        
    #col-two-img-two p, #col-two-img-two-storythree p {
        color: #fff;
        font-size: 1.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        position: absolute;
        bottom: 0%;
        right: 0;
        text-align: right;
        margin: 0px; 
        padding: 0px 15px 15px 0px;
        letter-spacing: .125em;
        display: block;
        width: 100%;
        }
        
    #col-two-img-four p, #col-two-img-four-storyfour p {
        color: #fff;
        font-size: 1.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        position: absolute;
        bottom: 0%;
        text-align: left;
        margin: 0px; 
        padding: 0px 15px 15px 15px;
        letter-spacing: .125em;
        display: block;
        width: 100%;
        }
    
    #col-two-img-one {
        background: no-repeat center url("../images/success/oak-2.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    #col-two-img-two {
        background: no-repeat center url("../images/success/oak-3.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
        flex-grow: 1;
    }
	
	
    
    #col-two-img-three {
        background: no-repeat center url("../images/success/otter-2.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    #col-two-img-four {
        background: no-repeat center url("../images/success/otter-3.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
        flex-grow: 1;
    }
	

    #col-two-img-one-storythree {
        background: no-repeat center url("../images/success/w-ruritan-2.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    #col-two-img-two-storythree {
        background: no-repeat center url("../images/success/w-ruritan-3.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
        flex-grow: 1;
    }
	

    #col-two-img-three-storyfour {
        background: no-repeat center url("../images/success/blue-view-2.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    #col-two-img-four-storyfour {
        background: no-repeat center url("../images/success/blue-view-3.jpeg");
        background-size: cover;
        width: 100%;
        position: relative;
        box-shadow: inset 0em -4.5em 3em rgba(0, 0, 0, .6);
        overflow: hidden;
        flex-grow: 1;
    }
    
    
    .corner-ribbon{
        width: 200px;
        font-family: "open_sansextrabold", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        background: #721918;
        position: absolute;
        top: 25px;
        left: -50px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
        color: #f0f0f0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        text-transform: uppercase;
    }
    
    .corner-ribbon-right {
        width: 200px;
        font-family: "open_sansextrabold", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        background: #721918;
        position: absolute;
        top: 25px;
        right: -50px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
        color: #f0f0f0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        text-transform: uppercase;
    }
    
    .review-spacer-wrapper {
        margin-right: 10%;
        margin-left: 10%;
    }
    
    .review-spacer {
        background-color: #210302;
        min-height: 400px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .review-spacer p {
        color: #fff;
        font-size: 1.25em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        line-height: 1.5em;
    }
    
    .review-author-right {
        text-align: right;
        margin-right: 50px;
    }
    
    #story-three {
        width: 100%;
        min-height: 400px;
        display: flex;
        align-items: stretch;
    }
    
    #story-three-col-one {
        background: no-repeat center url("../images/success/story-three.jpg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    #story-three-col-two {
        background: no-repeat center url("../images/success/story-four.jpg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    #story-three-col-three {
        background: no-repeat center url("../images/success/story-five.jpg");
        background-size: cover;
        width: 100%;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
    }
    
    .kicker {
        clear: both; 
        display: inline-block;
    }
    
    #arrow-div {
        background-color: #210302;
        height: 50px;
        display: flex;
        justify-content: center;
    }
    
    .contact-arrow {
        width: 0px;
        height: 0px;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 50px solid #E2E2E2;
    }
	
	.red-arrow {
		width: 0px;
        height: 0px;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 50px solid #721918;
		margin: auto;
	}
	
	.dark-red-arrow {
		width: 0px;
        height: 0px;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 50px solid #210302;
		margin: auto;
	}
    
    #footer {
        min-height: 550px;
        background-color: #210302;
        width: auto;
        text-align: left; 
        color: #fff;
    }
    
    #footer-wrap {
        width: 65%;
        display: flex;
        margin: auto;
    }
    
    #footer-contact-info {
        width: 650px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
		transition: all 1s ease;
		margin: auto;
    }
    
    #footer-contact-info img {
        width: 100%;
    }
    
    #footer-contact {
        margin: 0px auto 0px auto;
        display: flex;
        flex-direction: column;
        width: 100%;
		padding-left: 50px;
    }
    
    #footer-contact-info p {
        color: #fff;
        font-size: 1em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        line-height: 1.25em;
        padding-top: 15px;
    }
    
    #copyright p {
        color: #fff;
        font-size: .8em; 
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        line-height: 1.25em;
        padding-top: 15px;
        text-transform: uppercase;
        margin-top: 0px;
    }
    
    #footer-contact input {
        padding: 20px 2% 20px 2%;
        margin-bottom: 20px;
        width: 100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
     	-webkit-appearance: none;
    }
    
    #bottom-form-submit {
        width: 500px;
        margin: 15px auto;
    }
    
    #bottom-form-submit input {
        background-color: #801c1b;
        color: #fff;
        border: none;
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: pointer;
		-webkit-appearance: none;
    }
    
    #bottom-form-submit input:hover {
        background-color: #a72d2c;
    }
    
    #footer-contact textarea {
        resize: vertical;
        padding: 10px 2% 10px 2%;
        width: 96%;
    }
    
    #footer-contact fieldset {
        border: none!important;
        width: 100%!important;
        padding: 0px!important;
        margin: 0px!important;
    }
    
    #copyright {
        background-color: #3d0100;
        min-height: 50px;
		position: relative;
		z-index: 999;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		align-items: center;
    }
	
	#copyright img {
		height: 25px;
		width: auto;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	#overscroll {
	background-color: #000;
	position: absolute;
	height: 300px;
	width: 100%;
	bottom: -300px;
	z-index: 25;
	;
	
}
    
    #cta-container, #fb-reviews-container, #footer, #copyright {
        z-index: 99;
        position: relative;
    }
    
    #floating-contact {
        height: 80px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #210302;
        z-index: 10;
        display: flex;
        align-content: center;
        justify-content: space-between;
    }
    
    #floating-contact-phone {
        margin-left: 2%;
        position: relative;
        display: flex;
    }
    
    #floating-contact p {
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 1em; 
        color: #fff;
        position: relative;
        line-height: 80px;
        margin: 0px;
    }
    
    #floating-contact-image {
        background: url(../images/phone-icon.png) center center no-repeat;
        background-size: 32px 32px;
        width: 32px;
        height: 80px;
        position: relative;
        margin-right: 10px;
    }
	
	#floating-contact-button-wrapper {
		margin-right: 2%;
	}
    
    #floating-contact-button {
        width: 200px;
        height: 60px;
        background-color: #801c1b;
        margin-top: 10px;
        cursor: pointer;
		display: block;
		position: relative;
    }
    
    #floating-contact-button:hover {
        background-color: #a72d2c;

    }
    
    #floating-contact-button p {
        font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 1em; 
        color: #fff;
        text-align: center;
        margin: 0px;
        padding: 0px;
        line-height: 60px;
        text-transform: uppercase;
    }
	
	.js-hidden {
		display: none!important;
	}
	
	#sendmessage {
		display:none;
		text-align:center;
		opacity: 0%;
	}
	
	#sendmessage h2 {
        background-color: #66a542;
        color: #184810;
        padding: 20px;
        margin-bottom: 30px;
        font-size: 1em;
        border-radius: 10px;
        border: 1px solid #184810;
	}

	#sendmessage.show,.show  {
		display:block;
		opacity: 100%;
		transition: all 1s ease;
	}
	
	#sendmessage h4{color:#fff;padding:80px 0 0;}
    
    .mobile, .ipad-phone, .phone {
        display: none;
    }
    
    .highlight {
        background-color: #DF9C0F;
        color: #000;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    strong {
        font-family: "open_sansextrabold", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-weight: bold;
    }
	
	#arrow-shadow {
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 1em;
        box-sizing: border-box;
        background: #E2E2E2;
        box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.25);
		z-index: 4;
}
	#arrow-shadow::after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -80px;
        left: 50%;
		margin-left: -40px;
        box-sizing: border-box;

        border: 40px solid black;
        border-color: transparent transparent #E2E2E2 #E2E2E2;

        transform-origin: 0 0;
        transform: rotate(-45deg);

        box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.25);
  }
    
    
/* MODAL CODE */ 

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content input {
    width: 90%;
    padding: 15px 5% 15px 5%;
    margin-bottom: 15px;
	-webkit-appearance: none;
}

label {
    font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1em; 
    padding-top: 15px;
}

textarea {
    width: 90%;
    min-height: 100px;
    font-family: "open_sansregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: .9em; 
    padding: 15px 5% 15px 5%;
}

#form-submit {
    width: 100%;
    background-color: #721918;
    color: #fff;
    border: 0px; 
    margin-top: 10px;
    cursor: pointer;
}

#form-submit:hover {
    background-color: #801c1b;
}

#form-submit-button input {
    width: 100%;
    background-color: #721918;
    color: #fff;
    border: 0px; 
    margin-top: 10px;
    cursor: pointer;
}

#form-submit-button input:hover {
    background-color: #801c1b;
}





/* CORNER RIBBONS */





    @media only screen and (max-width: 1220px) {
        
        #footer-wrap {
            width: 95%;
        }
        
        #cta-column {
            left: 22%;
            width: 500px;
        }
        
        #cta-column h1 {
            font-size: 4.5em;
            margin-top: 80px;
        }
        
        #cta-column p {
            font-size: 1.25em;
        }
        
        #logo {
            height: 90px;
        }
        
    }
    
    @media only screen and (max-width: 1150px) {
        
        
    }
    @media only screen and (max-width: 1050px) {
        
        .mobile, .ipad-phone {
            display: block;
        }
        
        .desktop {
            display: none;
        }
        
        #footer-wrap {
            width: 95%;
        }
        
        #logo {
            width: 95%;
            height: 70px;
            position: relative;
            top: 35px;
            left: 0;
            background-position: left;
            margin-left: 5%;
        }
		
		#cta-container {
			display: flex;
			flex-direction: row;
			align-content: flex-end;
		}
		
        #headshots {
            height: 100%;
			position: relative;
        }
		
        #cta-column {
            width: 100%;
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            height: 100%;
        }
        
        #cta-column h1 {
            text-align: center;
            margin-top: 110px;
            margin-bottom: 30px;
        }
        
        #cta-column p {
            margin-right: 10%;
            margin-left: 10%;
        }
        
        #play-video {
            width: 170px;
        }
        
        #mobile-position {
            position: absolute;
            bottom: 1%;
            height: 120px;
            width: 100%;
            text-align: center;
        }
        
        .form-group {
            width: 100%;
        }
        
    }
	
	@media only screen and (max-width: 1050px) 
					   and (orientation: landscape) {
	
		#cta-column {
			width: 80%;
		}
		
		#cta-column h1 {
			display: block;
			text-align: left;
			font-size: 4.25em;
			margin-top: 30%;
			width: 125%;
			margin-left: 10%;
		}
		
		#cta-column p {
			margin: 0px 0px 0px 10%;
		}
		
		#logo {
			width: 100%;
			height: 90px;
			top: 50px;
			background-position: center;
			margin-left: 10%;
		}
		
		#cta-button {
			margin-left: 10%;
			margin-top: 30px;
		}
		
		#play-video p {
			display: none;
			
		}
	
	}
    
    @media only screen and (max-width: 850px) {
        
        #cta-container, #fb-reviews-container {
			z-index: 2
		}
		
		#cta-column {
			display: flex;
			flex-direction: column;
			height: 100%;
			width: 85%;
			top: 0;
			margin: auto;
			justify-content: space-evenly;
			
		}
		
		#container {
            width: 80%;
            height: 100%;
            margin: 0 10% 0 10%;
            background: transparent;
        }
		
		#logo {
			margin-left: 0px;
			width: 100%;
			background-position: center;
			height: 90px;
			top: 0px;
			
		}
		
		#cta-button, #play-video {
			display: none;
		}
		
		#headshots {
			display: none;
		}
        
        .phone {
            display: block;
        }
        
        .ipad-phone {
            display: none;
        }
        
        #story-one, #story-two, #story-three, #story-four {
            flex-direction: column;
        }
        
        #headshots {
            opacity: 0%;
        }
        
        .col-one, .col-two {
            width: 100%;
        }
        
        .success-story-wrap {
            width: 80%;
        }
        
        .success-story-wrap h1 {
            font-size: 2.5em;
            padding-top: 65px;
            line-height: 1.125em;
        }
        
        #footer-wrap {
            width: 95%;
            flex-direction: column;
            align-content: center;
        }
        
        #footer-contact {
            margin: 0px;
			padding: 0px 0px 30px 0px;
        }
        
        #footer-contact fieldset {
            padding: 0px!important;
        }
        
        #footer-contact-info {
            width: 65%;
            margin: 30px auto 30px auto;
        }
		
		#footer-contact-info p {
			text-align: center;
		}
		
		#copyright {
			flex-direction: column;
		}
        
        #copyright p {
            margin: 0px;
			text-align: center;
			order: 1;
			margin-bottom: 15px;
        }
		
		#copyright img {
			order: 2;
			margin-bottom: 15px;
			
		}
    }
	

    
    @media only screen and (max-width: 575px) {
        
		#cta-column {
			width: 90%;
		}
		
        #cta-column h1 {
			font-size: 2.75em;
			margin: 0px;
		}
		
		#cta-column p {
			margin: 0px;
			font-size: 1em;
		}
		
		#logo {
			height: 75px;
		}
		
		.fb--review-content p {
            font-size: .9em;
            line-height: 1.5em;
        }
        
        #play-video {
            display: none;
        }
        
         #story-one-feature-image, #story-two-feature-image, #story-three-feature-image, #story-four-feature-image {
            height: 300px;
        }
        
        #story-one-feature-image p, #story-two-feature-image p, #story-three-feature-image p, #story-four-feature-image p {
            font-size: .9em;
        }
        
        #story-one-feature-image h3, #story-two-feature-image h3, #story-three-feature-image h3, #story-four-feature-image h3 {
            font-size: 1.25em;
            padding-bottom: 10px;
        }
        
        .col-one-title h2 {
            font-size: 1.35em;
            padding: 0px 15px 0px 15px!important;
            text-align: left;
        }
        
        .col-one-description p {
            padding: 10px 20px 10px 20px;
            font-size: 1em;
        }
        
        .success-story-arrow {
            display: none;
        }
        
        .five-star-image-large {
            background-position: center;
			margin-top: 30px;
        }
		
		.review-spacer p, .review-author-right {
			font-size: 1em;
			text-align: center;
			margin: 40px 0px;
		}
		
		.success-story-wrap h1 {
			font-size: 2em;
			padding-top: 25px;
		}
		
		.success-story-wrap p {
			margin-bottom: 50px;
		}
		
		#floating-contact-button {
			width: 150px;
		}
		
		#floating-contact-image {
			background-size: 20px 20px;
			width: 20px;
		}
		
		#floating-contact p {
			font-size: .9em;
		}
		
		.modal-content {
			padding: 2%;
			width: 96%;
		}
		
		.modal {
			padding-top: 20px;
		}
    
    }
      