html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  font-family:"Work Sans", sans-serif;
  font-weight:300;
  color:#323232;
}

body {
	margin:0;
	background:#f1f3f4;
}

body.preloader-site {
    overflow: hidden;
}

p {
	font-weight:400;
	font-size:100%;
	line-height:180%;
}

a {
	color:#323232;
	text-decoration:none;
	border-bottom:2px solid rgba(236,71,127,255);
	transition:all .4s ease-in-out;
}

a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:2px solid rgba(236,71,127,0);
	transition:all .4s ease-in-out;
}

a h1 {
	border-bottom:0 !important;
	transition:all .4s ease-in-out;
}

a h1:hover {
	border-bottom:0 !important;
	color:rgba(236,71,127,255);
	transition:all .4s ease-in-out;
	background:0;
}

strong {
  font-weight: 400;
}


.blank-link {
	text-decoration:none !important;
	border-bottom:0 !important;
}

.blank-link:hover {
	text-decoration:none !important;
	border-bottom:0 !important;
	border-bottom:0 !important;
}

#htmlcontent {
	width:100%;
	margin:0 auto;
}

#topmessage {
	background:#ddd;
	width:calc(100% - 50px);
	padding:15px 25px 15px 25px;
	text-align:center;
	margin-bottom:25px;
	font-size:85%;
}

#nav {
	position: sticky;
	top: -1px;
	background:#f1f3f4;
	z-index:9;
}

#navphone {
	margin:28px 35px 0 0;
	font-size:100%;
	color:#545454;
	float:right;
}

#logo-small {
	width:70px;
}

#navoverlay {
	background:#f1f3f4;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:200px;
	z-index:8;
	position:fixed;
	top:0;
	left:0;
	display:none;
}

#navoverlay a {
	font-family:Lora;
	font-weight:700;
	font-size:250%;
	text-transform:uppercase;
	margin-block-start:0.2em;
	margin-block-end:0em;
	display:inline-block; 	
}

#navoverlay a.current:hover {
	background:url(../images/content/pen-brush.svg);
	color:#fff;
}

#navoverlay a:hover {
	border-bottom:0 !important;
	color:rgba(236,71,127,255);
	transition:all .4s ease-in-out;
	background:0;
}

#footer {
	background:#dddddd;
	width:100%;
	padding-top:50px;
	margin-top:50px;
}

img {
	width:100%;
	padding-bottom:10px;
	transition:all .2s ease-in-out;
	filter:brightness(100%);
	-webkit-filter:brightness(100%);
	object-fit: cover;
	overflow: hidden;
}

a img:hover {
	filter:brightness(105%);
	-webkit-filter:brightness(105%);
	transition:all .2s ease-in-out;
	overflow: hidden;
	transform: scale(.95);
}

hr {
	border-top:1px solid #bbbbbb;
	border-bottom:0;
	margin:20px 0 40px 0;
	width:100%;
	clear:both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
  float:right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify p {
  text-align: justify;
  width:100%;
}

h1 {
	font-family:Lora;
	font-weight:700;
	font-size:350%;
	margin-block-start:0em;
	margin-block-end:0.33em;
	display:inline-block; 
	line-height:110%;
}

h2 {
	font-family:Raleway;
	font-weight:50;
	font-size:250%;
	margin-block-start:0em;
	margin-block-end:0.33em;
	display:inline-block; 
}

h4 {
	font-family:Raleway;
	font-weight:200;
	text-transform:uppercase;
	font-size:120%;
	margin-block-start:0.33em;
	margin-block-end:0.33em;
	font-weight:300;
}

h6 {
	font-family:Raleway;
	font-weight:400;
	text-transform:uppercase;
	font-size:70%;
	margin-block-start:0.33em;
	margin-block-end:0.33em;
}

.awardlogo, .awardlogo img {
	width:200px;
	height:auto !important;
	padding:10px 0 14px 0;
}

.col-1 img {
	height:212px;
}

.col-2 img, .col-3 img, .col-4 img, .col-5 img, .col-6 img {
	height:362px;
}

#nav-icon {
  width: 30px;
  height:30px;
  float:right;
  margin: 25px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #616161;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#f1f3f4;
	z-index: 999999;
}

.spinner {
	position: absolute;
	top:calc(50% - 33px);
	left:calc(50% - 33px);
	width:150px;
	height:150px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom:20px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
	
.video-container iframe, .video-container object, .video-container embed, .video-container video, .video-container-square iframe, .video-container-square object, .video-container-square embed, .video-container-square video, .video-container-portrait iframe, .video-container-portrait object, .video-container-portrait embed, .video-container-portrait video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-square {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.video-container-portrait {
	position: relative;
	padding-bottom: 146%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

p .bts-quote {
	font-style:italic;
}

.large-quote {
	padding-bottom:50px;
	text-align:center;
}

.large-quote p {
	font-family:'Courier New', serif;
	line-height:150%;
	width:100%;
	font-size:200%;
	margin-block-start:0.5em;

}

.large-quote h6 {
	padding-bottom:50px;
}

.social-icons img {
	height:25px;
	width:25px;
	transition:none;
	padding:0;
}

.social-icons img:hover {
	height:23px;
	width:23px;
	transition:none;
	padding:1px;
}

.icon {
	height:15px !important;
	width:15px !important;
	padding:0;
}

i {
	color:#5d5d5d;
	padding-left:5px;
	transition:all .4s ease-in-out;
}

a i:hover {
	color:rgba(236,71,127,255);
	transition:all .4s ease-in-out;
}

.archive img {
	-webkit-filter: saturate(100%);
	filter: saturate(100%);
}

.archive a img {
	-webkit-filter: saturate(100%);
	filter: saturate(100%);
	transition:all .2s ease-in-out;
}

.archive a img:hover {
	-webkit-filter: saturate(100%) brightness(90%);
	filter: saturate(100%) brightness(90%);
	transition:all .2s ease-in-out;
}

 
form {
	margin: 0;
	padding-right:20px;
	text-align:left;
	}
	
button {
	cursor:pointer;
	background:transparent;
}

 input, textarea, select {
	padding:15px;
	font-family:'Work Sans', sans-serif;
	margin:0 20px 20px 0;
	border:0;
	border-top:1px solid #ec477f;
	border-bottom:1px solid #ec477f;
	width:calc(50% - 30px);
	display:inline;
	text-align:left;
	float:left;
	color:#555;
 }
 
.submit {
	background:#fff;
	border:1px solid #ec477f;
	color:#ec477f;
	display:block;
	cursor:pointer;
	width:auto;
	height:62px;
 }
 
input:focus, textarea:focus {
	 border:0;
	 border-top:1px solid #555;
	 border-bottom:1px solid #555;
	 outline: none;
 }
 
 .submit:hover {
	background:#ec477f;
	color:#fff;
 }
 
::selection {
	background:#ec477f;
	color:white;
	text-shadow:none;
}

::-moz-selection {
	background:#ec477f;
	color:white;
	text-shadow:none;
}

figure {
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
}

.is_stuck {
	margin-left:28px !important;
}

.stickycolumn p, .stickycolumn li {
	text-align:left;
}

.stickycolumn h4 {
	margin-block-start:2em;
}

.current {
	background:url(../images/content/pen-brush.svg);
	margin:4px -10px;
	padding:4px  10px;
	color:#fff;
	font-weight:400;
}

ul {
  list-style: none;
  font-size:100%;
}

ol {
  font-size:90%;
  line-height:150%;
}

li {
 line-height:150%;
}

ul li::before {
  content:"\2022";
  color:#ec477f;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}

li a {
	border:0;
	text-decoration:none;
	transition:all .4s ease-in-out;
}

li a:hover {
	border-bottom:1px solid #ec477f;
	text-decoration:none;
	transition:all .4s ease-in-out;
}

h1 sup {
	font-size:45%;
}

/* IMAGE HEIGHTS */

.ht2 img, img.ht2 {
	height:165px !important;
}

.ht3 img, img.ht3 {
	height:231px !important;
}

.ht4 img, img.ht4 {
	height:362px !important;
}

.ht5 img {
	height:500px !important;
}

.ht6 img {
	height:650px !important;
}

/* BLOG GALLERY */

.wp-block-image img {
	padding:10px 0 10px 0;
	width:calc(100% - 20px);
	height:auto;
}

.hp img {
	width:calc(50% - 20px);
	float:left;
	height:555px;
}

.hl img {
	width:calc(50% - 20px);
	float:left;
	height:225px;
}

figcaption {
	font-size:80%;
	padding-bottom:20px;
	font-style:italic;
}

.counters {
	margin: 100px auto 0;
	text-align: center;
}

.count-container {
	margin:20px;
	display:inline-block;
	font-size:20px;
	background-color:#555;
	color:#fff;
	width:175px;
	border-radius: 50%;
	height:175px;
	vertical-align: middle;
	text-align:center;
}

.count {
	font-size:50px;
}

.highlight-orphan {
        background:url(../images/content/pen-brush.svg);
		margin:4px -10px;
        padding:4px  10px;
		color:#fff;
		font-weight:400;
    }
	
.highlight-inline {
        background:url(../images/content/pen-brush.svg);
		margin:0px -6px;
        padding:4px 6px;
		color:#fff;
		font-weight:400;
}
	
table, th, td {
  border:0;
  border-collapse:collapse;
}
th, td {
  padding:5px 0px 0px 25px;
  margin:-5px 0px 0px -25px;
}

td.horizontal img {
	width:90%;
}

td.right {
	float:none;
}

.actions {
	margin:0px;
	padding:0px;
}

fieldset span {
	font-weight:100 !important;
}