/**********************************************************************************
* 
* © 2016 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.countryprideservices.com
*
***********************************************************************************/

/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0;
    padding:0;
    font-size:100%;
	font-family:inherit;
    }

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
	{
	font-size:1em;
	line-height:1em;
	}

h1 a
    {
    display:block;
    width:110px;
    height:60px;
    background:no-repeat left top url(/sitegraphics/countrypride-logo-m.gif);
	background-size:100%;
    }

h1 a:hover, h1 a:active, h1 a:focus
    {
    background-position:left bottom;
    border:none;
    }

h1 a:focus
    {
    outline:/*#fff*/#000 dotted 1px;
    }

h1 span
    {
    position:absolute;
    left:-999em;
    }

h2
	{
	margin-bottom:0.5125em;
	padding-bottom:0.15em;
	font-weight:700;
	font-size:1.75em;
	font-family:"Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
	/*color:#01669a;*/
	line-height:1.10em;
	text-transform:uppercase;
	border-bottom:1px solid #c0c0c0;
	}

#container-intro h2
    {
    border:none;
    }

h3, h4
    {
    font-family:"Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
    line-height:1em;
    text-transform:uppercase;
    }

h3, h4, h5, h6
    {
    font-weight:700;
    }

h3
	{
	font-size:1.5em;
	}

h4
	{
	font-size:1.3125em;
	}

h5
	{
	font-size:1.25em;
	}

h3 + h3, h3 + h5, h5 + h3, h5 + h5
    {
    margin-top:1em;
    }

h3 + table, h5 + table
    {
    margin-top:0.75em;
    }

.xtarget:target
    {
    margin-top:-104px;
    padding-top:104px;
    }

h6, p, ul, ol, time, pre
	{
	font-size:1em;
	}

p
	{
	padding-bottom:1.5em;
	}

ul, ol
    {
    /*position:relative;
	left:2em;
    overflow:hidden;*/
	padding:0 0 1.5em 2em;
    }

time
    {
	padding-bottom:1.5em;
	font-style:italic;
	color:#666;
    }

.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;
	    }
	
	h2
	    {
	    font-size:1.5em;
	    }
	
    h3
	    {
	    font-size:1.3125em;
	    }
    	
    h4
	    {
	    font-size:1.25em;
	    }

    h5
	    {
	    font-size:1.125em;
	    }
    	
    h6, p, ul, ol, time, pre
	    {
	    font-size:0.875em;
	    }
	}


/* Links
----------------------------------------------------------------------------------*/

a
	{
	color:#007a99;
	text-decoration:none;
	border-bottom:1px solid #007a99;
	}

a:hover, a:active, a:focus
	{
	color:#000;
	background-color:#d9edf8;
	}

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 #007a99;
    }


/* 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:#505050;
    /*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;
		}
    }


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	display:block;
	max-width:100%;
	margin-bottom:1.5em;
	border:none;
    }

h2 + img
    {
    margin-top:1em;
    }

h3 + img, h5 + img, h3 + .imageleft, h5 + .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.5em;
    }

.imagesticky
    {
    float:left;
    margin-right:1.5em;
    }

.imageleft img, .imageright img, .imageleftsmall img, .imagerightsmall img
    {
	margin-bottom:0.5em;
    }

@media screen and (min-width:281px)
    {
    .imageleftsmall, .imagerightsmall
        {
        max-width:51%;
        }
	
	.imageleftsmall
		{
		float:left;
		margin-right:1.3125em;
        }

    .imagerightsmall
        {
        float:right;
		margin-left:1.3125em;
        }
    }

@media screen and (min-width:481px)
    {
    img
        {
	    margin-bottom:1.3125em;
        }
	
	.imageleft, .imageright
        {
        max-width:51%;
        }
	
	.imageleft
		{
		float:left;
		}

    .imageleft, .imagesticky
        {
        margin-right:1.3125em;
        }

    .imageright
        {
        float:right;
		margin-left:1.3125em;
        }

    .imagecenter
	    {
	    margin-bottom:1.3125em;
	    }
    }


/* HTML 5 element fixes
----------------------------------------------------------------------------------*/

header, nav, section, article, aside, footer, time, audio, video, canvas, figure, figcaption, mark
    {
    display:block;
    }


/* 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%;
	overflow:hidden;
	}


/* Header
----------------------------------------------------------------------------------*/

#header
    {
    position:fixed;
	float:left;
	width:90%;
	height:auto;
	padding:10px 5%;
    background-color:#fff;
	border-width:0 0 4px;
	border-style:solid;
	border-color:#01669a;
	z-index:2;
	/*-moz-box-shadow:0 8px 8px -8px #202020;
	-webkit-box-shadow:0 8px 8px -8px #202020;
	box-shadow:0 8px 8px -8px #202020;*/
    }

#logo
    {
    float:left;
    }

#logo img
    {
	display:none;
    }

#header-supplemental
    {
	/*display:none;*/
    }

#social
    {
    float:right;
    padding:36px 0 0;
    list-style:none;
    line-height:1em;
    }

#social li
    {
    float:left;
    margin-left:0.75em;
    }

#social li:first-child
    {
    margin-left:0;
    }

#social a
    {
    display:block;
    float:left;
    height:24px;
    background-repeat:no-repeat;
    background-size:100%;
    border:none;
    }

#facebook a
    {
    width:24px;
    background-image:url(/sitegraphics/countrypride-facebook.png);
    }

#twitter a
    {
    width:29px;
    background-image:url(/sitegraphics/countrypride-twitter.png);
    }

#youtube a
    {
    width:34px;
    background-image:url(/sitegraphics/countrypride-youtube.png);
    }

#social a:hover
    {
    background-color:transparent;
    }

#social a span
    {
    position:absolute;
    left:-999em;
    }

#tagline
    {
    display:none;
    }

#phone
    {
    position:fixed;
    right:0;
    bottom:24%/*13%*/;
    padding:0;
    z-index:2;
    }

#phone a
    {
    display:block;
    width:36px;
    height:50px;
    padding:10px;
    background:#00add9 no-repeat center center url(/sitegraphics/countrypride-phone.png);
	background-size:36px 50px;
	border-width:4px 0 4px 4px;
    border-style:solid;
    border-color:#dadada;
    -moz-border-radius:1em 0 0 1em;
	-webkit-border-radius:1em 0 0 1em;
	border-radius:1em 0 0 1em;
    }

#phone span
    {
    position:absolute;
    left:-999em;
    }

@media screen and (min-width:481px)
    {
    #header
		{
	    width:92%;
	    padding:10px 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;
        font-size:1em;
        }

    #phone a
        {
        display:inline;
        width:auto;
        height:auto;
        padding:0;
        color:#000;
        background:none;
        border:none;
        -moz-border-radius:0;
	    -webkit-border-radius:0;
	    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:84px;
    right:0;
    float:right;
    width:100%;
    border-width:0 0 4px;
    border-style:solid;
    border-color:#00add9;
    z-index:2 !important;
    }

#nav ul
    {
    padding:0;
    font:700 1.125em "Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
    list-style-type:none;
    text-transform:uppercase;
    }

#nav li
    {
    float:left;
    width:100%;
    }

#nav li:first-child
    {
    }

#nav a
    {
    display:block;
    padding:0.375em 5% 0.25em;
    color:#333;
    background-color:#fff;
    border:none;
    }

#nav a:hover, #nav a:focus
    {
    color:#000;
    background-color:#00b44c;
    }

#nav-menu-link
    {
    position:fixed/*absolute*/;
    top:0;
    right:5%;
    margin-bottom:1.5em;
	z-index:3;
    }

#nav-m
    {
    padding:1.375em 0 0;
    font-size:0.875em;
    line-height:1em;
    }

#nav-m .nicebutton
    {
    padding-right:30px;
    background-repeat:no-repeat;
    background-position:50px 6px;
    background-image:url(/sitegraphics/countrypride-menulines.png);
	background-size:20px 42px;
    }

#nav-m .nicebutton:hover, #nav-m .nicebutton:focus
    {
    background-position:50px -23px;
    }

#nav-mobile
    {
    width:80%;
    margin:0 auto 1.5em;
    }

#nav-mobile h3
    {
    margin-bottom:0.75em;
    }

#nav-mobile ul
    {
    padding:0;
    line-height:1em;
    list-style:none;
    }

#nav-mobile .xtarget:target
    {
    margin-top:-104px;
    padding-top:104px;
    }

#nav-mobile li
    {
    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 1em 5%;
        }
    }

@media screen and (min-width:481px)
    {
    #nav
        {
        width:50%;
        border-width:0 0 4px 4px;
        }
	
	#nav-menu-link
		{
        right:4%;
        }
    }

@media screen and (min-width:768px)
    {
    #nav
        {
        width:44%;
        }
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
	display:none;
    }


/* CIP login
----------------------------------------------------------------------------------*/

#cip-login
    {
    margin-top:84px;
    color:#fff;
    background-color:#0c0c0c;
    }

#supplemental-sub #cip-login
    {
    padding:1.5em 1.5em 0;
    }

#container #cip-login
    {
    margin:0 0 1.5em;
    }

#cip-login h3 + .btn-callout
    {
    margin-top:0.5rem;
    }

#cip-login ol
    {
    float:left;
    width:100%;
    padding:0;
    list-style-type:none;
    }

#cip-login label, #cip-login .btn-login
    {
    display:block;
    }

#cip-login .textbox
    {
    width:100%;
    margin-left:0;
    padding:0.25em;
    font-size:1em;
    background:#fff;
    -moz-box-shadow:inset -1px 1px 0.125em #e5e5e5;
    -webkit-box-shadow:inset -1px 1px 0.125em #e5e5e5;
    box-shadow:inset -1px 1px 0.125em #e5e5e5;
    border:none/*1px solid #699a26*/;
    -moz-border-radius:0.1875em;
	-webkit-border-radius:0.1875em;
	border-radius:0.1875em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

#cip-login .btn-login
    {
    margin:0.875em 1em 1.5em 0;
    padding:0.25em 0.3125em 0.125em;
    font-weight:700;
    font-size:1.125em;
	font-family:"Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
	color:#000;
	text-transform:uppercase;
    background-color:#00b44e;
	border:none/*2px solid #202020*/;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	clear:both;
	}

#cip-login .btn-login:hover, #cip-login .btn-login:active, #cip-login .btn-login:focus
    {
    color:#fff;
	background:#333;
	border-color:#333;
    }

#cip-login a
    {
    /*color:#efe93d;
    border-color:#efe93d;*/
    }

#cip-login a:hover, #cip-login a:focus
    {
    color:#fff;
    background-color:transparent;
    border-color:#fff;
    }

#cip-login .btn-callout a:hover, #cip-login .btn-callout a:focus
    {
    color:#fff;
	background:#333;
	border-color:#333;
    }

@media screen and (min-width:481px)
    {
    #cip-login .textbox
        {
        width:240px;
        }
    }

@media screen and (min-width:768px)
    {
    #container-intro #cip-login ol
        {
        width:auto;
        }
    
    #container-intro #cip-login li
        {
        float:left;
        margin-left:1em;
        }
    
    #container-intro #cip-login li:first-child
        {
        margin:0;
        }
    
    #container-intro #cip-login p
        {
        float:left;
        }
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
    {
    float:left;
    width:90%;
	margin-top:92px;
    padding:20px 5% 0;
    }

#container-intro #main
    {
    background-repeat:no-repeat;
    background-position:center top;
    }

#cip-login + #main
    {
    margin-top:0;
    }

@media screen and (min-width:481px)
    {
    #main
		{
	    width:92%;
	    padding:20px 4% 0;
        }
    }

@media screen and (min-width:768px)
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:100%;
	}

#content h3, #content h5, #content p, #content ul, #content ol
    {
    text-align:left !important;
    }

.page-controls span
    {
    display:inline-block;
    margin:0 0.5em;
    }

.page-controls a
    {
    display:inline-block;
    font-weight:700;
    padding:0.25em 0.75em 0.375em;
    font-size:1.25em;
    border:none;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    }

.page-controls a:hover, .page-controls a:focus
    {
    color:#202020;
    background-color:#c0c0c0;
    }

.search-results li
    {
    margin-bottom:1.5em;
    }

.video-container
	{
	position:relative;
	max-width:100%;
	height:0;
	margin-bottom:1.5em;
    padding-bottom:56.25%; /* 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-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 + h4, .content-blocks-rows + h2, .content-blocks-rows + h4, .content-blocks-reversed + h2, .content-blocks-reversed + h4, .content-blocks-3x h2, .content-blocks-3x h4, .content-blocks-4x h2, .content-blocks-4x h4, .content-block-left + h2, .content-block-left + h4, .content-block-right + h2, .content-block-right + h4
	{
    clear:both;
    }

.content-blocks-2x ol, .content-blocks-2x 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-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-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-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-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/*1.25rem 1.25rem 0*/;
	border:1px solid #c0c0c0;
	overflow:hidden;
    -moz-border-radius:0.1875rem;
	-webkit-border-radius:0.1875rem;
	border-radius:0.1875rem;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

.content-highlight > li h3, .content-highlight > li h5.highlight-heading, div.content-highlight h3
/*.content-highlight > li h2, .content-highlight > li h4.highlight-heading, div.content-highlight h2*/
	{
	margin:-1rem -1.25rem 0.5rem;
    padding:0.5rem 1.25rem;
    color:#fff/*#01669a*/;
	background-color:#01669a/*#eaeaea*/;
	/*background-color:var(--primary-color);*/
    }

.content-highlight > li h5.highlight-subheading
/*.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;
    -moz-border-radius:0.1875rem;
	-webkit-border-radius:0.1875rem;
	border-radius:0.1875rem;
    overflow:hidden;
    }

.content-actions > li a:first-of-type::after
	{
    content:"\2192";
    position:absolute;
    right:1rem;
    bottom:1rem;
    font-weight:700;
    font-size:1.375em;
    }

.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 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:700 1.125em "Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
    text-transform:uppercase;
    }
	
.btn-callout a, .btn-wfg a, .btn-return a
    {
    position:relative;
    display:inline-block;
    padding:0.3125em 0.5em 0.25em !important;
    color:/*#202020*/#1a1a1a;
    background-color:#00add9;
    border:none;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    }

.btn-wfg a
    {
	margin-right:1.6875em;
	/*padding:0.3125em 1.875em 0.25em 0.625em;*/
    -moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
    }

.btn-return a
    {
	margin-left:1.6875em;
    /*padding:0.875em 1em 0.625em 3em;*/
    -moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
    }

.btn-wfg span, .btn-return span
    {
    position:absolute;
    top:0;
    display:inline-block;
    padding:0.3125em 0.625em 0.25em !important;
    color:#fff;
    /*text-indent:-999em;*/
    background-color:#01669a;
    }

.btn-wfg span
    {
	right:-1.6875em;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
    }

.btn-return span
    {
	left:-1.6875em;
	/*background-position:12px 15px/*center/;*/
    -moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
    }

.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:#00add9/*#202020*/;
    background-color:#202020/*#d9edf8*/;
    }

.btn-wfg a:hover span, .btn-wfg a:focus span, .btn-return a:hover span, .btn-return a:focus span
    {
    color:#fff;
    background-color:#404040;
    }

.nicebutton
    {
    position:relative;
	padding:0.3125em 0.375em 0.25em;
    font-weight:700;
    font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#1a1a1a;
    background-color:#00add9;
	border:2px solid #00add9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
    }

.nicebutton:hover, .nicebutton:active, .nicebutton:focus
    {
    color:/*#333*/#fff;
	background-color:#333/*#c5e7f2*/;
	border-color:#333/*#c5e7f2*/;
    }

.textbox, .shorttextbox
    {
    margin:0 0.75em 1em;
    padding:1px;
    }

.shorttextbox
    {
    width:3em;
    }

.checkbox input, .radiobutton input
    {
    margin-right:0.5em;
    }

.button, .formButton
	{
	margin:0 8px 1.5em 0;
	padding:0 3px;
	font-size:1em;
	overflow:visible; /* correct IE6/IE7's incorrect padding on buttons */
	}

@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
	    {
	    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:#00add9;
        }

    #wfg-current-openings p, #wfg-current-openings h5
        {
        padding-left:16px;
        padding-right:16px;
        }
	
	.multicolumnlist
        {
        padding-left:1.125em;
        list-style-position:inside;
        -webkit-column-gap:1em; /* Chrome, Safari, Opera */
        -moz-column-gap:1em; /* Firefox */
        column-gap:1em;
        -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 > li:nth-child(odd), .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-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;
        -moz-border-radius:0;
	    -webkit-border-radius: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%;
        }
    }


/* Summary/Item list
--------------------------------------------------------------------------------*/

ul.itemlist, ol.itemlist
    {
    float:left;
    width:100%;
    margin:0.5em 0 1.5em;
    padding:0;
	font-size:1em;
    list-style-type:none;
	/*text-align:center;*/
    clear:both;
    }

.itemlist li
    {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:1.5em;
    }

.tilelist li
    {
    /*text-align:center;*/
	padding:1em;
    border:1px solid #c0c0c0;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

/*.itemlist li ul
    {
    list-style:none;
    padding:0 0 1.5em 0.5em;
    }

.itemlist li li
    {
    position:static;
    float:none !important;
    width:auto;
    margin:0;
    border:none;
    }

.itemlist li li label input
    {
    margin-right:0.5em;
    }*/

.itemlist li a.iteminfo
    {
    position:relative;
    display:block;
    /*float:left;*/
    margin-bottom:0;
    /*padding:16px;*/
    /*background:transparent;*/
    border:none;
    /*overflow:hidden;*/
    }

.tilelist li a.iteminfo
    {
    float:none !important;
    width:auto;
    height:auto;
    padding:1em;
    /*margin:0 auto 0.5em;*/
    overflow:hidden;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    }

.itemlist li span
    {
    width:100%;
    padding:0;
    }

.itemlist li span.warning
    {
    float:none !important;
    width:100%;
    padding:0 0 1em;
    }

.itemlist li img
    {
    max-height:150px;
    margin:0 auto 0.5em;
    }

.itemlist strong, .itemlist em
    {
    /*text-align:center;*/
    }

.itemlist strong
    {
    display:block;
    padding-bottom:0;
    font-size:1.125em;
    }

.itemlist em
    {
    padding-bottom:16px;
    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;
    }

/*ul.itemlist li:hover a.iteminfo
    {
    background:#daefff;
    }*/

.itemlist a.iteminfo:hover, .itemlist a.iteminfo:focus
    {
    /*background:#1a1a1a;*/
    }

.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;*/
    }

@media screen and (min-width:481px)
    {
    .tilelist li
        {
        position:relative;
        float:left;
        width:204px/*182px*/;
        margin:0 19px 1.5em 0;
        /*border:1px solid #505050;*/
        }

    .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:200px;
        /*float:right;
        max-width:150px;
        /*height:174px;/
        margin:0 0 0.5em 1.5em;
        /*border:1px solid #000;*/
        }
    
    .itemlist li span
        {
        display:block;
        float:left;
        /*width:96%;
        padding:1em 2% 2%;*/
        }
    }


/* Lightbox galleries
----------------------------------------------------------------------------------*/

.lb-gallery
	{
	float:left;
	width:100%;
	margin-bottom:1.5em;
	}

.lb-gallery ul, .lb-gallery ol
	{
	padding:0;
	line-height:1em;
	list-style:none;
	}

.lb-gallery li
	{
	float:left;
	padding:0 0.625em 0.625em 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;
	}


/* Section galleries
----------------------------------------------------------------------------------*/

.section
	{
    width:100%;
    padding-left:0;
    font-size:1em;
    list-style:none;
	clear:both;
    }

.section li:first-child
	{
    border-top:1px solid #c0c0c0;
    }

.section li
	{
    border-bottom:1px solid #c0c0c0;
    }

.section a
	{
    display:block;
    width:100%;
    border-bottom:none;
    overflow:hidden;
    }

.section span
	{
    display:block;
    width:92%;
    padding:1.25em 4%;
    overflow:hidden;
    }

.section img
	{
    float:right;
	margin:0 0 1.3125em 1.3125em;
    border:1px solid #c0c0c0;
    clear:both;
    }

.section strong
	{
    font-weight:400;
	font-size:1.375em;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
    }

.section span.jobtitle
    {
    width:auto;
    padding:0;
    font-style:italic;
    font-size:1em;
    overflow:auto;
    }

.section em
	{
    display:block;
	margin-bottom:1.25em;
    font-style:normal;
    font-size:1em;
    color:#333;
    }

.section a:hover, .section a:active, .section a:focus, .section a:hover em, .section a:active em, .section a:focus em
	{
    /*background:#e5e5e5;*/
    color:#000;
    }

.section a:hover img, .section a:active img, .section a:focus img
	{
    border-color:#01669a;
    }

@media screen and (min-width:481px)
    {
    .section li
	    {
        margin-bottom:1.3125em;
        border:1px solid #c0c0c0;
        -moz-border-radius:0.3125em;
	    -webkit-border-radius:0.3125em;
	    border-radius:0.3125em;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        }
	
	.section a
        {
        -moz-border-radius:0.3125em;
	    -webkit-border-radius:0.3125em;
	    border-radius:0.3125em;
        }
    
    .section span
	    {
        width:auto;
        padding:1.25em 1.25em 0;
        }
    
    .section img
	    {
		max-width:220px/*180px*/;
        }
    
    .section strong
		{
		font-size:1.25em;
		}

    .section em
		{
		font-size:0.875em;
		}
	
	.section li:hover
		{
        border-color:#01669a;
        }
    }


/* Magnetic gallery
----------------------------------------------------------------------------------*/

.magnetic
    {
    float:left;
    width:100%;
    padding:0;
    list-style-type:none;
    clear:both;
    }

.magnetic li
    {
    float:left;
    width:50%;
    height:100px;
    margin-bottom:1.5em;
    }

.magnetic li img
    {
    margin:0 auto;
    }

@media screen and (min-width:481px)
    {
    .magnetic li
        {
        width:auto;
        margin-right:1.5em;
        }
    }


/* Paired galleries
----------------------------------------------------------------------------------*/

.pairedlist
    {
    float:left;
    width:100%;
    margin-bottom:1.5em;
    padding:0;
    font-size:1em;
    list-style-type:none;
    }

h3 + .pairedlist
    {
    margin-top:1.5em;
    }

.pairedlist li
    {
    float:left;
    width:100%;
    /*padding:1em;*/
    border-width:0 0 1px;
    border-style:solid;
    border-color:#c0c0c0/*#404040*/;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

.pairedlist li:first-child
    {
    border-width:1px 0;
    }

.pairedlist a
    {
    display:block;
    border:none;
    }

.pairedlist a:hover, .pairedlist a:focus
    {
    background-color:#e5e5e5/*#202020*/;
    }

.pairedlist li span
    {
    display:block;
    padding:1.5em 0;
    }

.pairedlist li a span
    {
    padding:1em;
    }

.pairedlist img
    {
    margin:0 auto 0.5em;
    }

.pairedlist strong, .pairedlist em
    {
    display:block;
    text-align:center;
    }

.pairedlist strong
    {
    font:700 1.25em "Montserrat", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    }

.pairedlist em
    {
    font-style:normal;
    font-size:1em;
    }

.pairedlist .staff-jobtitle
    {
    width:auto;
    font-style:italic;
    font-size:1em;
    }

.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%;
        }
    
    .pairedlist li, .pairedlist li:first-child
        {
        margin-bottom:1.5em;
        border-width:0/*1px*/;
        -moz-border-radius:3px;
	    -webkit-border-radius:3px;
	    border-radius:3px;
        }
    
    .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;
	    -moz-border-radius:3px;
	    -webkit-border-radius:3px;
	    border-radius:3px;
	    }
	
	.pairedlist li a:hover, .pairedlist li a:focus
	    {
	    border-color:#505050;
	    }
	
	.pairedlist li span
        {
        padding:0;
        }
	
	.pairedlist img
        {
        /*float:right;
        max-width:50%;
        margin:0 0 0.5em 1.5em;*/
        }
    
    .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
    {
    float:left;
    padding:0.25em 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.25em 0.5em;
        }
    }


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    width:80%;
    margin:0 auto 1.5em;
    clear:both;
    }

.map iframe
    {
    width:100%;
    height:350px;
    margin-bottom:0.2em;
    border:1px solid #c0c0c0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

@media screen and (min-width:481px)
    {
    }

@media screen and (min-width:768px)
    {
    .map iframe
        {
        height:340px;
        }
    }


/* Supplemental
----------------------------------------------------------------------------------*/

.supplemental
    {
    float:left;
    width:90%;
    padding:1.5em 5% 0.5em;
    /*border-top:1px solid #c0c0c0;*/
    }

.supplemental h3
    {
    text-transform:uppercase;
    }

#supplemental-apply
    {
    text-align:center;
    /*background-repeat:no-repeat;
    background-position:center 24px;
    background-image:url(/sitegraphics/countrypride-intro-apply.png);
    background-size:80%;*/
    }

#supplemental-bulkfuel
    {
    background-color:#00add9;
    }

#supplemental-bulkfuel .btn-callout a
    {
    background-color:#dadada;
    }

#supplemental-bulkfuel .btn-callout a:hover, #supplemental-bulkfuel .btn-callout a:focus
    {
    background-color:#202020;
    }

#supplemental-cstores
    {
    /*float:left;
    width:100%;*/
    }

#supplemental-cstores ul
    {
    padding:0;
    font-size:1em;
    list-style-type:none;
    line-height:1em;
    }

#supplemental-cstores li
    {
    float:left;
    width:100%;
    margin:0 0 1em;
    }

#supplemental-cstores a
    {
    display:block;
    width:280px;
    height:179px;
    margin:0 auto;
    color:#000;
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:280px 145px;
    border:none;
    overflow:hidden;
	cursor:pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

/*#nav-actions li:nth-child(3n-1) a
    {
    background-color:#ad1919;
    }*/

#supplemental-cstores #tile-windom a
    {
    background-image:url(/sitegraphics/countrypride-intro-windom.jpg);
    }

#supplemental-cstores #tile-mountainlake a
    {
    background-image:url(/sitegraphics/countrypride-intro-mtnlake.jpg);
    }

#supplemental-cstores h5
    {
    height:34px;
    padding:0.25em 0 0.125em;
    font-weight:700;
    font-size:1.625em;
    font-family:"Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
    line-height:1em;
    text-align:center;
    text-transform:uppercase;
    color:#000;
    background-color:#c0c0c0;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

#supplemental-cstores #tile-windom h5
    {
    background-color:#00add9;
    }

#supplemental-cstores #tile-mountainlake h5
    {
    background-color:#00b44e;
    }

#supplemental-cstores #tile-windom a:hover h5, #supplemental-cstores #tile-windom a:focus h5, #supplemental-cstores #tile-mountainlake a:hover h5, #supplemental-cstores #tile-mountainlake a:focus h5
    {
    color:#c0c0c0;
    background-color:#202020;
    }

#nav-actions a:hover span
    {
    }

#supplementalcontact
    {
    background-color:#00b44e;
    }

#contact-phone
    {
    margin-top:1.5em;
    font-size:1.25em;
    }

#supplementalcontact .simpleform
    {
    margin-bottom:1.5em;
    padding:1em;
    background-color:#00b44e;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

#supplementalcontact .simpleform label
    {
    margin-bottom:0.125em;
    color:#000;
    }

#supplementalcontact .simpleform .textbox, #supplementalcontact .simpleform textarea
    {
    width:100%;
    padding:0.25em;
    border:none;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

#supplementalcontact .simpleform .btn-contact
    {
    padding:0.25em 0.25em 0.125em;
    font-weight:700;
    font-size:1.125em;
	font-family:"Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
	color:#00add9;
    background-color:#1a1a1a;
	border:2px solid #1a1a1a;
	text-transform:uppercase;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
    }

#supplementalcontact .simpleform .btn-contact:hover, #supplementalcontact .simpleform .btn-contact:focus
    {
    color:#1a1a1a;
	background:#b0b0b0;
	border-color:#b0b0b0;
    }

#supplementalcontact p.warning, #supplementalcontact p.success
    {
    float:right;
    width:69%;
    padding:0.125em 0.4375em;
    background-color:#fff;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

#supplemental-sub
    {
    float:left;
    width:100%;
    padding-top:1em;
    border-top:1px solid #c0c0c0;
    }

@media screen and (min-width:481px)
    {
    .supplemental
		{
	    width:92%;
	    padding:1.5em 4% 0.5em;
        }
    
    #supplemental-apply img
        {
        max-width:80%;
        }
	
	/*.supplemental h3
        {
        font-size:1.5em;
        }*/
    }

@media screen and (min-width:768px)
	{
	.supplemental
	    {
	    background-repeat:no-repeat;
	    background-position:center top;
	    }
	
	.supplemental h3
        {
        font-size:1.5em;
        }
	
	#supplemental-bulkfuel
	    {
	    min-height:282px;
	    background-image:url(/sitegraphics/countrypride-intro-bulkfuel.png);
	    background-size:850px 282px;
	    }
	
	#supplemental-cstores
	    {
	    min-height:280px;
	    background-image:url(/sitegraphics/countrypride-intro-cstores.jpg);
	    background-size:1212px 280px;
	    }
	
	#supplemental-cstores h3, #supplemental-cstores p
        {
        text-align:center;
        }
	
	#supplemental-cstores li
        {
        /*width:50%;*/
        margin:0;
        }
    
    /*#supplemental-cstores li:nth-child(odd)
        {
        float:left;
        clear:left;
        }
    
    #supplemental-cstores li:nth-child(even)
        {
        float:right;
        clear:right;
        }*/
    
    #supplemental-cstores li:nth-child(odd) a
        {
        /*float:right;*/
        margin:0 auto;
        }
    
    /*#supplemental-cstores li:nth-child(even) a
        {
        float:left;
        }*/
	
	#supplemental-auto
	    {
	    position:relative;
	    min-height:280px;
	    background-image:url(/sitegraphics/countrypride-intro-auto.jpg);
	    background-size:1346px 280px;
	    }
	
	/*#supplemental-auto:after
	    {
	    content:" ";
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    background-color:rgb(0,0,0);
	    background-color:rgba(0,0,0,0.8);*
	    }*/
	
	#supplemental-auto h3, #supplemental-auto p:first-of-type
	    {
	    color:#fff;
	    }
	
	#supplementalcontact h3, #supplementalcontact p, #supplementalcontact > ul
        {
        display:inline-block;
        float:left;
        width:54%;
        margin-right:6%;
        clear:left;
        }
    
    #contact-phone
        {
        font-size:1.125em;
        }
    
    #supplementalcontact .simpleform
        {
        /*float:right;*/
        width:40%;
        padding:0;
        overflow:hidden;
        clear:none;
        }
	}


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:90%;
    padding:1em 5% 0;
    background-color:#1a1a1a;
	border-top:4px solid #01669a;
    }

#footer p
    {
	color:#c0c0c0;
    padding-bottom:0;
    }

/*#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;
        }
	
	#byline
        {
        float:right;
        }
    }


/* Forms 
----------------------------------------------------------------------------------*/

.basicform
    {
    width:100%;
    margin:0 auto 1.5em;
    clear:both;
    }

#main-secured .basicform
    {
    width:80%;
    }

.basicform fieldset
    {
    padding:0;
    border:none;
    }

.basicform fieldset legend
    {
    padding:0;
	font-weight:700;
    font-size:1.375em;
    font-family:"Rokkitt", Georgia, "Palatino Linotype", Palatino, serif;
    text-transform:uppercase;
    border:none;
    }

.basicform legend + h5
    {
    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 ol ol, .basicform fieldset ol ul
    {
    margin:4px 0 10px;
    padding-bottom:0;
    background:#f1f1f1/*#1a1a1a*/;
	border:1px solid #c0c0c0/*#404040*/;
    }

.basicform fieldset ol ol ol, .basicform fieldset ol ol ul, .basicform fieldset ol ul ul
    {
    background:#e5e5e5/*#202020*/;
    }

.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/*#c0c0c0*/;
    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 li
    {
    }

.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.25em;
	/*color:#c0c0c0;*/
    background-color:#fff/*#dadada/#202020*/;
    -moz-box-shadow:inset -1px 1px 0.125em #e5e5e5/*#141414*/;
    -webkit-box-shadow:inset -1px 1px 0.125em #e5e5e5/*#141414*/;
    box-shadow:inset -1px 1px 0.125em #e5e5e5/*#141414*/;
    border:1px solid #c0c0c0/*#404040*/;
    -moz-border-radius:0.1875em;
	-webkit-border-radius:0.1875em;
	border-radius:0.1875em;
	/*behavior:url(/pie/PIE.htc); /* work-around to force CSS3 behavior in IE8/7 */
    }

.basicform fieldset .text-nofield
    {
    display:block;
    }

.basicform fieldset .textbox
    {
    width:80%;
    }

.basicform fieldset .mediumtextbox
    {
    width:8em;
    }

.basicform fieldset .shorttextbox
    {
    width:4em/*5%*/;
    }

.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 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 1em 0;
	padding:0.3125em 0.375em 0.25em;
    font-weight:700;
    font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#1a1a1a;
    background-color:#00add9;
	border:2px solid #00add9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
    }

.basicform fieldset .btn-form:hover, .basicform fieldset .btn-form:active, .basicform fieldset .btn-form:focus
    {
    color:/*#333*/#fff;
	background-color:#333/*#c5e7f2*/;
	border-color:#333/*#c5e7f2*/;
    }

.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/*#404040*/;
        }

    .basicform fieldset ol ol, .basicform fieldset ol ul
        {
        border-right:1px solid #c0c0c0/*#404040*/;
		border-left:1px solid #c0c0c0/*#404040*/;
        }

    .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/*#404040*/;
        }
	
	.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:4px 0 6px;
		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:8em;
		}

	.basicform fieldset .shorttextbox
		{
		width:4em/*5%*/;
		}
	
	.basicform fieldset fieldset
        {
        padding-bottom:0.5em;
        }

    .basicform fieldset fieldset legend, .basicform fieldset fieldset.subtextboxes legend
        {
        padding-top:6px;
        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 4px;
		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;
		/*vertical-align:top;*/
        }

    .basicform fieldset fieldset.longlist label, .basicform fieldset fieldset.longlist span.checkbox
        {
        float:left;
		width:33%;
		margin:0;
		padding:0;
		font-size:0.875em;
		/*vertical-align:top;*/
        }

    .basicform fieldset fieldset.longlist span.checkbox label
        {
        display:inline;
		float:none;
		width:auto;
		margin:0;
		padding:0;
		font-size:0.875em;
		/*vertical-align:top;*/
        }

    .basicform fieldset .btn-form
	    {
	    font-size:0.875em;
	    }
    }


/* Simple form
----------------------------------------------------------------------------------*/

.simpleform
    {
    width:100%;
    margin-bottom:1.5em;
    clear:both;
    }

.simpleform fieldset
    {
    padding:0;
    border:none;
    }

.simpleform fieldset legend
    {
    padding:0;
	font-weight:400;
    font-size:1.375em;
    font-family:Georgia, "Times New Roman", Times, serif;
    border:none;
    }

.simpleform legend + h5
    {
    margin-top:1.5em;
    }

.simpleform ol, .simpleform ul
    {
    padding-left:0;
    font-size:1em;
    list-style:none;
    }

.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;
    -moz-box-shadow:inset -1px 1px 0.125em #e5e5e5;
    -webkit-box-shadow:inset -1px 1px 0.125em #e5e5e5;
    box-shadow:inset -1px 1px 0.125em #e5e5e5;
    border:1px solid #c0c0c0;
    -moz-border-radius:0.25em;
	-webkit-border-radius:0.25em;
	border-radius:0.25em;
    }

.simpleform .textbox
    {
    width:198px;
    margin-left:0;
    }

.simpleform fieldset .mediumtextbox
    {
    width:8em;
    }

.simpleform fieldset .shorttextbox
    {
    width:4em/*5%*/;
    }

.simpleform textarea
    {
    width:55%;
    height:100px;
    }

.simpleform .checkbox, .simpleform .checkbox input
    {
    float:left;
    }

.simpleform .checkbox input
    {
    padding-right:0.5em;
    }

.simpleform .btn-form
	{
	margin:0 8px 1em 0;
	padding:0.3125em 0.375em 0.25em;
    font-weight:700;
    font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#1a1a1a;
    background-color:#00add9;
	border:2px solid #00add9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
    }

.simpleform .btn-form:hover, .simpleform .btn-form:active, .simpleform .btn-form:focus
    {
    color:/*#333*/#fff;
	background-color:#333/*#c5e7f2*/;
	border-color:#333/*#c5e7f2*/;
    }

@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:1px solid #00add9;
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	visibility:hidden;
	height:1%;
	}

.hr
	{
	margin-bottom:1.5em;
	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/*#37af37*/;
    }

#printtext span
    {
    display:block;
    margin-top:0.75em;
    }

.hidden
    {
    display:none;
    }