body {
	margin: 0;
}

body.ie8 {
	background-color: #373737;
}

#rm-campaign {
	font-family: "chevin-light",Helvetica,Arial,"Nimbus Sans L",sans-serif !important;
	color: #474747;
}

#rm-campaign h1, h2, h3, h4, h5, h6 {
	font-family: "chevin-light",Helvetica,Arial,"Nimbus Sans L",sans-serif !important;
}

#rm-campaign h1 {
	font-size: 53px;
	font-weight: normal;
}

#rm-campaign h2 {
	font-size: 40px;
	margin-bottom: 0; 
	font-weight: normal;	
}

#rm-campaign h3 {
	font-size: 30px;
	font-weight: normal;	
	margin-bottom: 0;
	padding: 0 30px;
}

#rm-campaign h4 {
	font-size: 26px;
	font-weight: normal;	
}

#rm-campaign h5 {
	font-size: 22px;
	font-weight: normal;	
}


#rm-campaign p {
	font-size: 18px;
	line-height: 1.575;
}

#rm-campaign .module {
	clear: both;
	text-align: center;
	padding: 60px 0;		
	width: 100%;
	display: block;
}

#rm-campaign .content {
	max-width: 1000px;
	margin: 0 auto;
}

#rm-campaign .cta {
	font-family: "chevin-medium";
	background: url('http://www.royalmail.com/sites/default/files/bees_white-arrow.png') no-repeat 90% 15px #da202a;
	max-width: 213px;
	margin-top: 20px;
	padding: 10px 50px 10px 30px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
}

#rm-campaign .header-module {
    background-color: #dc3232;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    padding:0;
    min-height: 179px;
}


#rm-campaign .header-module .logo {
    height: 179px;
    margin: 0;
}

#rm-campaign .header-module .logo img {
	display: inline;
}

#rm-campaign .hero-module {
	background-color: #fff;
	display: inline-block;
	text-align: left;
}

#rm-campaign .hero-module h2 {
	margin-bottom: 10px;
}

#rm-campaign .hero-module .text-container, #rm-campaign .hero-module .sub-heading {
	width: 30%;
	padding-left: 100px;
	clear: left;
	float: left;
	margin: 10px 0;	
}

#rm-campaign .hero-module .text-container p:first-of-type {
	margin-top: 0;
}

#rm-campaign .hero-module .cta {
	background: url('http://www.royalmail.com/sites/default/files/bees_white-arrow.png') no-repeat 95% 17px #da202a;
    margin-bottom:20px;
	padding: 12px 50px 12px 30px;
	clear: left;
	float: left;
}

#rm-campaign .hero-module .image-container {
	float: right;
}

#rm-campaign .hero-module .image-container img {
	max-width: 622px;
	width: 100%;
}


#rm-campaign .stamp-gallery-module {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
    padding-bottom:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,2989d8+50,207cca+51,ffffff+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

#rm-campaign .sub-heading {
	font-weight: bold;
}

#rm-campaign .stamp-gallery-module .stamp-collection {
	padding: 30px;
	width: 750px;
	display: inline-block;
}

#rm-campaign .slick-prev:before, #rm-campaign .slick-next:before {
	color: #474747;
	font-weight: bold;
	opacity: 1;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;	
}

#rm-campaign .stamp-gallery-module .stamp-collection .slick-arrow{
	display: none !important;
}


#rm-campaign .stamp-gallery-module .stamp {
	text-align: left;
	width: 100%;
	display: table;
	outline: none;
	padding: 0 5px;
}

#rm-campaign .stamp-gallery-module .stamp .text-container {
	display: table-cell;
	width: 45%;
  	vertical-align: top;
	padding-right: 30px;
}


#rm-campaign .stamp-gallery-module .stamp .image-container {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

#rm-campaign .stamp-gallery-module .stamp .text-container h2 {
	margin-top: 0;
}

#rm-campaign .stamp-gallery-module .stamp .text-container p {
	font-size: 18px;
}

#rm-campaign .stamp-gallery-module .slick-slide img {
	width: 100%;
}

#rm-campaign .stamp-gallery-module .slick-dots {
	display: none !important;
}

#rm-campaign .stamp-gallery-module .slick-dots li button:before {
	font-size: 36px;
}

#rm-campaign .stamp-gallery-module .all-stamp-collections {
	width: 410px;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;	
}

#rm-campaign .stamp-gallery-module .all-stamp-collections .item-row {
	clear: left;
}

#rm-campaign .stamp-gallery-module .all-stamp-collections .item {
	float: left;
	width: 81px;
	height: 77px;
	margin: 10px;
	overflow: hidden;
	opacity: 0.5;
	position: relative;
	z-index: 10;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;	
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;	
}

#rm-campaign .stamp-gallery-module .all-stamp-collections .item img {
	width: 100%;
	height: 100%;
  	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
  	backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);	
  	-ms-backface-visibility: hidden;
    -ms-transform: translateZ(0) scale(1.0, 1.0);	        
}

#rm-campaign .stamp-gallery-module .all-stamp-collections .item:hover, #rm-campaign .stamp-gallery-module .all-stamp-collections .item.active{
	opacity: 1;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;	
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2); /* Standard syntax */
}


#rm-campaign .stamp-gallery-module .all-stamp-collections .item:hover {
	z-index: 150
}

#rm-campaign .stamp-gallery-module .all-stamp-collections .item.active {
	outline: 2px solid #da202a;
	z-index: 100;
}

#rm-campaign .teaser-module {
	background-color: #f3f3f3;
	text-align: left;
    padding-bottom:0px;
}

#rm-campaign .teaser-module .main-teaser-container {
	display: table;
	border-spacing: 30px 0;
	padding: 0;
}

#rm-campaign .teaser-module .left-teaser-container, #rm-campaign .teaser-module .right-teaser-container {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#rm-campaign .teaser-module .mini-teaser-block-container {
	display: table;
}

#rm-campaign .teaser-module .mini-teaser-block-container .teaser-block {
	display: table-cell;
	height: 50%;
}


#rm-campaign .teaser-module .teaser-block {
	background-color: #ffffff;
	display: block;
	float: right;
	padding: 20px 20px 30px;
	margin: 13px 0;
	text-align: left;
}

#rm-campaign .teaser-module .teaser-block.expanded {
	width: 100%;
	padding: 20px 20px 40px;
	float: left;
}

#rm-campaign .teaser-module .teaser-block h2, #rm-campaign .teaser-module .teaser-block .text-section {
	width: 65%;
	float: left;
}

#rm-campaign .teaser-module .teaser-block .image-section {
	text-align: center;
	width: 35%;
	float: right;
}

#rm-campaign .teaser-module .teaser-block.expanded .text-section, #rm-campaign .teaser-module .teaser-block.expanded .image-section {
	float: none;
	width: 100%;
}

#rm-campaign .teaser-module .teaser-block h4, #rm-campaign .teaser-module .teaser-block h5 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#rm-campaign .teaser-module .teaser-block p {
	font-size: 16px;
	line-height: 1.2;
}

#rm-campaign .teaser-module .teaser-block.expanded p {
	font-size: 18px;
	margin-bottom: 10px;
}

#rm-campaign .teaser-module .teaser-block .price {
	color: #e34947;
	font-size: 18px;
	margin: 5px 0; 
}

#rm-campaign .teaser-module .teaser-block.expanded .price {
	font-size: 20px; 
}

#rm-campaign .teaser-module .teaser-block .disclaimer {
	font-size: 16px;
	margin: 0;
}

#rm-campaign .teaser-module .teaser-block img {
	max-width: 190px;
	width: 100%;
	height: auto;
}

#rm-campaign .teaser-module .teaser-block.expanded img {
	max-width: 504px;
  	text-align: left;
  	display: block;	
}

#rm-campaign .teaser-module .teaser-block .cta {
	margin-left: -20px;
}

#rm-campaign .footer {
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	padding:35px 0 33px 0;
	margin: 0 auto;
	background: #333;
	color:#fff;
	clear:both;
	width:100%;
	display:inline-block;
}

#rm-campaign .footer .content {
	max-width: 940px;
	margin: 0 auto;
}
		
#rm-campaign .footer .footer-nav-global-base-copy {
	padding: 7px 30px 0 0;
	text-align: right;
	width: 350px;
	float: right;
}
		
#rm-campaign .footer ul {
	width: auto;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
		
#rm-campaign .footer ul li {
	display:inline;
	padding: 8px 0;
}
		
#rm-campaign .footer ul li a {
	display: inline-block;
	padding: 0 13px 0 8px;
	color: #fff;
	text-decoration: none;
	border-right: dotted 1px #7f7f7f;
}
		
#rm-campaign .footer ul li a:hover {
	text-decoration:underline;
}
		
#rm-campaign .footer ul li.last a {
	border-right: 0;
}
		
#rm-campaign .footer ul li.first a {
	padding:0 13px 0 0;
}


.ie8 #rm-campaign {
	max-width: 1210px;
	min-width: 1140px;
	margin: 0 auto;
}

.ie8 #rm-campaign .content {
	width: 90%;
	margin: 0 auto;
}

.ie8 #rm-campaign .hero-module .image-container img {
	max-width: 562px;
}

.ie8 #rm-campaign .stamp-gallery-module .stamp-collection  {
	width: 640px;
}

.ie8 #rm-campaign .stamp-gallery-module .all-stamp-collections {
	width: 380px;
}

.ie8 #rm-campaign .stamp-gallery-module .all-stamp-collections .item {
	margin: 4px;
}

.ie8 #rm-campaign h1 {
	font-size: 45px;
}

.ie8 #rm-campaign h2 {
	font-size: 33px;
}

.ie8 #rm-campaign br {
	display: none;
}


@media (max-width: 1170px) {

/*	#rm-campaign .module {
		display: inline-block;
		overflow: hidden;
		padding: 20px 0;
	} */
    
	#rm-campaign .hero-module .stamp-gallery-module .teaser-module {
		display: inline-block;
		overflow: hidden;
		padding: 20px 0;
	}
    
    #rm-campaign .header-module {
        padding: 0 !important;
        min-height: 179px;
    }


	#rm-campaign .content {
		width: 90%;
		margin: 0 auto;
	}	

	#rm-campaign .cta {
		padding: 10px 50px 10px 20px;
		max-width: 183px;
	}

	#rm-campaign h1 {
		font-size: 46px;
	}

	#rm-campaign .hero-module .text-container {
		padding-right: 0;
	}

    /*
	#rm-campaign br {
		display: none;
	}
    */

	#rm-campaign .hero-module .text-container, #rm-campaign .hero-module .image-container, #rm-campaign .teaser-module {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	#rm-campaign .hero-module h2, #rm-campaign .hero-module .sub-heading {
		display: block;
		float: none !important;
		margin: 10px auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	#rm-campaign .hero-module .cta {
		display: block;
		float: none !important;
		margin: 0 auto;
	}

	#rm-campaign .stamp-gallery-module .stamp-collection {
		margin: 20px auto;
		width: 100%;
	}

	#rm-campaign .stamp-gallery-module .stamp-collection .slick-arrow, #rm-campaign .stamp-gallery-module .slick-dots {
		display: inline-block !important;
	}

	#rm-campaign .stamp-gallery-module .slick-dots {
		position: relative;
		padding-bottom: 10px;
	}	

	#rm-campaign .stamp-gallery-module .all-stamp-collections {
		display: none;
	}


	#rm-campaign .footer {
		text-align:center;
	}

	#rm-campaign .footer ul {
		padding:0; 
		margin:0; 
		width:100%;
	}

	#rm-campaign .footer ul li {
		display:block; 
		text-align:center;
	}
	#rm-campaign .footer ul li.first a {
		padding:0;
	}

	#rm-campaign .footer ul li a {
		border-right:0; 
		padding:0;
	}

	#rm-campaign .footer ul li.last {
		padding-bottom: 15px;
	}

	#rm-campaign .footer .footer-nav-global-base-copy {
		float:none; 
		margin:0; 
		padding:0; 
		width:100%; 
		text-align:center;
	}				
}

@media screen and (max-width: 969px) {


	#rm-campaign .teaser-module .teaser-block{
		display: inline-block;
		float: none !important;
		margin: 20px auto;
		width: 90%;
		padding: 20px 5% 30px;
		max-width: 580px;
	}

	#rm-campaign .teaser-module .left-teaser-container, #rm-campaign .teaser-module .right-teaser-container {
		display: inline-block;
		float: none !important;
		margin: 0 auto;
		width: 90%;
		padding: 20px 5% 0;
		max-width: 580px;
	}

	#rm-campaign .teaser-module .mini-teaser-block-container {
		border-spacing: 0;
	}

	#rm-campaign .teaser-module .mini-teaser-block-container .teaser-block {
		display: inline-block;
		height: auto;
		text-align: center;
	}


	#rm-campaign .teaser-module .teaser-block.expanded {
		text-align: center;
		width: 90%;
		padding: 40px 5%;
		margin-bottom: 0;
	}

	#rm-campaign .teaser-module .teaser-block .cta {
		margin: 0 auto;
	}

	#rm-campaign .teaser-module .teaser-block h4, #rm-campaign .teaser-module .teaser-block h5 {
		margin-bottom: 20px; 
	}	

	#rm-campaign .teaser-module .teaser-block .text-section, #rm-campaign .teaser-module .teaser-block .image-section  {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		float: none;
	}

	#rm-campaign .teaser-module .teaser-block.expanded img {
		text-align: center;
		display: inline-block;
	}

}

@media screen and (max-width: 860px) {

	#rm-campaign h2 {
		font-size: 31px;
	}

	#rm-campaign h3 {
		font-size: 26px;
	}

	#rm-campaign h4 {
		font-size: 23px;
	}

	#rm-campaign h5 {
		font-size: 20px;
	}	

	#rm-campaign p {
		font-size: 17px;
	}
	
}

@media screen and (max-width: 960px) {
    
        .header-module .logo {
        }
    }
	
	@media screen and (max-width: 640px) {
    
        .header-module .logo {
		height: 80px !important;
		}
		
		        .header-module .logo img{
			height: 100px !important;}

	
	.header-module {

	background-size: contain !important;
	background-color: #dc3232 !important;
	background-position: center top !important;
	padding: 0 !important;
	min-height:100px !important;
	}
	
	.module {
	padding: 20px 0 !important;
	}
	
	.hero-module .image-container {
	padding-top: 0 !important;
	}
	
    }
	
@media screen and (min-width: 300px) and (max-width: 500px) {

	#rm-campaign .header-module {
	}

	#rm-campaign .stamp-gallery-module .stamp-collection {
		margin: 0 auto;
		width: 100%;
		padding: 30px 0;
	}

	#rm-campaign .stamp-gallery-module .stamp-collection .slick-arrow {
		display: none !important;
	}

	 #rm-campaign .stamp-gallery-module .stamp {
		 display: inline-block;
	 }

	#rm-campaign .teaser-module .teaser-block.expanded .text-section, #rm-campaign .teaser-module .teaser-block.expanded .image-section, #rm-campaign .stamp-gallery-module .stamp .text-container, #rm-campaign .stamp-gallery-module .stamp .image-container{
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	#rm-campaign .blockquote-module .text-container .quote {
		font-size: 25px;
	}
}

@media screen and (min-width: 300px) and (max-width: 400px) {
	
	h2 {
		margin-bottom: 0 !important;
	}

	#rm-campaign .stamp-gallery-module .slick-dots {
		width: 60%;
	}

	#rm-campaign .stamp-gallery-module .slick-dots li {
		margin-bottom: 10px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {

	#rm-campaign .cta {
		background: url('http://www.royalmail.com/sites/default/files/bees_white-arrow-x2.png') no-repeat 90% 15px #da202a;
		background-size: 16%;
	}

	#rm-campaign .hero-module .text-container .cta {
		background: url('http://www.royalmail.com/sites/default/files/bees_white-arrow-x2.png') no-repeat 95% 17px #da202a;
		background-size: 10%;
	}

}

	@media screen and (max-width: 420px) {
    
        .header-module .logo {
		height: 50px !important;
		}
		
		        .header-module .logo img{
			height: 80px !important;}

	
	.header-module {

	background-size: contain !important;
	background-color: #dc3232 !important;
	background-position: center top !important;
	padding: 0 !important;
	min-height:70px !important;
	}
	
	.module {
	padding: 10px 0 !important;
	}
	
	.hero-module .image-container {
	padding-top: 0 !important;
	}
    }
	



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://www.royalmail.com/sites/default/files/ajax-loader.gif') center center no-repeat;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2190';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2192';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -20px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


#rm-campaign .hero-module .image-container {
	float: right;
}

#rm-campaign .hero-module .image-container img {
	max-width: 622px;
	width: 100%;
}

#rm-campaign .hero-module .image-container-video {
	float: left;
	width: 31%;
	padding: 0px 5px 35px 15px;

}

#rm-campaign .hero-module .image-container-video img {
	max-width: 390px;
	width: 100%;
}

#rm-campaign .hero-module .singleitem {
	clear:left;
	margin:auto;
	float: none;
	width: 40%;
	padding: 0px 5px 35px 15px;
}

#rm-campaign .hero-module .singleitem img {
	max-width: 600px;
	width: 100%;
}

#rm-campaign .hero-module .video {
	position: relative;
}