/*

Theme Name: Regards2014
Author: SOLVM
Author URI: http://solvm.com
Description: Regards Gallery theme.
Version: 1.0

------------------------------------------------------------------------------------*/

/*

Notes

* Nothing here is being used.
* SASS is being utilized to run all CSS
* This page only exists for WP to run properly

------------------------------------------------------------------------------------*/

/*!
========== INIT
*/
@charset "UTF-8";/*!
========== BASE
*/
/*!
========== COMPONENTS
*/
/* ===== UTILS ===== */
/*
	min-width:1024px;
	min-height:768px;
*/
/* Viewport is less than 768 */
/* ===== PROJECT ===== */
/* _____ VARIABLES _____ */
/*!
========== SPECIFICS
*/
/*!
========== VENDOR
*/
*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: transparent;
    text-decoration: none;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.width {
    margin: 0 auto;
    max-width: 1200px;
}

div[class^="col--"] {
    float: left;
}

.col--1of2 {
    width: 50%;
}

.col--1of3 {
    width: 33.33333%;
}

.col--2of3 {
    width: 66.66666%;
}

@media (max-width: 480px) {
    .col--2of3 {
        width:100%;
    }
}

.col--1of4 {
    width: 25%;
}

.col--2of4 {
    width: 50%;
}

.col--3of4 {
    width: 75%;
}

.col--1of5 {
    width: 20%;
}

.col--2of5 {
    width: 40%;
}

.col--3of5 {
    width: 60%;
}

.col--4of5 {
    width: 80%;
}

.col--1of6 {
    width: 16.66666%;
}

.col--2of6 {
    width: 33.33333%;
}

.col--3of6 {
    width: 50%;
}

.col--4of6 {
    width: 66.66666%;
}

.col--5of6 {
    width: 83.33333%;
}

.col--1of7 {
    width: 14.28571%;
}

.col--2of7 {
    width: 28.57143%;
}

.col--3of7 {
    width: 42.85714%;
}

.col--4of7 {
    width: 57.14286%;
}

.col--5of7 {
    width: 71.42857%;
}

.col--6of7 {
    width: 85.71429%;
}

.col--1of8 {
    width: 12.5%;
}

.col--2of8 {
    width: 25%;
}

.col--3of8 {
    width: 37.5%;
}

.col--4of8 {
    width: 50%;
}

.col--5of8 {
    width: 62.5%;
}

.col--6of8 {
    width: 75%;
}

.col--7of8 {
    width: 87.5%;
}

.stretch {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fixed-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
	min-width:1024px;
	min-height:768px;
*/
}

.borderShadowBottom {
    background: #e6e6e6;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #ccc;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 10px;
    box-sizing: border-box;
}

.borderLight {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    outline: 1px solid #ccc;
    padding: 10px;
}

.borderDark {
    background: #343b34;
    border-top: 1px solid #555;
    outline: 1px solid #111;
    padding: 10px;
}

.drop-shadow {
    position: relative;
    float: left;
    width: 100%;
    /* padding:1em;
	    margin:2em 10px 4em;
	    */
    background: #fff;
    /*
	    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    */
}

.drop-shadow:before,.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
    /* Lifted corners */
}

.lifted {
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lifted:before,.lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.curved:before {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}

.curved-vt-2:before {
    right: 0;
}

.curved-hz-1:before {
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.curved-hz-2:before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

img {
    width: 100%;
    height: auto;
}

.make-gallery div {
    float: left;
    list-style: none;
}

.square-4 div {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
}

.square-3 div {
    width: 33.3333%;
    height: 0;
    padding-bottom: 33.3333%;
}

.square-2 div {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
}

.resp {
    width: 100%;
    height: auto;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    float: right;
    margin: 0 0 0 30px;
    display: inline;
}

img.alignleft {
    float: left;
    margin: 0 30px 0 0;
    display: inline;
}

div.wp-caption {
    margin: 0 30px;
}

.wp-caption-text {
    color: ;
    font-size: 80%;
}

a.noHover:hover {
    background: transparent;
}

.solo img {
    max-width: 96%;
    height: auto;
    margin: 0;
    padding: 2%;
    background: #89b1d5;
}

.make-gallery img,object {
    max-width: 80%;
    height: auto;
    margin: 5%;
    padding: 5%;
    background: #f1f1f1;
    /* .gallery a:hover, */
}

.make-gallery a:hover {
    background: transparent;
}

.make-gallery img:hover {
    background: #b7272d;
    /* .gallery a, */
}

.make-gallery a {
    display: block;
}

.gallery {
    margin: 0 30px;
    width: 100%;
    /*DIV*/
}

.gallery-row {
    width: 100%;
    /* DIV*/
}

.gallery-item {
    float: left;
    padding: 0;
    margin: 0;
}

.col-0 {
    width: 100%;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33%;
}

.col-4 {
    width: 25%;
}

. gallery-icon {
    width: 100%;
    /*DT*/
}

@media only screen and (max-width: 768px) {
    .fixed-img {
        background-position:center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*
	min-width:1024px;
	min-height:768px;
*/
    }
}

iframe,embed {
    width: 100%;
}

iframe[src*='youtube'] {
    height: 377px;
}

.block,.show {
    display: block;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.inline {
    display: inline-block;
}

.relative {
    position: relative;
}

.center {
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media only screen and (max-width: 768px) {
    .right,.left {
        float:none;
    }
}

.box-shadow-bottom {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.box-shadow-top {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.boxShadowBottom {
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .1);
}

.boxShadowBottomY {
    -webkit-box-shadow: inset 0px -1px 0px #ffdc2e;
    -moz-box-shadow: inset 0px -1px 0px #ffdc2e;
    box-shadow: inset 0px -1px 0px #ffdc2e;
    border-bottom-color/*\**/: #ffdc2e \9;
    border-bottom-style/*\**/: solid\9;
    border-bottom-width/*\**/: 1px \9;
    *border-bottom: 1px solid #ffdc2e;
    _border-bottom: 1px solid #ffdc2e;
}

.boxShadowTop {
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .1);
    border-top-color/*\**/: #ccc \9;
    border-top-style/*\**/: solid\9;
    border-top-width/*\**/: 1px \9;
    *border-top: 1px solid #ccc;
    _border-top: 1px solid #ccc;
    /*
TEXT SHADOW effects
---------------------------------------------------------------------------------------------------------------- */
    /* http://nicewebtype.com/fonts/ambroise-with-le-monde-sans/ */
}

.text-shadow-w {
    text-shadow: 1px 1px 1px #fff;
}

.text-shadow-b {
    text-shadow: 1px 1px 1px #333;
}

.letterpress-wt {
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7);
}

.letterpress-wb {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.letterpress-bt {
    text-shadow: 0 -1px 0 rgba(51, 51, 51, 0.7);
}

.letterpress-bb {
    text-shadow: 0 1px 0 rgba(51, 51, 51, 0.7);
}

.text-shadow1 {
    text-shadow: 4.422px 0 0 #d4ee5e;
    /* Yaron
	http://pronounce.yaronschoen.com/
	*/
}

.text-shadow2 {
    text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.8), 6px 3px 0 #b2c0cb, 6px 4px 0 #b2c0cb, 6px 5px 0 #b2c0cb, 6px 6px 0 #b2c0cb, 6px 7px 0 #b2c0cb, 6px 8px 0 #b2c0cb, 6px 9px 0 #b2c0cb, 6px 10px 0 #b2c0cb, 6px 11px 0 #b2c0cb;
}

.D3g {
    text-shadow: 0.01em 0.01em 0 #ccc, 0.02em 0.02em 0 #ccc, 0.03em 0.03em 0 #ccc, 0.04em 0.04em 0 #ccc, 0.05em 0.05em 0 #ccc, 0.06em 0.06em 0 #ccc, 0.07em 0.07em 0 #ccc, 0.08em 0.08em 0 #ccc, 0.09em 0.09em 0 #ccc, 0.1em 0.1em 0 #ccc;
}

.D3w {
    text-shadow: 0.01em 0.01em 0 #e6e6e6, 0.02em 0.02em 0 #e6e6e6, 0.03em 0.03em 0 #e6e6e6, 0.04em 0.04em 0 #e6e6e6, 0.05em 0.05em 0 #e6e6e6, 0.06em 0.06em 0 #e6e6e6, 0.07em 0.07em 0 #e6e6e6, 0.08em 0.08em 0 #e6e6e6, 0.09em 0.09em 0 #e6e6e6, 0.1em 0.1em 0 #e6e6e6;
    /*
		http://www.purepleasuredesign.com/en/kontakt/
		transition: all .25s ease-in;
		*/
}

.pureShadow {
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 20px 20px rgba(0, 0, 0, .15);
}

.no-csstransitions .pureShadow {
    color: #333;
}

.pureShadowR {
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 20px 20px rgba(0, 0, 0, .15);
    /* Kyan
	http://kyan.com/
	*/
}

.bigShadow {
    text-shadow: 1px 2px 0 #f9f9f7, 3px 6px 0 #e7e6e2;
}

.bigShadowW {
    text-shadow: 3px 6px 0 #fff;
}

.bigShadowY {
    text-shadow: 1px 2px 0 #f9f9f7, 3px 6px 0 #e7e6e2;
    text-shadow: 3px 6px 0 #ffdc2e;
    /* Drop Shadow Styles
------------------------------------------------------------------------------------*/
    /*
Weird Bug - HTML tag can't have a background. Body must have a background. Element containing the dropshadow div also can't have a background. WTF!
*/
}

.dropShadow {
    position: relative;
    /* background: #ccc; */
    /* - make a white border around image
padding: 2%;
	width: 96%;
*/
    width: 100%;
    display: block;
}

.dropShadow:before,.dropShadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 1em;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

.dropShadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    right: 1em;
    left: auto;
}

.dropShadowLg {
    position: relative;
    /* background: #ccc; */
    /* - make a white border around image
padding: 2%;
	width: 96%;
*/
    width: 100%;
    display: block;
}

.dropShadowLg:before,.dropShadowLg:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 1em;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

.dropShadowLg:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    right: 1em;
    left: auto;
}

.parallelagram {
    background: yellow;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    color: white;
    display: inline-block;
    float: right;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

body {
    color: #333;
    font-family: "aktiv-grotesk-std", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    /* HEADINGS
------------------------------------------------------------------------------------*/
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    font-weight: 400;
}

.em10 {
    font-size: 10em;
}

.em9 {
    font-size: 9em;
}

.em8 {
    font-size: 8em;
}

.em7 {
    font-size: 7em;
}

.em6 {
    font-size: 6em;
}

.em5 {
    font-size: 5em;
}

.em4 {
    font-size: 4em;
}

.em3 {
    font-size: 3em;
}

.em2 {
    font-size: 2em;
}

.em2x {
    font-size: 2em;
    /* .em3	{font-size:3em;} */
    /* .em2	{font-size:2em;} */
}

.em1 {
    font-size: 1em;
    padding: 0.75em 0;
}

.em0 {
    font-size: 0.5em;
    padding: 0.75em 0;
}

.pad0 {
    padding: 0;
}

.pad1to0 {
    padding: 1.5em 0 0 0;
}

.pad0to1 {
    padding: 0 0 1.5em 0;
}

.pad1to1 {
    padding: 1.5em 0;
    *padding: 0.75em 0;
}

.pad1to1sm {
    /* 	*padding:0; */
    padding: 0.75em 0;
}

.pad2to1 {
    padding: 2em 0 1em 0;
}

.pad1to2 {
    padding: 1em 0 2em 0;
}

.pad3to3 {
    padding: 3em 0;
}

.pad6to6 {
    padding: 6em 0;
}

.pad3to6 {
    padding: 3em 0 6em 0;
}

.pad5to1 {
    padding: 5em 0 1em 0;
}

.lh0 {
    line-height: 0;
}

h1,h2,h3,h4,h5,h6,ul,ol,dl,p,.p,blockquote,form,.mlr {
    margin: 0 30px;
}

p,dl,ol,ul,blockquote {
    padding-top: 1.5em;
}

.oversized-quote + p,nav > ul,nav + p,h1 + blockquote,h2 + blockquote,h3 + blockquote,h4 + blockquote,h5 + blockquote,h6 + blockquote,h1 + h2,h1 + h3,h1 + h4,h1 + h5,h1 + h6,h1 + .h2,h1 + .h3,h1 + .h4,h1 + .h5,h1 + .h6,h1 + h2,h2 + h3,h3 + h4,h4 + h6,h5 + h6,h2 + h3,h2 + h4,h2 + h6,h2 + h6,h3 + h4,h3 + h5,h3 + h6,h4 + h5,h4 + h6,h5 + h6,h1 + p,h2 + p,h3 + p,h4 + p,h5 + p,h6 + p,h1 + dl,h2 + dl,h3 + dl,h4 + dl,h5 + dl,h6 + dl,h1 + ol,h2 + ol,h3 + ol,h4 + ol,h5 + ol,h6 + ol,h1 + ul,h2 + ul,h3 + ul,h4 + ul,h5 + ul,h6 + ul,hgroup + p,hgroup + ul,hgroup + ol,hgroup + dl {
    padding-top: 0;
}

table h1,table h2,table h3,table h4,table h5,table h6,table p,table ul,table ol,table dl {
    padding: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pb1 {
    padding-bottom: 1.5em;
}

.pb3 {
    padding-bottom: 3em;
}

.pb5 {
    padding-bottom: 5em;
}

.pt3 {
    padding-top: 3em;
}

.pt1 {
    padding-top: 1.5em;
}

.pt1em {
    padding-top: 1em;
}

.pt0 {
    padding-top: 0;
}

.ptb {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.plr {
    padding-left: 10%;
    padding-right: 10%;
}

.p0 {
    padding: 0;
}

.ps {
    padding: 0.5em;
}

.pm {
    padding: 1em;
}

.m0 {
    margin: 0;
}

.ml {
    margin-left: 30px;
}

.ml45 {
    margin-left: 45px;
}

.mtb {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.mb2 {
    margin-bottom: 2em;
}

.mt1 {
    margin: 1.5em 1.5em 0 1.5em;
}

.mt3 {
    margin-top: 3em;
}

.m10 {
    margin: 0 5%;
}

.mr1 {
    margin-right: 1.5em;
}

.mlr5 {
    margin-left: 5em;
    margin-right: 5em;
}

.full {
    width: 100%;
    /*Minimum Page Height*/
}

.min600 {
    min-height: 600px;
}

.full {
    width: 100%;
}

blockquote {
    margin-left: -6em;
    position: relative;
}

blockquote.left {
    margin-right: 2em;
    width: 28em;
}

blockquote p {
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
}

.oversized-quote {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 6em;
    left: -0.6em;
    position: absolute;
    top: -0.49em;
}

.listOn ol li,ol.simpleList li {
    list-style-type: decimal;
    padding-left: 0.25em;
    margin-left: -0.25em;
}

ol.simpleList li ol li {
    list-style-type: lower-alpha;
    padding-left: 0.25em;
    margin-left: -0.25em;
}

ol.simpleList li ol li ol li {
    list-style-type: lower-roman;
    padding-left: 0.25em;
    margin-left: -0.25em;
}

.listOn ul li,ul.simpleList li {
    list-style-type: disc;
    padding-left: 0.25em;
    margin-left: -0.25em;
}

ul.simpleList li ul li {
    list-style-type: circle;
    padding-left: 0.25em;
    margin-left: -0.25em;
}

ol.listSpace li {
    padding-top: 1.5em;
}

.lowerAlpha {
    list-style-type: lower-alpha;
}

.upperAlpha {
    list-style-type: upper-alpha;
}

.lowerRoman {
    list-style-type: lower-roman;
}

.circle {
    list-style-type: circle;
}

.disc {
    list-style-type: disc;
}

.square {
    list-style-type: square;
}

.nolist {
    list-style: none;
}

dt {
    font-weight: bold;
}

legend {
    font-weight: bold;
}

label {
    display: block;
}

input,textarea {
    width: 100%;
}

.bold,strong {
    font-weight: 700;
}

.normal {
    font-weight: 300;
}

.italics {
    font-style: italic !important;
}

.upcase,.upCase,.caps {
    text-transform: uppercase;
}

.inherit {
    font-size: inherit;
}

.text-center,.textC {
    text-align: center;
}

.text-left,textL {
    text-align: left;
}

.text-right,.textR {
    text-align: right;
}

.indent {
    text-indent: 3em;
    /*
html .mceContentBody { padding-left:2em; max-width: 610px; }
*/
}

@media only screen and (max-width: 768px) {
    .em3,.em4,.em5,.em6 {
        font-size:2em;
    }

    .em2 {
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .pad3to6,.pad3to3 {
        padding:5em 0 4em 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) {
    .pad3to6,.pad3to3 {
        padding:5em 0 4em 0;
    }
}

html,body,.container {
    height: 100%;
}

.container {
    position: relative;
}

::selection,::-moz-selection,::-webkit-selection {
    background: #491c8d;
    color: #fff;
}

.brandmark {
    position: absolute;
    top: 130px;
    right: 100px;
    height: 63px;
    width: 250px;
}

@media (max-width: 960px) {
    .brandmark {
        margin:30px 0 0 70px;
        position: inherit;
    }
}

path[class^="regards-logo__"],polygon[class^="regards-logo__"] {
    fill: black;
}

a.fullframe:hover {
    cursor: pointer;
}

.fullFrame {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    display: block;
}

.copyright {
    color: #ccc;
    font-size: 0.75em;
    text-align: right;
    position: fixed;
    bottom: 2em;
    right: 0;
}

.copyright a {
    color: #ccc;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .copyright {
        text-align:left;
        position: inherit;
        bottom: inherit;
        right: inherit;
    }
}

.button {
    color: #333;
    display: block;
    padding: 1em 0 0 1.75em;
    text-decoration: underline;
}

.button:hover {
    text-decoration: none;
}

.description {
    margin-left: 5em;
}

#tinymce {
    font-family: "aktiv-grotesk-std", sans-serif !important;
    font-size: 16px !important;
    margin: 0 auto !important;
    width: 600px !important;
}

#tinymce .sectionhead {
    font-family: "aktiv-grotesk-std", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
}

#tinymce .subhead {
    font-family: "aktiv-grotesk-std", sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 100;
}

#tinymce .redtext {
    color: #b70916;
}

#tinymce .graytext {
    color: #ccc;
}

#tinymce .redbutton {
    background: #b70916;
    border-radius: 5px;
    color: white;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
}

body.login {
    min-height: 100%;
    background-image: url(/web/20260210101827im_/https://regardsgallery.com/wp-content/uploads/2014/07/river-city-chicago.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body.login h1 a {
    background: none !important;
}

body.login .login form {
    background: rbga(255, 255, 255, 0.5);
}

body.login .login label {
    color: #333;
}

body.login form p label {
    font-size: 16px;
}

body.login #nav,body.login #backtoblog {
    text-shadow: 0 1px 0 #fff;
    text-shadow: none;
}

body.login #backtoblog {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: none;
    background: none;
    height: 30px;
    width: auto;
}

body.login #backtoblog a {
    color: #e95c41 !important;
    display: block;
    padding: 8px 0 0 15px;
    text-decoration: none;
}

body.login .login #nav a,body.login .login #backtoblog a {
    color: #e95c41 !important;
}

body.login input.button-primary,body.login button.button-primary,body.login a.button-primary {
    background: #e95c41;
    border: none;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    /*text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);*/
}

body.login #nav {
    clear: both;
}

body.login #nav a {
    text-shadow: none;
}

body.login .login #nav a:hover,body.login .login #backtoblog a:hover {
    background: #e95c41;
    color: #fff !important;
}

body.login #sm2-container {
    display: none;
}

.rav {
    padding-top: 62px;
    text-align: left;
}

@media (max-width: 480px) {
    .rav {
        padding-left:0;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .rav {
        padding-left:0;
    }
}

.rav li {
    display: inline-block;
}

.rav li a {
    color: #333;
    padding-right: 38px;
    text-align: center;
    text-decoration: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .rav li a {
        padding-right:10px;
    }
}

.page-id-32 .menu-item-9,.post-type-archive-cpt_ten .menu-item-198,.post-type-archive-cpt_artists .menu-item-1202,.single-cpt_artists .menu-item-1202,.post-type-archive-cpt_exhibitions .menu-item-11,.single-cpt_exhibitions .menu-item-11,.tax-exhibition_status .menu-item-37,.post-type-archive-cpt_news .menu-item-9,.single-cpt_news .menu-item-9,.page-id-6 .menu-item-10 {
    text-decoration: underline;
}

.rav2 {
    padding-left: 60px;
    padding-top: 38px;
    text-align: left;
}

@media (max-width: 480px) {
    .rav2 {
        padding-left:0;
        padding-top: 5px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .rav2 {
        padding-left:0;
        padding-top: 5px;
    }
}

.rav2 li {
    display: inline-block;
}

.rav2 li a {
    color: #333;
    padding-right: 38px;
    text-align: center;
    text-decoration: none;
}

.post-type-archive-cpt_exhibitions a[href$="exhibitions/"],.term-4 .cat-item-4 a,.term-5 .cat-item-5 a {
    text-decoration: underline;
}

.postContent {
    padding: 38px 0 3em 70px;
}

@media (max-width: 480px) {
    .postContent {
        padding:140px 0 0 0;
    }
}

.postContent a {
    color: #333;
    text-decoration: underline;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .postList {
        margin-bottom:2em;
    }
}

.postList__articleText {
    margin: 38px 0 0 62px;
}

@media (max-width: 480px) {
    .postList__articleText {
        padding-top:140px;
        margin-left: 0;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .postList__articleText {
        padding-top:140px;
        margin-left: 0;
    }
}

.postList__articleTextLink {
    color: #333;
    text-decoration: underline;
}

.postList__articleImage {
    padding: 38px 0 0 70px;
}

@media (max-width: 480px) {
    .postList__articleImage {
        padding:38px 0 0 0;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .postList__articleImage {
        padding:38px 0 0 0;
    }
}

.button {
    color: #333;
    display: block;
    padding: 1em 0 0 1.75em;
    text-decoration: underline;
}

.button:hover {
    text-decoration: none;
}

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

.gform_wrapper li {
    list-style: none;
}

.gform_wrapper .validation_error {
    color: #f00;
}

.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error textarea {
    background-color: #fcc;
}

.gform_wrapper .gform_validation_container {
    display: none;
}

.gform_wrapper textarea {
    height: 8em;
}

/*
     FILE ARCHIVED ON 10:18:27 Feb 10, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:50:45 Apr 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 13.038
  load_resource: 170.305
  PetaboxLoader3.resolve: 89.834
  PetaboxLoader3.datanode: 59.433
*/
