/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Merriweather', serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

body { }

body.home { 
}

body.portfolio,
body.folio_web,
body.folio_print,
body.folio_illustration {
    background:fixed url(../images/site/tile1-large.jpg) no-repeat center top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

body.the-humans,
body.freedom-wall { 
    background:fixed url(../images/site/tile2-large.jpg) no-repeat center top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

body.freedom-wall #container {
    background: transparent !important;
}

body.freedom-wall .content {
    background: none;
}

body.freedom-wall { 
    background:fixed url(../images/site/tile3-large.jpg) no-repeat center top !important;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
}

body.freedom-wall #sitefooter {
    background: transparent;
}

body.get-in-touch { 
    background:fixed url(../images/site/tile4-large.jpg) no-repeat center top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#statement {
	color:#fff;
    left:0;
    position:absolute;
    top:200px;
    width:100%;
    height:400px;
    padding:20px;
    z-index: 110;
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'Tangerine', serif;  */  
	
}
#statement div.intro-first{
    float:left;
    position:relative;
    font-weight: normal;
    height:100px;
    display:block;
    font-size:32px;
    text-transform: uppercase; 
    letter-spacing: 1px;
    
}

#statement div.slide{
    float:center;
    position:absolute;
    top:100px;
    width:60%;
    font-weight: normal;
    height:100px;
    display:block;
    font-size:32px;
    text-transform: uppercase; 
    letter-spacing: 1px;
    
}

#statement div.intro-last{
    position:relative;
	top:250px;
	float:Right;
    height:100px;
    font-weight: normal;
    display:block;
    font-size:32px;
    text-transform: uppercase; 
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, button { font-family: 'Montserrat', sans-serif; font-weight: bold }

.wrap {
    max-width: 1240px;
    margin:0 auto;
}

#siteheader {
    position:absolute;
    left:0;
    top:80px;
    width:100%;
    padding:20px;
    z-index: 10;
}

#siteheader.fixedhdr {
    position:fixed;
    top:0;
    left:0;
    z-index: 10;
    background:rgba(34,79,195,.9); /* dark blue #224FC3*/
    -webkit-transition: all 0.30s linear;
    -moz-transition: all 0.30s linear;
    -o-transition: all 0.30s linear;
    transition: all 0.30s linear;
}

    #logo {
        color:#fff;
        background:url(../images/site/Logo.png) no-repeat center top;
        background-size: contain;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        position:absolute;
        left:50%;
        margin:-50px 0 0 -100px;
        width:200px;
        height:168px;
        text-align: center;
        top:0;
        outline: none;
        -webkit-transition: top .3s ease;
        -moz-transition: top .3s ease;
        -o-transition: top .3s ease;
        -ms-transition: top .3s ease;
        transition: top .3s ease;
    }
    .fixedhdr #logo {
        padding-top:5px;
        top:-10px;
        width:210px;
/*        margin:0 0 0 0;*/
/*        border:1px solid #1b1b1b;
        border-bottom-color: #282828;*/
        border-top:0;
/*        
        box-shadow: 0 3px 1px 0 rgba(0,0,0,0.4);
        -moz-box-shadow: 0 3px 1px 0 rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,0.4);
*/
    }
    .fixedht #logo:hover { top:0; }

        #logo em { 
            display:block;
            -webkit-transition: all 3s ease;
            -moz-transition: all 3s ease;
            -o-transition: all 3s ease;
            -ms-transition: all 3s ease;
            transition: all 3s ease infinite; 
        }
        #logo em:before {
            font-size:136px;
        }

        #logo:hover em {
            color: rgba(46,171,165,0.3);
        }

        #logo strong {
            display:block;
            font-size: 24px;
            margin-top:-5px;
        }

        .fixedhdr #logo strong { display:none; }

        #logo span {
            font-weight: normal;
            display:block;
            font-size:11px;
            text-transform: uppercase;
            font-family: 'Merriweather', serif;
            letter-spacing: 1px;
        }

    nav {  }

        nav ul {
            list-style: none;
            margin:0;
            padding:0;
            font-size: 0;
            text-align: center;
        }

            nav li {
                display:inline-block;
                width:13.44086021505376%;
                text-align: center;
            }

            nav li.nav-services { margin-right:100px; }
            nav li.nav-about { margin-left:100px; }
            
                nav li a {
                    display:block;
                    color:#fff;
                    text-decoration: none;
                    outline:none;
                }

                    nav li strong {
                        display:block;
                        font-family: 'Montserrat', sans-serif;
                        font-size:15px;
                        text-transform: uppercase;
                        font-weight:700;
                        letter-spacing: 1px;
                        line-height: 15px;
                    }

                        nav li strong::after {
                            content:"";
                            display:block;
                            width:25px;
                            margin:8px auto 6px;
                            height:1px;
                            background:#fff;
                            -webkit-transition: all .6s ease;
                            -moz-transition: all .6s ease;
                            -o-transition: all .6s ease;
                            -ms-transition: all .6s ease;
                            transition: all .6s ease;
                        }

                        nav li a:hover strong::after {
                            content:"";
                            display:block;
                            width:50%;
                            margin:8px auto 6px;
                            height:1px;
                            background:#2EABA5;
                        }

                    nav li em {
                        color:#999;
                        font-size: 12px;
                    }

    .menutrigger,
    .connectwithus,
    .connectsocial { display:none; }

.home #main-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    z-index: -1;
}

#heroshot { color:#fff; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1); }
.home #heroshot { opacity: 0; width: 100%; height: 100vh; }

    #heroshot .wrap { position:relative; }
    .home #heroshot .wrap.shfh { height:740px !important; }
    body.portfolio #heroshot .wrap,
    body.folio_web #heroshot .wrap,
    body.folio_print #heroshot .wrap,
    body.folio_illustration #heroshot .wrap,
    body.freedom-wall #heroshot .wrap { height:250px; }
    body.the-humans #heroshot .wrap,
    body.get-in-touch #heroshot .wrap { height:560px; }

    .os-animation {
        opacity: 0;
    }
     
    .os-animation.animated {
        opacity: 1;
    }

    .obj-animation-duration {
        animation-duration: 0.7s;
        -webkit-animation-duration: 0.7s;
    }

    .intro {
        text-align: center;
        width:800px;
        position:absolute;
        left:50%;
        margin:0 0 0 -400px;
        top:50%;
    }

        .intro h2 {
            font-size: 70px;
            line-height: normal;
            margin:0 0 25px;
        }

        .intro p {
            color:#ccc;
            font-size:20px;
            line-height: 32px;
            margin:0 0 40px;
        }

        .intro em {
            text-transform: uppercase;
            display:block;
        }

            .intro a {
                font-family: 'Montserrat', sans-serif;
                font-size: 15px;
                display:inline-block;
                border:1px solid #fff;
                padding:18px 0;
                text-decoration: none;
                width:260px;
                color:#fff;
                margin:0 10px;
                font-style: normal;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -o-transition: all .6s ease;
                -ms-transition: all .6s ease;
                transition: all .6s ease;
            }

            .intro a:hover {
                border-color:#fff;
                background:#fff;
                color:#000;
            }

    .scrolldown {
        color:#fff;
	    position:absolute;
        bottom:50px;
        width:100px;
        left:50%;
        margin-left:-50px;
        text-align: center;
    }

        .scrolldown em {
            font-size:50px;
        }

        .scrolldown span {
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            display:block;
            margin:15px 0;
        }

        .scrolldown .icon-bbh-arrow-down {
            font-size:32px;
            position: absolute;
            top: 40px;
            left: 35px;
        }        

    .pageheader { 
        font-family: 'Montserrat', sans-serif; 
        text-align: center;
        position:absolute;
        bottom:90px;
        left:50%;
        width:600px;
        margin-left:-300px;
    }

        .pageheader h2 {
            font-size:15px;
            letter-spacing: 3px;
            margin:0 0 15px;
            text-transform: uppercase;
        }

        .pageheader h2:after {
            content: "";
            border-style: solid;
            border-color: #2EABA5;
            border-width: 1px 0px 0px;
            display: block;
            width: 40px;
            bottom: 0px;
            margin: 20px auto;
        }

        .pageheader p {
            font-size:64px;
            line-height: 66px;
            font-weight: bold;
            width:580px;
            margin:0 auto;
            letter-spacing: -3px;
        }

#container {}

#blogpage { border-top:260px solid #000; }

.content { background:#fff; }

.content h3 {
    text-align: center;
    font-size: 57px;
    margin: 0 0 10px;
    letter-spacing: -2px
}

.content p {
    font-size:15px;
    text-align: center;
    margin:0 auto;
    max-width:700px;
    line-height: 25px;
/*    color:#fff; */
}

.view-more-work {
    background: #EFEFEF;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    display: block;
    padding: 35px 0px 32px;
}

    .view-more-work span {
        font-family: "Montserrat",sans-serif;
        color:#2A2B2F;
        vertical-align: middle;
        display: inline-block;
        transition: color 0.5s ease;
    }

    .view-more-work span:after {
        content: '\e60b';
        font-family: 'icomoon';
        font-size: 35px;
        display: inline-block;
        line-height: 0;
        vertical-align: middle;
    }

    .view-more-work span:hover  {
        color: #2EABA5;
    }

#ourworks,
#ourmedia
#ourservices
 {
    text-align: center;
}

    #ourworks header,
    #ourmedia header,
    #ourservices header {
        background-color: #fff;
    }


    #ourmedia header h3,
    #ourservices header h3 {
		font-family: 'Tangerine', serif;
		color:purple;
		font-size: 36px;
		text-align: center;
		text-shadow: 4px 4px 4px #aaa;
        padding: 50px 0;
    }
    #ourworks header h3 {
        font-family: 'Tangerine', serif;
        color:purple;
        font-size: 50px;
        text-decoration: underline;
        text-align: center;
        text-shadow: 4px 4px 4px #aaa;
        padding: 30px 0;
    }

    #ourworks header p,
    #ourmedia header p,
    #ourservices header p {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: bold;
        margin:0 auto;
        line-height: 44px;
        letter-spacing: -3px;
        color:#333;
        padding:0 20px 40px;
    }

    #ourworks header p { max-width: 900px; }
    #ourmedia header p,
    #ourservices header p { max-width: 1180px }

    #ourmedia footer p,
    #ourservices footer p { max-width: 1400px }

	#ourmedia ul,
    #ourservices ul {
        border-top:1px solid #d8d8d8;
        border-bottom:1px solid #d8d8d8;
        list-style: none;
        margin:0;
        padding:0;
        /*display: flex;*/
        display:inline-block;        
        justify-content: center;
        align-items: center;
    }
/* change for nationals 	*/
/* When awards are included */
	#ourmedia li {
	    width:50%;
	    height:500px;
	    float:left;
	    color:#ffffff;
	}


/* change for nationals */
/* Only the video
	#ourmedia li {
	    width:100%;
	    height:550px;
	    float:left;
	    color:#ffffff;
	}
*/
	#ourservices li {
	    width:50%;
	    height:400px;
	    float:left;
	    color:#ffffff;
	}

	#ourmedia li:nth-child(1) {
		border-right:1px solid #d8d8d8;
	}

	#ourmedia li:nth-child(2) {
	
/*		background: url(../images/site/award_2016.jpeg) no-repeat; */
		background: url(../images/site/SBE_award.jpg) center no-repeat; 
/*		background-size: 75% fixed;
    	background-repeat: no-repeat;
*/		
	}

	#ourmedia li:nth-child(2) div img {
		vertical-align:bottom;
		float:left;		
	}


	#ourservices li:nth-child(1) {
		border-right:1px solid #d8d8d8;
		background: url(../images/site/stretch7.png) no-repeat;
		background-size: 100% 75%;
		background-height: 200px;
	}

	#ourservices li:nth-child(2) {
		background: url(../images/site/upperLevelStretch.png) no-repeat;
/*	
		background: url(../images/site/athlete_dev1.png) no-repeat;

		background-size: contain;
*/
		background-size: 100% 75%;
	}

    #ourmedia li div,
    #ourservices li div {
        width:90%;
        margin:0 auto;
        resize:both;
    }

    #ourmedia li div em,
    #ourservices li div em {
        font-size:210px;
        color:#ffffff;
    }

    #ourmedia li div h4,
    #ourservices li div h4 {
        font-size: 40px;
        line-height: 44px;
        margin:10px 0 20px;
        color:#ffffff;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    #ourmedia footer p {
        font-size: 18px;
        line-height: 26px;
        margin:1.5em;
        color:#333; 
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }


    #ourmedia div p{
        font-size: 18px;
        line-height: 26px;
        margin:0;
        color:#333; 
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    #ourmedia li div p,
    #ourservices li div p {
        font-size: 18px;
        line-height: 26px;
        padding:50% 3.02326%;
        margin:0;
        color:#333; 
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }


    #ourmedia a,
    #ourservices a {
        text-decoration: none;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        color:#363636;
        display:block;
        padding:40px 20px 34px;
        font-weight: bold;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
        transition: all .6s ease;
    }

	#ourmedia a:hover,
    #ourservices a:hover { background:#D8D8D8; color:#000; }

    #ourmedia a em,
    #ourservices a em {
        font-size: 38px;
        display:inline-block;
        vertical-align: middle;
        font-weight: bold;
    }

    #ourworks ul {
        list-style: none;
        margin:0;
        padding:0;
        /* will dislay side by side, and resize to window */
        display:inline-block;
        justify-content: center;
        align-items: center;
    }


    #ourworks li {
        width:33%;
        float:left;
        height:375px;
        color:#ffffff;
        border-right:1px solid #d8d8d8;
        border-top:1px solid #d8d8d8;
        border-bottom:1px solid #d8d8d8;
    }


    #ourworks li div {
        width:100%;
        padding-left: 20px;
        margin:0 auto;
        height:70%;
        resize:both;
        postion:relative;
    }

    #ourworks li h4 {
        font-family: 'Tangerine', serif;
        color:purple;
        font-size: 30px;
        text-decoration: underline;
        text-align: center;
        text-shadow: 4px 4px 4px #aaa;
        padding:0 0;
    }


/*
    #ourworks li:nth-child(1) a{
		background: url(../images/site/upperLevels.png) no-repeat;
		background-size: contain;    
		display: block; width: 100%; height: 100%; 
    }
*/
    #ourworks li:nth-child(1) a{
		background: url(../images/site/schedule2.png) no-repeat;
		background-size: contain;    
		display: block; width:100%; height: 90%; 
    }
    #ourworks li:nth-child(2) a{
		background: url(../images/site/equipment.png) no-repeat;
		background-size: contain;    
		display: block; width: 100%; height: 90%; 
	}
    #ourworks li:nth-child(3) a{
		background: url(../images/site/awards1.png) no-repeat;
		background-size: contain;    
		display: block; width: 100%; height: 90%; 
	}


    #ourworks li p {
        font-size: 18px;
        margin:0 0;
        color:#333;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

#workwithus {
    /*background:url(../images/site/Suncoast_invitation_2017.png) no-repeat; */
	/*background:url(../images/site/flexibility_class.png) no-repeat;*/
    /*background:url(../images/site/tile-pam.jpg) no-repeat;*/
    /*background:url(../images/qualifiers/congrats.png) no-repeat; */
    /*background:url(../images/site/dancer_class.jpg) no-repeat; */
    /*background:url(../images/site/gala_2018.png) no-repeat;*/
	/*background:url(../images/site/Dance_program.png) no-repeat;*/
    /*background:url(../images/site/2018-Suncoast.png) no-repeat;*/
    /*background:url(../images/site/BottomFlyer.png) no-repeat; */
    /*background:url(../images/site/performance_team.jpg) no-repeat; */ 
    /*background:url(../images/site/winter_gala.png) no-repeat; */
    /*background:url(../images/site/winter_gala.png) no-repeat; */
    /* uncomment out -size if reusing the background immage */ 
    /*background-size: 50%;*/ 
    
    color:#fff;
    text-align: center;
    padding:100px 20px;
    /*margin-bottom: 118px;*/
    
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
/*    width: 90%; */
    width: 50%; 
    height: auto;
    /* height: 0; */
    padding-top: 5.00%; 
    /* padding-top: 120.00%; */ 
    /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */



}
	#filler {
        height: 95%;	
    }

    #workwithus h3 {
        margin:0;
        font-size: 55px;
        line-height: normal
    }

    #workwithus p {
        font-size: 18px;
        max-width:800px;
        margin:40px auto;
        line-height: 32px;
    }

    #workwithus a {
		/* for a button 
		border:1px solid #2eaba5;
        padding:18px 20px;
        max-width:280px;
        color:#2eaba5;
        */
        display:block;
        margin:0 auto;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
        transition: all .6s ease;
        
        /*new stuff make the link at the bottom*/
        vertical-align:bottom;
    }

    #workwithus a:hover {
        background:#2eaba5;
        color:#fff;
    }


    #news ul {
        border-top:1px solid #d8d8d8;
        border-bottom:1px solid #d8d8d8;
        list-style: none;
        margin:0;
        padding:0;
        display: inline-block;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
        
    }

    #news li {
        width:50%;
	   float:left;
        height:auto;
        resize: both;
        color:#80ff00;
    }

    #news li:nth-child(1) {
        align-items: center;
    
    }
    #news li:nth-child(2) {
        align-items: left;
        text-align:left;
    }


    #news li div {
        margin:0 auto;
        resize:both;
        height:100%
    }


/*
    #news li div p {
        font-size: 12px;
        margin:0;
        color:#333;
    }
*/

    #news li div p.sectionHeader {
		text-decoration:underline;
		text-align: left;
		font-size: 1.2em;
		color: purple;
		font-family:'Tangerine', serif;
	}

	#news li div p.monthHeader {
		text-decoration:underline;
		text-align: center;
		font-size: 24px;
		color: black;
	}

	#news li div p.monthContent {
		font-size:.8em;
        text-align: left;
        /* top right bottom left */
		padding:15px;
		font-family:'Tahoma','sans-serif';
		font-weight: normal;
		color:black;
        margain:0;
	}

/* Coaches section */
    #coaches p.sectionHeader {
        text-decoration:underline;
        text-align: center;
        font-size: 2.0em;
        color: purple;
        font-family:'Tangerine', serif;
    }

    #coaches ul {
        border-top:1px solid #d8d8d8;
        border-bottom:1px solid #d8d8d8;
        list-style: none;
        margin:0;
        display: inline-block;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
        
    }
    #coaches li img{
        padding-right: 1em;
/*        width:30%; */
    }
    
    #coaches li {
        float:left;
        resize: both; 
        color:#80ff00;
        align-items: left;
    }
    #coaches li:nth-child(1) {
        height:auto;
       width:100%;
       padding:5px 5px 5px 5px;
	
    }
    #coaches li:nth-child(n + 2) {
       width:50%;
       height:200px;
       padding:5px 5px 5px 5px;
    }

    #coaches li p.coachHeader {
        text-decoration:underline;
        text-align: left;
        font-size: 16px;
        color: black;
        padding: 0 0; 
    }

    #coaches li p {
        font-size:.8em;
        text-align: left;
        /* top right bottom left */
        font-family:'Tahoma','sans-serif';
        font-weight: normal;
        color:black;
        margain:0;
    }



body.get-in-touch .content .wrap { padding:100px 0; }

.pagesubheader {  }
.pagesubheader:after {
    content:"";
    display:block;
    height:2px;
    background: #333;
    width:150px;
    margin:65px auto 0;
}
body.get-in-touch .pagesubheader:after { display:none; }

.content .pagesubheader p { color:#333; }

    body.get-in-touch form {}

    body.get-in-touch .screen-reader-response { display:none; }

        body.get-in-touch form ul {
            margin:80px 0 0;
            list-style: none;
            padding:0;
        }

            body.get-in-touch form li {}

                body.get-in-touch form li .wrppr {
                    position:relative;
                    padding:15px;
                }

                body.get-in-touch form .twofields .wrppr {
                    width:50%;
                }

                body.get-in-touch .wpcf7-not-valid-tip {
                    color:#b47272;
                    margin-top:10px;
                    display:block;
                    font-size:13px;
                }
                body.get-in-touch .wpcf7-display-none { display:none; }
                body.get-in-touch .wpcf7-response-output {
                    position:relative;
                    border-radius: 5px;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                }
                body.get-in-touch .wpcf7-response-output:before {
                        top: -15px;
                        left: 50%;
                        margin-left:-15px;
                        border-width: 0px 15px 15px;
                        content: "";
                        position: absolute;
                        border-style: solid;
                        display: block;
                        width: 0px;
                }

                body.get-in-touch .wpcf7-validation-errors,
                body.get-in-touch .wpcf7-mail-sent-ok {
                    padding:15px;
                    margin:-10px 15px 0;
                    text-align: center;
                    color:#fff;
                }
                body.get-in-touch .wpcf7-validation-errors { background:#b47272; } 
                body.get-in-touch .wpcf7-validation-errors:before { border-color: #b47272 transparent; }
                body.get-in-touch .wpcf7-mail-sent-ok { background:#69a04a; }
                body.get-in-touch .wpcf7-mail-sent-ok:before { border-color: #69a04a transparent; }

                    body.get-in-touch form label {
                        position:absolute;
                        left:40px;
                        top:40px;
                        font-size:15px;
                    }

                    body.get-in-touch form .cpform-message label {
                        top:42px;
                        margin:0;
                    }

                    body.get-in-touch form input {
                        background:#f7f7f7;
                        width:100%;
                        padding:25px 25px 23px; 
                        border:0;
                        font-size: 15px;
                    }
                    body.get-in-touch form input.wpcf7-not-valid { background:#e3b6b6; }

                    body.get-in-touch form .cpform-name input { padding-left:170px; }
                    body.get-in-touch form .cpform-email input { padding-left:95px; }
                    body.get-in-touch form .cpform-phone input { padding-left:90px; }
                    body.get-in-touch form .cpform-company input { padding-left:115px; }
                    body.get-in-touch form .cpform-website input { padding-left:100px; }
                    body.get-in-touch form .cpform-subject input { padding-left:110px; }

                    body.get-in-touch form textarea {
                        background:#f7f7f7;
                        text-indent: 80px;
                        border:0;
                        width:100%;
                        height:220px;
                        padding:25px;
                        line-height: 26px;
                        font-size:15px;
                    }

                    body.get-in-touch form .wpcf7-submit {
                        color:#fff;
                        background:#222;
                        border:0;
                        font-size: 18px;
                        text-transform: uppercase;
                        padding:25px;
                        width:100%;
                        letter-spacing: 2px;
                        font-family: "Montserrat",sans-serif;
                        font-weight: bold;
                    }

    body.the-humans .content .wrap { padding:100px 0; }

        body.the-humans .display-authors-widget h2.widgettitle {
            font-size:42px;
            text-align: center;
            letter-spacing: -2px;
            margin:50px 0 35px;
        }

        body.the-humans .display-authors-widget {
            margin:0 auto;
            position:relative;
            max-width:60%;
            font-size: 0;
            text-align: center;
        }

        body.the-humans .display-authors-widget:before,
        body.the-humans .display-authors-widget:after {content: " ";display: table;}
        body.the-humans .display-authors-widget:after {clear: both;}
        body.the-humans .display-authors-widget {*zoom: 1;}

            body.the-humans .display-authors-widget .author-profile {
                width:50%;
                display: inline-block;
                border:2px solid #fff;
                position:relative;
                /*cursor:pointer;*/
                height:140px;
                overflow:hidden;
            }

                body.the-humans .display-authors-widget .author-profile img {
                    width:100%;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    transition: all .5s ease;
                    position:absolute;
                    top:-100px;
                    left:50%;
                    margin-left:-50%;
                    height:auto;
                }
                body.the-humans .display-authors-widget .author-profile:hover img { width:120%; margin-left:-60%; }

                body.the-humans .display-authors-widget .author-profile .authorinfo {
                    position:absolute;
                    width:100%;
                    height:100%;
                    background:rgba(0,0,0,.6);
                    left:0;
                    top:0;
                    opacity: 0;
                    -webkit-transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    -o-transition: all .4s ease;
                    -ms-transition: all .4s ease;
                    transition: all .4s ease;
                    padding:30px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    resize: both;
                }

                    body.the-humans .authorinfo .aiwrap { resize: both; }

                body.the-humans .display-authors-widget .author-profile:hover .authorinfo {
                    opacity:1;
                    color:#fff;
                }

                    body.the-humans .display-authors-widget .author-profile .authorinfo span {
                        font-weight: bold;
                        font-family: 'Montserrat', sans-serif;
                        display:block;
                        font-size:20px;
                        text-transform: uppercase;
                        letter-spacing: -1px;
                        color:#fff;
                        text-decoration: none;
                        text-align: center;
                    }

                    body.the-humans .display-authors-widget .author-profile .authorinfo p {
                        line-height: 17px;
                        margin:0;
                        font-size: 13px;
                    }

            body.the-humans .theteam .icon-logo {
                font-size:140px;
                background:url(../images/site/Logo.png) no-repeat center top;
                background-size: contain;
              /*  background:#000; */
                color:#fff;
                width:140px;
                height:140px;
                left:50%;
                top:50%;
                margin:-70px 0 0 -70px;
                text-align: center;
                position:absolute;
                border-radius:200px;
                -moz-border-radius:200px;
                -webkit-border-radius:200px;
                border:4px solid #fff;
                z-index: 2;
            }

            body.the-humans .theteam .icon-logo:before {
                position:absolute;
                left:-5px;
                top:-3px;
            }




#sitefooter {
    padding:40px 20px;
    background:#fff;
    width:100%;
    position:fixed;
    bottom:0;
    height:300px;
    z-index: -2;
}

#sitefooter p {
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    color:#535353;
    margin:0 auto;
    text-align:center;
    padding:9px 0 0;
    width:100%;
}

#sitefooter ul {
    list-style: none;
    padding:0;
    margin:20px auto;
    width:100%;
    vertical-align:top;
}

#sitefooter li {
    display:inline-block;
    width:24%;
}

#sitefooter li a {
    color:#535353;
    text-decoration: none;
    font-size:28px;
    display:block;
    padding:5px;
    margin:0 auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}


/*PORTFOLIO STYLES*/
.folio_web #blogpage { border:0; }
.folio-header { position:relative; margin-bottom:60px; }
.folio-header .scrolldown { color:#fff; }
.folio_web #main.wrap { max-width: 100% }

.folio_web h1,
.folio_print h1,
.folio_illustration h1 {
    text-align: center;
    padding:50px 0;
    margin:0;
    color:#333;
}

.folio_web h1 strong,
.folio_print h1 strong,
.folio_illustration h1 strong {
    font-size: 54px;
    display:block;
    line-height: 62px;
}

.folio_web h1 span,
.folio_print h1 span,
.folio_illustration h1 span {
    display:block;
    font-size: 13px;
    color:#46b3ae;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.folio_web #foliodetailheroshot,
.folio_print #foliodetailheroshot,
.folio_illustration #foliodetailheroshot { position:relative; background:#343434; }

.folio_web #foliodetailheroshot img,
.folio_print #foliodetailheroshot img,
.folio_illustration #foliodetailheroshot img { width:100%; display:block; }

.folio_web h5,
.folio_print h5,
.folio_illustration h5 {
    text-transform: uppercase;
    font-size:15px;
    letter-spacing: 2px;
    margin:0 0 50px;
    text-align: center;
}

.folio_web a.viewwebsite,
.folio_print a.viewwebsite,
.folio_illustration a.viewwebsite {
    border:1px solid #2eaba5;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size:15px;
    width:300px;
    margin:0 auto;
    display:block;
    color:#2eaba5;
    padding:18px 0;
    text-align: center;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.folio_web a.viewwebsite:hover,
.folio_print a.viewwebsite:hover,
.folio_illustration a.viewwebsite:hover { color:#fff; background:#2eaba5; }

#project-responsibilities { padding:100px 25px 50px; }

.folio_web #project-responsibilities h5,
.folio_print #project-responsibilities h5,
.folio_illustration #project-responsibilities h5 { margin-bottom:15px; }

#project-responsibilities p {
    margin:0;
    font-size:35px;
    font-weight:500;
    text-align: center;
    max-width: 100%;
    line-height: normal;
    color:#333;
}

#foliodetailheroshot .owl-controls {
    font-size: 0;
    line-height: 0;
    position:absolute;
    bottom:-36px;
    left:0;
    text-align: center;
    width:100%;
}

#foliodetailheroshot .owl-pagination .owl-page,
#foliopagess .owl-pagination .owl-page {
    display:inline-block;
    padding:6px;
    margin:0 2px;
}

#foliopagess .owl-pagination { text-align: center }

#foliodetailheroshot .owl-pagination .owl-page span,
#foliopagess .owl-pagination .owl-page span {
    width:9px;
    height:9px;
    display:inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background:#fff;
    opacity:.3;
}
#foliopagess .owl-pagination .owl-page span { background:#333; }
#foliodetailheroshot .owl-pagination .owl-page.active span,
#foliopagess .owl-pagination .owl-page.active span { opacity:1; }

#project-intro {
    background:url(../images/site/footer_lodyas.png) center center;
    padding:80px 0;
}

    #project-intro .wrap { padding:0 25px 0 340px; position:relative;}

        #project-intro img {
            width:260px;
            position:absolute;
            left:25px;
            top:50%;
        }

        #project-intro p {
            text-align: left;
            font-size:20px;
            color:#fff;
            line-height: 30px;
            max-width:100%;
            font-weight: 300;
        }

#folioresponsivess {
    text-align: center;
    padding:100px 25px;
}

    #folioresponsivess img { width:96%; }

#project-screenshots { position:relative; }

#foliopagess { padding:0 25px 100px; position:static; }

#foliopagess .owl-item { text-align: center; padding:0 15px; }

#foliopagess .owl-prev,
#foliopagess .owl-next {
    position:absolute;
    padding:10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit0-border-radius: 3px;
    background:rgba(0,0,0,.2);
    top:50%;
    margin-top:-25px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
#foliopagess .owl-prev {left:10px;}
#foliopagess .owl-next {right:10px;}

#foliopagess .owl-prev:hover,
#foliopagess .owl-next:hover { background:rgba(0,0,0,.8); }

#foliopagess .owl-prev span,
#foliopagess .owl-next span {
    display:block;
    height:50px;
    width:50px;
    text-align: center;
}

#foliopagess .owl-prev span:before,
#foliopagess .owl-next span:before {
    font-size:50px;
    color:#fff;
    opacity:.5;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

#foliopagess .owl-prev:hover span:before,
#foliopagess .owl-next:hover span:before { opacity:1; }

#project-branding {
    text-align: center;
    padding:100px 100px 0;
}

#project-branding div div {
    width:50%;
    padding:120px 25px;
    text-align: center;
}

#project-branding div.dark { float:left; }
#project-branding div.light { float:right; }

#project-branding div img { width:220px; }

.cinch-horizon #project-branding div.dark { background:#149671; }
.cinch-horizon #project-branding div.light { background:#e9e9e9; }

.middle-earth #project-branding div.dark { background:#9b8e79; }
.middle-earth #project-branding div.light { background:#e9e9e9; }

.cinch-orion #project-branding div.dark { background:rgba(46, 204, 64, 1); }
.cinch-orion #project-branding div.light { background:#e9e9e9; }

.folio-post-navigation { background:#363636;}

.folio-post-navigation div {
    float:left;
    width:50%;
    background:#000;
    overflow: hidden;
}
.folio-post-navigation .fpn-next-post { float:right; overflow: hidden; }

.folio-post-navigation div a {
    display:block;
    position:relative;
}
.folio-post-navigation div img {
    width:100%;
    height:auto;
    opacity:.25;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.folio-post-navigation div a:hover img { opacity:.4; }

.folio-post-navigation div span {
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 1;
    left:0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
}
.folio-post-navigation div span:before { display:none; }

.folio-post-navigation div span span {
    position:static;
    width:auto;
    height:auto;
    resize: both;
    display:block;
    font-family: 'Montserrat', sans-serif;
}

.folio-post-navigation div em {
    font-style: normal;
    font-size:16px;
    letter-spacing: 3px;
    display:block;
    margin-bottom:40px;
    text-transform: uppercase;
    font-weight: 500;
    width:100%;
}

.folio-post-navigation div strong {
    display:block;
    font-size:55px;
    padding:0 50px;
    line-height: 60px;
    width:100%;
}

.backtoworks {
    background:#272727;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    display:block;
    padding:35px 0 32px;
}

.backtoworks:before { 
    font-size: 30px; 
    display:inline-block;
    vertical-align: middle;
    margin-right:5px;
}

.backtoworks span { font-family: 'Montserrat', sans-serif; vertical-align: middle; display:inline-block  }

.freedom-wall .uc { font-size: 38px; line-height: 44px; padding:200px 0; }

@media (max-width: 1115px) {
    nav li.nav-services { margin-right:75px; }
    nav li.nav-about { margin-left:75px; }
    #foliopagess .owl-item img { width:100%; }
}

@media (max-width: 1080px) {
    #ourworks header p,
    #ourmedia header p,
    #ourservices header p,
    #news header p {
        font-size:38px;
        line-height: 42px;
    }

    #ourmedia li div em { font-size:16px; }
    #ourmedia li div h4 { margin-bottom:20px; font-size:34px; line-height: 38px }
    #ourmedia li div p { font-size: 16px; line-height: 26px }

    #ourservices li div em { font-size:16px; }
    #ourservices li div h4 { margin-bottom:20px; font-size:34px; line-height: 38px }
    #ourservices li div p { font-size: 16px; line-height: 26px }

    #ourworks li div em { font-size:16px; }
    #ourworks li div h4 { margin-bottom:20px; font-size:34px; line-height: 38px }
    #ourworks li div p { font-size: 16px; line-height: 26px }

    #news li div em { font-size:160px; }
    #news li div h4 { margin-bottom:20px; font-size:34px; line-height: 38px }

    body.the-humans .display-authors-widget { max-width:80%; }

    #project-branding { padding:100px 50px 0; }
    
    .folio-post-navigation div em { margin-bottom:15px; }
    .folio-post-navigation div strong { font-size:40px; line-height: 40px }
}

@media only screen and (min-width:960px){
    /* styles for browsers larger than 960px; */
    .page-container {width:80%;top:200px;}
    .page-container .gymnast-profile .gymnast-profile-header-container .vitals li:first-child{width:70%;}
    .page-container .gymnast-profile .gymnast-profile-header-container .vitals li:last-child{width:25%;text-align: right;}
    
    .page-container .gymnast-profile .gymnast-profile-main-container li:first-child{ width:55%;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:last-child{width:40%;padding-bottom:3%}
    
    .schedule-page-container {width:80%;top:200px;}
}

@media (max-width: 900px) {
    .page-container {width:80%;top:200px;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:first-child{ width:55%;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:last-child{width:40%;padding-bottom:3%}

    .schedule-page-container {width:80%;top:200px;}

    .results_page-container { width:80%;top:100px; }
		
    #siteheader { padding:15px; }
    #logo {
        width:160px;
        margin-left:-80px;
        top:10px;
    }
    .fixedhdr #logo { width:100px; margin-left:-50px; }
    #logo em:before { font-size:100px; }
    #logo strong { font-size:18px; }
    #logo span { font-size:9px; }
    
    nav {}
    nav li.nav-services { margin-right:65px; }
    nav li.nav-about { margin-left:65px; }
    nav li strong { font-size:13px; }
    nav li em { font-size:10px; }

    .intro { 
        width:700px; 
        margin-left:-350px;
    }

        .intro h2 { font-size:60px; }
        .intro p { font-size:18px; line-height: 28px; }

    #ourworks header p,
    #ourmedia header p,
    #ourservices header p,
    #news header p {
        font-size:30px;
        line-height: 34px;
        letter-spacing: -1px;
    }

    #ourmedia li div em { font-size:120px; }
    #ourmedia li div h4 { font-size:28px; line-height: 30px }
    #ourmedia li div p { font-size: 14px; line-height: 22px }

    #ourservices li div em { font-size:120px; }
    #ourservices li div h4 { font-size:28px; line-height: 30px }
    #ourservices li div p { font-size: 14px; line-height: 22px }

    #ourworks li div em { font-size:120px; }
    #ourworks li div h4 { font-size:28px; line-height: 30px }
    #ourworks li div p { font-size: 14px; line-height: 22px }

    #news li div em { font-size:120px; }
    #news li div h4 { font-size:28px; line-height: 30px }
    #news li div p.sectionHeader {font-size: 14px; line-height: 22px }
    #news li div p.monthHeader {font-size: 14px; line-height: 22px }
    #news li div p.monthSection {font-size: 14px; line-height: 22px }


    #project-intro .wrap { padding-left:300px; }
    #project-intro p { font-size:16px; line-height: 26px }
    #project-intro img { width:220px; }

    #project-branding { padding:100px 20px 0; }
    #project-branding div div { padding:60px 25px; }
    #project-branding div img { width:200px; }
}

@media (max-width: 750px) {
	.page-container .gymnast-profile .gymnast-profile-header-container .vitals li{width:100%;}
	
	.page-container .gymnast-profile .gymnast-profile-main-container li:first-child{ width:100%;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:last-child{width:100%;padding-bottom:3%}
	.page-container .gymnast-profile .gymnast-profile-main-container li {display:inline-block;}
    #siteheader {
        background:rgba(17,17,17,.95);
        position:fixed;
        width:100%;
        z-index: 10;
        top:0;
        left:0;
        padding:0;
    }

    body.the-humans #heroshot .wrap,
    body.get-in-touch #heroshot .wrap { height: 260px }

/* here */
    #logo { 
        width:80px; 
        margin:-5px 0 0 -40px; 
        border-radius:0 0 0 0;
        -moz-border-radius:0 0 0 0;
        -webkit-border-radius:0 0 0 0;
    }
    #logo em:before { font-size:80px; }
    #logo strong { display:none; }

    nav,
    .connectsocial { 
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background:rgba(0,0,0,.95);
        padding:0;
    }

        nav ul {
            width:100%;
            position:absolute;
            top:50%;
            left:0;
        }

        nav li {
            display:block;
            width:auto;
            padding:10px 0
        }
        nav li.nav-services { margin-right:0; }
        nav li.nav-about { margin-left:0; }

        nav li strong { font-size:20px; }

        nav li em,
        nav li strong:after { display:none; }
        nav li a:hover strong::after {display: none}

    .menutrigger,
    .connectwithus { 
        display:block;
        font-size:0;
        padding:10px;
        cursor: pointer;
    }
    .menutrigger:before,
    .connectwithus:before { 
        color:#fff;
        font-size: 24px;
        display:block;
        line-height: 24px;
        padding-bottom:2px;
    }
    .menutrigger { float:left; }
    .connectwithus { float:right; }

    .connectsocial { margin:0; }
    .connectsocial em {
        text-align: center;
        height:30px;
        width:100%;
        position:absolute;
        top:50%;
        margin-top:-15px;
    }
    .connectsocial a {
        display:inline-block;
        font-size:30px;
        width:30px;
        height:30px;
        margin:0 24px;
        vertical-align: middle;
    }

    .menutrigger.mtactv,
    .connectwithus.cwuactv { position:fixed; top:0; left:0; z-index: 11}
    .connectwithus.cwuactv { left:auto; right:0; }
    .menutrigger.mtactv:before,
    .connectwithus.cwuactv:before { content: "\e60e"; }


    
    .intro { width:500px; margin-left: -250px }
    .intro h2 { font-size: 50px; margin-bottom:10px; }
    .intro p { font-size:16px; line-height: 24px; margin-bottom:20px; }
    .intro em a { padding:14px 0; font-size:14px; width:210px; }
    .scrolldown { display:none; }

    .pageheader { bottom:20px; }
    .pageheader p { font-size:50px; line-height: 52px }

    .page-container { width:100%; }

    .schedule-page-container { width:100% }
    .results_page-container { width:100% }

    #ourworks header p,
    #ourmedia header p
    #ourservices header p
    #news header p {
        font-size:26px;
        line-height: 30px;
    }

    #ourmedia li div { width:100%; padding:0 15px; }
    #ourmedia li div em { font-size:90px; }
    #ourmedia li div h4 { font-size:24px; line-height: 28px; margin:15px 0 10px; }
    #ourmedia li div p { font-size: 13px; line-height: 20px }
    
    #ourservices li div { width:100%; padding:0 15px; }
    #ourservices li div em { font-size:90px; }
    #ourservices li div h4 { font-size:24px; line-height: 28px; margin:15px 0 10px; }
    #ourservices li div p { font-size: 13px; line-height: 20px }



    #news li div { width:100%; padding:0 15px; }
    #news li div em { font-size:90px; }
    #news li div h4 { font-size:24px; line-height: 28px; margin:15px 0 10px; }
    #news li div p.sectionHeader {font-size: 13px; line-height: 20px }
    #news li div p.monthHeader {font-size: 13px; line-height: 20px }
    #news li div p.monthSection {font-size: 13px; line-height: 20px }

    #ourworks li div { width:100%; padding:0 15px; }
    #ourworks li div em { font-size:90px; }
    #ourworks li div h4 { font-size:24px; line-height: 28px; margin:15px 0 10px; }
    #ourworks li div p { font-size: 13px; line-height: 20px }


    #workwithus { background-size: 90%; }

/*
    #workwithus { padding:100px 20px; }
    #workwithus h3 { font-size:40px; }
*/    
    body.get-in-touch form li { padding:0 10px; }
    body.get-in-touch form li .wrppr { padding:10px; } 
    body.get-in-touch form label { top:30px; }
    body.get-in-touch form .cpform-message label { top:38px; }
    body.get-in-touch form input { padding:20px 20px 18px; }
    
    body.the-humans .content .wrap { padding:50px 10px; }
    body.the-humans .display-authors-widget { max-width:100%; }

    body.portfolio #heroshot .wrap,
    body.folio_web #heroshot .wrap,
    body.folio_print #heroshot .wrap,
    body.folio_illustration #heroshot .wrap,
    body.freedom-wall #heroshot .wrap { height:45px; }
    
    .folio_web h1 strong,
    .folio_print h1 strong,
    .folio_illustration h1 strong { font-size:40px; line-height: 52px; }
    
    #project-intro { padding:60px 0; }
    #project-intro .wrap { padding-left:220px; }
    #project-intro img { width:160px; }
    

    .freedom-wall .uc { font-size: 24px; line-height: 28px; padding:100px 0; }
}

@media screen and (max-width: 640px) {
    .page-container { width:100%;left:0; padding:0 20px; margin-left:0;}
    .page-container .gymnast-profile .gymnast-profile-header-container li {width:100%;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:first-child{width:100%;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:last-child{width:100%;padding-bottom:3%;}
			
	
    body.the-humans #heroshot .wrap,
    body.get-in-touch #heroshot .wrap { height:250px; }
    .content h3 { font-size:32px; }
    .content p { font-size:13px; line-height: 20px }
    .intro { 
        width:100%; 
        margin-left: 0; 
        padding:0 20px; 
        left:0; 
    }
    .intro h2 { font-size: 40px; }
    .intro p { font-size:13px; line-height: 20px; }
    .intro em a { font-size: 12px;  width:180px; }

    .pageheader { width:100%; left:0; padding:0 20px; margin-left:0; }
    .pageheader p { font-size:32px; letter-spacing: -1px; width:100%; line-height: 36px; }

	.schedule-page-container {width:100%;left:0; padding:0 20px; margin-left:0;}

    .results_page-container { width:100%;left:0; padding:0 20px; margin-left:0;}
    .results_page-container img{ width:90% }

    #ourworks header p,
    #ourmedia header p,
    #ourservices header p,
    #news header p {
        font-size:24px;
        line-height: 28px;
    }

    #ourmedia ul { border-bottom:0; }
    #ourmedia li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important; }
    #ourmedia li div { padding:20px; }
    
    #ourservices ul { border-bottom:0; }
    #ourservices li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important; }
    #ourservices li div { padding:20px; }

    #ourworks ul { border-bottom:0; }
    #ourworks li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important;}
    #ourworks li div { padding:20px;  }
 
    #news ul { border-bottom:0; }
    #news li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important; }
    #news li div { padding:20px; }

    #workwithus { background-size: 90%; }

    /*
    #workwithus { padding:80px 20px; }
    #workwithus h3 { font-size:30px; line-height: 34px; }
    #workwithus p { font-size: 15px; line-height: 24px; margin:20px auto 30px; }
    #workwithus a { padding:14px 20px; }  
    */
    body.get-in-touch .content .wrap { padding-top:40px; }
    body.get-in-touch form h3,
    body.get-in-touch form p { padding:0 10px; } 
    body.get-in-touch form ul { margin-top:40px; }
    body.get-in-touch form li { padding:0;}
    body.get-in-touch form li .wrppr { padding:5px 10px; }
    body.get-in-touch form li.twofields .wrppr { float:none; width:100%;}
    body.get-in-touch form label { left:20px; font-size:14px; top:20px; }
    body.get-in-touch form .cpform-message label { top:23px; }
    body.get-in-touch form input,
    body.get-in-touch form textarea { padding:15px 15px 13px; font-size: 14px; }
    body.get-in-touch form .cpform-name input { padding-left:140px; }
    body.get-in-touch form .cpform-email input { padding-left:70px; }
    body.get-in-touch form .cpform-phone input { padding-left:65px; }
    body.get-in-touch form .cpform-company input { padding-left:90px; }
    body.get-in-touch form .cpform-website input { padding-left:80px; }
    body.get-in-touch form .cpform-subject input { padding-left:80px; }
    body.get-in-touch form textarea { text-indent: 110px; height:240px; }
    
    body.the-humans .content h2.widgettitle { font-size:32px; }
    body.the-humans .display-authors-widget { max-width:100%; }
    body.the-humans .display-authors-widget .author-profile { border-width:1px; }
    body.the-humans .display-authors-widget .author-profile img { top:-80px; }
    body.the-humans .theteam .icon-logo { 
        width:120px; 
        margin:-60px 0 0 -60px;
        font-size: 120px;
        width:120px;
        height:120px;
        border-width:2px;
    }
    body.the-humans .theteam .icon-logo:before { left:-3px; top:-1px; } 
    

    .folio_web h1,
    .folio_print h1,
    .folio_illustration h1 { padding:50px 10px 30px; }
    .folio_web h1 strong,
    .folio_print h1 strong,
    .folio_illustration h1 strong { font-size:34px; line-height: 44px; }
    
    #project-intro { padding:60px 0 40px; }
    #project-intro .wrap { padding:0 10px; text-align: center }
    #project-intro img { 
        width:260px; 
        position:static; 
        top:auto;
        left:auto; 
        margin-top:0 !important;
        margin-bottom:25px;
    }
    #project-intro p { text-align: center }

    #project-responsibilities p { font-size: 25px; line-height: 30px }
    
    #project-branding { padding:100px 10px 0; }
    #project-branding div div { float:none; width:100%; }
    #project-branding div img { width:200px; }

    #foliopagess .owl-prev, #foliopagess .owl-next { padding:0 }

    #folioresponsivess { padding:100px 10px; }
    #foliopagess { padding:0px 10px 100px; }
    .folio-post-navigation div span:before { display:inline-block; font-size: 80px }
    .folio-post-navigation div span span { display:none; }
    .folio-post-navigation div em { font-size:12px; letter-spacing: 2px; margin-bottom:8px; }
    .folio-post-navigation div strong { font-size:25px; line-height: 25px }
}

/* phone upright position */
@media sll and (max-width: 480px) {
	
	
    .page-container { width:100%;left:0; padding:0 20px; margin-left:0;}
    .page-container .gymnast-profile .gymnast-profile-header-container li {width:100%;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:first-child{ width:100%;display:block;}
    .page-container .gymnast-profile .gymnast-profile-main-container li:last-child{width:100%;padding-bottom:3% display:block;}
    .page-container .gymnast-profile .gymnast-profile-main-container li {display:inline-block;}
	
	.schedule-page-container {width:100%;left:0; padding:0 20px; margin-left:0;}
	
	.results_page-container { width:100%;left:0; padding:0 20px; margin-left:0;}
    .results_page-container img{ width:90% }
	
	
    .intro h2 { font-size: 25px; }
    body.the-humans .display-authors-widget .author-profile { float:none; width:100%; }
    body.the-humans .display-authors-widget .author-profile img { top:-170px; }
    body.the-humans .theteam li.icon-logo { display:none; }
    .folio_web h1 strong,
    .folio_print h1 strong,
    .folio_illustration h1 strong { font-size:28px; line-height: 38px; }
    .backtoworks { font-size: 15px; letter-spacing: 2px; padding:25px 0px 22px; }
    
    #ourmedia ul { border-bottom:0; }
    #ourmedia li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important; }
    #ourmedia li div { padding:20px;}
    
    #ourservices ul { border-bottom:0; }
    #ourservices li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important; }
    #ourservices li div { padding:20px;}

    #ourworks ul { border-bottom:0; }
    #ourworks li { width:100% !important;float:none; border-right:0; border-bottom:1px solid #D8D8D8; height:400px !important; }
    #ourworks li div { padding:0; }

    #news ul { border-bottom:0; }
    #news li { float:none; border-right:0; border-bottom:1px solid #D8D8D8; width:100%; height:auto !important; }
    #news li div { padding:20px; }
    
    
}
@media all and (max-width: 478px) {
    .intro em a {
        display:block;
        margin: 5px auto;
    }
    .schedule-page-container {width:100%;left:0; padding:0 20px; margin-left:0;}
    
    .results_page-container { width:100%; top:100px; left:0; padding:0 20px; margin-left:0;}
    .results_page-container .yearly-result img{ width:90%; }
    
}

@media all and (max-width: 360px) {
    .intro em a {
        display:block;
        margin: 5px auto;
    }
    .results_page-container { width:100%;left:0; padding:0 20px; margin-left:0;}
    .results_page-container .yearly-result img{ width:90% }
}

@media (max-width: 420px) {
    body.the-humans .display-authors-widget .author-profile img { top:-110px; }
}


/* ==========================================================================
   Text Effects
   ========================================================================== */

.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
}
.cd-title h2 {
    font-size: 2.4rem;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .cd-title {
        line-height: 250px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px;
    }
    .cd-title h2 {
        font-size: 3rem;
    }
}
.cd-intro {
    width: 90%;
    max-width: 700px;
    text-align: center;
}
.cd-intro {
    margin: 4em auto;
}
@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}
.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d;
}
.cd-headline.type b {
    visibility: hidden;
}
.cd-headline.type b.is-visible {
    visibility: visible;
}
.cd-headline.type i {
    position: absolute;
    visibility: hidden;
    font-style: normal !important;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

/* ==========================================================================
   GSAP Init
   ========================================================================== */
#slide1, #slide2, #slide3, #slide4 {
    visibility: hidden;
    opacity: 0;
}
/* ==========================================================================
   Loader Animation
   ========================================================================== */
.spinner {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 2px solid #3b3b3c;
  border-right: 2px solid #3b3b3c;
  border-bottom: 2px solid #71c3b7;
  border-left: 2px solid #71c3b7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-top-color: #3b3b3c;
  border-left-color: #3b3b3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-animation: load 0.5s infinite linear;
  animation: load 0.5s infinite linear;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.lf { float:left; }
.rf { float:right; }

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
    /* added the 100% to get the workworks ul to work on at 480 */
    width:100%;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
}
