
body
{
    font-family: 'PT Sans', sans-serif;
    color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:link {
  text-decoration: none;
}


a, a:visited
{
    text-decoration: underline;
    color: #888;
}

    a:hover
    {
        text-decoration: underline;
    }

ul li, ol li
{
    padding: 0 0 0.4em 0;
}

p, h4, h5, h6
{
    margin: 0 0 1em;
    color: #ffffff;
}

h1, h2
{
    font-weight: normal;
    color: #ffffff;
}

h3, h4, h5, h6
{
    font-weight: bold;
    color: #000;
}

h1
{
    font-size: 2em;
    margin: 0 0 0.5em;
}

h2
{
    font-size: 1.5em;
    margin: 0 0 0.7em;
}

h3
{
    font-size: 1.3em;
    margin: 0 0 0.8em;
}


pre { 
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

i {
    color: #fff;
    font-size: 30px;
}


/* Hides the tinynav dropdown when in normal use */
.tinynav
{
    display: none;
}

#containerForm {
    background-position: center 141px;
    background-repeat: no-repeat;    
    background-size: cover;
    margin: 0 auto;    
    max-width: 100%;    
    height: auto;
}

#header
{
    margin: 0 0 2em;
    padding: 0 0 0 0;
    border-bottom: 1px solid #344B90;
    background-color: #FFFFFF;
}

#header img {
    min-width: 232px;
}

#headerTop {
    padding: 20px 0 0 0;
    
}

#headerTop .small-12.medium-3.large-4.columns:first-child {
    display: none;
}

#logo
{
    text-align: center;    
    font-size: 30px;
}

    #logo img {
       
    }

     #logo a {
        color: #344B90;
    }



    #menuToggle {
        text-align: center;
        font-size: 50px;
        cursor: pointer;
        padding: 0 0 0 0;
        color: #344B90;
    }

    #menuToggleLayer {
        position: fixed;    
        background-size: cover;
        top: 189px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/images/Menu.JPG');
        color: #344B90;
        display: none;
        z-index: 2147483646;
    }

    #menuToggleLayer .toggleLayerContainer {
            padding-top: 20px;
        }


    #menuToggleLayer ul li:not(:last-child):after {
        content: "";
        display: block;
        height: 3px;
        width: 50px;
        margin: 10px auto;
        background: #344B90;
    }

        #menuToggleLayer a {
            color: #344B90;
            font-size: 18px;
            text-decoration: none;
            text-align: center;
            text-transform: uppercase;
        }

    #menuToggleLayer .toggleLayerContainer ul {
        display: block;
        overflow: auto;
        padding: 0;
        text-align: center;
    }
    #menuToggleLayer .toggleLayerContainer li {
        list-style-type: none;
        }

#menuMain
{
    float: left;
    margin: 1em 25px 0;
}

    #menuMain li
    {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        #menuMain li.lastMenuItem
        {
            margin-right: 0;
        }

        #menuMain li a,
        #menuMain li a:visited
        {
            color: #000;
            font-weight: bold;
            text-decoration: none;
            font-size: medium;
        }

            #menuMain li a:hover
            {
                text-decoration: underline;
            }

            #menuMain li a.currentPage
            {
                color: #888;
            }

.icons-box a,
.icons-box a:visited,
.icons-box a,
.icons-box a:visited
{
    text-decoration: none;
    font-size: 20px;
}

    .icons-box a i,
    .icons-box a i
    {
        color: #000;
        font-size: 18px;
    }

    .icons-box a:hover i
    {
        font-size: 20px;
    }

#headerBottom
{
    padding: 0 0 0 115px;
}

    #headerBottom .box
    {
        width: 25%;
        float: left;
        margin: 0 0 0 25px;
    }

        #headerBottom .box.last-box
        {
            width: 200px;
            float: right;
        }


#mainContent


a:link {
  text-decoration: underline;
}


{
    padding: 0 2%;
    color: #ffffff;
}

.row.homepageHeading {
    font-family: 'Prata', serif;       
    font-size: 11px;
    margin: 60px 10px;
    text-align: center;
}

.row.twoColumn1w1n {
    font-family: 'Prata', serif;       
    font-size: 20px;
    margin: 150px 20px;
    text-align: center;
    color: #000;
}

.row.twoColumn1w1n p, h2, h3 {
    color: #000;
    font-weight: normal;
}

.row.threeColumn1w2n {
    font-family: 'Prata', serif;       
    font-size: 20px;
    margin: 60px 10px;
    text-align: center;
    color: #fff;
}


.row.threeColumn1w2n p {
    color: #000;
}

.row.threeColumn1w2n .intro {
    color: #344B90;
    font-size: 17px;
    text-align: left;
}

.row.threeColumn1w2n .intro h1 {
    font-family: 'Prata', serif;   
    color: #344B90;
    font-size: 31px;
    margin: 0;
}


.row.threeColumn1w2n .intro hr {
    background: #344B90 none repeat scroll 0 0;
    border: medium none;
    color: #344B90;
    height: 3px;
    width: 180px;
}

.row.threeColumn1w2n .firstColumn {
    font-size: 15px;
    text-align: center;
}

.row.threeColumn1w2n .secondColumn {
    font-size: 17px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.row.threeColumn1w2n .secondColumn h2 {
    font-family: 'Prata', serif;   
    color: #344B90;
    margin: 0;
}

.row.threeColumn1w2n .thirdColumn {
    font-size: 17px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    padding: 0;
}

.row.twoColumn {
    font-family: 'Prata', serif;       
    font-size: 20px;
    margin: 60px 10px;
    text-align: center;
    color: #000;
}

.row.twoColumn p {
    color: #000;
}





.row.threeColumn2n1w {
    font-family: 'Prata', serif;       
    font-size: 20px;
    margin: 60px 10px;
    text-align: center;
    color: #fff;
}

.row.threeColumn2n1w p {
    color: #fff;
}

.row.threeColumn2n1w a {
    color: #fff;
}

.row.threeColumn2n1w a:hover {
    color: #fff;
    text-decoration: none;
}

.row.threeColumn2n1w .intro {
    color: #fff;
    font-size: 18px;
    margin: 0 0 40px;
    font-family: 'PT Sans', sans-serif;
}

.row.threeColumn2n1w .intro h1 {
    color: #fff;
    font-size: 31px;
    margin: 0;
    font-family: 'Prata', serif;   
}


.row.threeColumn2n1w .intro hr {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    height: 3px;
    width: 180px;
}


.row.threeColumn2n1w .intro h2 {
    color: #fff;
    font-size: 19px;
    font-family: 'PT Sans', sans-serif;
}

.row.threeColumn2n1w .intro2 {
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 19px;
}

.row.threeColumn2n1w .intro2 a {
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 19px;
}

.row.threeColumn2n1w .firstColumn {
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.row.threeColumn2n1w .secondColumn {
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.row.threeColumn2n1w .thirdColumn {
    color: #fff;
    font-size: 18px;
    text-align: right;
    font-family: 'PT Sans', sans-serif;
}

.row.threeColumn2n1w .thirdColumn h3 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-family: 'Prata', serif;
    font-weight: normal;
}








.row.twoRowsMixedColumns2n1w {
    font-family: 'PT Sans', sans-serif;   
    font-size: 20px;
    margin: 60px 10px;
    text-align: center;
    color: #000;
}

.row.twoRowsMixedColumns2n1w p {
    color: #000;
}


.row.twoRowsMixedColumns2n1w h1 {
    font-family: 'Prata', serif;    
    color: #000;
}

.row.twoRowsMixedColumns2n1w a {
    color: #000;
}
.row.twoRowsMixedColumns2n1w a:hover {
    color: #000;
    text-decoration: none;
}

.row.twoRowsMixedColumns2n1w .intro {
    color: #000;
    font-size: 18px;
    margin: 0 0 40px;
}

.row.twoRowsMixedColumns2n1w .intro h1 {
    color: #344B90;
    font-size: 31px;
    margin: 0;
}


.row.twoRowsMixedColumns2n1w .intro hr {
    background: #344B90 none repeat scroll 0 0;
    border: medium none;
    color: #344B90;
    height: 3px;
    width: 180px;
}


.row.twoRowsMixedColumns2n1w .intro h2 {
    color: #344B90;
    font-size: 19px;
}

.row.twoRowsMixedColumns2n1w .intro p {
    color: #344B90;
    font-size: 19px;
}




.row.twoRowsMixedColumns2n1w .firstColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.row.twoRowsMixedColumns2n1w .firstColumn h2 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.row.twoRowsMixedColumns2n1w .secondColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}


.row.twoRowsMixedColumns2n1w .secondColumn h2 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.row.twoRowsMixedColumns2n1w .thirdColumn {
    color: #000;
    font-size: 18px;
    text-align: right;
    font-family: 'PT Sans', sans-serif;
}


.row.twoRowsMixedColumns2n1w .thirdColumn h2 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.row.twoRowsMixedColumns2n1w .thirdColumn h3 {
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
}







.row.contact {
    font-family: 'PT Sans', sans-serif; 
    font-size: 18px;
    margin: 60px 10px;
    text-align: left;
    text-transform: uppercase;
    color: #344B90;
}

.row.contact p {
    color: #344B90;
}

.row.contact a {
    color: #344B90;
    font-weight: normal;
    text-transform: none;
}
.row.contact a:hover {
    color: #000;
    text-decoration: none;
}

.row.contact .intro {
    color: #000;
    font-size: 18px;
    margin: 0 0 40px;
}

.row.contact .intro h1 {
    color: #344B90;
    font-family: 'Prata', serif;   
    text-transform: none; 
    font-size: 31px;
    margin: 0;
}


.row.contact .intro hr {
    background: #344B90 none repeat scroll 0 0;
    border: medium none;
    color: #344B90;
    height: 3px;
    width: 180px;
}


.row.contact .intro h2 {
    color: #344B90;
    font-size: 19px;
}

.row.contact .intro p {
    color: #344B90;
    font-size: 19px;
}




.row.contact .firstColumn {
    color: #344B90;
    font-size: 20px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    padding:20px 0 0 0;
}

.row.contact .firstColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.row.contact .secondColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}


.row.contact .secondColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}






.row.press {
    font-family: 'Prata', serif;  
    font-size: 18px;
    margin: 60px 10px;
    text-align: left;
    color: #000;
}

.row.press p {
    color: #000;
    font-family: 'PT Sans', sans-serif; 
}

.row.press h1 {
    color: #000;
    font-family: 'Prata', serif;  
}


    

.row.press a {
    color: #344B90;
    font-weight: bold;
}
.row.press a:hover {
    color: #000;
    text-decoration: none;
}

.row.press .intro {
    color: #000;
    font-size: 18px;
    margin: 0 0 40px;
}

.row.press .intro h1 {
    color: #344B90;
    font-size: 31px;
    margin: 0;
}


.row.press .intro hr {
    background: #344B90 none repeat scroll 0 0;
    border: medium none;
    color: #344B90;
    height: 3px;
    width: 180px;
}


.row.press .intro h2 {
    color: #344B90;
    font-size: 19px;
}

.row.press .intro p {
    color: #344B90;
    font-size: 19px;
}




.row.press .firstColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif; 
}

.row.press .firstColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.row.press .secondColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}


.row.press .secondColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}




.row.press .thirdColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}













.row.newsListing {
    font-family: 'PT Sans', sans-serif; 
    font-size: 18px;
    margin: 60px 0px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}

.small-12.medium-3.large-3.columns ul {
    padding: 0;
}

.row.newsListing li {
    list-style-type: none;
}

.row.newsListing p {
    color: #000;
}

.row.newsListing a {
    color: #344B90;
    font-weight: bold;
}
.row.newsListing a:hover {
    color: #000;
    text-decoration: none;
}

.row.newsListing .intro {
    color: #000;
    font-size: 18px;
    margin: 0 0 40px;
}

.row.newsListing .intro h1 {
    color: #344B90;
    font-size: 31px;
    margin: 0;
}


.row.newsListing .intro hr {
    background: #344B90 none repeat scroll 0 0;
    border: medium none;
    color: #344B90;
    height: 3px;
    width: 180px;
}


.row.newsListing .intro h2 {
    color: #344B90;
    font-size: 19px;
}

.row.newsListing .intro p {
    color: #344B90;
    font-size: 19px;
}




.row.newsListing .firstColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.row.newsListing .firstColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.row.newsListing .secondColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}


.row.newsListing .secondColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}







.row.newsArticle {
    font-family: 'PT Sans', sans-serif; 
    font-size: 18px;
    margin: 60px 10px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}

.row.newsArticle p {
    color: #000;
}

.row.newsArticle a {
    color: #344B90;
    font-weight: bold;
}
.row.newsArticle a:hover {
    color: #000;
    text-decoration: none;
}

.row.newsArticle .intro {
    color: #000;
    font-size: 18px;
    margin: 0 0 40px;
}

.row.newsArticle .intro h1 {
    color: #344B90;
    font-size: 31px;
    margin: 0;
}


.row.newsArticle .intro hr {
    background: #344B90 none repeat scroll 0 0;
    border: medium none;
    color: #344B90;
    height: 3px;
    width: 180px;
}


.row.newsArticle .intro h2 {
    color: #344B90;
    font-size: 19px;
}

.row.newsArticle .intro p {
    color: #344B90;
    font-size: 19px;
}




.row.newsArticle .firstColumn {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}
.row.newsArticle h1 {
    color: #344B90;
    font-size: 24px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.row.newsArticle .firstColumn h2 {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}


.news-back {
    color: #344B90;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    padding: 20px 0;
    
}



#newsArchive {    
    display: block;
    text-align: center;
}



.row.oneColumnSideMenu {
    font-family: 'Prata', serif;       
    font-size: 20px;
    margin: 60px 10px;
    text-align: center;
}

.row.oneColumnSideMenu p {
    color: #000;
}


.row.oneColumn {
    font-family: 'Prata', serif;       
    font-size: 20px;
    margin: 60px 10px;
    text-align: center;
    color: #000;
}

.row.oneColumn p {
    color: #000;
}

.wc-control-panel {
    border: 1px solid #000000;
}

#footer
{
    border-top: 0px solid #666;
    padding: 2em 2% 3em 2%;
    margin: 2em 0 0;
    color: #666;
    background-color: #fff;
}

    #footer ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #footer li
    {
        margin: 0;
        padding: 0;
    }

    #footer .feed a:hover
    {
        text-decoration: none;
    }

.copyright
{
    font-family: georgia, serif;
    font-style: italic;
    font-weight: bold;
    margin: 1em 0 0;
}

#menuBottom
{
    margin: 0;
    padding: 0;
}

    #menuBottom li
    {
        margin: 0;
        padding: 0;
    }

.feed-item
{
    font-size: small;
    margin: 0 0 1em;
}

.feed-item-content
{
    margin: 0 0 0.5em;
}

.feed-item-meta
{
    font-size: smaller;
}
/* End of Skin "Simple" */

/* General styling */
.checkbox input, input[type="checkbox"]
{
    margin-right: 5px;
}
/* End of General styling */

/* Styling for validation groups */
.validation ul
{
    color: #ff0000;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
/* End of Styling for validation groups */

/* Styling for the calendar */
#eventCalendar {
    margin: 1em 0 0 0;
    float: right;
    width: 12px;
    background: #FFF;
    padding: 3px 5px 2px;
}
/* End of styling for the calendar */

/* Styling for the search box */
#searchBox
{
    margin: 1em 0 0 0;
    float: right;
    width: 180px;
    background: #FFF;
}

    #searchBox a,
    #searchBox a:visited,
    #searchBox a,
    #searchBox a:visited
    {
        text-decoration: none;
        font-size: 18px;
    }

        #searchBox a i,
        #searchBox a i
        {
            color: #000;
            font-size: 18px;
        }

.search-text
{
    width: 148px;
    border: 0;
}
/* End of Styling for the search box */

/* Styling for associations */
.associate-item {
    margin: 0 0 5px;
    width: 250px;
}

.associate-image {
    float: left;
    width: 100px;
}

.associate-title,
.associate-summary {
    float: right;
    width: 140px;
}

.associate-title a:link,
.associate-title a:visited {
    color: #000;
    font-weight: bold;
	text-decoration: underline;
}

	
}
/* End of styling for associations */

/* Styling for menus */
nav#menuSub a,
nav#menuSub a:link,
nav#menuSub a:visited
{
    text-decoration: none;
}

    nav#menuSub a:hover,
    nav#menuSub a.currentPage
    {
        color: #000;
        font-weight: bold;
    }

nav#menuSub
{
    margin-top: 20px;
}

    nav#menuSub li ul
    {
        margin-left: 40px;
    }
/* End of styling for menus */

/* Styling for listing pages*/
.list-item {
    margin-top: 20px;
}
.list-image {   
    border-width: 5px;
    border-color: black;
    width: 100px;
    /*float: left;*/
}
.list-title {
    float: right;
    width:500px;
}
.list-summary {
    float: right;
    width: 500px;
}

.list-pager {
    margin-top: 15px;
}
/* End of styling for listing pages*/

/* Styling for listing item pages*/
.item-title h1,
.item-title h2 {
    margin: 0;
}

.item-title,
.item-time,
.item-image,
.item-content,
.item-social
 {
    margin: 0 0 15px;
}

.social-button {
    float: left;
    width: 85px;
    margin: 0 10px 0 0;
}

.social-fb-comments {
    height: auto !important;
}
/* End of styling for listing item pages*/

/* Styling for news pages */
.news-publishedDate {
    float: right;
    width: 500px;
    font-size: smaller;
}

.news-list-categories{
	margin-top: 25px;
}
/* End of styling for news pages */

/* Styling for gallery pages */
.gallery-list ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
.gallery-list ul li {
	display: inline;
	float: left;
	margin: 0 10px 15px 0;
    width: 100px;
}
.gallery-list ul li img {
    border: solid 1px #000;
    width: 100px;
}
.gallery-image {
    border: solid 1px #000;
    width: 100px;
    margin-top: 15px;
}
/* End of styling for gallery pages */

/* Styling for events pages
.event-performances {
    border: 1px solid #EEE;
}

.event-performances h2 {
    background: #EEEEEE;
    padding: 0 5%;
}

.event-performances ul {
    list-style: none;
    padding: 0 5%;
    margin: 0;
}

.event-performances .performance-date {
    float: left;
    width: 50%;
}

.event-performances .performance-time {
    float: left;
    width: 50%;
    text-align: right;
}
	End of styling for events pages */


.contentLinkingRow {
    
}

.contentLink {
    display: inline-block;    
    vertical-align: top;  
}


/*.people-list {
    min-height: 200px;

}

.people-item {
    display: block;

}
*/




#fullscreenVideoContainer { 
    display: none;
    visibility: hidden;
    height: 100%;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 0;
}

#fullscreenVideoFrame { 
    display: none;
    visibility: hidden;
}

#stopFullscreenVideo {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 10px 15px;
}

.articleDate {
    font-size: 12px;
}



@media only screen and (min-width: 40.0625em) { 

    #header {       
        padding: 0 0 2em;
    }

    #menuToggle {
        text-align: right;
        padding: 0 30px 0 0;
    }  

    
    #headerTop .small-12.medium-3.large-4.columns:first-child {
        display: block;
    }

    #menuToggleLayer {
        top: 146px;
    }

    #menuToggleLayer .toggleLayerContainer {
        padding-top: 50px;
    }

    #menuToggleLayer ul li:not(:last-child):after {
        content: "";
        display: block;
        height: 3px;
        width: 50px;
        margin: 5px auto;
        background: #344B90;
    }

    #menuToggleLayer a {
        color: #344B90;
        font-size: 30px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }

    .row.homepageHeading {
        font-family: "Prata",serif;
        font-size: 18px;
        margin: 100px 40px;
        text-align: center;
    }

    .row.twoColumn1w1n {
        font-family: 'Prata', serif;       
        font-size: 20px;
        margin: 150px 110px;
        text-align: center;
        color: #000;
    }

    .row.threeColumn2n1w {
        font-family: 'Prata', serif;       
        font-size: 20px;
        margin: 80px 40px;
        text-align: center;
        color: #fff;
    }

    .row.twoRowsMixedColumns2n1w {
        font-family: 'PT Sans', sans-serif;   
        font-size: 20px;
        margin: 80px 40px;
        text-align: center;
        color: #000;
    }

    .row.contact {
        font-family: 'PT Sans', sans-serif; 
        font-size: 18px;
        margin: 80px 110px;
        text-align: left;
        text-transform: uppercase;
        color: #344B90;
    }

    .row.press {
        font-family: 'Prata', serif;  
        font-size: 15px;
        margin: 80px 40px;
        text-align: left;
        color: #000;
    }

    .row.newsListing {
        font-family: 'PT Sans', sans-serif; 
        font-size: 15px;
        margin: 80px 40px;
        text-align: left;
        text-transform: uppercase;
        color: #000;
    }

    .row.newsArticle {
        font-family: 'PT Sans', sans-serif; 
        font-size: 15px;
        margin: 80px 110px;
        text-align: left;
        text-transform: uppercase;
        color: #000;
    }


    

    .row.threeColumn2n1w .intro {
        color: #fff;
        font-size: 18px;
        margin: 0 0 10px;
        font-family: 'PT Sans', sans-serif;
    }

    .row.threeColumn2n1w .intro2 {
        color: #fff;
        font-size: 18px;
        margin: 0 0 50px;
        font-family: 'PT Sans', sans-serif;
    }

    .row.twoRowsMixedColumns2n1w .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.contact .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.press .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.newsListing .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.newsArticle .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.threeColumn2n1w .thirdColumn h3 {
        color: #fff;
        font-size: 20px;
        text-align: left;
        font-family: 'Prata', serif;   
    font-weight: normal;
    }


    .row.twoRowsMixedColumns2n1w .thirdColumn h3 {
        color: #000;
        font-size: 20px;
        text-align: left;
        font-weight: normal;
        }

    
    .row.contact .firstColumn {
        color: #344B90;
        font-size: 20px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
        padding:0px 0 0 0;
    }


        
    .row.contact .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.press .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.newsListing .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.threeColumn1w2n .secondColumn {
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }


    .row.threeColumn2n1w .secondColumn {
        color: #fff;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.twoRowsMixedColumns2n1w .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }


    .row.threeColumn1w2n .thirdColumn {
        font-size: 17px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
        padding: 0;
    }

}





@media only screen and (min-width: 64.0625em) { 

    #header {       
        padding: 0 0 2em;
    }

    #menuToggle {
        text-align: right;
        padding: 0 100px 0 0;
    }    
    
    #headerTop .small-12.medium-3.large-4.columns:first-child {
        display: block;
    }
    
    #menuToggleLayer {
        top: 146px;
    }
    #menuToggleLayer .toggleLayerContainer {
        padding-top: 50px;
    }

    #menuToggleLayer ul li:not(:last-child):after {
        content: "";
        display: block;
        height: 3px;
        width: 50px;
        margin: 20px auto;
        background: #344B90;
    }

    #menuToggleLayer a {
        color: #344B90;
        font-size: 26px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }

    .row.homepageHeading {
        font-family: "Prata",serif;
        font-size: 20px;
        margin: 150px 327px;
        text-align: center;
    }

    .row.twoColumn1w1n {
        font-family: 'Prata', serif;       
        font-size: 20px;
        margin: 150px 110px;
        text-align: center;
        color: #000;
    }

    .row.threeColumn2n1w {
        font-family: 'Prata', serif;       
        font-size: 20px;
        margin: 80px 110px;
        text-align: center;
        color: #fff;
    }

    .row.twoRowsMixedColumns2n1w {
        font-family: 'PT Sans', sans-serif;   
        font-size: 20px;
        margin: 80px 110px;
        text-align: center;
        color: #000;
    }

    .row.contact {
        font-family: 'PT Sans', sans-serif; 
        font-size: 18px;
        margin: 80px 110px;
        text-align: left;
        text-transform: uppercase;
        color: #344B90;
    }

    .row.press {
        font-family: 'Prata', serif;  
        font-size: 15px;
        margin: 80px 110px;
        text-align: left;
        color: #000;
    }

    .row.newsListing {
        font-family: 'PT Sans', sans-serif; 
        font-size: 15px;
        margin: 80px 110px;
        text-align: left;
        text-transform: uppercase;
        color: #000;
    }

    .row.newsArticle {
        font-family: 'PT Sans', sans-serif; 
        font-size: 15px;
        margin: 80px 110px;
        text-align: left;
        text-transform: uppercase;
        color: #000;
    }

    
    .row.threeColumn2n1w .intro {
        color: #fff;
        font-size: 18px;
        margin: 0 0 10px;
        font-family: 'PT Sans', sans-serif;
    }


     .row.threeColumn2n1w .intro2 {
        color: #fff;
        font-size: 18px;
        margin: 0 0 10px;
        font-family: 'PT Sans', sans-serif;
         text-align: left;
    }

     .row.threeColumn2n1w .intro2 h3{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
         color: #ffffff;
    }

    .row.twoRowsMixedColumns2n1w .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 20px;
    }

    .row.contact .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.press .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.newsListing .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.newsArticle .intro {
        color: #000;
        font-size: 18px;
        margin: 0 0 100px;
    }

    .row.threeColumn2n1w .thirdColumn h3 {
        color: #fff;
        font-size: 30px;
        text-align: left;
        font-family: 'Prata', serif;  
        font-weight: normal; 
    }


    .row.twoRowsMixedColumns2n1w .thirdColumn h3 {
        color: #000;
        font-size: 30px;
        text-align: left;
        font-weight: normal;
    }


    
    .row.contact .firstColumn {
        color: #344B90;
        font-size: 20px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
        padding:100px 0 0 0;
    }
    
    .row.contact .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.press .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.newsListing .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.threeColumn1w2n .secondColumn {
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }


    .row.threeColumn2n1w .secondColumn {
        color: #fff;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.twoRowsMixedColumns2n1w .secondColumn {
        color: #000;
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
    }

    .row.threeColumn1w2n .thirdColumn {
        font-size: 18px;
        text-align: left;
        font-family: 'PT Sans', sans-serif;
        padding: 85px 0 0 0;
    }
}

@media only screen and (min-width: 64.0625em) {
    .row.homepageHeading {
        margin: 150px 50px;
    }
}

@media only screen and (min-width: 65.0625em) {
    .row.homepageHeading {
        margin: 150px 20%;
    }
}

@media only screen and (min-width: 70.0625em) {
    .row.homepageHeading {
        margin: 150px 100px;
    }
}

@media only screen and (min-width: 74.0625em) {
    .row.homepageHeading {
        margin: 150px 100px;
    }
}

@media only screen and (min-width: 80.0625em) {
    .row.homepageHeading {
        margin: 150px 100px;
    }
}


@media only screen and (min-width: 85.0625em) {

    .row.homepageHeading {
        margin: 150px 127px;    
    }

    .homepageHeading .firstColumn {
        max-width:1000px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 95.0625em) {

    .row.homepageHeading {
        margin: 150px 200px;    
    }

    .homepageHeading .firstColumn {
        max-width:1000px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 101.0625em) {

    .row.homepageHeading {
        margin: 150px 227px;    
    }

    .homepageHeading .firstColumn {
        max-width:1000px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 103.0625em) {

    .row.homepageHeading {
        margin: 150px 300px;    
    }

    .homepageHeading .firstColumn {
        max-width:1000px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 105.0625em) {

    .row.homepageHeading {
        margin: 150px 311px;    
    }

    .homepageHeading .firstColumn {
        max-width:1000px;
        margin: 0 auto;
    }
}
