/**********************************************************************************
* 
* © 2020 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: base.css
* Description: Base styles for www.beyondshelterinc.com
*
***********************************************************************************/


/* Body 
----------------------------------------------------------------------------------*/

*
	{
    margin:0;
    padding:0;
    font-size:100%;
	font-family:inherit;
    }

/* Set brand colors */
:root
	{
	--primary-color:#154858; /* dark teal */
	--secondary-color:#ff6334; /* orange */
    --highlight-color:#ffe5dd; /* pale light orange */
	--alternate-color:#808285; /* gray */
    --tertiary-color:#0b262e; /* darker teal */
	}

body
	{
	font:normal 100% "Lato", Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1.5em;
	background-color:#fff;
	}

#caution-container
	{
    margin:0 auto;
    width:100%;
    font-size:1em;
    color:#000;
    text-align:center;
    background:#ff0;
    }

#IEreminder p
	{
    padding:4px 0;
	font-size:1em;
    color:#000;
    text-align:center;
    }

#IEreminder a
	{
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #999;
	}

#IEreminder a:hover, #IEreminder a:active
	{
	color:#000;
	background:none;
	border-bottom:1px solid #000;
	}

object, iframe
	{
    display:block;
	max-width:100%;
    margin:0.5em 0 1.5em;
	border:none;
    }

*:first-child+html embed
	{
    margin:0.5em 0 1.5em;
    }

* html embed
	{
    margin:0.5em 0 1.5em;
    }

@media screen and (max-width:480px)
    {
    html
		{
        -webkit-text-size-adjust:none; /* prevent text resize in iPhones */
        }
    }


/* Base text
----------------------------------------------------------------------------------*/

h1
	{
	margin-bottom:0.5125em;
	padding-bottom:0.15em;
	font-weight:500;
	font-size:1.75em;
	font-family:"Ubuntu", Arial, Helvetica, sans-serif;
	color:#154858/*#505050*/;
    color:var(--primary-color);
	line-height:1.10em;
	border-bottom:1px solid #c0c0c0;
	}

#container-intro h1, #container-intro #content p:first-of-type
	{
	color:#fff;
    text-shadow:0 0 4px #0c0c0c;
    text-shadow:0 0 8px #0c0c0c;
    text-shadow:0 0 13px #0c0c0c;
    }

#container-intro h1
	{
    font-size:1.875em;
    border:none;
    }

h2, h3, h4, h5, h6
	{
    font-weight:700;
    }

h2
	{
	font-weight:500;
	font-size:1.625em;
	font-family:"Ubuntu", Arial, Helvetica, sans-serif;
    line-height:1.25em;
	}

.clearheading
	{
	clear:both;
	}

h3
	{
	font-size:1.375em;
	line-height:1em;
	}

h4
	{
	font-size:1.25em;
	}
	
h5
	{
	font-size:1.125em;
	}

h6
	{
	font-size:1.0625em;
	}

h2 + h2, h2 + h3, h2 + h4, h3 + h4, h4 + h2, h4 + h4, h4 + h5, h2 + .imageright, h2 + .imageright + h3, h2 + nav, h4 + nav, h2 + .content-blocks-2x, h4 + .content-blocks-2x, h2 + .content-blocks-2x-uneven, h4 + .content-blocks-2x-uneven, h2 + .content-blocks-3x, h4 + .content-blocks-3x, h2 + .content-blocks-4x, h4 + .content-blocks-4x, h2 + .btn-callout, h4 + .btn-callout, .supplemental h2 + img
	{
    margin-top:1em;
    }

h2 + table, h3 + table, h4 + table, h2 + .table-container, h3 + .table-container, h4 + .table-container
	{
    margin-top:0.75em;
    }

.xtarget:target
	{
    margin-top:-112px;
    padding-top:112px;
    }

p, ul, ol, time, pre
	{
	font-size:1em;
	}

p
	{
	padding-bottom:1.5em;
	}

ul, ol
	{
	padding:0 0 1.5em 2em;
    }

.layoutlist
	{
	padding:0;
	font-size:1em;
	list-style-type:none;
	}

.layoutlist a
	{
	border:none;
	}

time
	{
	/*padding-bottom:1.5em;*/
	font-style:italic;
	color:#505050;
    }

.daterange
	{
    display:inline-block;
    }

#eventlist time, #eventlist-side time
	{
    padding:0;
    }

blockquote
	{
	margin:0 1.5em;
	}

pre
	{
    padding:1em;
    margin-bottom:1.5em;
    background:#f1f1f1;
    border:1px solid #c0c0c0;
    white-space:pre-wrap; /* css-3 */
    white-space:-moz-pre-wrap !important; /* 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+ */
    }

ul ul, ol ul, ol ol, ol ul ul
	{
    padding-bottom:0;
    font-size:1em;
    }

ol ol
	{
    list-style:lower-alpha;
    }

ol ol ol
	{
    list-style:lower-roman;
    }

@media screen and (min-width:481px)
    {
    body
		{
	    line-height:1.3125em;
	    }
	
	h1
		{
	    font-size:1.625em;
	    }
	
	#container-intro h1, #container-intro #content p:first-of-type
		{
        width:54%;
        }
	
	#container-intro h1
		{
        font-size:2em;
        }
	
    h2
		{
	    font-size:1.4375em;
	    }
    	
    h3
		{
	    font-size:1.3125em;
	    }

    h4
		{
	    font-size:1.1875em;
	    }
	
	h5
		{
	    font-size:1.0625em;
	    }
	
	h6
		{
		font-size:1em;
		}
    	
    p, ul, ol, time, pre
		{
	    font-size:0.875em;
	    }
	}

@media screen and (min-width:481px)
    {
    h1
		{
	    font-size:1.875em;
	    }
    }


/* Links
----------------------------------------------------------------------------------*/

a
	{
	color:#ff6334/*#477064*/;
	text-decoration:none;
	border-bottom:1px solid #ff6334/*#477064*/;
    border-color:var(--secondary-color);
	}

a:hover, a:active, a:focus
	{
	color:#000;
	background-color:#ffe5dd/*#d4f3ea*/;
    background-color:var(--highlight-color);
	}

a:active
	{
    outline:none;
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
    text-decoration:none;
    border:none;
    }

h1 a:hover, h1 a:active, h1 a:focus
	{
    background-color:transparent;
    }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
	{
    color:#000;
    border-bottom:1px solid #ff6334/*#477064*/;
    border-color:var(--secondary-color);
    }


/* Tables 
----------------------------------------------------------------------------------*/

table
	{
    width:100%;
    margin:0.5em 0 1.5em;
    border:none;
    border-collapse:collapse;
    clear:both;
	}

col
	{
    display:table-column;
	}

table tr:nth-child(odd)
	{
    background-color:#f1f1f1;
    }

table th, table td
	{
    vertical-align:top;
	padding:0.125em 8px;
    font-size:1em;
    text-align:left;
    }

table th
	{
    color:#fff;
    background-color:#154858/*#3eb39f/*#505050*/;
    background-color:var(--primary-color);
    /*border-bottom:1px solid #21460c;*/
    }

table td
	{
    /*margin-bottom:-1px;*/
    /*line-height:1.7085em; /* corrected line-height for added border property, since negative margins don't work */
    /*border-bottom:1px solid #c0c0c0;*/
    }

/* correct sizing when user incorrectly adds paragraph tags with CMS inside table cells */

table th p, table td p, table td ul, table td ol, table td time
	{
    font-size:1em;
    line-height:1.5em;
    }

@media screen and (min-width:481px)
    {
	table th, table td
		{
		font-size:0.875em;
		}
	
	table th p, table td p, table td ul, table td ol, table td time
		{
		line-height:1.3125em;
		}
    }

@media screen and (min-width:768px)
    {
    .table-3col
        {
        width:auto;
        min-width:50%;
        max-width:100%;
        clear:none;
        }
    }


/* HTML 5 element fixes
----------------------------------------------------------------------------------*/

header, nav, section, article, aside, footer, time, audio, video, canvas, figure, figcaption, mark
	{
    display:block;
    }


/* Images 
----------------------------------------------------------------------------------*/

img
	{
	display:block;
	max-width:100%;
	margin-bottom:1.5rem;
	border:none;
    }

h1 + img
	{
    margin-top:1em;
    }

h2 + img, h3 + img, h4 + img, h2 + .imageleft, h3 + .imageleft, h4 + .imageleft, .imagesticky
	{
    margin-top:0.3125em;
    }

.imageleft, .imageright, .imageleftsmall, .imagerightsmall, .imagecenter, .imagefull
	{
    padding:0;
    font-style:italic;
	/*border:1px solid #666;*/
    clear:both;
    }

.imageleft, .imageright, .imageleftsmall, .imagerightsmall, .imagecenter
	{
    margin:0 auto 1.5rem;
    }

.imagesticky
	{
    float:left;
    margin-right:1.5rem;
    }

.imageleft img, .imageright img, .imageleftsmall img, .imagerightsmall img
	{
	margin-bottom:0.5rem;
    }

/**** tentative figure styling to force caption wrapping - 10/01/2018 ****/

figure, figcaption
	{
    max-width:100%;
    }

figure
	{
	margin-bottom:1.5rem;
    box-sizing:border-box;
    }

figure img
	{
    margin-bottom:0.5rem;
    }

figcaption
	{
    font-style:italic;
	color:#404040;
	text-align:left;
    }

@media screen and (min-width:281px)
    {
    .imageleftsmall, .imagerightsmall
		{
        max-width:51%;
        }
	
	.imageleftsmall
		{
		float:left;
		margin-right:1.3125rem;
        }

    .imagerightsmall
		{
        float:right;
		margin-left:1.3125rem;
        }
    }

@media screen and (min-width:481px)
    {
    img
		{
	    margin-bottom:1.3125rem;
        }
	
	.imageleft, .imageright
		{
        max-width:49%;
        }
	
	.imageleft
		{
		float:left;
		}

    .imageleft, .imagesticky
		{
        margin-right:1.3125rem;
        }

    .imageright
		{
        float:right;
		margin-left:1.3125rem;
        }

    .imagecenter
		{
	    margin-bottom:1.3125rem;
	    }

    figcaption
		{
        font-size:0.875em !important;
        }
    }


/* Container
----------------------------------------------------------------------------------*/

#container-intro, #container
	{
	position:relative; /* this needs to be in place if "overflow:hidden" is used, or IE7 will crap the bed */
	width:100%;
    background-repeat:no-repeat;
    background-position:center 106px;
	overflow:hidden;
	}

#container-intro
    {
    background-image:url(/sitegraphics/beyondshelter-banner-m.jpg);
    background-size:730px 300px;
    }

@media screen and (min-width:768px)
    {
    #container-intro
        {
        background-size:auto;
        }
    }


/* Header
----------------------------------------------------------------------------------*/

#header
	{
    position:fixed;
    top:30px;
	float:left;
	width:100%;
	height:auto;
	padding:10px 5%;
    background-color:#fff;
	border-width:0 0 4px;
	border-style:solid;
	border-color:#ff6334/*#3eb39f/*505050*/;
    border-color:var(--secondary-color);
	z-index:2;
    box-sizing:border-box;
	box-shadow:0 -4px 8px 4px #202020;
    transition:0.3s ease;
    }

#organization
	{
    float:left;
    }

#organization img
	{
	display:none;
    }

#organization p
	{
	padding:0;
	font-size:1em;
	line-height:1em;
	text-indent:-999em;
	}

#organization a
	{
    display:block;
    width:88px/*200px*/;
    height:52px;
    background:no-repeat left top url(/sitegraphics/beyondshelter-logo_25_years-m.png);
	background-size:100%;
	border:none;
    text-decoration:none;
    }

#organization a:hover, #organization a:active, #organization a:focus
	{
    background-color:transparent;
    background-position:left bottom;
    border:none;
    }

#organization a:focus
	{
    outline:#000 dotted 1px;
    }

#organization span
	{
    position:absolute;
    left:-999em;
    }

#header-supplemental
	{
	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:30px;
    padding:0 5%;
    background-color:#154858/*#3eb39f/*#505050*/;
    background-color:var(--primary-color);
    box-sizing:border-box;
    }

#tagline
	{
    display:none;
    }

#phone
	{
    position:fixed;
    right:0;
    bottom:24%;
    padding:0;
    z-index:2;
    }

#phone a
	{
    display:block;
    width:30px;
    height:42px;
    padding:10px;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255,0.94);
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(/sitegraphics/beyondshelter-phone.png);
	background-size:30px 42px;
	border-width:4px 0 4px 4px;
    border-style:solid;
    border-color:#ff6334/*#505050*/;
    border-color:var(--secondary-color);
    border-radius:1rem 0 0 1rem;
    }

#phone span
	{
    position:absolute;
    left:-999em;
    }

#social
	{
    float:right;
    margin:0.3125rem 0 0 1rem;
    padding-left:1rem;
    border-left:1px solid #ffe5dd/*#404040*/;
    border-color:var(--secondary-color);
    }

#social li
	{
    float:left;
    margin-left:0.5625rem;
    }

#social li:first-child
    {
    margin:0;
    }

#social a
	{
    display:block;
    height:20px;
    background-repeat:no-repeat;
    background-image:url(/sitegraphics/beyondshelter-socialicons.png);
    border:none;
    background-size:112px 20px;
    }

#facebook a
	{
    width:20px;
    background-position:left top;
    }

#twitter a
    {
    width:25px;
    background-position:-25px top;
    }

#instagram a
    {
    width:20px;
    background-position:-55px top;
    }

#linkedin a
    {
    width:20px;
    background-position:-84px top;
    }

#social a:hover, #social a:focus
	{
    background-color:transparent;
    }

#social a span
	{
    position:absolute;
    left:-999em;
    }

#nav-supplemental
    {
    float:right;
    padding:0;
    /*font:500 0.875em "Ubuntu", Arial, Helvetica, sans-serif;*/
    font:700 0.75em "Montserrat", "Lato", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    }

#nav-supplemental li
    {
    float:left;
    /*margin-left:0.5em;*/
    }

#nav-supplemental li:first-child
    {
    margin:0;
    }

#nav-supplemental a
    {
    /*display:block;
    height:26px;
    margin-top:4px;
    padding:0.3125em 0.5625em;
    color:#c5b358;
    background-color:#202020;
    border:none;
    border-radius:0.125rem;*/
    display:block;
    height:30px;
    padding:0.5rem 0.625rem;
    color:#fff;
    box-sizing:border-box;
    }

#nav-supplemental a:hover, #nav-supplemental a:focus
    {
    color:#0c0c0c;
    background-color:#c0c0c0/*#3eb39f*/;
    }

@media screen and (min-width:481px)
    {
    #header
		{
	    padding:10px 4%;
        }

    #header-supplemental
        {
        padding:0 4%;
        }
	
	#phone
		{
        font-size:0.875em;
        }
    }

@media screen and (min-width:768px)
    {
    #phone
		{
        /*display:none;*/
		position:static;
        right:auto;
        bottom:auto;
        float:right;
        /*margin-top:34px;*/
		margin:0.25rem 0 0 0.75rem;
        padding-left:0.75em;
        font-size:0.875em;
        color:#fff;
		line-height:1.5em;
        border-left:1px solid #ff6334;
        border-color:var(--secondary-color);
        }

    #phone a
		{
        display:inline;
        width:auto;
        height:auto;
        padding:0;
        color:#fff/*#000*/;
        background:none;
        border:none;
        border-radius:0;
        }
    
    #phone a:hover, #phone a:active, #phone a:focus
		{
        background:none;
        border:none;
        cursor:text;
        }

    #phone span
		{
        position:static;
        left:auto;
        }
    }


/* Navigation
----------------------------------------------------------------------------------*/

#nav, #nav-top, #nav-sub
	{
    display:none;
    }

#nav
    {
    position:fixed;
    top:106px/*118px*/;
    right:5%/*0*/;
    float:right;
    width:75%/*100%*/;
    max-height:80%/*69%*/;
    border-width:0 4px 4px 4px/*0 4px*/;
    border-style:solid;
    border-color:#ff6334/*#505050*/;
    border-color:var(--secondary-color);
    overflow:scroll/*auto*/;
    z-index:2 !important;
    }

#nav ul
    {
    font:500 1.125em "Ubuntu", Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    }

#nav li
    {
    left:0;
	float:left;
    width:100%;
    border-top:1px solid #dadada;
    }

#nav li:first-child
    {
    border:none;
    }

#nav a
    {
    display:block;
    padding:0.3125em 5% 0.375em;
    color:#505050;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255,0.94);
    border:none;
    }

#nav a:hover, #nav a:focus
    {
    color:#fff;
    background-color:rgb(21,72,88);
    background-color:rgba(21,72,88,0.94);
    }

#nav li ul
    {
    padding-left:0;
    font-size:1em;
    border-top:1px solid #dadada;
    }

#nav li li a
	{
    padding-left:1.25em;
    }

#nav li li a:before
	{
    content:"\00bb\00a0";
    }

#nav-menu-link
	{
    position:fixed;
    top:34px;
    right:5%;
    margin-bottom:1.5rem;
	z-index:3;
    }

#nav-m
	{
    padding:1.375em 0 0;
    font-size:0.875em;
    line-height:1em;
    }

#nav-m .btn-simple
	{
    padding-right:31px;
    background-repeat:no-repeat;
    background-position:54px 7px;
    background-image:url(/sitegraphics/beyondshelter-menulines.png);
	background-size:20px 42px;
    }

#nav-m .btn-simple:hover, #nav-m .btn-simple:focus
	{
    background-position:54px -22px;
    }

#nav-secured ul
    {
    float:left;
    width:100%;
    margin-bottom:1.5em;
    padding:0.375em 0.625em;
    background-color:#eaeaea;
    border-radius:0.1875rem;
    box-sizing:border-box;
    }

#nav-secured li
    {
    float:left;
    margin-left:0.5em;
    padding-left:0.5em;
    border-left:1px solid #c0c0c0;
    }

#nav-secured li:first-child
    {
    margin:0;
    padding:0;
    border:none;
    }

#nav-mobile
	{
    width:80%;
    margin:0 auto 1.5rem;
    clear:both;
    }

#nav-mobile h2
	{
    margin-bottom:0.75em;
    }

#nav-mobile .xtarget:target
	{
    margin-top:-138px;
    padding-top:138px;
    }

#nav-mobile ul
	{
    line-height:1em;
    }

#nav-mobile li
	{
    left:0;
	border-width:0 0 1px;
    border-style:solid;
    border-color:#c0c0c0;
    }

#nav-mobile li:first-child
	{
    border-width:1px 0;
    }

#nav-mobile li a
	{
    display:block;
    padding:0.5em 3%;
    border:none;
    }

#nav-mobile li a:hover, li #nav-mobile a:active, li #nav-mobile a:focus
	{
    }

#nav-mobile li li a
	{
    padding-left:1.25em;
    }

#nav-mobile li li a:before
	{
    content:"\00bb\00a0";
    }

#nav-mobile li li, #nav-mobile li li:first-child
	{
    border-width:1px 0 0;
    }

@media screen and (max-width:300px)
    {
    #nav-menu-link
		{
        position:static;
		margin:0 0 1rem 5%;
        }
    }

@media screen and (min-width:370px)
    {
    #nav-top
		{
        font-size:0.75em;
        }
    }

@media screen and (min-width:481px)
    {
    #nav
        {
        width:50%;
        max-height:60%;
        right:4%;
        left:unset;
        /*border-width:0 0 4px 4px;*/
        }

    #nav ul
        {
        font-size:1em;
        }
	
	#nav-menu-link
		{
        right:4%;
        }
    }

@media screen and (min-width:768px)
    {
    #nav
        {
        width:44%;
        }
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
	{
    float:left;
    width:100%;
	margin-top:106px/*118px*/;
    padding:1.25rem 5% 0;
    box-sizing:border-box;
    }

#container-intro #main
	{
    height:300px;
	padding-top:1.25rem;
    }

@media screen and (min-width:481px)
    {
    #main
		{
	    padding:1.25rem 4% 0;
        }
    }

@media screen and (min-width:768px)
    {
    #container-intro #main
	    {
        height:400px;
	    padding-top:2.5rem;
        }
    }


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:100%;
	}

#content h2, #content h3, #content p, #content ul, #content ol
	{
    text-align:left !important;
    }

#transitionwelcome
	{
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.8);
    z-index:999;
    height:100%;
    width:100%;
    }

#transitionwelcome .modal-content
	{
    position:absolute;
    top:50%;
    left:50%;
    /*transform:translate(-50%, -50%); if modal-slide-in-up class is not used, uncomment this */
    width:90%;
    padding:1.5rem;
    color:#c0c0c0;
    background-color:#0c0c0c;
    border:4px solid #ff6334;
	border-color:var(--secondary-color);
    border-radius:0.25rem;
	box-sizing:border-box;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    }

.modal-slide-in-up
	{
    -webkit-animation:modal-slide-in-up 1s ease forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:modal-slide-in-up 1s ease forwards; /* Firefox < 16 */
    -ms-animation:modal-slide-in-up 1s ease forwards; /* Internet Explorer */
    -o-animation:modal-slide-in-up 1s ease forwards; /* Opera < 12.1 */
    animation:modal-slide-in-up 1s ease forwards;
    }

@keyframes modal-slide-in-up
    {
    from
        {
        opacity:0;
        transform:translate(-50%, -44%);
        }
    to
		{
        opacity:1;
        transform:translate(-50%, -50%);
        }
    }

.btn-modal
	{
    display:inline-block;
    margin-top:0.5rem;
    padding:0.375rem 0.625rem;
    font:700 1em "Montserrat", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#fff;
    background-color:#154858;
	background-color:var(--primary-color);
    border:none;
	border-radius:0.1875rem;
    }

.btn-modal:hover, .btn-modal:focus
	{
    color:#0c0c0c;
    background-color:#c0c0c0;
    /*background-color:var(--primary-color);*/
    cursor:pointer;
    }

#loading
	{
    margin-top:3.125rem;
    }

.article-author
	{
    padding-bottom:0;
    font-weight:700;
    }

.video-container
	{
	position:relative;
	max-width:100%;
	height:0;
	margin-bottom:1.5rem;
    padding-bottom:56.25% !important; /* 16/9 ratio */
    /*padding-top:30px; /* IE6 workaround*/
    overflow:hidden;
	clear:both;
	}

.video-container iframe, .video-container object, .video-container embed
	{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:98.5%;
	}

.content-blocks-2x, .content-blocks-2x-uneven, .content-blocks-rows, .content-blocks-reversed, .content-blocks-3x, .content-blocks-4x, .content-block-left, .content-block-right
	{
	float:left;
	width:100%;
	padding:0;
	font-size:1em;
	list-style-type:none;
	}

.content-block-left, .content-block-right
	{
    margin-bottom:1.5rem;
    }

.content-blocks-2x + h2, .content-blocks-2x + h3, .content-blocks-2x-uneven + h2, .content-blocks-2x-uneven + h3, .content-blocks-rows + h2, .content-blocks-rows + h3, .content-blocks-reversed + h2, .content-blocks-reversed + h3, .content-blocks-3x h2, .content-blocks-3x h3, .content-blocks-4x h2, .content-blocks-4x h3, .content-block-left + h2, .content-block-left + h3, .content-block-right + h2, .content-block-right + h3
	{
    clear:both;
    }

.content-blocks-2x ol, .content-blocks-2x ul, .content-blocks-2x-uneven ol, .content-blocks-2x-uneven ul, .content-blocks-3x ul, .content-blocks-3x ol, .content-blocks-4x ol, .content-blocks-4x ul, .content-blocks-rows ol, .content-blocks-rows ul, .content-blocks-reversed ol, .content-blocks-reversed ul, .content-block-left ol, .content-block-left ul, .content-block-right ol, .content-block-right ul
	{
	padding-bottom:1.5rem;
	}

.content-blocks-2x ul, .content-blocks-2x-uneven ul, .content-blocks-rows ul, .content-blocks-reversed ul, .content-blocks-3x ul, .content-blocks-4x ul, .content-block-left ul, .content-block-right ul
	{
	list-style-type:disc;
	}

.content-blocks-2x > li, .content-blocks-2x-uneven > li, .content-blocks-rows > li, .content-blocks-reversed > li, .content-blocks-3x > li, .content-blocks-4x > li, .content-block-left > li, .content-block-right > li
	{
	left:0;
	margin-bottom:1.5rem;
	}

.content-blocks-2x > li p:last-child, .content-blocks-2x > li ol:last-child, .content-blocks-2x > li ul:last-child, .content-blocks-2x-uneven > li p:last-child, .content-blocks-2x-uneven > li ol:last-child, .content-blocks-2x-uneven > li ul:last-child, .content-blocks-rows > li p:last-child, .content-blocks-rows > li ol:last-child, .content-blocks-rows > li ul:last-child, .content-blocks-reversed > li p:last-child, .content-blocks-reversed > li ol:last-child, .content-blocks-reversed > li ul:last-child, .content-blocks-3x > li p:last-child, .content-blocks-3x > li ol:last-child, .content-blocks-3x > li ul:last-child, .content-blocks-4x > li p:last-child, .content-blocks-4x > li ol:last-child, .content-blocks-4x > li ul:last-child
	{
    padding-bottom:0;
    }

.content-blocks-2x > li :last-child, .content-blocks-2x-uneven > li :last-child, .content-blocks-rows > li :last-child, .content-blocks-reversed > li :last-child, .content-blocks-3x > li :last-child, .content-blocks-4x > li :last-child
	{
    margin-bottom:0;
	padding-bottom:0;
    }

.content-blocks-2x fieldset, .content-blocks-rows fieldset, .content-blocks-reversed fieldset, .content-blocks-3x fieldset, .content-blocks-4x fieldset
	{
    margin-bottom:1.5rem;
    border:none;
    }

.content-blocks-2x fieldset legend, .content-blocks-2x fieldset label, .content-blocks-rows fieldset legend, .content-blocks-rows fieldset label, .content-blocks-reversed fieldset legend, .content-blocks-reversed fieldset label, .content-blocks-3x fieldset legend, .content-blocks-3x fieldset label, .content-blocks-4x fieldset legend, .content-blocks-4x fieldset label
	{
	display:block;
    width:100%;
    }

.content-blocks-2x fieldset legend, .content-blocks-rows fieldset legend, .content-blocks-reversed fieldset legend, .content-blocks-3x fieldset legend, .content-blocks-4x fieldset legend
	{
    font-weight:700;
    font-size:1.3125em;
    }

.content-blocks-2x fieldset input, .content-blocks-rows fieldset input, .content-blocks-reversed fieldset input, .content-blocks-3x fieldset input, .content-blocks-4x fieldset input
	{
    margin-right:0.5rem;
    }

.content-highlight > li, div.content-highlight
	{
	padding:1rem;
	border:1px solid #c0c0c0;
	overflow:hidden;
    border-radius:0.1875rem;
	box-sizing:border-box;
	}

.content-highlight > li h2, .content-highlight > li h4, div.content-highlight h2
	{
	margin:-1rem -1.25rem 0.5rem;
    padding:0.5rem 1.25rem;
    color:/*#000*/#fff;
	background-color:#154858/*#3eb39f*/;
    background-color:var(--primary-color);
    }

.content-highlight > li h4.highlight-subheading
	{
    margin-bottom:0.5125em;
	padding-bottom:0.15em;
    border-bottom:1px solid #c0c0c0;
    }

.content-actions > li
	{
    border:none;
    }

.content-actions > li a:first-of-type
	{
    display:block;
	position:relative;
    margin:-1rem;
    padding:1rem/* 1rem 2.5rem*/;
    border:1px solid #c0c0c0;
    border-radius:0.1875rem;
    overflow:hidden;
    }

.content-actions > li a:first-of-type::after
	{
    content:"\2192";
    position:absolute;
    right:1rem;
    bottom:1rem;
	/*width:14px;
    height:12px;*/
    font-weight:700;
    font-size:1.375em;
	/*color:#01669a;
    color:var(--secondary-color);
    background:no-repeat url(/sitegraphics/company-arrow.png);
    background-size:14px 24px;*/
    }

.content-actions > li a:first-of-type:hover, .content-actions > li a:first-of-type:focus
	{
    /*background-color:#01669a;
    background-color:var(--primary-color);*/
    border-color:#01669a;
    border-color:var(--primary-color);
    }

.content-actions > li h2, .content-actions > li h4.highlight-heading
	{
    margin-bottom:1rem;
    }

.content-actions > li p
	{
    color:#000;
    }

.content-actions > li a:first-of-type:hover h2, .content-actions > li a:first-of-type:focus h2, .content-actions > li a:first-of-type:hover h4.highlight-heading, .content-actions > li a:first-of-type:focus h4.highlight-heading
	{
    color:#fff;
    /*color:var(--primary-color);*/
    background-color:#01669a;
    background-color:var(--primary-color);
    }

/*.content-actions > li a:first-of-type:hover::after
	{
    background-position:center -12px
    }*/

.content-actions > li img
	{
    }

.content-staff > li
	{
    max-width:268px;
    margin:0 auto 1.5rem;
    }

.content-staff img
	{
    max-width:166px/*234px*/;
    margin:0 auto 1rem;
    }

.content-staff .staff-jobtitle
	{
    width:auto;
    padding-bottom:0;
    font-style:italic;
    font-size:1em;
    }

.btn-callout, .btn-wfg, .btn-return
	{
    font:500 1.125em "Ubuntu", Arial, Helvetica, sans-serif;
	list-style-type:none;
    /*text-transform:uppercase;*/
    }

.btn-callout > li
	{
    left:0;
    }
	
.btn-callout a, .btn-wfg a, .btn-return a
	{
    position:relative;
    display:inline-block;
	padding:0.375em 0.625em;
    color:#fff/*#c5b358/*#fff/*#202020*/;
    background-color:#154858/*#1a1a1a/*#b97824*/;
    background-color:var(--primary-color);
    border:none;
    }

.btn-callout a
	{
    margin-right:1.8125em;
	border-radius:0.1875rem 0 0 0.1875rem;
    }

.btn-wfg a
	{
	margin-bottom:1.5em;
	padding:0.875em 3em 0.625em 1em;
    }

.btn-return a
	{
	margin-left:1.8125em;
    border-radius:0 0.1875rem 0.1875rem 0;
    }

.btn-callout span, .btn-wfg span, .btn-return span
	{
    position:absolute;
    top:0;
	display:inline-block;
    color:#fff;
    background-color:#0b262e/*#3a3a3a*/;
    background-color:var(--tertiary-color);
    }

.btn-callout span, .btn-return span
	{
    padding:0.375em 0.625em;
	}
	
.btn-callout span, .btn-wfg span
	{
	right:-1.8125em;
	border-radius:0 0.1875rem 0.1875rem 0;
    }

.btn-return span
	{
	left:-1.8125em;
	border-radius:0.1875rem 0 0 0.1875rem;
    }

.btn-callout a:hover, .btn-callout a:focus, .btn-wfg a:hover, .btn-wfg a:focus, .btn-return a:hover, .btn-return a:focus
	{
    color:#0c0c0c;
    background-color:#c0c0c0;
    }

.btn-callout a:hover span, .btn-callout a:focus span, .btn-wfg a:hover span, .btn-wfg a:focus span, .btn-return a:hover span, .btn-return a:focus span
	{
    color:#000;
    background-color:#909090/*#3eb39f*/;
    }

.btn-simple
	{
    position:relative;
	padding:0.3125em 0.375em 0.25em;
    font-weight:700;
    font-size:1em;
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
    background-color:#154858;
    background-color:var(--primary-color);
	border:2px solid #154858;
    border-color:var(--primary-color);
	border-radius:0.1875rem;
	cursor:pointer;
    }

.btn-simple:hover, .btn-simple:active, .btn-simple:focus
	{
    color:#202020;
	background-color:#c0c0c0/*#3eb39f*/;
	border-color:#c0c0c0/*#3eb39f*/;
    }

.textbox, .shorttextbox
	{
    margin:0 0.75em 1em;
    padding:1px;
    }

.shorttextbox
	{
    width:3em;
    }

.checkbox input, .radiobutton input
	{
    margin-right:0.5em;
    }

@media screen and (min-width:481px)
    {
    .btn-wfg, .btn-return
		{
        /*font-size:0.9375em;*/
        }
	
	.content-blocks-2x ol, .content-blocks-2x ul, .content-blocks-rows ol, .content-blocks-rows ul, .content-blocks-reversed ol, .content-blocks-reversed ul, .content-blocks-3x ol, .content-blocks-3x ul, .content-blocks-4x ol, .content-blocks-4x ul, .textbox, .shorttextbox, .button, .formButton
		{
	    font-size:0.875em;
	    }
    }

@media screen and (min-width:671px)
    {
    .video-container
		{
        max-width:670px/*600px*/;
        padding-bottom:377.5px/*337.5px; /* 16/9 ratio */
	    }
	
	.video-container iframe, .video-container object, .video-container embed
		{
        max-height:377.5px/*337.5px*/;
	    }
    }

@media screen and (min-width:768px)
    {
    #wfg-current-openings
		{
        float:right;
        margin:0 0 1.5em 1.5em;
        border:1px solid #c0c0c0;
        max-width:40%;
        }

    #wfg-current-openings h3
		{
        padding:8px 10px;
        color:#fff;
        background-color:#0072cf;
        }

    #wfg-current-openings p, #wfg-current-openings h5
		{
        padding-left:16px;
        padding-right:16px;
        }
	
	.multicolumnlist
		{
        padding-left:2em;
        list-style-position:outside;
        -webkit-column-gap:2em; /* Chrome, Safari, Opera */
        -moz-column-gap:2em; /* Firefox */
        column-gap:2em;
        -webkit-column-count:3; /* Chrome, Safari, Opera */
        -moz-column-count:3; /* Firefox */
        column-count:3;
        -webkit-column-width:33.3%; /* Chrome, Safari, Opera */
        -moz-column-width:33.3%;
        column-width:33.3%;
        }

    .content-blocks-2x > li, .content-blocks-reversed > li, .content-blocks-3x > li, .content-blocks-4x > li
		{
        width:48.5%;
        }
	
	.content-blocks-2x-uneven > li:nth-child(1)
		{
        width:67.5%;
        }

    .content-blocks-2x-uneven > li:nth-child(2)
		{
        width:29.5%;
        }
    
    .content-blocks-2x > li:nth-child(odd), .content-blocks-2x-uneven > li:nth-child(1), .content-blocks-reversed > li:nth-child(even), .content-blocks-3x > li:nth-child(odd), .content-blocks-4x > li:nth-child(odd)
		{
	    float:left;
	    clear:left;
	    }
	
    .content-blocks-2x > li:nth-child(even), .content-blocks-2x-uneven > li:nth-child(2), .content-blocks-reversed > li:nth-child(odd), .content-blocks-3x > li:nth-child(even), .content-blocks-4x > li:nth-child(even)
		{
	    float:right;
	    clear:right;
	    }
	
	.content-blocks-rows.content-highlight > li
		{
	    padding:1.5rem /*1rem*/0 0/*1.25em 1.25em 0*/;
	    border-width:1px 0 0;
        border-radius:0;
	    }

    .content-blocks-rows.content-highlight > li:first-child
		{
	    border-width:0;
	    }

    .content-blocks-rows img
		{
        float:right;
        max-width:40%;
        }

    .content-blocks-rows.content-highlight > li h5.highlight-subheading
		{
        border:none;
        }
	
	.content-block-left, .content-block-right
		{
        width:48.5%;
        margin-bottom:1.5rem;
        }

    .content-block-left
		{
        float:left;
        margin-right:1.5%;
        }

    .content-block-right
		{
        float:right;
        margin-left:1.5%;
        }
    }


/* Animations/Dynamic Effects
--------------------------------------------------------------------------------*/

.slide-in-up
	{
    -webkit-animation:slide-in-up 1s ease forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:slide-in-up 1s ease forwards; /* Firefox < 16 */
    -ms-animation:slide-in-up 1s ease forwards; /* Internet Explorer */
    -o-animation:slide-in-up 1s ease forwards; /* Opera < 12.1 */
    animation:slide-in-up 1s ease forwards;
    }

.slide-in-down
	{
    -webkit-animation:slide-in-down 1s ease forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:slide-in-down 1s ease forwards; /* Firefox < 16 */
    -ms-animation:slide-in-down 1s ease forwards; /* Internet Explorer */
    -o-animation:slide-in-down 1s ease forwards; /* Opera < 12.1 */
    animation:slide-in-down 1s ease forwards;
    }

.slide-in-right
	{
    -webkit-animation:slide-in-right 1s ease forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:slide-in-right 1s ease forwards; /* Firefox < 16 */
    -ms-animation:slide-in-right 1s ease forwards; /* Internet Explorer */
    -o-animation:slide-in-right 1s ease forwards; /* Opera < 12.1 */
    animation:slide-in-right 1s ease forwards;
    }

.slide-in-left
	{
    -webkit-animation:slide-in-left 1s ease forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:slide-in-left 1s ease forwards; /* Firefox < 16 */
    -ms-animation:slide-in-left 1s ease forwards; /* Internet Explorer */
    -o-animation:slide-in-left 1s ease forwards; /* Opera < 12.1 */
    animation:slide-in-left 1s ease forwards;
    }

.slide-in-up:nth-child(odd), .slide-in-down:nth-child(odd), .slide-in-right:nth-child(odd), .slide-in-left:nth-child(odd)
	{
    /*animation-duration:1.2s; /* So they look staggered */
    }

.slide-in-up:nth-child(even), .slide-in-down:nth-child(even), .slide-in-right:nth-child(even), .slide-in-left:nth-child(even)
	{
    animation-delay:0.2s; /* So they look staggered */
    }

.already-visible
	{
    transform:translateY(0);
    -webkit-animation:none; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:none; /* Firefox < 16 */
    -ms-animation:none; /* Internet Explorer */
    -o-animation:none; /* Opera < 12.1 */
    animation:none;
    }

.bloom
	{
    transition:all .2s ease-in-out;
    }

.bloom:hover
	{
    transform:scale(1.025);
    }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slide-in-up
    {
    from
        {
        opacity:0;
        transform:translateY(24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Firefox < 16 */
@-moz-keyframes slide-in-up
    {
    from
        {
        opacity:0;
        transform:translateY(24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Internet Explorer */
@-ms-keyframes slide-in-up
    {
    from
        {
        opacity:0;
        transform:translateY(24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Opera < 12.1 */
@-o-keyframes slide-in-up
    {
    from
        {
        opacity:0;
        transform:translateY(24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

@keyframes slide-in-up
    {
    from
        {
        opacity:0;
        transform:translateY(24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slide-in-down
    {
    from
        {
        opacity:0;
        transform:translateY(-24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Firefox < 16 */
@-moz-keyframes slide-in-down
    {
    from
        {
        opacity:0;
        transform:translateY(-24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Internet Explorer */
@-ms-keyframes slide-in-down
    {
    from
        {
        opacity:0;
        transform:translateY(-24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Opera < 12.1 */
@-o-keyframes slide-in-down
    {
    from
        {
        opacity:0;
        transform:translateY(-24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

@keyframes slide-in-down
    {
    from
        {
        opacity:0;
        transform:translateY(-24px);
        }
    to
		{
        opacity:1;
        transform:translateY(0);
        }
    }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slide-in-right
    {
    from
        {
        opacity:0;
        transform:translateX(-24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

/* Firefox < 16 */
@-moz-keyframes slide-in-right
    {
    from
        {
        opacity:0;
        transform:translateX(-24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

/* Internet Explorer */
@-ms-keyframes slide-in-right
    {
    from
        {
        opacity:0;
        transform:translateX(-24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

/* Opera < 12.1 */
@-o-keyframes slide-in-right
    {
    from
        {
        opacity:0;
        transform:translateX(-24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

@keyframes slide-in-right
    {
    from
        {
        opacity:0;
        transform:translateX(-24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slide-in-left
    {
    from
        {
        opacity:0;
        transform:translateX(24px);
        }
    to
        {
        opacity:1;
        transform:translateX(0);
        }
    }

/* Firefox < 16 */
@-moz-keyframes slide-in-left
    {
    from
        {
        opacity:0;
        transform:translateX(24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

/* Internet Explorer */
@-ms-keyframes slide-in-left
    {
    from
        {
        opacity:0;
        transform:translateX(24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

/* Opera < 12.1 */
@-o-keyframes slide-in-left
    {
    from
        {
        opacity:0;
        transform:translateX(24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }

@keyframes slide-in-left
    {
    from
        {
        opacity:0;
        transform:translateX(24px);
        }
    to
		{
        opacity:1;
        transform:translateX(0);
        }
    }


/* Summary/Item list
--------------------------------------------------------------------------------*/

#content ul.itemlist, #content ol.itemlist
	{
    float:left;
    width:100%;
    margin:0.5rem 0 1.5rem;
    padding:0;
	font-size:1em;
    list-style-type:none;
	text-align:center !important;
    clear:both;
    }

.itemlist li
	{
    position:relative;
    left:0;
	float:left;
    width:100%;
    margin-bottom:1.5rem;
    }

.tilelist li
	{
    /*text-align:center;*/
	/*padding:1em;*/
    border:1px solid #b0b0b0;
    overflow:hidden;
    border-radius:0.25rem;
    box-sizing:border-box;
    }

/*.itemlist li ul
    {
    list-style:none;
    padding:0 0 1.5rem 0.5rem;
    }

.itemlist li li
    {
    position:static;
    float:none !important;
    width:auto;
    margin:0;
    border:none;
    }

.itemlist li li label input
    {
    margin-right:0.5rem;
    }*/

.itemlist li a.iteminfo
	{
    position:relative;
    display:block;
    /*float:left;*/
    margin-bottom:0;
    /*padding:1rem;*/
    /*background:transparent;*/
    border:none;
    /*overflow:hidden;*/
    }

.tilelist li a.iteminfo
	{
    float:none !important;
    width:auto;
    height:auto;
    /*padding:1em;*/
    /*margin:0 auto 0.5rem;*/
    overflow:hidden;
    /*border-radius:0.125rem;*/
    }

.itemlist li span
	{
    display:block;
    /*padding:1.5em 0;*/
    }

.itemlist li span.warning
	{
    float:none !important;
    width:100%;
    padding:0 0 1rem;
    }

.itemlist li img
	{
    max-height:250px;
    margin:0 auto /*0.5rem*/;
    }

.itemlist strong, .itemlist em
	{
    /*text-align:center;*/
    }

.itemlist strong
	{
    display:inline-block;
    position:absolute;
    right:0;
    bottom:0;
    padding:0.375em 0.625em;
    font:700 1.375em "Ubuntu", Arial, Helvetica, sans-serif;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255,0.90);
    border-width:1px 0 0 1px;
    border-style:solid;
    border-color:#b0b0b0;
    border-radius:0.25rem 0 0.125rem 0;
    }

.itemlist em
	{
    padding-bottom:1em;
    font-style:normal;
    font-size:1em;
    /*color:#333;*/
    }

.itemlist p strong, .itemlist p em
	{
    font-size:1em;
    }

.itemlist p strong
	{
    display:inline;
    }

.itemlist p em
	{
    padding:0;
    font-style:italic;
    }

.itemlist em p
	{
    font-size:1em;
    }

/*.tilelist li:hover
	{
    border:1px solid #505050;
    }*/

.tilelist-link:hover, .tilelist-link:focus, .tilelist-link:hover strong, .tilelist-link:focus strong
	{
    border-color:#154858/*#3eb39f*/;
    border-color:var(--primary-color);
    }

/*ul.itemlist li:hover a.iteminfo
    {
    background:#daefff;
    }*/

.itemlist a.iteminfo:hover, .itemlist a.iteminfo:focus
	{
    /*background:#1a1a1a;*/
    }

.tilelist a:hover, .tilelist a:focus
    {
    color:#000;
    background-color:#3eb39f;
    }

.itemlist li a.iteminfo:hover img
	{
    /*border-color:#e5df98;*/
    }

.itemlist a:hover strong, .itemlist a:focus strong, .itemlist a:hover em, .itemlist a:focus em
	{
    color:#fff/*#3eb39f/*#000*/;
    /*background-color:rgb(62,179,159);
    background-color:rgba(62,179,159,0.90);*/
    background-color:rgb(21,72,88)/*(32,32,32)*/;
    background-color:rgba(21,72,88,0.90)/*(32,32,32,0.90)*/;
    }

@media screen and (min-width:481px)
    {
    .tilelist li
		{
        position:relative;
        /*float:left;*/
        width:48%/*204px/*182px*/;
        margin:0 /*19px*/0 1.5rem /*0*/;
        /*border:1px solid #505050;*/
        }

    .tilelist li:nth-child(odd)
        {
        float:left;
        clear:left;
        }

    .tilelist li:nth-child(even)
        {
        float:right;
        clear:right;
        }

    .itemlist li a.iteminfo
		{
        float:left;
        /*width:170px/*148px/;
        height:240px;*/
        margin-bottom:0;
        /*padding:16px;*/
        /*background:transparent;*/
        border:none;
        overflow:hidden;
        }
    
    .itemlist li img
		{
        max-height:250px;
        /*float:right;
        max-width:150px;
        /*height:174px;/
        margin:0 0 0.5rem 1.5rem;
        /*border:1px solid #000;*/
        }
    
    .itemlist li span
		{
        display:block;
        float:left;
        /*padding:1em;*/
        /*width:96%;
        padding:1em 2% 2%;*/
        }

    .itemlist strong
        {
        font-size:1.125em;
        }
    }


/* Lightbox galleries
----------------------------------------------------------------------------------*/

.lb-gallery-heading
	{
	clear:both;
	}

.lb-gallery
	{
	float:left;
	width:100%;
	margin-bottom:1.5rem;
	}

.lb-gallery ul, .lb-gallery ol
	{
	padding:0;
	line-height:1em;
	list-style:none;
	}

.lb-gallery li
	{
	left:0;
	float:left;
	padding:0 0.625rem 0.625rem 0;
	}

.lb-gallery a
	{
	display:block;
	border:2px solid transparent/*#c0c0c0*/;
	}

.lb-gallery a:hover, .lb-gallery a:active, .lb-gallery a:focus
	{
	border-color:#01669a;
	}

.lb-gallery a img
	{
	display:block;
	margin:0;
	}


/* Magnetic gallery
----------------------------------------------------------------------------------*/

.magnetic
	{
    float:left;
    width:100%;
    padding:0;
    list-style-type:none;
    clear:both;
    }

h2 + .magnetic
	{
	margin-top:0.75rem;
	}

.magnetic li
	{
    left:0;
	float:left;
    width:50%;
    height:100px;
    margin-bottom:1.5rem;
    }

.magnetic li img
	{
    margin:0 auto;
    }

@media screen and (min-width:481px)
    {
    .magnetic li
		{
        width:auto;
        margin-right:1.5rem;
        }
    }


/* Paired galleries
----------------------------------------------------------------------------------*/

.pairedlist
	{
    float:left;
    width:100%;
    margin-bottom:1.5rem;
    padding:0;
    font-size:1em;
    list-style-type:none;
    }

h2 + .pairedlist
	{
    margin-top:1.5rem;
    }

.pairedlist li
	{
    left:0;
	float:left;
    width:100%;
    /*padding:1em;*/
    border-width:0 0 1px;
    border-style:solid;
    border-color:#c0c0c0;
    box-sizing:border-box;
    }

.pairedlist li:first-child
	{
    border-width:1px 0;
    }

.pairedlist-link:hover, .pairedlist-link:focus
    {
    border-color:#154858/*#3eb39f*/;
    border-color:var(--primary-color);
    }

.pairedlist a
	{
    display:block;
    color:#000;
    border:none;
    overflow:hidden;
    }

.pairedlist a:hover, .pairedlist a:focus
	{
    color:#fff/*#000*/;
    background-color:#154858/*#3eb39f*/;
    background-color:var(--primary-color);
    }

.pairedlist li span
	{
    display:block;
    padding:1.5rem 0;
    }

.pairedlist li a span
	{
    padding:1rem;
    }

.pairedlist img
	{
    float:right;
    margin:0 0 1rem 1.5rem;
    border-width:1px;
    border-style:solid;
    border-color:transparent;
    }

.pairedlist a:hover img, .pairedlist a:focus img
	{
    border-color:#ff6334;
    border-color:var(--secondary-color);
    }

.pairedlist strong, .pairedlist em
	{
    display:block;
    /*text-align:center;*/
    }

.pairedlist strong
	{
    font:700 1.375em "Ubuntu", Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    }

.pairedlist em
	{
    font-style:normal;
    font-size:1em;
    color:#202020;
    }

.pairedlist a:hover em, .pairedlist a:focus em
	{
    color:#fff;
    }

.pairedlist .staff-jobtitle
	{
    width:auto;
    padding:0 0 1.5rem;
    font-style:italic;
    font-size:1em;
    }

.btn-paired
    {
    position:relative;
    display:inline-block;
    margin-top:1rem;
    margin-right:1.8125rem;
    padding:0.375rem 0.625rem;
    font:500 1.125em "Ubuntu", Arial, Helvetica, sans-serif;
    /*text-transform:uppercase;*/
    color:#fff/*#c5b358/*#fff/*#202020*/;
    background-color:#154858/*#1a1a1a/*#b97824*/;
    background-color:var(--primary-color);
    border:none;
    border-radius:0.1875rem 0 0 0.1875rem;
    }

.pairedlist li .btn-paired span
	{
    position:absolute;
    top:0;
    right:-1.8125rem;
	display:inline-block;
    padding:0.375rem 0.625rem;
    color:#fff;
    background-color:#0b262e/*#3a3a3a*/;
    background-color:var(--tertiary-color);
    border-radius:0 0.1875rem 0.1875rem 0;
    }

.pairedlist li:hover .btn-paired, .pairedlist li:focus .btn-paired
	{
    color:#0c0c0c;
    background-color:#dadada;
    }

.pairedlist li:hover .btn-paired span, .pairedlist li:focus .btn-paired span
	{
    color:#000;
    background-color:#c0c0c0/*#3eb39f*/;
    }

.pairedlist .btn-callout a
	{
    margin-bottom:0;
    }

@media screen and (min-width:481px)
    {
    .pairedlist strong
		{
        font-size:1.125em;
        }

    .pairedlist em
		{
        font-size:0.875em;
        }
    }

@media screen and (min-width:768px)
    {
    .pairedlist li
		{
        width:48%;
        overflow:hidden;
        }
    
    .pairedlist li, .pairedlist li:first-child
		{
        margin-bottom:1.5rem;
        border-width:1px;
        border-radius:0.1875rem;
        }
    
    .pairedlist li:nth-child(odd)
		{
	    float:left;
	    clear:left;
	    }
	
    .pairedlist li:nth-child(even)
		{
	    float:right;
	    clear:right;
	    }
	
	.pairedlist li a
		{
	    /*border:1px solid #c0c0c0;
	    border-radius:0.1875rem;*/
	    }
	
	/*.pairedlist li a:hover, .pairedlist li a:focus
		{
	    border-color:#3eb39f;
	    }*/
	
	.pairedlist li span
		{
        padding:0;
        }
	
	.pairedlist img
		{
        /*float:right;
        max-width:50%;
        margin:0 0 0.5rem 1.5rem;*/
        }
    
    .pairedlist strong, .pairedlist em
		{
        text-align:left;
        }
    }


/* Grid galleries
----------------------------------------------------------------------------------*/

.grid
	{
    float:left;
    width:100%;
    padding-left:0;
    list-style-type:none;
    clear:both;
    }

.grid li
	{
    left:0;
	float:left;
    padding:0.25rem 1%;
    width:48%;
    height:80px;
    }

.grid li img
	{
    max-height:80px;
    margin:0 auto;
    }

@media screen and (min-width:481px)
    {
    .grid li
		{
        width:196px;
        padding:0.25rem 0.5rem;
        }
    }


/* Events list
----------------------------------------------------------------------------------*/

.nav-events
	{
    float:left;
    width:100%;
    margin-bottom:1rem;
    }

.nav-events label, .nav-events select
	{
    font-size:1em;
    margin-bottom:1.5rem;
    }

.nav-events ul
	{
    padding-left:0;
    list-style:none;
    }

.nav-events li
	{
	left:0;
	}

.nav-events .eventlist-prev
	{
    float:left;
    }

.nav-events .eventlist-next
	{
    float:right;
    }

.nav-events a
	{
    display:block;
    width:40px;
    height:20px;
    background-image:url(/sitegraphics/events-arrows.gif);
    border:none;
    }

.nav-events .eventlist-prev a
	{
    background-position:left top;
    }

.nav-events .eventlist-next a
	{
    background-position:right top;
    }

.nav-events .eventlist-prev a:hover, .nav-events .eventlist-prev a:active, .nav-events .eventlist-prev a:focus
	{
    background-position:left bottom;
    }

.nav-events .eventlist-next a:hover, .nav-events .eventlist-next a:active, .nav-events .eventlist-next a:focus
	{
    background-position:right bottom;
    }

.nav-events a span
	{
    position:absolute;
    left:-999em;
    }

.events-month
	{
    padding:0.25rem;
    /*margin-bottom:0.5em;*/
    background:#2c2c2c;
    clear:both;
    }

.events-list img
	{
    max-width:80px;
    }

@media screen and (min-width:481px)
    {
    .nav-events label, .nav-events select
		{
        font-size:0.875em;
        }
    }


/* Google map
----------------------------------------------------------------------------------*/

.map, .map-rental
	{
    width:80%;
    margin:0 auto 1.5rem;
    clear:both;
    }

.map iframe, .map-rental iframe
	{
    width:100%;
    height:350px;
    margin-bottom:0.2rem;
    border:1px solid #c0c0c0;
	box-sizing:border-box;
    }

@media screen and (min-width:481px)
    {
    }

@media screen and (min-width:768px)
    {
    .map iframe, .map-rental iframe
		{
        height:340px;
        }
    }


/* Supplemental
----------------------------------------------------------------------------------*/

.supplemental
	{
    float:left;
    width:100%;
    padding:1.5rem 5% 0.5rem;
    border-top:1px solid #c0c0c0;
    box-sizing:border-box;
    }

.supplemental h2
	{
	font-size:1.625em;
    /*text-transform:uppercase;*/
    }

#supplemental-team
    {
    /*color:#fff;*/
    background-color:#3eb39f/*#505050*/;
    }

#supplemental-temporary img, #supplemental-temporary ul, #supplemental-temporary ol, #supplemental-temporary p:nth-of-type(1n+2)
	{
    display:none;
    }

#supplementalsubcontact
    {
    color:#dadada;
    background-color:#154858/*#2e2e2e*/;
    background-color:var(--primary-color);
    }

#supplementalsubcontact img
    {
    max-height:60px;
    }

@media screen and (min-width:481px)
    {
    .supplemental
		{
	    padding:1.5rem 4% 0.5rem;
        }

    .supplemental .imageleft
        {
        margin-right:4%;
        }

    .supplemental .imageright
        {
        margin-left:4%;
        }
	
	.supplemental h2
		{
        font-size:1.5em;
        }
    }

@media screen and (min-width:768px)
	{
	}


/* Footer
----------------------------------------------------------------------------------*/

#footer
	{
    float:left;
    width:90%;
    padding:1em 5% 0;
    background-color:#1a1a1a;
	border-top:4px solid #ff6334/*#505050*/;
    border-color:var(--secondary-color);
    }

#footer p
	{
	color:#c0c0c0;
    }

/*#footer a
    {
    color:#9e967b;
    border-bottom-color:#9e967b;
    }*/

#footer a:hover, #footer a:active, #footer a:focus
	{
    color:#fff;
    background-color:transparent;
    border-bottom-color:#fff;
    }

@media screen and (min-width:481px)
    {
    #footer
		{
	    width:92%;
	    padding:1em 4% 0;
        }
    }

@media screen and (min-width:768px)
    {
    #byline
		{
        float:right;
        }
    }


/* Forms 
----------------------------------------------------------------------------------*/

.basicform
	{
    width:100%;
    margin:0 auto 1.5rem;
    clear:both;
    }

#main-secured .basicform
	{
    width:80%;
    }

.basicform fieldset
	{
    padding:0;
    border:none;
    }

.basicform fieldset legend
	{
    padding:0;
	font-weight:500;
    font-size:1.375em;
    font-family:"Ubuntu", Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
    border:none;
    }

.basicform legend + h3
	{
    margin-top:1.5em;
    }

.basicform fieldset ol, .basicform fieldset ul
	{
    margin-top:0.5em;
    padding-left:0;
    font-size:1em;
    list-style:none;
    }

.basicform fieldset ol.numbered
	{
    padding:0 0 1.5em 2em;
    font-size:1em;
    list-style:decimal;
    border:none;
    }

.basicform fieldset li
	{
	left:0;
    }
	
.basicform fieldset ol ol, .basicform fieldset ol ul
	{
    margin:4px 0 10px;
    padding-bottom:0;
    background-color:#f1f1f1;
	border:1px solid #c0c0c0;
    }

.basicform fieldset ol ol ol, .basicform fieldset ol ol ul, .basicform fieldset ol ul ul
	{
    background:#e5e5e5;
    }

.basicform fieldset ol ol li, .basicform fieldset ol ul li
	{
    padding:4px 8px;
    }

.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput
	{
    font-style:italic;
    font-size:1em;
    color:#404040;
    line-height:1.5em;
    }

.basicform fieldset .accordion-collapsed
	{
    position:absolute;
    left:-999em;
    width:100%;
    }

.basicform fieldset .accordion-revealed
	{
    left:auto;
    }

.basicform fieldset ol.numbered li
	{
    padding-left:0;
    border:none;
    }

.basicform fieldset label
	{
	display:block;
	font-weight:700;
	font-size:1em;
    }

.basicform fieldset .required
	{
    color:#dd2c00;
    }

.basicform fieldset .text-nofield, .basicform fieldset .textbox, .basicform fieldset .mediumtextbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea
	{
	margin:0 0 1.5em;
	font-size:1em;
	}

.basicform fieldset .textbox, .basicform fieldset .mediumtextbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea
	{
    padding:0.25rem;
    background-color:#fff;
    box-shadow:inset -1px 1px 0.125em #e5e5e5;
    border:1px solid #c0c0c0;
    border-radius:0.1875rem;
    }

.basicform fieldset .text-nofield
	{
    display:block;
    }

.basicform fieldset .textbox
	{
    width:80%;
    }

.basicform fieldset .mediumtextbox
	{
    width:10em;
    }

.basicform fieldset .shorttextbox
	{
    width:4em;
    }

.basicform fieldset select
	{
    width:auto;
    padding:0.125em 0 0.125em 0.25em;
	/*-webkit-appearance:none;*/
    }

.basicform fieldset select option
	{
    padding:0.125em 0.5em;
    }

.basicform fieldset textarea
	{
    width:80%;
    height:100px;
    }

.basicform fieldset .textbox:focus, .basicform fieldset .mediumtextbox:focus, .basicform fieldset .shorttextbox:focus, .basicform fieldset select:focus, .basicform fieldset textarea:focus
	{
    outline:none;
    }

.basicform fieldset fieldset, .basicform fieldset fieldset legend
	{
    padding:0;
    border:none;
    }

.basicform fieldset fieldset
	{
    padding-bottom:1.5em;
    }

.basicform fieldset fieldset legend, .basicform fieldset fieldset.subtextboxes legend
	{
    font-weight:normal;
    font-size:1em;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	text-transform:none;
    white-space:pre-line;
    }

.basicform fieldset fieldset legend .wrap
	{
    width:100%;
    }

.basicform fieldset fieldset.subtextboxes legend
	{
    font-weight:700;
    }

.basicform fieldset fieldset label
	{
    display:block;
    margin-left:0;
	padding:0;
	font-size:1em;
    }

.basicform fieldset fieldset.subtextboxes label
	{
    display:block;
	width:auto;
	font-size:1em;
    }

.basicform fieldset fieldset label input, .basicform fieldset fieldset.longlist span.checkbox input
	{
    margin-right:5px;
    }

.basicform fieldset fieldset.longlist legend
	{
    padding:0 0 1em;
    }

.basicform fieldset fieldset.longlist label, .basicform fieldset fieldset.longlist span.checkbox
	{
	width:auto;
	font-size:1em;
    }

.basicform fieldset fieldset.longlist span.checkbox label
	{
    font-size:1em;
    }

.basicform fieldset .btn-form
	{
	margin:0 8px 1rem 0;
	padding:0.3125rem 0.375rem 0.25rem;
    font-weight:700;
    font-size:1em;
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
    background-color:#333;
	border:2px solid #333;
	border-radius:0.1875rem;
	cursor:pointer;
    }

.basicform fieldset .btn-form:hover, .basicform fieldset .btn-form:active, .basicform fieldset .btn-form:focus
	{
    color:#0c0c0c/*#202020*/;
	background-color:#c0c0c0/*#3eb39f*/;
	border-color:#c0c0c0/*#3eb39f*/;
    }

.g-recaptcha
	{
    margin-bottom:1.5em;
    }

@media screen and (min-width:481px)
    {
    .basicform fieldset legend
		{
        font-size:1.375em;
        }
	
	.basicform fieldset ol, .basicform fieldset ul
		{
        border-top:1px solid #c0c0c0;
        }

    .basicform fieldset ol ol, .basicform fieldset ol ul
		{
        border-right:1px solid #c0c0c0;
		border-left:1px solid #c0c0c0;
        }

    .basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput
		{
        font-size:0.875em;
		line-height:1.3125em;
        }

    .basicform fieldset li
		{
        padding:4px;
		border-width:0 0 1px;
		border-style:solid;
		border-color:#c0c0c0;
        }
	
	.basicform fieldset li li
		{
		border-width:1px 0 0;
        }
    
    .basicform fieldset li li:first-child
		{
		border-width:0;
        }
        
    .basicform fieldset label
		{
        position:relative;
		top:6px;
		display:inline-block;
		width:41%;
		padding:0 1% 10px 0;
		font-weight:400;
		font-size:0.875em;
		vertical-align:top;
        }
	
	.basicform fieldset .text-nofield, .basicform fieldset .textbox, .basicform fieldset .mediumtextbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea
		{
        font-size:0.875em;
        }

	.basicform fieldset .textbox, .basicform fieldset .mediumtextbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea
		{
		margin:0.25rem 0 0.375rem;
		vertical-align:text-top;
		}

    .basicform fieldset .text-nofield
		{
		display:inline;
		position:relative;
		top:4px;
		}
	
	.basicform fieldset .textbox, .basicform fieldset textarea
		{
		width:55%;
		}

	.basicform fieldset .mediumtextbox
		{
		width:10em;
		}

	.basicform fieldset .shorttextbox
		{
		width:4em;
		}
	
	.basicform fieldset fieldset
		{
        padding-bottom:0.5em;
        }

    .basicform fieldset fieldset legend, .basicform fieldset fieldset.subtextboxes legend
		{
        padding-top:0.375rem;
        font-size:0.875em;
		text-transform:none;
        }

    .basicform fieldset fieldset legend .wrap
		{
        display:block;
		min-width:480px;
		max-width:590px;
		white-space:normal;
        }

    .basicform fieldset fieldset label
		{
        top:0;
		width:auto;
		margin-left:42%;
		padding:0 0 0 0.25rem;
		font-weight:normal;
		font-size:0.875em;
        }

    .basicform fieldset fieldset.subtextboxes label
		{
        display:inline-block;
		width:42%;
		margin:0;
		padding:0;
		font-size:0.875em;
        }

    .basicform fieldset fieldset.longlist label, .basicform fieldset fieldset.longlist span.checkbox
		{
        float:left;
		width:33%;
		margin:0;
		padding:0;
		font-size:0.875em;
        }

    .basicform fieldset fieldset.longlist span.checkbox label
		{
        display:inline;
		float:none;
		width:auto;
		margin:0;
		padding:0;
		font-size:0.875em;
        }

    .basicform fieldset .btn-form
		{
	    font-size:0.875em;
	    }
    }


/* Simple form
----------------------------------------------------------------------------------*/

.simpleform
	{
    width:100%;
    margin-bottom:1.5rem;
    clear:both;
    }

.simpleform fieldset
	{
    padding:0;
    border:none;
    }

.simpleform fieldset legend
	{
    padding:0;
	font-weight:700;
    font-size:1.375em;
    font-family:"Ubuntu", Arial, Helvetica, sans-serif;
    border:none;
    }

.simpleform legend + h3
	{
    margin-top:1.5em;
    }

.simpleform ol, .simpleform ul
	{
    padding-left:0;
    font-size:1em;
    list-style:none;
    }

.simpleform li
	{
	left:0;
	}

.simpleform label, .simpleform .textbox, .simpleform fieldset .mediumtextbox, .simpleform fieldset .shorttextbox, .simpleform textarea
	{
    display:block;
    font-size:1em;
    }

.simpleform .textbox, .simpleform fieldset .mediumtextbox, .simpleform fieldset .shorttextbox, .simpleform textarea, .simpleform .checkbox, .simpleform .btn-form
	{
    margin-bottom:1.5em;
    }

.simpleform .textbox, .simpleform fieldset .mediumtextbox, .simpleform fieldset .shorttextbox, .simpleform textarea
	{
    padding:0.25em;
    background:#fff;
    box-shadow:inset -1px 1px 0.125em #e5e5e5;
    border:1px solid #c0c0c0;
    border-radius:0.25rem;
    }

.simpleform .textbox
	{
    width:198px;
    margin-left:0;
    }

.simpleform fieldset .mediumtextbox
	{
    width:10em;
    }

.simpleform fieldset .shorttextbox
	{
    width:4em;
    }

.simpleform textarea
	{
    width:55%;
    height:100px;
    }

.simpleform fieldset .textbox:focus, .simpleform fieldset .mediumtextbox:focus, .simpleform fieldset .shorttextbox:focus, .simpleform fieldset select:focus, .simpleform fieldset textarea:focus
	{
    outline:none;
    border-color:#154858/*#56897a*/;
    border-color:var(--primary-color);
    }

.simpleform .checkbox, .simpleform .checkbox input
	{
    float:left;
    }

.simpleform .checkbox input
	{
    padding-right:0.5em;
    }

.simpleform .btn-form
	{
	margin:0 0.5rem 1rem 0;
	padding:0.3125rem 0.375rem 0.25rem;
    font-weight:700;
    font-size:1em;
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
    background-color:#333;
	border:2px solid #333;
	border-radius:0.1875rem;
	cursor:pointer;
    }

.simpleform .btn-form:hover, .simpleform .btn-form:active, .simpleform .btn-form:focus
	{
    color:#0c0c0c/*#202020*/;
	background-color:#c0c0c0/*#3eb39f*/;
	border-color:#c0c0c0/*#3eb39f*/;
    }

@media screen and (min-width:481px)
    {
    .simpleform label, .simpleform .textbox, .simpleform fieldset .mediumtextbox, .simpleform fieldset .shorttextbox, .simpleform textarea, .simpleform .fileupload, .simpleform .btn-form
		{
        font-size:0.875em;
        }
	
	.simpleform .textbox, .simpleform fieldset .mediumtextbox, .simpleform fieldset .shorttextbox, .simpleform textarea, .simpleform .checkbox, .simpleform .btn-form
		{
		margin-bottom:1.3125em;
		}
    }


/* Form field dynamic styles
----------------------------------------------------------------------------------*/

.basicform fieldset .textbox-focus, .basicform fieldset .shorttextbox-focus, .basicform fieldset select.focus, .basicform fieldset textarea.focus, .simpleform .textbox-focus, .bodyText .textbox-focus, .orderbox input.textbox-focus, .orderbox select.textbox-focus, .orderbox textarea.textbox-focus, .content-store input.textbox-focus, .content-store select.textbox-focus, .content-store textarea.textbox-focus
	{
    border-color:#154858/*#56897a*/;
    border-color:var(--primary-color);
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	visibility:hidden;
	height:1%;
	}

.hr
	{
	margin-bottom:1.5rem;
	border-top:1px solid #c0c0c0;
	clear:both;
	}


/* Miscellaneous
--------------------------------------------------------------------------------*/

.warning, .basicform fieldset label.warning, .errorText
	{
	font-weight:700;
	color:#dd2c00;
    }

.basicform fieldset .warning-border, .simpleform .warning-border
	{
    border-color:#dd2c00;
    }

.normal
	{
	font-weight:normal;
    }

.success
	{
    font-weight:700;
	color:#288028;
    }

#printtext span
	{
    display:block;
    margin-top:0.75em;
    }

.hidden
	{
    display:none;
    }