/*
    Theme Name: SAFE Annuity Ed
    Theme URI: http://www.flyinghippo.com
    Version: 1.0
    Author: Flying Hippo
    Author URI: http://www.flyinghippo.com
    License: None
    Description: The Flying Hippo starter theme
    Template: fh-core
*/

body {
    background-color: #e2f0f4 !important;
    background-image: url( images/bg-pattern2.png);
    background-repeat: repeat;
    background-size: 5em;
    font-size: 11px;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    
    color: #4d4d4d !important;
}

body.no-fouc {
    opacity: 0;
}

* {
    font-family: 'source-sans-pro', sans-serif;
}
body h1,
.page-parent {
    font-family: 'abril-fatface', serif;
    font-weight: 400;
    font-size: 2.4em;
    font-style: italic;
    text-transform: lowercase;
    margin: 0;
    color: #a3d1dc;
}

    article div.the-post .page-parent {
    position: static !important;
    font-size: 3.75em;
}

    .h1-fix {
        font-style: normal;
        text-transform: none;
    }

h2 {
    font-family: 'fira-sans-2', sans-serif;
    font-size: 2.5em;
    letter-spacing: .025em;
    color: #5a5377;
    line-height: 1.2;
}

.h2-fix {
    line-height: inherit;
    letter-spacing: normal;
}
    article div.the-post h2 {
    font-size: 3em;
}

h3 {
    font-size: 1.8em;
    font-family: 'fira-sans-2', sans-serif;
    line-height: 1.25;
    color: #5a5377;
}

    article div.the-post h3 {
    font-size: 2.5em !important;
}

h4 {
    font-size: 2em;
    font-family: 'source-sans-pro', sans-serif;
    color: #4d4d4d;
    line-height: 1.2;
}

    article div.the-post h4 {
    font-size: 2.25em;
}

h5 {
    font-weight: 500;
    font-size: 1.3em;
}

    article div.the-post h5 {
    font-size: 2em;
}

h6 {
}

    article div.the-post h6 {
    font-size: 1.75em;
}

    article div.the-post h1,
    article div.the-post h2,
    article div.the-post h3,
    article div.the-post h4,
    article div.the-post h5,
    article div.the-post h6 {
        display: block !important;
        margin: 0;
        padding: 20px 0;
        font-family: 'fira-sans-2', sans-serif;
        font-style: normal;
        color: #5a5377;
        line-height: 1.2;
        
        background-color: transparent !important;
    }

p {
    font-size: 1.4em;
    font-family: 'source-sans-pro', sans-serif;
    line-height: 1.3;
    letter-spacing: .025em;
    color: #4d4d4d;
}

.the-post p {
    margin-bottom: 1.5em;
}

a,
a:focus,
a:hover,
a:visited,
a:active {
    text-decoration: none !important;
    
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

    .the-post a,
    .the-post a:visited {
        color: #5a5377;
        font-weight: 600;
        border-bottom: 1px solid #5a5377;

        transition: all .15s ease-out;
    }

    .the-post a:active,
    .the-post a:hover,
    .the-post a:focus {
        color: #a3d1dc;
        border-bottom: 1px solid #a3d1dc;
    }

	p a {

	}

    a img {
    }

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

ul, ol {
    font-family: 'source-sans-pro', sans-serif;
}

    .the-post > ul,
    .the-post > ol {
        font-size: 1.4em;
        padding-bottom: 1.25em;
    }
    .the-post ul,
    .the-post ol {
        padding-left: 1em;
        letter-spacing: .025em;
        line-height: 1.3;
    }

        .the-post ul li,
        .the-post ol li {
            list-style-type: none;
            padding: 0 0 .5em;
        }

            .the-post ul li::before {
                content: '•';
                padding-right: .5em;
                color: #a3d1dc;
            }

            .the-post ul li:last-of-type,
            .the-post ol li:last-of-type {
                padding: 0;
            }

            .the-post ul li > ul,
            .the-post ol li > ol {
                padding-top: .5em;
            }

li {
    list-style-type: none;
}

    .content-int ul, .content-int ol {
        list-style-position: inside;
    }

    .content-int li {
        list-style-type: disc;
    }

    .content-int ol li {
        list-style-type: decimal;
    }

hr {
}

    .the-post hr {
        border-top: 2px solid #a3d1dc;
        margin: 3em 0 2em;
    }

input, textarea {
}

input:focus, textarea:focus {
	outline: none;
}

table {
    border-collapse: collapse;
}

    table th {
    }

    table td {
    }


.the-post table {
    position: relative;
    border-collapse: collapse;
    display: block;
    height: auto !important;
    margin: 0 0 2.4em;
    overflow: scroll;
    width: 100%;
    font-size: 1.5em;
    font-family: 'source-sans-pro', sans-serif;
    border: 2px solid #a3d1dc;

    -webkit-overflow-scrolling: touch;
}

    .the-post th,
    .the-post td {
        min-width: 200px;
        padding: .5em;
    }

.the-post th {
    border-bottom: 2px solid #a3d1dc;
}

    .the-post table thead,
    .the-post table tbody {
    }

        .the-post table thead th,
        .the-post table thead td {
            line-height: 1;
            padding: .25em;
            text-align: left;
            vertical-align: top;
        }

    .the-post tbody th,
    .the-post tbody td {
        padding: .5em 1em;
    }

    .the-post tbody th {
        text-align: left;
        color: #5a5377;
        
        transition: color .2s ease-in-out;
    }

.the-post tbody tr:first-of-type {
}
    .the-post tbody td {
/*        background-color: #fef8ed;*/
        font-size: 200;
    } 

    .the-post tbody tr:nth-child(even) td {
/*        background-color: #fbeed1;*/
    }

.the-post blockquote {
    position: relative;
    padding: 0 0 0 4.5em;
}

.the-post blockquote::before {
    content: "\201C";
    left: -.08em;
    top: -.3em;
    position: absolute;
    font-size: 8em;
    font-family: serif;
    font-weight: bold;
    color: #a3d1dc;
    z-index: 0;
}

.the-post blockquote p {
    position: relative;
    z-index: 1;
    font-size: 1.7em;
    line-height: 1.3;
}

.the-post .page-links {
    font-size: 1.5em;
    color: #5a5377;
}

    .the-post .page-links a {
        border-bottom: none;
        font-weight: bold;
    }

    .the-post .page-links .divider {
        padding: 0 .5em;
    }

    .the-post .page-links .arrow {
        background-image: url(images/arrow.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: .8em;
        position: relative;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: .8em;
    }

.the-post .page-link:hover .arrow {
    background-image: url(images/arrow-blue.svg);
}

        .the-post .page-links .arrow.prev {
            margin: 0 .5em 0 0;
            top: 1px;
        }

        .the-post .page-links .arrow.next {
            margin: 0 0 0 .5em;
            top: 2px;
            transform: scaleX(-1);
        }

.hidden-title {
    color: transparent;
    height: 1px;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.clear {
    clear: both;
}

.col {
    float: left;
}

.two-thirds {
    width: 66.6667%;
}

.half {
    width: 50%;
}

.third {
    width: 33.3333%;
}

.fourth {
    width: 25%;
}

.fifth {
    width: 20%;
}

.four-fifths {
    width: 80%;
}

.short {
    height: 50%;
}

.tall {
    height: 100%;
}

.alignnone {

}

.alignleft {
    float: left;
    padding: 0 2em 2em 0;
}

.alignright {
    float: right;
    padding: 0 2em 0 2em;
}

.aligncenter {

}

a img.alignright {

}

a img.alignnone {

}

a img.alignleft {

}

a img.aligncenter {

}

.wp-caption {

}

    .wp-caption.alignnone {

    }

    .wp-caption.alignleft {

    }

    .wp-caption.alignright {

    }

    .wp-caption img {

    }

    .wp-caption p.wp-caption-text {

    }

.footer-int .footer-dynamic .footer-content.blank {
    display: none;
}

@media screen and (min-width: 400px) {
    body {
        font-size: 13px;
    }
    body h1,
    .page-parent {
        font-size: 3em;
    }
}
@media screen and (min-width: 770px) {
    h2 {
        font-size: 3em;
    }
    
    body h1,
    .page-parent {
        font-size: 5em;
    }
    
    .footer-int .footer-dynamic .footer-content.blank {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    body h1,
    .page-parent {
        font-size: 5.5em;
    }
    h2 {
        font-size: 2.3em;
    }

    .the-post blockquote {
        padding: 0 4.5em;
    }
}
@media screen and (min-width: 1200px) {
    body {
        font-size: 14px;
    }
    body h1,
    .page-parent {
        font-size: 6.4em;
    }
    h3 {
        font-size: 2.2em;
    }
}
@media screen and (min-width: 1300px) {
    h2 {
        font-size: 3em;
    }
    
    p {
        font-size: 1.6em;
    }
    
    .the-post table {
        display: table;
    }
    
    .the-post > ul,
    .the-post > ol {
        font-size: 1.6em;
    }
}
@media screen and (min-width: 1400px) {
    h2 {
        font-size: 3.3em;
    }
}
@media screen and (min-width: 1500px) {
    body h1,
    .page-parent {
        font-size: 7.85em;
    }
    h2 {
        font-size: 3.5em;
    }
}

/* Start Editing */

/* Header */

.header {
    position: relative;
    z-index: 999;
    width: 100%;
    
    background-color: #ffffff;
}

.header-int {
    display: block;
    position: relative;
    margin: auto;
    height: 7em;
    max-width: 1800px;

    font-family: 'source-sans-pro', sans-serif;
}

    .header-int .wrap {
        display: table;
        position: absolute;
        left: -3px;
        width: 10.5em;
        height: 10.5em;

        background-color: #ffffff;
        border-radius: 100%;
    }

    .header-int .logo {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
        width: 100%;
    }

        .header-int .logo img {
            height: 7.5em;
            padding-bottom: 1em;
        }

@media screen and (min-width: 992px) { 
    .header-int {
        height: auto;
        padding-right: 2.5em;
    }
    
        .header-int .wrap {
            width: 12em;
            height: 12em;
            top: 1.8em;
        }

            .header-int .logo img {
                height: 8.5em;
                padding-bottom: 1em;
            }
}

@media screen and (min-width: 1300px) {
    .header-int .wrap {
        height: 14em;
        width: 14em;
    }
    
    .header-int .logo img {
        height: 9em;
    }   
}

@media screen and (min-width: 1500px) {
    .header-int .wrap {
        height: 16em;
        width: 16em;
    }
    
    .header-int .logo img {
        height: 10em;
    }
}

/* Nav Menu */

.mobile-menu {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    
    padding-top: 7em;
    
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;

    transform: scale(.98);
}
    .mobile-menu a,
    .nav-menu a {
        color: #5a5377;
        text-decoration: none;

        transition: color .15s ease-out;
    }

        .mobile-menu a:hover,
        .mobile-menu a:active,
        .mobile-menu a:focus,
        .nav-menu a:hover,
        .nav-menu a:active,
        .mobile-menu a:focus {
            color: #e5c220;
            text-decoration: none;
        }

        .mobile-menu > ul,
        .nav-menu > ul {
            padding: 2em;
            font-size: 1.5em;
            text-transform: lowercase;
        }

            .mobile-menu div > li {
                border-bottom: 1px solid #a3d1dc;
                padding: .75em 0;
            }

            .mobile-menu div:last-of-type > li:last-of-type {
                border-bottom: none;
            }

        .mobile-menu .sub-menu {
            padding: 0.25em 1.5em;

            font-size: .9em;
            text-transform: lowercase;
        }

.mobile-menu .sub-menu li,
.nav-menu .sub-menu li {
    padding: 0.5em 0;
    text-align: left;
    line-height: 1.2;
}



.nav-menu {
    display: none;
}

.ancillary-menu {
    width: 100%;
    display: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    
    padding: 1.65em 3.5em 0 0;
}

    .ancillary-menu ul {
        float: right;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.025em;
    }

        .ancillary-menu li {
            display: inline;
        }

            .ancillary-menu li::after {
                content: ' /';
                color: #e5c220;
                padding: 0 .2em;
            }

            .ancillary-menu li:last-of-type::after {
                content: '';
                padding: 0;
            }

            .ancillary-menu li a {
                color: #e5c220;
            }

.ancillary-menu li a:hover {
    color: #5a5377;
}

@media screen and (min-width: 992px) {
    .mobile-menu {
        display: none;
    }

    .nav-menu {
        display: inline-block !important;
        position: relative;
        left: 9.8em;
        width: 66%;
        z-index: inherit;
        
        padding-top: 0;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scale(1) !important;
        
        font-size: 1.2em;
    }
    
        .nav-menu > ul {
            text-align: justify;
            padding: 4em 1em 0 0;
            width: 100%;
            
            font-size: 1em;
        }
    
            .nav-menu > ul::after {
                content: '';
                display: inline-block;
                width: 100%;
            }

            .nav-menu > ul > li {
                position: relative;
                display: inline-block;   
                padding: 0 0 1.1em 0;
                
                border-bottom: none;
            }
    
    .nav-menu > ul > li::after {
        content: '';
        height: 2.5em;
        position: absolute;
        width: 100%;
    }
    
    .nav-menu > ul > li > a {
        padding-left: .5em;
    }

        .nav-menu .sub-menu {
            opacity: 0;
            visibility: hidden;
        
            transform: scale(.98);
            text-transform: uppercase;
            
            position: absolute;
            top: 4.15em;
            padding: 1.25em 1.5em;
            width: 12em;
            
            background-color: #e5c220;
            transition: all .15s ease-out;
            
        }
    
            .nav-menu .sub-menu a {
                color: #ffffff;
            }
            .nav-menu .sub-menu a:hover {
                color: #5a5377;
            }
    
    .nav-menu .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        
        transform: scale(1);
    }
    
    .ancillary-menu {
        display: block;
    }
}

@media screen and (min-width: 1300px) {    
    .nav-menu {
        left: 9.8em;
        font-size: 1.4em;
    }
    
    .nav-menu .sub-menu {
        top: 3.8em;
    }
    
    .ancillary-menu {
        padding: 2.25em 5em 0 0;
    }
}

@media screen and (min-width: 1500px) {
    .nav-menu {
        font-size: 1.6em;
    }
    
        .nav-menu > ul {
            padding: 3.9em 1.75em 0 0;
        } 
    
        .nav-menu .sub-menu {
            top: 3.82em;
        }
    
    .ancillary-menu {
        padding: 2.75em 5em 0 0;
    }
}

.search {
    position: relative;
    z-index: 2;
    float: right;
    padding: .3em .75em;
    margin: .8em;
    
    border: none;
    border-radius: 2em;
    background-color: #5a5377;
}

    .search #searchsubmit {
        float: left;
        height: 2em;
        width: 2em;
        
        background-color: transparent;
        background-size: 1.4em;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        outline: none;
        background-image: url(images/icon-search.svg);
        transition: all .15s ease-out;
    }

        .search #searchsubmit:hover {
            transform: scale(1.06);
        }

    .search #s {
        padding: 0;
        width: 0;
        
        font-size: 1.3em;
        color: #ffffff;
        
        background-color: transparent;
        border: none;
            
        transition: all .3s ease-out;
    }

        .search #s::-webkit-input-placeholder {
            color: #ffffff;
            font-size: 1em;
            transition: .15s ease-out;
        }
        .search #s::-moz-placeholder {
            color: #ffffff;
            font-size: 1em;
            transition: .15s ease-out;
        }
        .search #s:-moz-placeholder {
            color: #ffffff;
            font-size: 1em;
            transition: .15s ease-out;
        }
        .search #s:ms-input-placeholder {
            color: #ffffff;
            font-size: 1em;
            transition: .15s ease-out;
        }

        .search #s:focus::-webkit-input-placeholder {
            opacity: 0;
            transition: .15s ease-out;
        }
        .search #s:focus::-moz-placeholder {
            opacity: 0;
            transition: .15s ease-out;
        }
        .search #s:focus:-moz-placeholder {
            opacity: 0;
            transition: .15s ease-out;
        }
        .search #s:focus:ms-input-placeholder {
            opacity: 0;
            transition: .15s ease-out;
        }
    
/*
        .search:hover #s,
        .search #s:focus {
            padding: 0 0 0 .5em;

            width: 9em;
        }
*/

.mobile-menu-wrapper {
    display: block;
    float: right;
    clear: both;
}

.mobile-menu-button {
    color: #5a5377;
    display: block;
    float: right;
    padding: 0 1.4em 0 0;
    margin: .25em 1.2em;
    
    font-family: 'source-sans-pro', sans-serif;
    font-size: 1.3em;
    line-height: .9;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
    
    transition: color .15s ease-out;
}

.mobile-menu-button:hover,
.mobile-menu-button:active,
.mobile-menu-button:focus,
.mobile-menu-button:visited {
    text-decoration: none;
}

.mobile-menu-button:hover,
.mobile-menu-button:active {
    color: #e5c220;
}
    .open {
        z-index: 4;
    }

        .menu-button-icn {
            line-height: 0;
            margin: -.425em 0 0;
            position: absolute;
            right: 0;
            top: 50%;
            width: 1em;
        }

            .menu-button-icn li {
                background-color: #58595b;
                border-radius: 3px;
                height: 2px;
                position: absolute;
                width: 100%;

                -webkit-transition: all .25s ease-out;
                   -moz-transition: all .25s ease-out;
                    -ms-transition: all .25s ease-out;
                        transition: all .25s ease-out;
            }

            .first-menu-button-line {
            }

            .second-menu-button-line {
                -webkit-transform: translateY( .375em );
                   -moz-transform: translateY( .375em );
                    -ms-transform: translateY( .375em );
                        transform: translateY( .375em );
            }

            .third-menu-button-line {
                -webkit-transform: translateY( .75em );
                   -moz-transform: translateY( .75em );
                    -ms-transform: translateY( .75em );
                        transform: translateY( .75em );
            }

            .open .first-menu-button-line,
            .open .second-menu-button-line {
                -webkit-transform: translateY( .375em ) rotate( 45deg );
                   -moz-transform: translateY( .375em ) rotate( 45deg );
                    -ms-transform: translateY( .375em ) rotate( 45deg );
                        transform: translateY( .375em ) rotate( 45deg );
            }

            .open .second-menu-button-line {
                opacity: 0;
            }

            .open .third-menu-button-line {
                -webkit-transform: translateY( .375em ) rotate( -45deg );
                   -moz-transform: translateY( .375em ) rotate( -45deg );
                    -ms-transform: translateY( .375em ) rotate( -45deg );
                        transform: translateY( .375em ) rotate( -45deg );
            }


@media screen and (min-width: 992px) {
    .search {
        position: relative;
        display: inline-block;
        float: right;
        
        padding: .5em 1.25em;
        margin: 4.25em 1em 0 0;
    }

        .search #s {
            width: 4em;
        }
    
    .search #searchsubmit {
        margin-right: .5em;
        background-size: 1.8em;
    }
    
/*
    .search #s:focus {
        padding: 0;
        width: 11em;
    }
*/
    
    .mobile-menu-wrapper {
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    .search {
        margin: 5.2em 2.5em 0 0;
    }
    
    .search #s {
        width: 7em;
    }
    
    .nav-menu > ul > li {  
        padding: 0 0 .65em 0;
    }
}

@media screen and (min-width: 1500px) {
    .search {
        margin: 6em 2.5em 0 0;
    }
    
    .search #s {
        width: 11em;
    }
    
    .nav-menu > ul > li {
        padding: 0 0 .7em 0;
    }
}


/*.current_menu_item,
.current_menu_parent,
.current_menu_ancestor,
.current-page-item,
.current-page-parent,
.current-page-ancestor {
    
}*/

/* Footer */

.border {
    display: block;
    margin: auto;
    height: .18em;
    width: 95%;
    background-color: #ffffff;
}

.footer {
    width: 100%;
    padding-top: 4em;
    
    background-color: #e2f0f4;
}

    .footer-int {
        display: block;
        margin: auto;
        max-width: 1800px;
        width: 100%;
        padding: 0 3em;

        color: #5a5377;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.2;
    }

    .footer-int p {
        font-size: 1em;
        font-weight: 400;
    }

    .footer-int .fourth {
        width: 50%;
        height: 9em;
    }

    .footer-int .fifth {
        width: 100%;
    }

    .footer-int .four-fifths {
        width: 100%;
    }


    .footer-int a {
        color: #5a5377;

        transition: color .15s ease-out;
    }

        .footer-int a:hover {
            color: #e5c220;
            text-decoration: none;
        }

    .footer-int .icons svg,
    .footer-int .icons a {
        display: inline-block;
        height: 3em;

        padding-right: .2em;
    }

    .footer-int .footer-static .footer-content {
        width: 50%;
        float: left;
        
        text-align: center;
    }

    .footer-int .footer-dynamic {
        padding-top: 2.5em;
    }

        .footer-int .footer-dynamic .footer-content {
            display: table;
        }

        .footer-int .footer-dynamic a {
            display: table-cell;
            height: 100%;
            width: 100%;
            vertical-align: middle;
        }

            .footer-int .footer-dynamic a:hover img {
                transform: scale(1.02);
/*                transform: translateX(1px) translateY(1px);*/
            }

        .footer-int .footer-dynamic img {
            display: block;
            margin: auto;
            max-width: 11em;
            
            transition: all .15s ease-out;
        }

@media screen and (min-width: 770px) {
    
    .footer {
        padding-top: 3.5em;
    }
    
    .footer-int .fourth {
        width: 25%;
        height: auto;
    }

    .footer-int .fifth {
        width: 25%;
    }

    .footer-int .four-fifths {
        width: 75%;
    }

    .footer-int p {
        margin-top: 1em;
    }

    .footer-int .footer-static .footer-content {
        width: auto;
        float: none;
        
        text-align: left;
    }

    .footer-int .footer-dynamic {
        padding-top: 0;
    }

        .footer-int .footer-dynamic div {
            text-align: center;
        }

        .footer-int .footer-dynamic img {
            max-width: 11em;
        }

/*
        .footer-int .footer-dynamic a {
            display: block;
            height: 100%;
            width: 100%;
        }
*/

        .footer-int .footer-dynamic .footer-content:nth-last-child(-n+4) {
            padding-top: 1.5em;
            margin-bottom: 3em;
        }

    .footer-int .footer-content {
        height: 8em;
        padding: 0 1em;
    }
    
}

@media screen and (min-width: 992px) {
    .footer-int {
        padding: 0 4em;
    }
    
        .footer-int .fifth {
            width: 20%;
        }

        .footer-int .four-fifths {
            width: 80%;
        }

        .footer-int .footer-dynamic img {
            max-width: 13em;
        }
}

@media screen and (min-width: 1300px) {
    
    .footer h5 {
        font-size: 1.5em;
    }
    
    .footer-int {
        padding: 0 5em;
    }
    
        .footer-int .icons svg,
        .footer-int .icons a {
            height: 4em;
            padding-right: .5em;
        }

        .footer-int .footer-dynamic img {
            max-width: 15em;
        }
}

@media screen and (min-width: 1500px) {
    
    .footer {
        padding-top: 5em;
    }
    
    .footer h5 {
        font-size: 1.8em;
        line-height: 1.3;
    }
    .footer-int {
        padding: 0 6em;
    }

        .footer-int .icons svg,
        .footer-int .icons a {
            height: 5em;
        }

        .footer-int .footer-dynamic img {
            max-width: 18em;
        }
    
    .footer-int p {
        font-size: 1.3em;
        margin-top: 1.5em;
    }
    
    .footer-int .footer-dynamic .footer-content:nth-last-child(-n+4) {
/*
        padding-top: 6.5em;
        margin-bottom: 13em;
*/
        padding-top: 2em;
        margin-bottom: 8em;
        height: 11em;
    }
    
    .footer-int .icons {
        padding-top: 2.25em;
    }
}

/* Content */

.content {
    position: relative;
    display: block;
    margin: auto;
    
    width: 100%;
    max-width: 1800px;
}

.content-int {
    display: block;
    margin: 2.5em 1em 3em;
    padding: 0 !important;
}

.content-int li {
    list-style-type: none;
}

@media screen and (min-width: 480px) {
    
}
@media screen and (min-width: 770px) {
    content-int {
        margin: 2.5em 3em 3em;
    }
}
@media screen and (min-width: 992px) {
    .content-int {
        margin: 3em 3.5em 3.5em;
    }
}
@media screen and (min-width: 1300px) {
    .content-int {
        margin: 4em 4.5em 4.5em;
    }
}
@media screen and (min-width: 1500px) {
    .content-int {
        margin: 4em 5em 5em;
    }
}

/* Front Page */

.flexslider {
    width: 100%;
    border: none !important;
    margin-bottom: 3em !important;
    /*padding-bottom: 6em;*/
}

    .flexslider .slides {
        position: relative;
    }

        .flexslider .slide {
            display: block;
        }

    .flexslider .image {
        position: relative;
        padding-bottom: 47%;
        width: 100%;
        float: none;
        display: block;

        background-image: url(images/slider-01.png);
        background-size: cover;
        background-position: center;
    }

.flexslider .image::before {
    content: '';
    position: absolute;
    right: calc(50% - 30px);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    border-right: 30px solid transparent;
}

    .flexslider .content {
        float: none;
        width: 100%;
        padding: 2em;
    }

        .flexslider .content h2 {
            padding: .75em 0 1em;
        }

        .flexslider .content p {
            padding-bottom: 1.5em;
        }

    .flexslider .flex-control-nav {
        width: 100%;
        bottom: 2em;
        z-index: 2;
    }

        .flexslider .flex-control-nav a.flex-active {
            box-shadow: none;
            -webkit-box-shadow: none;
            background-color: #e5c220;
        }

        .flexslider .flex-control-nav a {
            margin: 0 .2em;
            height: 15px;
            width: 15px;

            box-shadow: none;
            -webkit-box-shadow: none;
            background-color: transparent;
            border: 2px solid #e5c220;

            transition: background-color .15s ease-out;
        }

            .flexslider .flex-control-nav a:hover {
                background-color: #e5c220;
            }

.big-read-more {
    float: right;
    padding: .35em 1em .3em;
    margin-bottom: 2.4em;

    font-family: 'source-sans-pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 1.4em;

    background-color: #5a5377;
    border: 2px solid transparent;
    border-radius: 1.5em;
    cursor: pointer;
    transition: all .15s ease-out;
}

    .big-read-more a {
        color: #ffffff;
    }

    .big-read-more:hover {
        background-color: #ffffff;
        color: #5a5377;
        border: 2px solid #5a5377;
    }

        .big-read-more:hover a {
            color: #5a5377;
            text-decoration: none;
        }

@media screen and (min-width: 992px) {
    .flexslider .content p,
    .flexslider .big-read-more {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 1100px) {
    .flexslider .content p,
    .flexslider .big-read-more {
        font-size: 1.4em;
    }
}
.articles {
    width: 100%;
    margin-bottom: 3em;
}

.articles.table {
    margin-bottom: 2em;
}

    .articles .article {
        width: 100%;
        height: auto;
        float: none;
        padding-bottom: 3em;
        
        transition: all .15s ease-out;
    }

        .articles .read-more {
            display: none;
        }

        .articles .article:hover {
            transform: scale(1.01) !important;
            text-decoration: none;
        }

        .articles .article:hover h4 {
            background-color: #e5c220;
        }

        .articles .article a:hover {
            text-decoration: none;
        }

    .articles .wrap {
        width: 100%;
        padding: 0 2em 2em 2em;
        background-color: #ffffff;
    }

        .articles .spacer {
            height: 1em;
        }

    .articles .article-header {
        text-align: center;
    }

    .articles p {
        font-size: 1.4em;
    }

    .articles h4 {
        color: #ffffff;
        width: 8em;
        display: block;
        margin: auto auto 2em;
        padding: .5em;
        
        transition: background-color .15s ease-out;
    }

    .articles h3 {
        padding: .2em 0 1em;
    }

    .articles .news {
        background-color: #a3d1dc;
    }

    .articles .article {
        background-color: #ffffff;
    }

    .article-info {
        font-family: 'source-sans-pro', sans-serif;
        color: #e5c220;
        font-size: 1.2em;
    }

        .article-info .divider {
            color: #a3d1dc;
            padding: 0 .2em;
        }

.popout {
    width: 100%;
    background-color: #a3d1dc;
    padding: 4em;
}

    .popout h2 {
        padding-bottom: .4em;
    }

    .popout .popout-int {
        width: 100%;
        float: left;
    }

    .popout .popout-buttons {
        width: 100%;
        float: right;
        padding-top: 3em;
        text-align: center;
        cursor: pointer;
    }

        .popout .popout-buttons span {
            display: block;
            width: 8em;
            margin: auto;
            padding: .3em 0 .4em;

            font-family: 'source-sans-pro', sans-serif;
            font-size: 1.8em;
            color: #a3d1dc;
            text-transform: lowercase;
            border-radius: 2em;
            border: 2px solid transparent;
            background-color: #5a5377;
        
        -webkit-transition: all .15s ease-out;
           -moz-transition: all .15s ease-out;
            -ms-transition: all .15s ease-out;
                transition: all .15s ease-out;
        }

            .popout-buttons span:first-of-type {
                background-color: #ffffff;
            }

                .popout-buttons span:first-of-type:hover {
                    border: 2px solid #ffffff;;
                }

                    .popout-buttons span:first-of-type:hover a {
                        color: #ffffff;
                    }

            .popout-buttons span:last-of-type {
                margin-top: 1.1em;
            }

                .popout-buttons span:last-of-type:hover {
                    border: 2px solid #5a5377;
                }

                    .popout-buttons span:last-of-type:hover a {
                        color: #5a5377;
                    }

            .popout-buttons span:hover {
                background-color: #a3d1dc;
            }


            .popout .popout-buttons a {
                display: block;
                height: 100%;
                width: 100%;
                
                color: #a3d1dc;
            }

/*
            .popout .popout-buttons span:first-of-type {
                background-color: #ffffff;
            }

                .popout .popout-buttons span:first-of-type:hover {
                    background-color: #5a5377;
                }
            .popout .popout-buttons span:last-of-type {
                margin-top: 1.1em;
                background-color: #5a5377;
            }

                .popout .popout-buttons span:last-of-type:hover {
                    background-color: #ffffff;
                }
*/

@media screen and (min-width: 480px) {
    
}
@media screen and (min-width: 770px) {
}
@media screen and (min-width: 992px) {
    .flexslider .image {
        padding-bottom: auto;
        width: 55%;
        display: table-cell;
    }
    
    .flexslider .slide {
        display: table !important;
    }
    
    .flexslider .content {
        display: table-cell;
        padding: 3.2em;
    }

        .flexslider .content h2 {
            padding: 0 0 .5em;
        }
    
    .flexslider .flex-control-nav {
        width: 45%;
        right: 0;
    }
    
    .flexslider .image::before {
        bottom: auto;
        right: 0;
        top: calc(50% - 30px);
        border-left: none;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 30px solid #ffffff;
    }
    
    .big-read-more {
        margin-bottom: 0;
    }
    
    .articles.table {
        margin-bottom: 3em;
    }
    
    .articles .wrap {
        padding: 0 3em 3em 3em;
    }
    
    .articles .article {
        width: 31.7333%;
        float: none;
        display: table-cell;
    }
    .articles .spacer {
        display: table-cell;
        width: 2.4%;
        height: 1em;
    }

    .articles h4 {
        width: 6em;
    }
    
    .popout {
        width: 72%;
        min-width: 850px;
    }
    
    .popout .popout-int {
        width: 66%;
    }
    
    .popout .popout-buttons {
        width: 34%;
        padding-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .flexslider .content {
        padding: 4.5em;
    }
    .articles .wrap {
        padding: 0 4.5em 4.5em 4.5em;
    }
    .articles h4 {
        width: 8em;
    }
}
@media screen and (min-width: 1350px) {

}
@media screen and (min-width: 1500px) {
    .flexslider .content {
        padding: 6.5em;
    }    
    .articles h4 {
        width: 11em;
    }
    .popout .popout-buttons span {
        font-size: 2.2em;
    }
}

/* Interior Page */

.content-wrapper {
    width: 100%;
}

.content-wrapper .content-int {
    position: relative;
    padding: 1.5em;
    margin-top: 7.5em;
}

.content-wrapper .content-int .page-parent {
    position: absolute;
    left: 0;
    top: -1.03em;
    width: auto;
    z-index: 1;
}

.content-int .title {
    position: relative;
    font-family: 'source-sans-pro', sans-serif;
    color: #e5c220;
    font-size: 2.25em;
    margin-bottom: 2em;
    line-height: 1.2;
    
    padding-bottom: .5em;
    border-bottom: 2px solid #e5c220;
}

    .content-int .title span {
        padding-bottom: .25em;
        box-shadow: none;
    }

.content-int .page-content {
    padding: 2em;
    background-color: #ffffff;
}

.content-int .page-content.has-sidebar {
    width: 100%;
    float: none;
}

.sidebar-page ul li {
    border: 2px solid #e5c220;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1.3em;
    padding: .75em 1.5em .75em;
    
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

.sidebar-page li:hover {
    border: 2px solid #5a5377;
}

.sidebar-page li a {
    text-transform: none;
    font-size: 1.3em;
    line-height: 1.2;
    color: #e5c220;
    
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

    .sidebar-page li:hover a {
        color: #5a5377;
    }

@media screen and (min-width: 770px) {
    .content-wrapper .content-int {
        padding: 5em;
    }
    
    .content-wrapper .content-int .page-parent {
        left: 2em;
    }
}
@media screen and (min-width: 992px) {
    .content-wrapper .content-int {
        padding: 6em;
    }
    
    .content-wrapper .content-int .page-parent {
        left: 1.75em;
    }
    
    .content-int .page-content {
        padding: 5em 7em 9em;
    }
    
    .content-int .page-content.has-sidebar {
        width: 80%;
        float: left;
    }
    
    .content-int .title {
        font-size: 2.75em;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .content-int .title span {
        box-shadow: 0px 16px 0px -14px #e5c220;
    }
    .sidebar-page.sidebar {
        width: 18%;
        float: right;
    }
    
    .sidebar-page.sidebar li {
        display: block;
        margin-right: 0;
    }
}
@media screen and (min-width: 1200px) {
    .content-wrapper .content-int {
        padding: 9em;
    }   
    
    .content-wrapper .content-int .page-parent {
        left: 1.35em;
    }
    
    .content-int .page-content {
        padding: 6em 10em 10em;
    }
}
@media screen and (min-width: 1300px) {
    .content-wrapper .content-int {
        margin-top: 8.5em;
    }
    
    .content-wrapper .content-int .page-parent {
        left: 1.45em;
    }
}
@media screen and (min-width: 1500px) {
    .content-wrapper .content-int {
        margin-top: 10em;
    }
    
    .content-wrapper .content-int .page-parent {
        left: 1.35em;
    }
    
    .content-int .page-content {
        padding: 6em 12em 10em;
    }
}

/* Blog */

.blog .content-int {
    background-color: transparent;
    padding: 0;
}

    .blog .content-int h4 {
        display: none;
    }

    .blog .content-int .wrap {
        padding: 2em;
        min-height: 0;
        height: auto;
    }

.blog .content-int .blog-wrap {
    padding: 0;
}

.blog .articles {
    width: 100%;
    float: left;
    position: relative;
}

    .blog .articles .article {
        width: 100%;
        padding: 0 0 0;
    }


.blog .read-more {
    display: block;
    width: 100%;
    height: 4em;
    padding: 2em 0 0;
    margin: 2em 0 0;
    
    font-family: 'source-sans-pro', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid #a3d1dc;
}

.blog .read-more a {
    color: #a3d1dc;
    transition: color .15s ease-out;
}

.blog .article:hover .read-more a {
    color: #5a5377;
    text-decoration: none;
}

.sidebar {
    width: 100%;
    float: none;
    padding: 2em 0 0;
    clear: both;    
}

    .sidebar .widget {
        background-color: #a3d1dc;
        padding: 0 3em 3em;
    }

    .sidebar .widget-title {
        max-width: 9em;
        display: block;
        margin: auto auto 2em;
        padding: .5em;

        text-align: center;
        font-size: 1.8em;
        color: #a3d1dc;

        background-color: #5a5377;
    }

    .sidebar li {
        padding: .6em 0;
        color: #ffffff;
        font-size: 1.4em;
        font-family: 'source-sans-pro', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .025em;
    }

    .sidebar a {
        color: #ffffff;
        transition: color .15s ease-out;
    }

        .sidebar a:hover {
            color: #5a5377;
            text-decoration: none;
        }

.load-more-wrapper {
    position: absolute;
    bottom: -4em;
    height: 4em;
    width: 100%;
    background-color: transparent;
    display: table;
}

    .load-more-wrapper a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: inherit;
        background-color: #5a5377;
    }

    .load-more-wrapper a,
    .load-more-wrapper a:visited {
        font-size: 1.6em;
        font-family: 'source-sans-pro', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .025em;
        color: #ffffff;
        
        transition: all .15s ease-out;
    }

        .load-more-wrapper a:hover,
        .load-more-wrapper a:active,
        .load-more-wrapper a:focus {
            text-decoration: none;
            color: #a3d1dc;
        }

.load-more-wrapper a.disabled {
    opacity: .5;
}

.load-more-wrapper a.disabled:hover {
    color: #ffffff;
}

.fhpagination-list .new {
    opacity: 0;
    transform: scale(.98);
}

.fhpagination-list .article {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}

@media screen and (min-width: 400px) {
    .sidebar .widget {
        padding: 0 5em 5em;
    }
}

@media screen and (min-width: 770px) {
    .blog .content-int .blog-wrap {
        padding: 1em;
    }
}

@media screen and (min-width: 992px) {
    .blog .articles {
        width: 73%;
    }
    
    .blog .articles .wrap {
        display: table;
    }
    
    .blog .content-int {
        margin-right: 2em;
        margin-bottom: 10em;
    }
    
    .sidebar {
        width: 25%;
        float: right;
        padding: 0 0 0 .5em;
        clear: none;
    }
    
    .sidebar .widget {
        padding: 0 2.5em 4em;
        margin-top: 0;
    }
    
    .sidebar .widget-title {
        font-size: 1.3em;
    }
    
    .sidebar li {
        font-size: 1.2em;
    }
    
    .blog .content-int .blog-wrap {
        padding-right: 4em;
        border-right: 2px solid #a3d1dc;
    }
    
    .blog .content-int .read-more {
/*
        display: flex;
        align-items: center;
        justify-content: center;
        
*/
        display: table-cell;
        vertical-align: middle;
        padding: 0 6em;
        height: 100%;
        width: 25%;
/*
        float: right;
        margin-top: 0;
        padding: 0;
*/
        border-top: none;
    }
    
    .blog .content-int .read-more span {
        white-space: nowrap;
    }
}
@media screen and (min-width: 1120px) {
    .sidebar .widget {
        padding: 0 3.5em 3.5em;
    }
    
}
@media screen and (min-width: 1200px) {
    .sidebar .widget-title {
        font-size: 1.5em;
    }
    
    .blog .articles .blog-wrap {
        padding-right: 6em;
    }
    
    .blog .content-int .wrap {
        padding: 4em 0 4em 4em;
    }
    

}
@media screen and (min-width: 1300px) {
    .sidebar {
        padding-left: 1.5em;
    }
    
    .sidebar li {
        font-size: 1.4em;
    }
    
    .blog .content-int {
        margin-right: 3.5em;
    }
}
@media screen and (min-width: 1500px) {
    .blog .articles {
        width: 75%;
    }
    
    .sidebar {
        width: 25%;
/*        padding-left: 5em;*/
    }
    
    .blog .content-int {
        margin-right: 5em;
    }
    
    .blog .content-int .wrap {
        padding: 5em 0 5em 5em;
    }
    
    .sidebar .widget-title {
        font-size: 1.9em;
    }
    
    .sidebar .widget {
        padding: 0 4.5em 4.5em;
    }
}
@media screen and (min-width: 1600px) {
    .sidebar .widget {
        padding: 0 5.5em 5.5em;        
    }
}

/* Single */

.single article .wrap .blog-wrap {
    border-right: none;
    max-width: 100%;
    padding: 0;
}

.single article:hover {
    transform: scale(1) !important;
}


.single .content-int .blog-wrap {
    padding: 0;
}

.single .back-button {
    display: none;
    
    background-image: url(images/icon-back.svg);
    width: 27px;
    height: 27px;
    position: absolute;
    left: -3em;
    top: 2px;
    
    cursor: pointer;
    transition: all .25s ease-out;
}

.single .back-button:hover {
    transform: scale(1.04);
}

.single.articles {
    margin-bottom: 0;
}

.single .article-header :hover + .back-button {
    transform: scale(1.04);
}

.single .article-header {
    position: relative;
}


    .single .article-header p {
        text-align: left;
        margin-bottom: 2em;
    }

    .single .article-header a {
        font-family: 'source-sans-pro', sans-serif;
        font-size: 1.2em;
        color: #5a5377;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .025em;
        
        transition: color .15s ease-out;
    }

.single .article-header a:hover {
    color: #a3d1dc;
}

    .single .article-info {
        font-size: 1.15em;
        line-height: 1.2;
    }

.single .blog-wrap h3 {
    font-size: 2.5em;
    line-height: 1.2;
}

.sidebar .nav-widget {
    
    margin: 2em 0 0;
    padding: 0 3em 2.5em;
    background-color: #ffffff;
    
    transition: all .15s ease-out;
}

    .single .nav-widget div.wrap {
        padding: 3em 0 0;
        margin-bottom: -3em;
    }

    .sidebar .nav-widget:hover {
        transform: scale(1.02);
    }

    .sidebar .nav-widget:hover .widget-title {
        background-color: #e5c220;
    }

        .sidebar .nav-widget .widget-title {
            max-width: 9em;
            display: block;
            text-align: center;
            color: #ffffff;
            background-color: #a3d1dc;

            transition: all .15s ease-out;
        }

    .sidebar .nav-widget .big-read-more {
        color: #ffffff;
        white-space: nowrap;
    }

        .sidebar .nav-widget .big-read-more:hover {
            color: #5a5377;
        }


.sidebar .nav-widget h3 {
    padding-top: .2em;
}

.widget-link {
    display: block;
}

.widget-wrap {
    display: block;
}

.widget-container {
    display: block;
}

.gutter {
    width: 0;
}

@media screen and (min-width: 500px) {
    .sidebar .widget ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

@media screen and (min-width: 700px) {
/*
    .sidebar .nav-widget.next {
        width: 48%;
        float: right;
    }
    .sidebar .nav-widget.prev {
        width: 48%;
        float: left;
    }
    
    .sidebar .nav-widget.left {
        float: left;
    }
*/
    
    .widget-container {
        display: table;
        width: 100%;
        margin: 2em 0 0;
    }
    
    .widget-wrap {
        background-color: #ffffff;
        display: table-cell;
        width: 50%;
    }
    
    .sidebar .nav-widget {
        margin: 0;
    }
/*
    .nav-widget.prev {
        margin-right: .5em;
    }
    
    .nav-widget.next {
        margin-left: .5em;
    }
    
    .nav-widget.left {
        margin-left: 0;
    }
*/
    
    .gutter {
        width: 2em;
        height: 2em;
    }
}
@media screen and (min-width: 992px) {
    .sidebar .widget ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;    
    }
    .single .back-button {
        display: block;
    }
    .single .content-int .blog-wrap {
        padding: 2em 5em 7em;
    }
    
    .single article .wrap .blog-wrap {
        padding: 3em 5em 7em;
    }
    
    .single .article-header p {
        margin-bottom: 4em;
    }
    .single .blog-wrap h3 {
        font-size: 3em;
        line-height: 1.2;
    }
    .single .article-info {
        font-size: 1.4em;
    }
    
    .sidebar .nav-widget.prev,
    .sidebar .nav-widget.next,
    .sidebar .nav-widget.left {
        width: 100%;
        float: none;
    }
    
    .sidebar .nav-widget div.wrap {
        margin-bottom: 0;
        padding: 2em 0;
    }
    
    .widget-container {
        display: block;
    }
    
    .widget-wrap {
        display: block;
        width: 100%;
    }
    
    .nav-widget.prev {
        margin-right: 0;
    }
    
    .nav-widget.next {
        margin-left: 0;
    }
}
@media screen and (min-width: 1200px) {
    .single article .wrap .blog-wrap {
        padding: 2em 6em 7em;
    }
    
    .single .content-int .blog-wrap {
        padding: 2em 5.5em 6em;
    }
    
    .single .content-int .wrap {
        padding: 4em;
    }
}
@media screen and (min-width: 1300px) {
    .single .content-int .blog-wrap {
        padding: 2em 6.5em 6em;
    }
}
@media screen and (min-width: 1500px) {
    .single article .wrap .blog-wrap {
        padding: 2em 7em 7em;
    }
    .single .content-int .blog-wrap {
        padding: 2em 7.25em 6em;
    }
    .single .content-int .wrap {
        padding: 5em;
    }   
}

/* Search */

.content-wrapper.blog.search-results .articles {
    width: 100%;
}

.search-results .search-query article:hover {
    transform: scale(1) !important;
}
.search-results .search-query .blog-wrap {
    border-right: none;
    width: 100%;
}

.search-results .search-query h2 {
    padding-bottom: 0;
    display: inline;
}

.search-results .search-query span {
    position: relative;
    top: 1px;
}

.search-results .search-query h3 {
    display: inline;
    padding-right: .5em;
}

.screen-reader-text {
    display: none;
}

/* Forms */

.gfield_label {
    font-family: 'fira-sans-2', sans-serif;
    font-size: 1.2em !important;
    color: #5a5377;
}

.gform_body {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: auto;
}

.gform_wrapper span label {
    font-size: 4em;
}

.gform_wrapper input, textarea {
    background-color: #e2f0f4;
    border: none;
    border-radius: 2em;
    padding: .5em !important;
}

.gform_wrapper input[type="file"] {
    background-color: transparent;
}

.gform_wrapper select {
    background-color: #e2f0f4;
    border: none;
    border-radius: 2em;
    padding: .5em !important;
    height: 2.4em;
}

.gform_wrapper input[type="submit"] {
    width: 8em !important;
    
    font-family: 'source-sans-pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 1.4em;
    color: #ffffff;
    
    background-color: #5a5377;
    border: 2px solid transparent;
    border-radius: 1.5em;
    cursor: pointer;
    transition: all .15s ease-out;
    
    display: block !important;
    margin: auto !important;
}

    .gform_wrapper input[type="submit"]:hover {
        background-color: #ffffff;
        color: #5a5377;
        border: 2px solid #5a5377;
    }

.ui-datepicker-title {
    background-color: #e2f0f4;
}

.ui-datepicker-calendar * {
    background-color: #e2f0f4;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #ffffff !important;
}

.ui-datepicker th {
    color: #333 !important;
}

/* Purpose Template */

.the-post.purpose h3 {
    padding-bottom: 1em;
}

.the-post.purpose h2 {
    clear: both;
    font-size: 2.3em;
    float: left;
    margin: .75em 0 1em;
    width: 100%;
}

.the-post.purpose ul {
    padding-bottom: 1em;
}

@media screen and (min-width: 1000px)
{
    .the-post.purpose {
        
    }
    
    .the-post.purpose h2 {
        font-size: 2.75em;
    }
    
    .the-post.purpose h3 {
        font-size: 1.8em;
        width: 30%;
        text-align: right;
        float: left;
        clear: both;
    }
    
    .the-post.purpose p {
        float: right;
        width: 66%;
    }
    
    .the-post.purpose ul {
        float: right;
        width: 66%;
    }
}