@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospnace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #808080;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: 500;
    color: #76232F;
}
h1 { font-size: 5.5rem; line-height: 1.2;  }
h2 { font-size: 4.2rem; line-height: 1.25; color: #A60A3D; }
h3 { font-size: 3.6rem; line-height: 1.3; color: #A60A3D }
h4 { font-size: 3.0rem; line-height: 1.3.5; color: #A60A3D; }
h5 { font-size: 2.4rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

p.feature {
    background-color: rgba(166,10,61,0.05);
    padding: 10px 20px;
    border-radius: 50px;
}

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.4rem;
}
.text-med {
	font-size: 1.5rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-highlight_white {
    color: #FFF;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.5rem; line-height: 1.25; }
	h3 { font-size: 2rem; line-height: 1.3; }
	h4 { font-size: 1.7rem; line-height: 1.3.5; }
	h5 { font-size: 1.5rem; line-height: 1.5; }
	h6 { font-size: 1.3rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #A60A3D;
    border-bottom: solid 1px #A60A3D;
}
a:hover {
	color: #000;
}
footer.main a {
    color: #FFF;
    border: none;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 1% 0 1%;
	padding: 50px;
    border-radius: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 30px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
    footer.main .column:nth-child(2), footer.main .column:nth-child(3) {
        width: 50% !important;
        float: left !important;
    }
    footer.main .column:nth-child(4) {
        margin-bottom: 30px;
    }
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    margin-bottom: -20px;
}
header.main .pg-width {
    margin-top: -40px;
}
.header-cta {
    position: absolute;
    top: 128px;
    right: 15px;
    z-index: 100;
}
.stripe {
    background: rgb(118,35,47);
    background: -webkit-linear-gradient(left, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    background: -o-linear-gradient(left, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    background: linear-gradient(to right, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    height: 40px;
    z-index: 0;
}
.slider {
    position: relative;
    margin-top: 0;
    z-index: 0;
}
.slider > ul {
	height: 500px;
	list-style: none;
	margin: 0;
    position: relative;
}
.slider > ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.slider > ul li .captions {
    color: #FFF;
    position: absolute;
    top: 80px;
    z-index: 100;
    width: 50%;
    max-width: 500px;
    padding: 50px 80px 50px 50px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.slider ul li .captions h2 {
    font-size: 6rem;
    line-height: 1;
    color: #FFF;
}
.slider ul li .captions h3 {
    font-size: 3rem;
    color: #FFF;
    margin-bottom: 20px;
}
.slider ul li .captions a {
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
}
.slider ul li .captions a:hover {
    background: rgb(166,10,61);
    background: linear-gradient(180deg, rgba(166,10,61,1) 0%, rgba(219,107,48,1) 100%);
}
.slider ul li .captions img {
    position: absolute;
    left: 500px;
    top: 100px;
    width: 100px;
    height: 100px;
    z-index: 120;
}
.overlay {
    opacity: 0.9;
    z-index: 50;
    width: 550px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner-internal {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
    background-image: url(../images/gradient-opacity.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
section.bold {
    background: rgb(118,35,47);
    background: linear-gradient(90deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
    color: #FFF;
}
section.petfriendly {
    background-image: url(../images/section-feature-pet-friendly.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
}
section.clear {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative;
}
.underlay {
    background-image: url(../images/section-feature.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -10px;
}

footer.main {
    color: #FFF;
    font-size: 1.2rem;
    background: rgb(118,35,47);
    background: -webkit-linear-gradient(left, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    background: -o-linear-gradient(left, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    background: linear-gradient(to right, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    padding: 60px 0 20px 0;
}

@media only screen and (max-width: 768px) {
    .stripe {
        height: 10px;
    }
    .header-cta {
        position: absolute;
        top: 35px;
        margin-top: 20px;
        right: auto;
        right: 15px;
        max-width: 210px;
    }
    .header-cta a {
        display: block !important;
        margin-bottom: 5px !important;
        padding: 5px 10px !important;
        text-align: center !important;
        font-size: 1.2rem !important;
    }
    .slider ul li .captions {
        position: absolute;
        top: 120px;
        padding: 30px 100px 30px 20px;
    }
    .slider ul li .captions h2 {
        font-size: 4rem;
    }
    .slider ul li .captions h3 {
        font-size: 2.5rem;
    }
    .slider ul li .captions a {
        padding: 10px 20px;
    }
    .slider ul li .captions img {
        position: absolute;
        left: 280px;
        top: 80px;
        width: 80px;
        height: 80px;
    }
    .overlay {
        width: 320px;
        height: 500px;
    }
	main {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 480px) {
    .header-cta {
        top: 34px;
        right: 10px;
    }
    .header-cta a {
        padding: 4px 10px !important;
        font-size: 0.9rem !important;
    }
    .slider ul {
        height: 200px;
        list-style: none;
        margin: 0;
        position: relative;
    }
    .slider ul li .captions {
        position: absolute;
        height: 150px;
        top: 50px;
        padding: 0 0 0 0;
        width: 90%;
        margin: 0 5%;
        text-align: left;
    }
    .slider ul li .captions h2 {
        font-size: 2.4rem;
    }
    .slider ul li .captions h3 {
        display: none;
    }
    .slider ul li .captions a {
        display: inline-block;
        font-size: 1.1rem;
        padding: 7px 20px;
       margin: 10px 0 0 0;
    }
    .slider ul li .captions img {
        display: none;
    }
    .overlay {
        width: 50%;
        margin: 0;
        height: 300px;
        top: 0;
    }
	main {
		padding: 20px 0;
	}
    footer.main {
        background: rgb(118,35,47);
        background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(129,30,50,1) 25%, rgba(219,107,48,1) 50%, rgba(240,179,35,1) 75%, rgba(54,176,201,1) 100%);
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}

/* Primary
––––––––––––––––––––––––––– */
ul.nav-primary {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 15px;
}
ul.nav-primary li {
    float: left;
    font-size: 1.4rem;
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
ul.nav-primary li a {
    color: #FFF;
    padding: 0 15px 0 25px;
    display: block;
    line-height: 40px;
    border: none;
}
ul.nav-primary li a:hover {
    opacity: 0.7;
}
ul.nav-primary > li:last-child {
    margin-left: 20px;
}



/* Secondary
––––––––––––––––––––––––––– */
ul.nav-secondary {
    position: absolute;
    top: 55px;
    right: 0;
    overflow: hidden;
}
ul.nav-secondary li {
    float: left;
    font-size: 1.3rem;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
ul.nav-secondary li a {
    color: #76232F;
    padding: 45px 20px 5px 20px;
    display: block;
    border: none;
}
ul.nav-secondary li:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@media only screen and (max-width:1024px) {
    ul.nav-secondary li a {
        padding: 45px 10px 5px 10px;
    }
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
        background-image: url(../images/bg-navigation.svg);
        background-size: cover;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
    
    /* Primary
    ––––––––––––––––––––––––––– */
    ul.nav-primary {
        display: none;
    }
    
    /* Secondary
    ––––––––––––––––––––––––––– */
    ul.nav-secondary {
        position: relative;
        top: 0;
        right: 0;
        padding: 20px;
    }
    ul.nav-secondary li {
        width: 100%;
        font-size: 1.6rem;
        background-size: 35px 35px;
        background-position: left center;
    }
    ul.nav-secondary li a {
        color: #FFF;
        padding: 10px 20px 10px 45px;
        display: block;
    }
    
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 30px;
		left: 15px;
		background: #A60A3D url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: none;
        border-radius: 50px;
        z-index: 100;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:480px) {
    .trigger {
		width: 40px;
		height: 40px;
		top: 25px;
		left: 15px;
		background-size: 15px 15px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.list {
	overflow: hidden;
}
ul.list li {
	border-bottom: solid 1px #76232F;
    padding: 5px 0;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.lo {
    overflow: hidden;
    padding: 20px;
}
ul.featitems li {
    border-radius: 20px;
    margin: 0 1% 20px 1%;
    float: left;
    line-height: 1.1;
    text-align: left;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: right 40px center;
    position: relative;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
ul.featitems li:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  
}
ul.featitems li img {
    position: absolute;
    opacity: 0.2;
    width: auto;
    height: 100%;
    right: 21px;
    top: 0;
}
ul.featitems li:nth-child(1) {
    width: 48%;
    font-size: 6rem;
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
}
ul.featitems li:nth-child(2) {
    width: 48%;
    font-size: 6rem;
    background: rgb(166,10,61);
    background: linear-gradient(180deg, rgba(166,10,61,1) 0%, rgba(219,107,48,1) 100%);
}
ul.featitems li:nth-child(3) {
    width: 31.333%;
    font-size: 3rem;
    background: rgb(219,107,48);
    background: linear-gradient(180deg, rgba(219,107,48,1) 0%, rgba(240,179,35,1) 100%);
}
ul.featitems li:nth-child(4) {
    width: 31.333%;
    font-size: 3rem;
    background: rgb(240,179,35);
    background: linear-gradient(180deg, rgba(240,179,35,1) 0%, rgba(240,179,35,0.7) 100%);
}
ul.featitems li:nth-child(5) {
    width: 31.333%;
    font-size: 3rem;
    background: rgb(75,133,142);
    background: linear-gradient(180deg, rgba(75,133,142,1) 0%, rgba(54,176,201,1) 100%);
}
ul.featitems li a {
    color: #FFF;
    display: block;
    padding: 60px 50% 60px 40px;
    border-bottom: none;
}

@media only screen and (max-width: 1280px) {
    ul.featitems li a {
        padding: 60px 30% 60px 40px;
    }
}
@media only screen and (max-width: 768px) {
    ul.featitems li {
        margin: 0 0 20px 0;
    }
    ul.featitems li:nth-child(1) {
        width: 100%;
        font-size: 3rem;
    }
    ul.featitems li:nth-child(2) {
        width: 100%;
        font-size: 3rem;
    }
    ul.featitems li:nth-child(3) {
        width: 100%;
        font-size: 3rem;
    }
    ul.featitems li:nth-child(4) {
        width: 100%;
        font-size: 3rem;
    }
    ul.featitems li:nth-child(5) {
        width: 100%;
        font-size: 3rem;
    }
    ul.featitems li a {
        padding: 40px 20px 40px 40px;
    }
}
@media only screen and (max-width: 480px) {
    ul.featitems li {
        border-radius: 10px;
    }
    ul.featitems li:nth-child(1) {
        width: 100%;
        font-size: 2rem;
    }
    ul.featitems li:nth-child(2) {
        width: 100%;
        font-size: 2rem;
    }
    ul.featitems li:nth-child(3) {
        width: 100%;
        font-size: 2rem;
    }
    ul.featitems li:nth-child(4) {
        width: 100%;
        font-size: 2rem;
    }
    ul.featitems li:nth-child(5) {
        width: 100%;
        font-size: 2rem;
    }
    ul.featitems li a {
        padding: 30px 20px 30px 30px;
    }
}

ul.btn-group {
    overflow: hidden;
    padding: 10px;
}
ul.btn-group li {
    width: 100%;
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}
ul.btn-group li a {
   color: #FFF;
    display: block;
    border: none;
    padding: 10px 0;
}
ul.btn-group li:hover {
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.btn-group li:nth-child(1) {
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
}
ul.btn-group li:nth-child(2) {
    background: rgb(166,10,61);
    background: linear-gradient(180deg, rgba(166,10,61,1) 0%, rgba(219,107,48,1) 100%);
}
ul.btn-group li:nth-child(3) {
    background: rgb(219,107,48);
    background: linear-gradient(180deg, rgba(219,107,48,1) 0%, rgba(240,179,35,1) 100%);
}
ul.btn-group li:nth-child(4) {
    background: rgb(240,179,35);
    background: linear-gradient(180deg, rgba(240,179,35,1) 0%, rgba(240,179,35,1) 100%);
}


/* Accommodation Grid
–––––––––––––––––––––––––– */
ul.accom-grid {
    overflow: hidden;
    margin: 30px 0 50px 0;
}
ul.accom-grid > li {
    width: 30.333%;
    margin: 0 3% 20px 0;
    float: left;
    font-size: 1.5rem;
    position: relative;
    background: #EEE;
    border-radius: 5px;
}
ul.accom-grid > li:nth-child(3n+1) {
    clear: left;
}
ul.accom-grid > li .content {
    padding: 20px 20px 30px 20px;
}
ul.accom-grid > li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 3px;
}
ul.accom-grid li h4 {
    font-size: 2.5rem;
    margin-bottom: 0;
}
ul.accom-grid li h5 {
    font-size: 1.4rem;
    margin: 0;
    position: absolute;
    top: 10px;
    z-index: 100;
    background: #FFF;
    padding: 5px 20px 5px 30px;
    border-radius: 0 50px 50px 0;
    background-size: 14px auto;
    background-position: left 10px center;
    background-repeat: no-repeat;
}

ul.quick-guide {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.quick-guide li {
    float: left;
    margin-right: 15px;
    background-size: 15px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
ul.accom-grid > li .modal-content .quick-guide li {
    font-size: 1.5rem;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
}
ul.quick-guide li:nth-child(1) {
    background-image: url(../images/icons/ic_sleeps_maroon.svg);
}
ul.quick-guide li:nth-child(2) {
    background-image: url(../images/icons/ic_bedrooms_maroon.svg);
}
ul.quick-guide li:nth-child(3) {
    background-image: url(../images/icons/ic_bathrooms_maroon.svg);
}

.slider-accom {
    position: relative;
}
.slider-accom > ul {
	height: 400px;
	list-style: none;
	margin: 0;
    position: relative;
}
.slider-accom > ul > li {
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

ul.accom-grid > li .modal-header {
    padding: 0 !important;
}
ul.accom-grid > li .modal-box {
    max-width: 1024px;
}
ul.accom-grid iframe {
    width: 100%;
    height: 250px;
}
ul.accom-grid > li .modal-trigger {
}

@media only screen and (max-width: 768px) {
    ul.accom-grid > li {
        width: 100%;
        margin: 0 0 20px 0;
        float: left;
        font-size: 1.5rem;
        position: relative;
        background: #F7F7F7;
        border-radius: 5px;
    }
    ul.accom-grid > li:nth-child(3n+1) {
        clear: none;
    }
    ul.accom-grid > li:nth-child(2n+1) {
        clear: left;
    }
}

/* News
–––––––––––––––––––––––––– */
ul.news {
    overflow: hidden;
    display: flex;
    margin: 30px 0 0 0;
}
ul.news > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    padding: 30px;
    border-radius: 15px;
    color: #FFF;
}
ul.news > li:nth-child(1) {
    background: rgb(219,107,48);
    background: linear-gradient(180deg, rgba(219,107,48,1) 0%, rgba(240,179,35,1) 100%);
}
ul.news > li:nth-child(2) {
    background: rgb(75,133,142);
    background: linear-gradient(180deg, rgba(75,133,142,1) 0%, rgba(54,176,201,1) 100%);
}
ul.news > li:nth-child(3) {
}

@media only screen and (max-width: 768px) {
    ul.news {
    display: block;
}
ul.news > li {
    width: 100%;
    margin: 0 0 20px 0;
}
}

/* Social Feature
–––––––––––––––––––––––––– */
ul.social-feature {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 0 auto;
}
ul.social-feature li {
	float: left;
    font-size: 1.7rem;
	margin: 0 0 0 0;
}
ul.social-feature li img {
    width: 80px;
    height: auto;
}
ul.social-feature li a {
	color: #FFF;
    padding: 0 0;
    border-bottom: none;
}
ul.social-feature li img:hover {
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    margin-bottom: 30px;
}
ul.sitemap li {
    font-size: 1.6rem;
}
ul.sitemap li a {
    color: #FFF;
    display: inline-block;
    padding: 3px 0;
    border: none;
}
ul.sitemap li a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 480px) {
    ul.sitemap {
        margin-bottom: 0;
        }
    ul.sitemap li {
        font-size: 1.3rem;
    }
}

/* Accreditations
–––––––––––––––––––––––––– */
ul.accreditations {
    overflow: hidden;
    max-width: 1024px;
    margin: 40px auto;
}
ul.accreditations li {
    width: 12.5%;
    float: left;
    padding: 0;
}
ul.accreditations li img {
    width: 100%;
    height: auto;
    display: block;
}



@media only screen and (max-width: 768px) {
    ul.accreditations li {
    width: 33.333%;
    float: left;
    padding: 10px;
}
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.contact-details li {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
}
ul.contact-details li a {
    color: #FFF;
    border-bottom: none;
}
ul.contact-details li a:hover {
    opacity: 0.7;
}


/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
    z-index: 900;
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
}
.modal-body {
    background: #ECEFF1;
    text-align: left;
    border-radius: 20px;
    overflow: hidden;
}
.modal-header {
    background-image: url(../images/section-feature.svg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    color: #FFF !important;
    padding: 50px;
}
.modal-content {
    padding: 50px;
    color: #76232F;
}
.modal-content h2 {
    font-size: 3.5rem;
}
.modal-content h6 {
    border-bottom: solid 1px #76232F;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
}

/* Close Button */
.close-modal {
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: none;
    background-image: url(../images/icons/ic_close.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

.modal-trigger, button.modal {
    padding: 5px 20px;
    color: #ffffff !important;
    border: none;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
}
.modal-trigger:hover, button.modal:hover {
    background: rgb(166,10,61);
    background: linear-gradient(180deg, rgba(166,10,61,1) 0%, rgba(219,107,48,1) 100%);
    color: #FFF;
}
button.modal {
    border: 1px solid #333333;
    outline: none;
    color: #FFF;
}

@media only screen and (max-width: 480px) {
    .modal-header {
        padding: 40px;
    }
    .modal-content {
        padding: 30px;
    }
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 40px 0 40px 0;
	padding: 0;
	border-top: 0;
}
.accordian li {
    margin-bottom: 20px;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px 20px 20px 70px;
    color: #A60A3D;
	background: rgba(166,10,61,0.05);
	cursor: pointer;
	border: thin;
border-style: solid;
	border-color: rgba(166,10,61,0.21);
    border-radius: 10px;
    background-image: url(../images/icons/ic_arrow-right_circle_orange.svg);
    background-size: 30px 30px;
    background-position: left 25px center;
    background-repeat: no-repeat;
 
}
.accordian header h4 {
    font-size: 2.2rem;
    margin: 0;
}
.accordian header p {
    margin: 0;
}
.accordian section {
	display: none;
	padding: 20px;
}
.accordian section.active {
	display: block;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 230px;
	height: auto;
	display: inline-block;
	padding: 50px 15px 30px 15px;
}
img.logo-footer {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 0;
}
img.logo-menu {
	width: 120px;
	height: auto;
	display: none;
	padding: 30px 15px 0 15px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    margin-bottom: 10px;
    border-radius: 3px;
}
img.slogan {
    width: 768px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}
h3 img {
    width: 38px;
    height: auto;
    display: inline-block;
    padding-top: 10px;
    margin-right: 8px;
    margin-bottom: -5px;
}
h4 img {
    width: 34px;
    height: auto;
    display: inline-block;
    padding-top: 10px;
    margin-right: 5px;
    margin-bottom: -5px;
}
h5 img {
    width: 30px;
    height: auto;
    display: inline-block;
    padding-top: 10px;
    margin-right: 5px;
    margin-bottom: -5px;
}
p img {
    width: 14px;
    height: auto;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}
.pet-friendly {
    width: 100px !important;
    height: auto;
    display: block;
}
.pet-friendly-listing {
    width: 50px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 230px;
        display: inline-block;
        margin: 0 0 0 70px;
        padding: 50px 15px 25px 15px;
    }
    img.logo-menu {
        display: block;
    }
    img.slogan {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 160px;
        margin: 0 0 0 50px;
    }
    img.logo-footer {
	width: 150px;
	display: block;
    margin: 0 auto;
}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
textarea,
select {
	width: 90%;
	padding: 10px 10px;
	margin-bottom: 15px;
    height: 50px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0 50px 50px 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #999;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 170px;
    border-radius: 5px !important;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #FFF;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 30px;
	margin: 0 auto 0 auto;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 50px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
    width: 10%;
    height: 50px;
    background: #F0B323;
    float: left;
    border-radius: 50px 0 0 50px;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    input[type="email"],
    input[type="text"],
    input[type="tel"],
    textarea,
    select {
        width: 80%;
    }
    label {
        width: 20%;
    }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary, a.btn-primary-lrg, a.btn-primary-half {
	color: #FFF;
	background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.4rem;
    border-radius: 50px;
    text-align: center;
    margin: 0 2px 3px 2px;
    border: none;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.btn-primary-lrg {
    font-size: 2rem !important;
    padding: 10px 40px;
    border: none;
}
a.btn-primary-half {
    width: 48%;
}
a.btn-primary:hover, a.btn-primary-lrg:hover {
	background: rgb(166,10,61);
    background: linear-gradient(180deg, rgba(166,10,61,1) 0%, rgba(219,107,48,1) 100%);
}

a.btn-secondary, a.btn-secondary-lrg, a.btn-secondary-half {
	color: #FFF;
	background: rgb(219,107,48);
    background: linear-gradient(180deg, rgba(219,107,48,1) 0%, rgba(240,179,35,1) 100%);
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.4rem;
    border-radius: 50px;
    text-align: center;
    margin: 0 2px 3px 2px;
    border: none;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.btn-secondary-lrg {
    font-size: 2rem !important;
    padding: 10px 40px;
    border: none;
}
a.btn-secondary-half {
    width: 48%;
}
a.btn-secondary:hover, a.btn-secondary-lrg:hover {
	background: rgb(240,179,35);
    background: linear-gradient(180deg, rgba(240,179,35,1) 0%, rgba(240,179,35,1) 100%);
}

a.btn-arrow {
    background-image: url(../images/icons/ic_arrow-right_red.svg);
    background-size: 20px 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding: 0 35px 0 0;
    border: none;
    text-decoration: underline;
}

a.btn-pet-policy {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.7rem;
    border-radius: 50px;
    background: rgb(219,107,48);
    background: linear-gradient(180deg, rgba(219,107,48,1) 0%, rgba(240,179,35,1) 100%);
    border: none;
}
a.btn-pet-policy img {
    float: left;
    width: 20px;
    height: auto;
    margin: 4px 6px 0 0;
    border: none;
}
a.btn-pet-policy:hover {
	background: rgb(240,179,35);
    background: linear-gradient(180deg, rgba(240,179,35,1) 0%, rgba(240,179,35,0.7) 100%);
}

a.btn-corona {
	display: inline-block;
    position: fixed;
    top: 300px;
    right: -90px;
    z-index: 200;
    transform: rotate(90deg);
	text-align: center;
	padding: 15px 25px;
	margin: 15px auto 0 auto;
	background-color: #36B0C9;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 0 0 5px 5px;
	border: solid 1px #FFF;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
a.btn-corona:hover {
	background-color: #DB6B30;
}

@media only screen and (max-width: 768px) {
    a.btn-corona {
        top: 180px;
        right: -79px;
        font-size: 0.9rem;
        padding: 10px 25px;
    }
}


@media only screen and (max-width: 480px) {
    a.btn-primary-lrg {
        font-size: 1.4rem !important;
        padding: 10px 20px;
    }
    a.btn-secondary-lrg {
        font-size: 1.4rem !important;
        padding: 10px 20px;
    }
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.display-lrg-only {
    display: block;
}
.display-sm-only {
    display: none !important;
}
.video {
    width: 100%;
    height: 450px;
    display: block;
}
.background-maroon {
    background: rgb(118,35,47);
    background: linear-gradient(180deg, rgba(118,35,47,1) 0%, rgba(166,10,61,1) 100%);
}
.background-red {
    background: rgb(166,10,61);
    background: linear-gradient(180deg, rgba(166,10,61,1) 0%, rgba(219,107,48,1) 100%);
}
.background-orange {
    background: rgb(219,107,48);
    background: linear-gradient(180deg, rgba(219,107,48,1) 0%, rgba(240,179,35,1) 100%);
}
.background-yellow {
    background: rgb(240,179,35);
    background: linear-gradient(180deg, rgba(240,179,35,1) 0%, rgba(240,179,35,1) 100%);
}
.background-blue {
    background: rgb(75,133,142);
    background: linear-gradient(180deg, rgba(75,133,142,1) 0%, rgba(54,176,201,1) 100%);
}

.crt-post-text {
    font-size: 1.2rem !important;
}
.crt-date {
    font-size: 1rem !important;
}
a.crt-logo {
    font-size: 1rem !important;
}

.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .video {
        width: 100%;
        height: 300px;
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .display-lrg-only {
        display: none !important;
    }
    .display-sm-only {
        display: block !important;
    }
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
