* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font: 18px 'Lora', Arial, serif;
	margin: 0;
}

::selection {
    background-color: none;
}

footer {
	position: center;
	width: 100%;
}

a {
	color: #8695ec;
	text-decoration: none;
}

p {
    color: #333;
	display: block;
	margin: 0;
	padding-bottom: 1.5em;
	letter-spacing: 0.005em;
}

p::-moz-selection { 
    color: #FF3D7F;
}

p::selection { 
    color: #FF3D7F;
}

b {
    font-weight: 700;
}

b::-moz-selection {
    font-weight: 700;
    color: #000;
}

b::selection { 
    font-weight: 700;
    color: #000;
}

li::-moz-selection {
    font-weight: 700;
    color: #FF3D7F;
}

li::selection { 
    font-weight: 700;
    color: #FF3D7F; 
}

.bold {
    color: #333;
    font-weight: 700;
}

img {
    max-width: 100%;
}

.desc {
    color: #666666;
	display: flex;
	margin-top: 0;
	padding: 0;
	letter-spacing: 0.005em;
}

#wrapper {
    height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;

	-webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

#wrapper:after {
	display: flex;
	content: '';
}

.navcontainer {
	width: 100%;
	z-index: 999;
	height: auto;
	background-color: #FFFFFF;
	margin: 0;
    padding: .75em 0;
	position: fixed;

	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;

    justify-content: space-between;
}

.shadow {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.22);
}

.navbrand {
	font-size: 1em;
	line-height: 150%;
	font-family: 'Alegreya', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
    margin: 0px;

	display: flex;
	align-items: center;
}

nav {
	width: 70%;
	margin: auto;
	padding-top: 0;

	display: flex;
	justify-content: space-between;
    align-items: center;
}

nav a {
    color: #8695ec;
/*    color: #0074D9;*/
/*    color: #ff4d75;*/
	font-size: 1em;
	line-height: 150%;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
    padding: 0;
    margin: .5em 0 0 0;	

	display: inline-block;
	position: relative;
}

nav a:last-child {
	padding-right: 0;
}

.hidden {   
    opacity: 1;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header {
	z-index: 100;
	position: relative;
	background-size: cover;
	background-position: center;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.align-header {
    width: 100%;
    padding-top: 7em;
    padding-bottom: 2em;
    margin: 0;  
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;

    justify-content: flex-start;
}

.intro {
    position: relative;
	width: 100%;
	display: flex;
	height: 100%;
	margin: 0;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;

    justify-content: flex-start;
}

.hero-image {
    padding: 1em 0;
    background: no-repeat center top;
    background-size: cover;
}

h1 {
	font: 2.5em/150% 'Lato', Arial, serif;
	letter-spacing: .75px;
	font-weight: 700;
	color: #ff4d75;
/*    color: #FF3D7F;*/
	margin: 0;
	text-align: left;
    word-wrap: break-word;
    width: 100%;
}

h2 {
    font: 1.25em/150% 'Lato', Arial, serif;
    text-align: left;
    font-weight: 700;
/*    text-transform: uppercase;*/
    display: inline-block;
    margin: 0;
    padding-bottom: .1em;
    letter-spacing: 0.02em;
    color: #8695ec;
}


h3 {
    font: 1.5em/120% 'Lato', Arial, serif;
    width: 100%;
	color: #ff4d75;
/*    color: #FF3D7F;*/
	letter-spacing: .01em;
	font-weight: 700;
	display: inline-block;
	position: relative;
	text-align: left;
    margin: 0;
    padding: 1.5em 0 1em 0;
}

h3:after {
  content:'';
  display:inline-block;
  width:95%; height:100%;
  margin: 0 -100% 0 .5em;
  vertical-align: middle;
  border-bottom:1px solid #ff4d75;
}

h4 {
    font: 1.25em/150% 'Lato', Arial, serif;
    font-weight: 700;
    width: 100%;
	margin: 0;
	padding-bottom: 1em;
	color: #4A3C74;
	text-align: left;
    letter-spacing: .005em;
}

h5 {
	margin: auto;
	padding-top: .5em;
	font-size: 1em;
	font-weight: 700;
	color: #4A3C74; 
	text-align: left; 
}

#contentWrapperGrid { 
	margin: auto;
	height: auto;
	position: relative;
	width: 70%;
    background-color: #FFF;
}

#contentWrapper { 
	margin: auto;
    padding-top: 1em;
	height: auto;
	position: relative;
	max-width: 800px;
    background-color: #FFF;
}

.center {
	margin: auto;
	overflow: hidden;
	position: relative;
}

.divider {
    text-align: center;
    position: relative;
    margin-top: 3em;
}

.line {
    height: 0;
    border-bottom: solid 1px #dcdcdc;
    margin: 0 -15px -13px;
}

.grid {
	max-width: 100%;
	margin: 2em 0;
    padding: 0;
	list-style: none;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: auto;
    
    justify-content: space-between;
}

.grid li {
    max-width: 45%;
	margin: 0;
	padding-bottom: 2em;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: auto;
    
    justify-content: flex-start;
}

.grid figure {
    display: flex;
	margin: .5em .1em 1em .1em;
    padding-bottom: 1.5em;
	position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.grid figure img {
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	background: rgba(255,255,255,0.97);
    display: flex;
    flex-direction: column;
}

.grid figcaption .hover-text {
    height: 60%;
    width: 90%;
	margin: auto;
	padding: 2em 1em 1em 1em;
    font-size: 1.1em;
	color: #666;
}

.grid figcaption .tags {
    height: 40%;
    width: 90%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: none;
	margin: auto;
	padding: 0.8em;
	letter-spacing: 0.01em;
    
    justify-content: flex-end;
}

.grid figcaption .tag {
    font: 0.8em/100% 'Lato', Arial, sans-serif;
	display: inline-flex;
	margin: .5em;
/*    border: 2px solid #AAA;*/
/*	padding: .5em 1em;*/
    border-radius: 8px;
}

.grid figcaption .tag p {
    color: #666;
	letter-spacing: 0.05em;
    padding-bottom: 0;
}

.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	transition: transform 1s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
    -webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;        
}

.cs-style-3 figcaption {
    height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	transition: .5s ease;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
}

.text {
    width: auto;
    height: auto;
    margin-top: 1em;
    
    display: flex;
    flex: 1 1 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    
    align-content: center;
    justify-content: center;
    align-items: center;
}

.summary {
    margin: auto;
    padding: 0;
}

.callout {
    padding-bottom: 1em;
}

.callout-p {
    padding-bottom: .5em;
    color: #4A3C74;
}

.cols {
    width: 100%;
    margin: 0;
    padding-bottom: 3em;
        
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    
    justify-content: space-between;
    align-items: flex-start;
}

.highlight {
    padding-bottom: 0;
}

.col {
    max-width: 32%;
    margin: 0;
    padding: auto;
        
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
}

.col p {
    padding-bottom: 0;
}

.gallery {
    width: 100%;
    margin: 0;
    padding: 1.5em 0;
        
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
}

.gallery p {
    max-width: 70%;
    margin: auto;
    padding: 0;
    display: block;
}

.gallery img {
    max-width: 25%;
    margin: auto;
    display: flex;
    flex: 1;
}

.header {
    color: #4A3C74;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0em;
}

.header::-moz-selection {
    font-weight: 700;
    color: #333;
}

.header::selection { 
    font-weight: 700;
    color: #333; 
}

.col ul {
    margin: 0;
    padding: 0;
}

.about {
    width: 100%;
    padding-bottom: 3em;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    
    justify-content: space-between;
}

.video {
    margin: 1em 0 3em 0;
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    text-align: left;
}
.video iframe {
	position: absolute;
    overflow: hidden;
	width: 100%;
	height: 100%;
}

.content {
    margin: 0;
    padding-bottom: 2em;
}

.content p:last-child {
    padding-bottom: 1em;
}

.content .full-col {
    min-width: 100%;
}

.content .large-col {
    width: 60%;
    margin-right: 6%;
}

.content .two-one {
    padding-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    flex: none;
    
    justify-content: space-between; 
    align-items: flex-start;
}

.two-cols {
    min-width: 100%;
    padding: 1em 0;
    margin: 0;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    flex: none;
    
    justify-content: space-between; 
}

ul {
    color: #333;
    margin: 0;
    font-weight: 400;
    padding-bottom: 2em;
}

.content li {
    list-style-type: none; 
}

.content ul p {
    padding: 1em 0 0 0;
    font-weight: 700;
}

.small-img {
    padding-bottom: 1em;
    margin: auto;
    height: auto;
    max-width: 33%;
    display: flex;
    flex: 1;
    flex-direction: column;
    
    justify-content: center;
}

.one-img {
    padding: 1em 0;
    margin-bottom: 1em;
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    
    justify-content: center;
}

.one-img img {
    margin: auto;
    padding-bottom: .5em;
}

.one-img .caption {
    width: 100%;
    font: 0.9em/120% 'Lato', Arial, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: auto;
    text-align: center;
}

.two-img {
/*    height: 100%;*/
    width: 47.5%;
    display: block;
    margin: 0;
/*    flex: 1 1 300px;*/
}

.side {
    max-width: 300px;
}

.side-text {
    margin: 0;
    padding-right: 2em;
}

.full-img {
    padding: 1em 0 2em 0;
    margin: auto;
    display: block;
    justify-content: center;
}

.about-text {
    margin-right: auto;
    width: 62%;
    text-align: left;
        
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    
    align-content: space-between;
}

.about-photo {
    width: 32%;
    margin: 0;
    height: auto;
}

#footer {
    margin: auto;
	padding: 1em 0 2em 0;
	width: 70%; 
    display: block;
    border-top: 1px solid #EEE;
}

.icons {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;

    justify-content: space-between;
}

.copyright {
    width: auto;
	margin: 0;
	font-size: 14px;
	color: #333;
	text-align: left;
    
    flex: initial;
}

.social {
    width: auto;
    margin: 0;
    display: flex;
}

.social img {
    display: block;
}

.social a {
    width: 30px;
    margin-left: 4px;
}

.icon {
	-webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

@media (min-width: 1690px) {
    body {
        font: 18px/180% 'Lora', serif;
        margin: 0;
        border-bottom: 1px transparent #EDEDED;
    }    
    
    #header { 
        z-index: 100;
        position: relative;
        background-size: cover;
        background-position: center;
        height: auto;
        margin-left: 20%;
        padding: 0;
        width: 60%;
    }
    
    #contentWrapperGrid {
        margin: auto;
        height: auto;
        position: relative;
        width: 60%;
    } 
    
    #contentWrapper { 
        margin: auto;
        padding-top: 1em;
        height: auto;
        position: relative;
        max-width: 60%;
        background-color: #FFF;
    }
    
    #footer {
        margin: auto;
        padding: 1em 0 2em 0;
        width: 60%; 
        display: block;
    }
    
    nav {
        width: 60%;
        margin: auto;
        padding-top: 0;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .grid li {
        max-width: 32.5%;
        margin: 0;
        padding-bottom: 1em;
        text-align: left;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        justify-content: flex-start;
    }      
    
    .grid figcaption .hover-text {
        height: 60%;
        width: 90%;
        margin: auto;
        padding: 3em 0.8em 1em 0.8em;
        font-size: 1.1em;
        color: #666;
    }
    
}

@media (max-width: 1280px) {
    body {
        height: 100%;
        font: 16px/180% 'Lora', serif;
        margin: 0;
        border-bottom: 1px transparent #EDEDED;
    }
    
    #contentWrapper { 
        margin: auto;
        padding-top: 1em;
        height: auto;
        position: relative;
        max-width: 70%;
        background-color: #FFF;
    }
    
    nav {
        width: 70%;
        margin: auto;
        padding-top: 0;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .align-header {
        width: 100%;
        padding-top: 7em;
        padding-bottom: 2em;
        margin: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        justify-content: flex-start;
    }
    
    .grid li {
        max-width: 47.5%;
        margin: 0;
        padding-bottom: 1em;
        text-align: left;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        justify-content: flex-start;
    }  

    .two-cols {
        min-width: 100%;
        padding: 1em 0 1.5em 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        flex: none;

        justify-content: space-between; 
    }

    .one-img {
        padding: 1em 0;
        width: 100%;
        display: flex;
        flex: 1;
        flex-direction: column;

        justify-content: center;
    }

    .one-img .caption {
        width: 100%;
        font: 1em/120% 'Lato', Arial, sans-serif;
        font-weight: 300;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    .two-img {
    /*    height: 100%;*/
        width: auto;
        display: block;
        margin: auto;
    /*    flex: 1 1 300px;*/
    }

     .content.active {
        opacity: 1;
        padding: 1em 0;
        max-height: 100%;
        -webkit-transition: all 0.35s ease 0.15s;
        -o-transition: all 0.35s ease 0.15s;
        transition: all 0.35s ease 0.15s;
    }
    
}

@media (max-width: 980px) { 
    #header { 
        z-index: 100;
        position: relative;
        background-size: cover;
        background-position: center;
        height: auto;
        margin: 0;
        padding: 0;
        width: 80%;
    }
    
    #contentWrapperGrid {
        margin: auto;
        height: auto;
        position: relative;
        width: 80%;
    }
    
    #contentWrapper { 
        margin: auto;
        padding-top: 1em;
        height: auto;
        position: relative;
        max-width: 80%;
        background-color: #FFF;
    }
    
    #footer {
        margin: auto;
        padding: 1em 0 2em 0;
        width: 80%; 
        display: block;
    }
    
    body {
        height: 100%;
        font: 16px/180% 'Lora', serif;
        margin: 0;
        border-bottom: 1px transparent #EDEDED;
    }
    
    h1 {
        font: 2em/150% 'Lato', Arial, sans-serif;
        letter-spacing: .75px;
        font-weight: 700;
        color: #ff4d75;
        margin: 0;
        text-align: left;
        word-wrap: break-word;
        width: 100%;
    }
    
    h2 {
        font: 1.25em/140% 'Lato', Arial, sans-serif;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        margin: 0;
        padding-bottom: .1em;
        color: #8695ec;
    }
    
    nav {
        width: 80%;
        margin: auto;
        padding-top: 0;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .align-header {
        width: 90%;
        padding-top: 6em;
        padding-bottom: 2em;
        margin: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        justify-content: flex-start;
    }
    
    .about {
        width: 100%;
        padding-bottom: 3em;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        justify-content: space-between;
    }
    
    .about-text {
        margin: auto;
        width: 100%;
        text-align: left;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        order: 2;

        align-content: space-between;
    }

    .about-photo {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        order: 1;
        padding-bottom: 1.5em;
    }
    
    .grid li {
        max-width: 47.5%;
        margin: 0;
        padding-bottom: 1em;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex: auto;

        justify-content: flex-start;
    }
    
    .side-img {
        display: flex;
        flex: 1;
        flex-direction: column;
    }  
    
    .side {
        margin: auto;
    }
    
    .side-text {
        margin: 0;
        padding-bottom: 2em;
    }
    
    .full-img {
        max-height: 400px;
        padding: .5em 0 1.5em 0;
        margin: auto;
        display: block;
        justify-content: center;
    }
    
    .content .large-col {
        width: 100%;
        margin: 0;
    }
    
    .content .two-one {
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        flex: none;

        justify-content: space-between; 
    }
    
    .small-img {
        max-width: 100%;
        height: auto;
        margin: auto;
        padding: 1em 0 1.5em 0;
        display: block;
    }
    
    .video {
        margin: .5 0 1.5em 0;
        position: relative;
        padding-bottom: 56%;
        width: 100%;
        text-align: left;
    }
    .video iframe {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    
    .hero-image {
        padding-bottom: 0;
        background: no-repeat center top;
        background-size: cover;
    }
    
    .callout-p {
        padding-bottom: 1em;
    }
    
}


@media (max-width: 768px) {
    #header {
        z-index: 100;
        position: relative;
        background-size: cover;
        background-position: center;
        height: auto;
        margin: 0;
        padding: 0;
        width: 85%;
    }
    
    #contentWrapperGrid {
        margin: auto;
        height: auto;
        position: relative;
        width: 85%;
    }
    
   #contentWrapper { 
        margin: auto;
        padding-top: 1em;
        height: auto;
        position: relative;
        max-width: 85%;
        background-color: #FFF;
    }
    
    #footer {
        margin: auto;
        padding: 1em 0 2em 0;
        width: 85%; 
        display: block;
    }

    body {
        height: 100%;
        font: 14px/140% 'Lora', serif;
        margin: 0;
        border-bottom: 1px transparent #EDEDED;
    }
    
    nav {
        width: 85%;
        margin: auto;
        padding-top: 0;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    nav a {
        color: #8695ec;
    /*    color: #ff4d75;*/
        font-size: 1em;
        line-height: 150%;
        font-family: 'Lato', Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 0;
        margin: .5em 0 0 0;	

        display: inline-block;
        position: relative;
    }

    .align-header {
        width: 100%;
        padding-top: 6em;
        padding-bottom: 1.5em;
        margin: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        justify-content: flex-start;
    }
    
    h1 {
        font: 1.75em/130% 'Lato', Arial, sans-serif;
        letter-spacing: .75px;
        font-weight: 700;
        color: #ff4d75;
        margin: 0;
        text-align: left;
        word-wrap: break-word;
        width: 100%;
    }
    
    h2 {
        font: 1em/120% 'Lato', Arial, sans-serif;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        margin: 0;
        padding-bottom: .1em;
        color: #8695ec;
    }
    
    h3 {
        font: 1.25em/130% 'Lato', Arial, sans-serif;
        width: 100%;
        color: #ff4d75;
        letter-spacing: .05em;
        font-weight: 700;
        display: inline-block;
        position: relative;
        text-align: left;
        margin: 0;
        padding: 1em 0;
    }
    
    h4 {
        font: 1.15em/130% 'Lato', Arial, serif;
        font-weight: 700;
        width: 100%;
        margin: 0;
        padding: 1em 0 1.5em 0;
        color: #4A3C74;
        text-align: left;
        letter-spacing: .005em;
    }
    
    .about {
        width: 100%;
        padding-bottom: 3em;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        justify-content: space-between;
    }
    
    .about-text {
        margin-right: auto;
        width: 100%;
        text-align: left;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        align-content: space-between;
    }
    
    .grid li {
        max-width: 100%;
        margin: 0;
        padding-bottom: 1em;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex: auto;

        justify-content: flex-start;
    }
    
    .summary {
        margin: 0;
        padding-bottom: 1em;
    }

    .summary ul {
        margin: -1em;
    }
    
    .content {
        margin: 0;
        padding-bottom: 1em;
    }
    
    .content p:last-child {
        padding-bottom: em;
    }
    
    .cols {
        width: 100%;
        margin: 0;
        padding-bottom: 1.5em;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        justify-content: space-between;
        align-items: flex-start;
    }    
    
    .col {
        max-width: 100%;
        margin: 0;
        padding: .5em 0 1em 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1 1 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        align-self: flex-start;
    }
    
    .col p {
        padding-bottom: 0;
    }

    .about-photo {
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
    }
    
    .full-img {
        padding-bottom: 1em;
        margin: auto;
        display: block;
        flex: 1 1 300px;
        justify-content: center;
    }
    
    .dropdown {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0;
        color: #7288a2;
        font-size: 0.8rem;
        font-weight: 400;
        border-bottom: 2px solid #e5e5e5;
    }
    
    .one-img .caption {
        width: 100%;
        font: 0.8em/120% 'Lato', Arial, sans-serif;
        font-weight: 300;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    .gallery {
        width: 100%;
        margin: 0;
        padding: 2em 0 1em 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;

        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        align-self: flex-start;
    }

    .gallery p {
        max-width: 100%;
        margin: 1em 0;
        display: block;
        margin: 0;
        flex: 1;
    }

    .gallery img {
        max-width: 70%;
        margin-bottom: 3em;
        display: flex;
        flex: 1;
    }
        
    .callout-p {
        padding-bottom: 1em;
    }
    
}

@media (any-hover: hover) { 
    .naveffect {
        position: relative;
        padding-bottom: 3px;
    }

    .naveffect:after {
        content: '';
        display: block;
        margin-top: .1em;
        height: 2px;
        width: 0px;
        background: transparent;
        transition: width .3s ease, background-color .3s ease;
    }

    .naveffect:hover:after {
        width: 60%;
        background: #8695ec;
    }
}