/********************************
*        BASIC ELEMENTS         *
********************************/

html
{
    -webkit-font-smoothing: antialiased;
}

body
{
    margin: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: .5px;
    color: #8d9a9e;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    overflow-x: hidden;
}

body.page-loaded
{
    opacity: 1;
}

div
{
    
}

p
{
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li
{
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}

h1
{
    
}

h2
{
}

h3
{
    
}

h4
{
    
}

h5
{
    
}

h6
{
    
}

.display-none
{
    display: none;
}

::-webkit-scrollbar
{ 
    /*display: none;*/
}

/********************************
*         BASIC CLASSES         *
********************************/

.no-decoration
{
    text-decoration: none;
    color: inherit;
}

.bold
{
    font-weight: bold;
}

.serif-font
{
    font-family: 'Merriweather', serif;
    letter-spacing: 1px;
}

.sans-font
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}


/********************************
*            COLORS             *
********************************/

.white-color, .primary-white-color
{
    color: #fff;
}

    .white-background, .primary-white-background
    {
        background-color: #fff;
    }

        .white-border, .primary-white-border
        {
            border: 1px solid #fff;
        }

            .white-color .svg-fill-color, .primary-white-color .svg-fill-color
            {
                fill: #fff;
            }

                .white-color .svg-stroke-color, .primary-white-color .svg-stroke-color
                {
                    stroke: #fff;
                }

.off-white-color, .secondary-white-color
{
    color: #fff;
}

    .off-white-background, .secondary-white-background
    {
        background-color: #eaeaea;
    }

        .off-white-border, .secondary-white-border
        {
            border: 1px solid #eaeaea;
        }

            .off-white-color .svg-fill-color, .secondary-white-color .svg-fill-color
            {
                fill: #eaeaea;
            }

                .off-white-color .svg-stroke-color, .secondary-white-color .svg-stroke-color
                {
                    stroke: #eaeaea;
                }

.lightest-gray-color
{
    color: #f5f5f5;
}

    .lightest-gray-background
    {
        background-color: #f5f5f5;
    }

        .lightest-gray-border
        {
            border: 1px solid #f5f5f5;
        }
        
            .lightest-gray-color .svg-fill-color
            {
                fill: #f5f5f5;
            }
        
                .lightest-gray-color .svg-stroke-color
                {
                    stroke: #f5f5f5;
                }
                
.lighter-gray-color
{
    color: #acb2b4;
}

    .lighter-gray-background
    {
        background-color: #acb2b4;
    }

        .lighter-gray-border
        {
            border: 1px solid #acb2b4;
        }
        
            .lighter-gray-color .svg-fill-color
            {
                fill: #acb2b4;
            }
        
                .lighter-gray-color .svg-stroke-color
                {
                    stroke: #acb2b4;
                }
                
.light-gray-color
{
    color: #91999b;
}

    .light-gray-background
    {
        background-color: #91999b;
    }

        .light-gray-border
        {
            border: 1px solid #91999b;
        }
        
            .light-gray-color .svg-fill-color
            {
                fill: #91999b;
            }
        
                .light-gray-color .svg-stroke-color
                {
                    stroke: #91999b;
                }

.medium-gray-color
{
    color: #8f8f8f
}

    .medium-gray-background
    {
        background-color: #8f8f8f;
    }

        .medium-gray-border
        {
            border: 1px solid #8f8f8f;
        }
        
            .medium-gray-color .svg-fill-color
            {
                fill: #8f8f8f;
            }

                .medium-gray-color .svg-stroke-color
                {
                    stroke: #8f8f8f;
                }

.dark-gray-color
{
    color: #818182;
}

    .dark-gray-background
    {
        background-color: #818182;
    }

        .dark-gray-border
        {
            border: 1px solid #818182;
        }
        
            .dark-gray-color .svg-fill-color
            {
                fill: #818182;
            }

                .dark-gray-color .svg-stroke-color
                {
                    stroke: #818182;
                }

.red-color, .has-error
{
    color: #bf6d6d;
}

    .red-background
    {
        background-color: #bf6d6d;
    }

        .red-border
        {
            border: 1px solid #bf6d6d;
        }

            .red-color .svg-fill-color
            {
                fill: #bf6d6d;
            }

                .red-color .svg-stroke-color
                {
                    stroke: #bf6d6d;
                }

.primary-color
{
    color: #345382;
}

    .primary-background
    {
        background-color: #345382;
    }

        .primary-border
        {
            border: 1px solid #345382;
        }

            .primary-color .svg-fill-color
            {
                fill: #345382;
            }

                .primary-color .svg-stroke-color
                {
                    stroke: #345382;
                }

.secondary-color
{
    color: #869498;
}

    .secondary-background
    {
        background-color: #8d9a9e;
    }

        .secondary-border
        {
            border: 1px solid #8d9a9e;
        }

            .secondary-color .svg-fill-color
            {
                fill: #8d9a9e;
            }

                .secondary-color .svg-stroke-color
                {
                    stroke: #8d9a9e;
                }

/* Special Hover */

.can-hover .section-cta:hover .secondary-white-color .svg-fill-color
{
    fill: #fff;
}

.can-hover .section-cta:hover .secondary-color .svg-fill-color
{
    fill: #345382;
}

/********************************
*      PHONETIC ON HOVER        *
********************************/

.phonetic-on-hover .section-copy-header .serif-font
{
    overflow:hidden;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 26px;
    top: 1px;
    padding: 5px;
    margin: -5px 4px;
}

.can-hover .phonetic-on-hover .section-copy-header .serif-font:hover
{
    cursor: default;
}

.phonetic-on-hover .section-copy-header .serif-font span
{
    transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
    position: absolute;
    top: 0px;
    left: 0px;
}

.phonetic-on-hover .section-copy-header .serif-font span:first-child
{
    opacity: 1;
    transform: translate(0,0);
}

.can-hover .phonetic-on-hover .section-copy-header .serif-font:hover span:first-child, .phonetic-on-hover .section-copy-header .serif-font.active span:first-child
{
    opacity: 0;
    transform: translate(0, -48px);
}

.phonetic-on-hover .section-copy-header .serif-font span:last-child
{
    opacity: 0;
    transform: translate(0, 48px);
}

.can-hover .phonetic-on-hover .section-copy-header .serif-font:hover span:last-child, .phonetic-on-hover .section-copy-header .serif-font.active span:last-child
{
    opacity: 1;
    transform: translate(0,0);
}
                
/********************************
*        GENERAL STYLES         *
********************************/

.spacer
{
    height: 2em;
    display: block;
}

.spacer.quarter
{
    height: .5em;
}

.spacer.half
{
    height: 1em;
}

.spacer.double
{
    height: 4em;
}

.spacer.triple
{
    height: 6em;
}

/* FLEX BOX */

.flex-box
{
    display: flex;
}

.flex-box.align-start
{
    align-items: flex-start;
}

.flex-box.align-center, .flex-box.center
{
    align-items: center;
}

.flex-box.align-end
{
    align-items:flex-end;
}

.flex-box.justify-center, .flex-box.center
{
    justify-content: center;
}

.flex-box.justify-around
{
    justify-content: space-around;
}

.flex-box.justify-between
{
    justify-content: space-between;
}

.flex-box.column
{
    flex-flow: column;
}

.flex-box.wrap
{
  flex-wrap: wrap;
}

.flex-box.nowrap
{
  flex-wrap: nowrap;
}

/********************************
*            SVGs               *
********************************/

.svg
{
    position: relative;
    display: block;
}

.line
{
    height: 1px;
    display: block;
    position: relative;
}

    .line svg
    {
        position:absolute;
        top:0px;
        left:0px;
    }

    .line .svg-line
    {
        transition: stroke-dashoffset .5s cubic-bezier(0.2, 1, 0.2, 1);
        stroke-miterlimit:10;
        stroke-width: 2px;
    }

        .line .fast-speed .svg-line
        {
            transition-duration: .75s;
        }

        .line .medium-speed .svg-line
        {
            transition-duration: 2s;
        }

        .line .slow-speed .svg-line
        {
            transition-duration: 3s;
        }

    .line.active .svg-line
    {
        stroke-dashoffset: 0%;
    }

        .line .svg-line-ltr
        {
            stroke-dasharray: 141.5%;
            stroke-dashoffset: 141.5%;
        }

        .line .svg-line-rtl
        {
            stroke-dasharray: 141.5%;
            stroke-dashoffset: 141.5%;
        }

        .line .svg-line-co-rtl
        {
            stroke-dasharray: 71%;
            stroke-dashoffset: 71%;
        }

        .line .svg-line-co-ltr
        {
            stroke-dasharray: 71%;
            stroke-dashoffset: 71%;
        }

.arrow
{

}

    .arrow svg
    {
        width: 4px;
        height: 9px;
    }

        .arrow .svg-arrow
        {

        }

            .right-arrow svg
            {
                transform: rotateZ(180deg);
            }

            .down-arrow svg
            {
                transform: rotateZ(90deg);
            }

.svg-trapezoid
{
    transform-origin: 50% 50%;
    position: absolute;
}

.svg-background-top
{
    top: 10px;
}

.svg-background-bottom
{
    bottom: 10px;
}

    .section-background .positive-top-slope
    {
        
    }

        .section-background .negative-top-slope
        {
            transform: rotateY(180deg);
        }
    
    .section-background .positive-bottom-slope
    {
        transform: rotateZ(180deg);
    }
    
        .section-background .negative-bottom-slope
        {
            transform: rotateX(180deg);
        }

.svg-menu-button
{
    
}

/********************************
*          KEYFRAMES            *
********************************/

@-webkit-keyframes markSpin
{
    0%   {-webkit-transform: rotateZ(0deg)}
    1.25%   {-webkit-transform: rotateZ(-8deg)}
    10%   {-webkit-transform: rotateZ(372deg)}
    11%   {-webkit-transform: rotateZ(374deg)}
    12.5%   {-webkit-transform: rotateZ(360deg)}
    100%   {-webkit-transform: rotateZ(360deg)}
}

@keyframes markSpin
{
    0%   {transform: rotateZ(0deg)}
    1.25%   {transform: rotateZ(-8deg)}
    10%   {transform: rotateZ(372deg)}
    11%   {transform: rotateZ(374deg)}
    12.5%   {transform: rotateZ(360deg)}
    100%   {transform: rotateZ(360deg)}
}


/********************************
*             HEADER            *
********************************/

#header
{position: fixed;top: 0px;left: 0px;z-index: 500;}

#header-logo
{position: fixed;top: 32px;left: 32px;opacity: 0;transition: all 1s ease-in-out;z-index: 900;display: flex;align-items: center;pointer-events: none;}

body:not(.home-page) #header-logo
{
    opacity: 1;
    pointer-events: auto;
}

#header-logo.active
{
    opacity: 1;
    pointer-events:auto;
}

#header-logo .logo-mark
{
    height: 50px;
    display: inline-block;
}

#header-logo .logo-name
{
    margin-left: 1px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    opacity: 0;
    transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
    margin-left: 6px;
    display: none;
}

.can-hover #header-logo:hover .logo-name
{
    opacity: 1;
}

/********************************
*              MENU             *
********************************/

#menu-button
{
    width: 30px;height: 26px;position: fixed;right: 0px;top: 0px;padding: 48px;z-index: 1000;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
    transform: rotateZ(0deg);
}

#menu-button.menu-active
{
    transform: rotateZ(90deg);
}

    .menu-button-bar
    {
        fill:none;
        stroke:#8d9a9e;
        stroke-linecap:round;
        stroke-miterlimit:10;
        stroke-width:2px;
        stroke-dashoffset: 0;
        stroke-dasharray: 24;
        transition: all 1s cubic-bezier(0.2, 1, 0.2, 1);
    }

    #menu-button-bar-1
    {
        transform-origin: 50% 50%;
    }
    
    #menu-button-bar-2
    {
        stroke-dashoffset: 4;
        stroke-dasharray: 24;
    }

    #menu-button-bar-3
    {
        transform-origin: 50% 50%;
    }
    
#menu-pane, #menu-top, #menu, #menu-background
{
    transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1),
        color 1s cubic-bezier(0.2, 1, 0.2, 1),
        opacity 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.viewport-resizing #menu-pane, .viewport-resizing #menu-top, .viewport-resizing #menu
{
    transition: all 0s;
}

#menu-pane
{
    position: fixed;
    width: 100%;
    height: 122px;
    top: 0px;
    z-index: 900;
    transform: translate(0,-122px);
    opacity: 1;
}

#menu-top
{
    width:100%;
    height: 122px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fdfdfd;
    z-index: 100;
}

#menu-pane.menu-active #menu-top
{
    background-color: #fff;
}

.viewport-resizing #menu-pane:not(.menu-active)
{
    opacity: 0;
}

#menu-logo
{
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translate(0,-115px); */
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#menu-logo .logo-mark
{width: 47px;}

#menu-logo .logo-name
{
    font-size: 14pt;
    font-weight: 400;
    margin-left: 8px;
}

#menu-overlay
{
    z-index: -1;
    position: fixed;
    top: -200vh;
    left: 0px;
    width: 100vw;
    height: 200vh;
    opacity: 0;
    background-color: #000;
    transition: opacity 1s cubic-bezier(0.2, 1, 0.2, 1), top 0s 1.1s, right 0s 1.1s;
}

#menu
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 128px);
    max-width: 1024px;
    margin: 0px auto;
    height: 160px;
    top: -38px;
    position: relative;
    z-index: 90;
    overflow: hidden;
}

#menu-background
{
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0px;
    left: 0px;
    background-color: #f9f9f9;
    /* display:  none; */
    z-index: 1;
    transform: translate(0,0);
}

    .menu-item
    {
        width: 150px;
        transition: transform 1.2s cubic-bezier(0.2, 1, 0.2, 1), opacity .35s ease-in-out;
        transform: translate(0,40px);
        opacity: 0;
        z-index: 10;
    }

    .menu-active .menu-item
    {
        transform: translate(0,0);
        opacity: 1;
    }

        .menu-item-header
        {
            font-size: 20pt;
            line-height: 18pt;
            font-weight: 300;
            margin: 0px;
            transition: color .5s, opacity .5s;
        }

        .menu-item-line
        {margin: 12px 0px;width: 100%;}
        
        .menu-item-line svg
        {
            display: block;
        }

        .menu-item-copy-container
        {
            width: 100%;
            /* margin-left: 16px; */
        }

        .menu-item-copy
        {
            font-size: 11.5pt;
        }

        .menu-item-copy.main
        {
            display: inline-block;
        }

        .menu-item-copy.alternate
        {
            display: none;
        }

            .menu-item-copy-arrow
            {
                width: 4px;
                height: 9px;
                display: inline-block;
                margin-left: 4px;
                display: none;
            }
    
    #home-menu-item, #home-footer-menu-item
    {
        order: 0;
        transition-delay: 0.02s;
    }

    #purpose-menu-item, #purpose-footer-menu-item
    {
        order: 1;
        transition-delay: .08s;
    }

    #methods-menu-item, #methods-footer-menu-item
    {
        order: 2;
        transition-delay: .16s;
    }

    #team-menu-item, #team-footer-menu-item
    {
        order: 3;
        transition-delay: .24s;
    }

    #contact-menu-item, #contact-footer-menu-item
    {
        order: 4;
        transition-delay: .32s;
    }

    #menu-pane:not(.menu-active) #home-menu-item,
    #menu-pane:not(.menu-active) #purpose-menu-item,
    #menu-pane:not(.menu-active) #methods-menu-item,
    #menu-pane:not(.menu-active) #team-menu-item,
    #menu-pane:not(.menu-active) #contact-menu-item
    {
        transition: transform .5s cubic-bezier(0.2, 1, 0.2, 1) 0s, opacity .5s cubic-bezier(0.2, 1, 0.2, 1) 0s;
    }

    /* EVENTS */

    /* MENU BUTTON HOVER */

.can-hover:not(.viewport-resizing) #menu-button:hover + #menu-pane, #menu-pane.menu-active
{
    transform: translate(0,0);
    opacity: 1;
}

.can-hover #menu-button:hover .menu-button-bar
{
    stroke-dashoffset: 0;
    stroke: #345382;
}

    /* MENU BUTTON ACTIVE */

#menu-button.menu-active .menu-button-bar
{
    stroke: #8d9a9e;
}

.can-hover #menu-button.menu-active:hover .menu-button-bar
{
    stroke: #345382;
}

#menu-button.menu-active #menu-button-bar-2
{
    stroke-dashoffset: 38;
    stroke-dasharray: 34;
}

#menu-button.menu-active #menu-button-bar-1
{
    transform: translate(-3px,5px) rotateZ(45deg);
}

#menu-button.menu-active #menu-button-bar-3
{
    transform: translate(7px,6px) rotateZ(135deg);
}

    /* MENU ACTIVE */

#menu-pane.menu-active
{
    opacity: 1;
}

#menu-pane.menu-active #menu-logo
{
    /* transform: translate(0,0); */
}

#menu-pane.menu-active #menu-overlay
{
    top: 0px;
    opacity: .35;
    transition-delay: 0s;
}

#menu-pane.menu-active #menu
{
    transform: translate(0,160px);
}

#menu-pane.menu-active #menu-background
{
    transform: translate(0,160px);
}

    /* MENU ITEM CURRENT */

 #menu-pane.menu-active .menu-item.current .svg-line
 {
     transition-delay: .6s;
 }

.can-hover .menu-item.current:not(:hover) .menu-item-header, .can-hover .menu-item.current:not(:hover) .svg-line
{
    transition-delay: .25s;
}

.can-hover .menu-item.current:hover .menu-item-header, .can-hover .menu-item.current:hover .svg-line
{
    transition-delay: 0s;
}

    /* MENU ITEMS HOVER */

.can-hover .menu-item:hover .menu-item-header, .menu-item.current .menu-item-header
{
    color: #345382;
}

.can-hover .menu-item:hover .svg-line, #menu-pane.menu-active .menu-item.current .svg-line
{
    stroke-dashoffset: 0%;
}

.can-hover #menu-pane.menu-active .menu-item:hover ~ .menu-item .svg-line
{
    stroke-dashoffset: 141.5%;
    transition-delay: 0s;
}

.can-hover .menu-item:hover ~ .menu-item.current .menu-item-header
{
    color: #8d9a9e;
    transition-delay: 0s;
}

/********************************
*             FOOTER            *
********************************/

#footer
{
    width: calc(100vw - 96px);
    height: 260px;
    padding: 48px;
    position: relative;
    background-color: #f5f5f5;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}

#footer-menu
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

#footer-menu-label
{
    width: 100%;
    text-align: center;
}

.footer-menu-item
{
    transition: color .4s cubic-bezier(0.2, 1, 0.2, 1), transform 1s cubic-bezier(0.2, 1, 0.2, 1) 0s;
    margin: 8px;
}

.can-hover .footer-menu-item:hover
{
    color: #345382;
}

.footer-group
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.footer-line
{
    width: 250px;
}

#footer-logo
{}

#footer-logo .logo-mark
{
    height: 50px;
}

#footer-text
{
    /* text-align: center; */
    /* flex-basis: calc(50vw - 200px); */
    /* line-height: 20pt; */
    /* max-width: 500px; */
}

#copyright
{
    text-align: center;
    margin-top: 8px;
    line-height: 19pt;
}

#copyright span
{
    display: inline-block;
}

#credit
{
    transition: all .25s ease-in-out;
    border-bottom: 1px solid transparent;
    opacity: .75;
    margin-top: 16p;
}

.can-hover #credit:hover
{
    border-bottom: 1px solid #8d9a9e;
    color: #345382;
    opacity: 1;
}

.can-hover #credit:hover .ms_mark, #credit:active .ms_mark
{
    fill: #345382;
}

#ms_logo
{
    width: 20px;
    transform-origin: 46.91% 45.89%;
}

.can-hover #credit:hover #ms_logo, #credit:active #ms_logo
{
    -webkit-animation: markSpin 10s 20;
    animation: markSpin 10s 20;
}

.ms_mark
{
    transition: fill .25s ease-in-out;
}

/********************************
*            SECTIONS           *
********************************/

.section
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:1;
}

    .section.has-top-background-piece,
    .section.has-bottom-background-piece
    {
        height: calc(100vh + 13.125vw);
    }
    
    .section.has-top-background-piece.has-bottom-background-piece
    {
        height: calc(100vh + 13.125vw + 13.125vw);
    }

    .section.has-image-background
    {
        z-index: 0;
        height: 100vh;
    }

    .section:not(.sub-section)
    {
        min-height: 600px;
        height: 100vh;
    }

    .section.has-top-background-piece:not(.sub-section),
    .section.has-bottom-background-piece:not(.sub-section)
    {
        min-height: calc(600px + 13.125vw);
    }

    .section.has-top-background-piece.has-bottom-background-piece:not(.sub-section)
    {
        min-height: calc(600px + 13.125vw + 13.125vw);        
    }

    .section.has-svg-background:not(.sub-section),
    #home-section-1,
    #purpose-section-3,
    #purpose-section-4,
    #team-section-1,
    #contact-section-1,
    #contact-section-3
    {
        justify-content: flex-start;
        padding-left: calc((100vw - 250px)/2 - 14vw);
    }
    
    .section.centered-line
    {
        justify-content: flex-start;
        padding-left: calc((100vw - 250px)/2);
    }

    .section.sub-section
    {
        flex-flow: row nowrap;
        align-items: center;
        height: auto;
        padding: 13.125vw 126px;
        margin: 0px auto;
        max-width: 970px;
    }

    .section.left-align-copy.has-section-image
    {
        justify-content: flex-start;
    }

    .section.right-align-copy.has-section-image
    {
        justify-content: flex-end;
    }

.section-background
{
    width: 102vw;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1vw;
    z-index: -1;
    pointer-events: none;
}

    .section.has-image-background .section-background
    {
        height: calc(100vh + 40vh + 13.125vw + 13.125vw);
        min-height: calc(600px + (600px * .4) + 13.125vw + 13.125vw);
        margin-top: -13.125vw;
    }

    .section-1.has-image-background .section-background
    {
        margin-top: 0;
    }

    .section.last-section.has-image-background .section-background
    {
        height: calc(100vh + 40vh + 13.125vw);
    }

    .section.has-image-background:last-child .section-background
    {

        height: calc(100vh + 40vh + 13.125vw + 200px);
        margin-top: -13.125vw;
    }

        .section-background-mask
        {
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: #fff;
            opacity: .65;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }
        
        .section-background > svg
        {
            position: relative;
        }

.section-content
{
    display: flex;
    position: relative;
}

    .section.has-svg-background:not(.sub-section) .section-content
    {
        
    }

    .section.left-align-offset .section-content
    {
        left: calc(-17vw + 125px);
    }

    .section.right-align-offset .section-content
    {
        left: calc(11vw + 125px);
    }

    .section.has-top-background-piece:not(.has-bottom-background-piece) .section-content
    {
        top: calc(13.125vw/2);
    }
    
    .section.has-bottom-background-piece:not(.has-top-background-piece) .section-content
    {
        top: calc(13.125vw/-2);
    }
    
    .section.has-top-background-piece.has-bottom-background-piece .section-content
    {

    }
    
.section-copy-container
{
    z-index:10;
    position: relative;
}

    .section.sub-section .section-copy-container
    {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        width: 100%;
    }

    .section.sub-section.right-align-copy .section-copy-container
    {
        align-items: flex-end;
        text-align: right;
    }

    .section.sub-section.left-align-copy .section-copy-container
    {
        align-items: flex-start;
        text-align: left;
    }

.section-image-container
{
    width: 250px;
    height: 250px;
    overflow: hidden;
    flex: 0 0 250px;
    position: relative;
    opacity: 0;
    transition: all 2.5s cubic-bezier(0.2, 1, 0.2, 1);
    top: 8px;
}

    .section.active .section-image-container
    {
        transform: translate(0,0);
        opacity: 1;
    }
    
    .left-align-copy .section-image-container
    {
        margin-right: 48px;
        transform: translate(-20px,0);
    }

    .right-align-copy .section-image-container
    {
        margin-left: 48px;
        order: 1;
        transform: translate(20px,0);
    }

.section-image
{
    width: 100%;
    height: 100%;
}

.section-copy-header
{
    line-height: 30pt;
    font-size: 22pt;
    z-index: 10;
}

    .section-copy-header .serif-font
    {
        font-weight: 300;
    }

.section-copy-line
{
    margin: 20px 0px 60px;
    width: 250px;
}

    .section-copy-line.has-subheader
    {
        margin: 4px 0px 26px;
    }

    .section-subheader
    {
        font-size: 14pt;
        margin-bottom: 50px;
    }
    
.section-copy
{
    font-size: 14pt;
    width: 40vw;
    max-width: 600px;
    line-height: 26pt;
    margin-left: 20px;
}

    .section.sub-section.right-align-copy .section-copy
    {
        margin-left: 0px;
        margin-right:  20px;
    }

    .section.sub-section .section-copy
    {
        width: calc(100% - 20px);
        max-width: 633px;
    }
    
        .section-copy .primary-color,
        .section-copy .primary-white-color
        {
            font-weight: 400;
            font-size: 13pt;
            letter-spacing: -.5px;
        }

.section-cta,
#contact-form-submit
{
    font-size: 14pt;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 60px;
}

    .can-hover .section-cta.secondary-color:hover .section-cta-copy
    {
        color: #345382;
    }

    .can-hover .section-cta.secondary-white-color:hover .section-cta-copy
    {
        color: #fff;
    }

    .email-cta
    {
        display: flex;
    }


.section-cta-copy
{
    display: inline-block;
    margin-right: 10px;
    transition: color .2s ease-in-out;
}

    .left-align-copy .email-cta .section-cta-copy
    {
        order: 1;
        margin-right:  0px;
    }
    
.section-cta-arrow
{
    display: inline-block;
}

        .left-align-copy .email-cta .arrow
        {
            order: 0;
            margin-right: 16px;
        }

.separator-line
{
    width: 56vw;
    margin: 0px auto;
    max-width: 720px;
    height: 0px;
    position:relative;
    z-index: 10;
}

    .separator-line svg
    {
        position:absolute;
        top:0px;
    }

/********************************
*     BASIC CUSTOM SECTIONS     *
********************************/

.section-1 .section-cta
{
    opacity: 0;
    transform: translate(0,20px);
}

    .section-1.active .section-cta
    {
        opacity: 1;
        transform: translate(0,0);
    }

    .section-1#home-section-1 .section-cta
    {
        transition: all 2s cubic-bezier(0.2, 1, 0.2, 1) 5.5s;
    }

    .section-1:not(#home-section-1) .section-cta
    {
        transition: all 2s cubic-bezier(0.2, 1, 0.2, 1) 2s;
    }
    
    
/********************************
*             HOME              *
********************************/

#home-section-1 .section-copy
{display: flex;}

#home-copy-logo
{width: 120px;margin-right: 16px;}

#home-section-1 .section-copy > div
{

}

#home-section-1.active .section-copy > div
{
}

#home-section-1 .section-copy > div span.primary-color
{
    opacity: 0;
    transform: translate(-10px,0);
    transition: opacity 2s cubic-bezier(0.2, 1, 0.2, 1) 1.5s, transform 2s cubic-bezier(0.2, 1, 0.2, 1) 1.5s;
}

#home-section-1.active .section-copy > div span.primary-color
{
    opacity: 1;
    transform: translate(0,0);
}

#home-section-1 .section-copy > div span.secondary-color
{
    opacity: 0;
    transform: translate(-10px,0);
    transition: opacity 2s cubic-bezier(0.2, 1, 0.2, 1) 2.5s, transform 2s cubic-bezier(0.2, 1, 0.2, 1) 2.5s;
}

#home-section-1.active .section-copy > div span.secondary-color
{
    opacity: 1;
    transform: translate(0,0);
}

.section.no-copy-text:not(#home-section-1) .section-cta
{
    /* margin-left: 20px; */
    margin-top: 0px;
}


#home-section-1 .section-copy
{
    font-size:14pt;
    line-height:24pt;
    margin-left: 0px;
    transition: opacity 2.8s cubic-bezier(0.2, 1, 0.2, 1) 1.5s, transform 2.8s cubic-bezier(0.2, 1, 0.2, 1) 1.5s, color .5s 0s;
    transform: translate(65px,0);
    margin-left: 20px;
}

#home-section-1.active .section-copy
{
    transform: translate(0,0);
}

#home-section-1 .section-copy div span
{
    display:block;
    font-weight: 300;
}

#home-section-1 .section-copy-line
{
}

#home-section-1 .section-cta
{
    margin-left: 20px;
    margin-left: 0px;
}

/********************************
*            PURPOSE            *
********************************/

#purpose-section-1 .section-content
{
    left: 20vw;
}

#purpose-section-4 .section-content
{
    
}

/********************************
*            METHODS            *
********************************/

#methods-section-1 .section-content
{
    left: -20vw;
}


/********************************
*            CONTACT            *
********************************/

#contact-section-1.left-align-offset .section-content
{
    /* left: -10vw; */
}

#contact-section-2 .section-copy-container
{
}

#contact-section-2 .section-copy
{
    width: 74vw;
    max-width: 760px;
}

#contact-section-2 .section-copy > div:first-child
{
    max-width: 580px;
}

#contact-section-3
{
    height: auto;
    padding-top: 13.125vw;
    padding-bottom: 13.125vw;
}

#contact-info-items
{margin-top: 20px;display: flex;flex-flow: row wrap;justify-content: space-between;}

.contact-info-item
{flex-basis: 49%;margin-top: 40px;}

.contact-info-item .label
{

}

.contact-info-link
{
    display: inline-block;
}

.contact-info-item-arrow
{display: inline-block;margin-right: 8px;margin-left: -17px;transform: translate(30px,0);opacity: 0;
transition: all 2.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s ease-in-out;}

.section.active .contact-info-item-arrow
{
    transform: translate(0,0);
    opacity: 1;
}

.contact-info-link span
{

}

#contact-section-3 .section-copy
{
    margin-left:0px;
    width: 100%;
}

#contact-section-3 .section-copy > div:first-child
{
    margin-bottom: 45px;
    margin-left: 20px;
}

#contact-form
{
    opacity: 1;
    transition: opacity 3.5s cubic-bezier(0.2, 1, 0.2, 1), transform 3.5s cubic-bezier(0.2, 1, 0.2, 1);
    padding-left: 20px;
}

#contact-form.removing
{
    max-height:0;
    opacity: 0;
    overflow-y: hidden;
}

.contact-form-fieldset
{
    padding: 0px;
    border: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    opacity: 0;
    transition:opacity .5s ease-in-out;
}

.contact-form-separator-arrow
{
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.section.active .contact-form-fieldset, .section.active .contact-form-separator-arrow
{
    opacity: 1;
}

#basic-contact-form-fieldset
{
    transition-delay: 0s;
}

#basic-contact-form-fieldset + .arrow
{
    transition-delay: .3s;
}

#address-contact-form-fieldset
{
    transition-delay: .4s;
}

#address-contact-form-fieldset + .arrow
{
    transition-delay: .6s;
}

#comments-contact-form-fieldset
{
    transition-delay: .8s;
}

.contact-form-item
{
    display: inline-block;
    flex-basis: 49%;
    margin: 15px 0px;
}

#comments-contact-form-fieldset .contact-form-item
{
    flex-basis: 100%;
}

.contact-form-label
{
    display: block;
    transition: color .25s ease-in-out;
}

.contact-form-label .error-message
{
    transition: opacity .25s ease-in-out;
}

.contact-form-label .error-message.faded
{
    opacity: .35;
}

.contact-form-line
{
    width: 80%;
}

.contact-form-input
{
    display: block;
    font-size: 14pt;
    border: none;
    height: 34px;
    width: calc(100% - 16px);
    margin-right: 16px;
}

#comments.contact-form-input
{
    height: 68px;
    min-height: 68px;
    padding: 8px 0px;
    resize: vertical;
}

#contact-form-submit
{
    margin-top: 45px;
    border: 0px;
    transition: all .25s ease-in-out;
    margin-left: -20px;
    background: none;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    outline: none;
}

.contact-form-submit-arrow
{
    margin-left: 8px;
}

.can-hover #contact-form-submit:hover
{
    color: #345382;
}

.can-hover #contact-form-submit:hover .arrow polygon
{
    fill: #345382;
}

::placeholder
{ 
    color: #dfdfdf;
}

.can-hover .form:not(.has-focus) .contact-form-item:hover .line .svg-line, .contact-form-item.has-focus .line .svg-line
{
    stroke-dashoffset: 0%;
}

.can-hover .contact-form-item:hover .contact-form-label, .contact-form-item.has-focus .contact-form-label
{
    color: #345382;
}

.contact-form-input:focus
{
    outline: none;
}

#contact-section-3 .section-cta
{
    display: none;
    margin-top: 15px;
}

#contact-section-3 .section-cta.show
{
    display: inline-block;
}



/**********************************
*       SECTION ELEMENT           *
*   TRANSITIONS/TRANSFORMATIONS   *
**********************************/

.section-copy-header, .section-subheader, .section-copy, .section-cta
{
    transform: translate(-20px, 0);
    opacity:  0;
}

    .section-copy-header
    {
        transition: transform 2.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 2.5s cubic-bezier(0.2, 1, 0.2, 1);
        transform: translate(0, 20px);
    }

    .section-subheader
    {
        transition: transform 2.5s cubic-bezier(0.2, 1, 0.2, 1) .1s, opacity 2.5s cubic-bezier(0.2, 1, 0.2, 1) .1s;
        transform: translate(0, -10px);
    }

    .section-copy
    {
        transition: transform 2.5s cubic-bezier(0.2, 1, 0.2, 1) .2s, opacity 2.5s cubic-bezier(0.2, 1, 0.2, 1) .2s;
    }

    .section-cta
    {
        transition: transform 2.5s cubic-bezier(0.2, 1, 0.2, 1) .45s, color .5s 0s, 2.5s cubic-bezier(0.2, 1, 0.2, 1) .45s, color .5s 0s;
    }

.right-align-copy .section-copy,
.right-align-copy .section-cta
{
    transform: translate(20px, 0);
    opacity:  0;
}

.section.active .section-copy-header,
.section.active .section-subheader,
.section.active .section-copy,
.section.active .section-cta,
.page-loaded .section-1 .section-copy-header,
.page-loaded .section-1 .section-subheader,
.page-loaded .section-1 .section-copy,
.page-loaded .section-1 .section-cta
{
    opacity: 1;
    transform: translate(0,0);
}

.section-cta .svg-arrow
{
    transition: all .5s;
}

/********************************
*          HERO IMAGES          *
********************************/

#home-section-1 .hero
{
    background: url('/images/hero/1x/building_top.jpg') no-repeat center center;
    background-size: cover;
}

#home-section-3 .hero
{
    background: url('/images/hero/1x/chairs_table.jpg') no-repeat center center;
    background-size: cover;
}

#home-section-5 .hero
{
    background: url('/images/hero/1x/desk_coffee.jpg') no-repeat center top;
    background-size: cover;
}

#home-section-5 .section-background-mask
{
    opacity: .8;
}

#purpose-section-1 .hero
{
    background: url('/images/hero/1x/scotland.jpg') no-repeat center center;
    background-size: cover;
}

#purpose-section-3
{
    height: calc(100vh + 13.65vw);
    min-height: calc(600px + 13.65vw);
}

#purpose-section-3 .hero
{
    background: url('/images/hero/svg/graph_paper.svg') no-repeat center center;
    background-size: cover;
    height: calc(100vh + 40vh + 45.45vw + 13.125vw);
    min-height: calc(600px + (600px * .4) + 45.45vw + 13.125vw);
    opacity: 0.2;
}

#purpose-section-3 .section-content
{
    top: calc(-13.65vw/2);
    /* left: -8vw; */
}

#purpose-section-4
{
    height: 100vh;
    min-height:  600px;
}

#purpose-section-4 .variable-background-height
{
    /* width: 100%; */
    /* height: 45.45vw; */
    /* position: relative; */
    /* margin-top: -20vh; */
}

#purpose-section-4 .hero
{
    background: url('/images/hero/svg/bottom_line.svg') no-repeat center top;
    background-size: 100% auto;
    height: calc(100% + 45.45vw);
    /* top: -50vh; */
    pointer-events: none;
    top: auto;
    bottom: 0px;
}

#methods-section-1 .section-background-mask
{
    opacity: .8;
}

#team-section-1 .hero
{
    background: url('/images/hero/1x/puzzle_pieces.jpg') no-repeat center bottom;
    background-size: cover;
}

#team-section-1 .section-background-mask
{
    opacity: .8;
}

.team-page .last-section .hero
{
    background: url('/images/hero/1x/desk.jpg') no-repeat 0% 50%;
    background-size: cover;
}

.team-page .last-section .hero .section-background-mask
{
    opacity: .8;
}

#methods-section-1 .hero
{
    background: url('/images/hero/1x/pen_pad.jpg') no-repeat center center;
    background-size: cover;
}

#methods-section-1 .section-background-mask
{
    opacity: .55;
}

#contact-section-1 .hero
{
    background: url('/images/hero/1x/desk_computer.jpg') no-repeat center 50%;
    background-size: cover;
}

#contact-section-1 .section-background-mask
{
    opacity: .7;
}

/* INDIVIDUAL METHODS PAGES */

#health-risk-management-section-1 .hero
{
    background: url('/images/hero/1x/benefits_form.jpg') no-repeat 45% 50%;
    background-size: cover;
}

#health-risk-management-section-1 .section-background-mask
{
    opacity: .85;
}



#employer-sponsored-retirement-plans-section-1 .hero
{
    background: url('/images/hero/1x/retirement.jpg') repeat-y 62% 50%;
    background-size: cover;
}

#employer-sponsored-retirement-plans-section-1 .section-background-mask
{
    opacity: .85;
}



/* 404 */

#four-zero-four-section-1
{
    overflow: hidden;
}

#four-zero-four-section-1 .hero
{
    background: url('/images/hero/1x/building_top.jpg') no-repeat center center;
    background-size: cover;
}

#four-zero-four-section-1 .section-background-mask
{
    opacity: .9;
}

/* BASIC */


/* FORM */


/* ERRORS */



/**/
/**/
/**/