@charset "UTF-8";
/* CSS Document */





html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a img {
	border: none;
	outline: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	text-align: center;
}

#wrapper-pvm {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

.submit {
	margin: 0 auto;
    padding: 7px;
	display: inline-block;
	width: auto;
	height: auto;
	font: 500 13px 'Quicksand', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	background: #106f80;
	border: 1px solid #106f80;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.submit:hover {
	color: #FFF;
    background: #CCC;
	border: 1px solid #CCC;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}





/*footers
-----------------------------------------------------------------------------*/

footer {
	margin: 30px auto;
	padding: 0;
	width: 95%;
	text-align: center;
}

.foot-col {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	width: 32%;
	height: auto;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.foot-col2 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	width: 32%;
	height: auto;
	text-align: center;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.foot-col ul, .foot-col2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.foot-col li, .foot-col2 li {
	margin-top: 10px;
}





/* dividers and spacers
--------------------------------------------------*/

.divider1 {
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	display: inline-block;
	width: 1px;
	height: 30vw;
	background-color: #003764;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.divider2 {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	width: 90%;
	height: 0.05em;
	background-color: #003764;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.divider3{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #CCC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.spacer20 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 20px;
}

.spacer30 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 30px;
}

.spacer40 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 40px;
}

.spacer50 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 50px;
}

.spacer60 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 60px;
}

.spacer70 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 70px;
}

.spacer80 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: 80px;
}




/* pvm cta
--------------------------------------------------*/

.head-pvm-cta {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #003764;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.head-pvm-cta-micro {
	display: none;
}

.cta {
	margin: 10px auto;
    padding: 10px;
	display: inline-block;
	width: auto;
	height: auto;
	font: 500 14px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	border: 1px solid #FFF;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cta-micro {
	display: none;
}

.cta-body {
	margin: 20px auto;
	display: block;
    padding: 15px 5px;
	width: 70%;
	height: auto;
	font: 700 16px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #003764;
	border: 1px solid #003764;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cta:hover, .cta-body:hover {
	color: #003764;
    background: #FFF;
	border: 1px solid #003764;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cta-body2 {
	margin: 20px auto;
	display: block;
    padding: 10px;
	width: 250px;
	height: auto;
	font: 500 14px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #003764;
	border: 1px solid #003764;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cta-body2:hover {
	color: #003764;
    background-color: #FFF;
	border: 1px solid #003764;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

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

.container-cta {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
}

.container-cta-v {
	display: none;
}

.container-cta img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.container-cta-content {
	margin: 0 auto;
	padding: 20px 10px 15px;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	width: 28%;
	height: auto;
	text-align: center;
	background: rgba(255,255,255,0.7);
	z-index: 100;
}

.container-cta-content ul {
	margin: 0 auto;
	padding-left: 16px;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: left;
	list-style-type: square;
}

.container-cta-content li {
	margin: 0;
	padding-top: 15px;
}

.container-cta-offer1 {
	margin: 0 auto;
	padding: 30px 20px;
	position: absolute;
	width: 35%;
	height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}








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

#head-pvm {
	margin: 0 auto;
	padding: 16px 0;
	position: fixed;
	width: 100%;
	height: auto;
	background-color: #FFF;
	border-bottom: 0.05em solid #CCC;
	z-index: 998;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#head-pvm-logo {
	margin: 0;
	padding: 80px 0 0 3%;
	position: fixed;
	width: 30%;
	height: auto;
	text-align: left;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	z-index: 999;
}

#head-pvm-logo img {
	width: auto;
	max-height: 80px;
	background-size: contain;
}

#head-pvm-logo div#logo {
    display: block;
	width: auto;
    height: 80px;
    line-height: 80px;
	background: url(../images/project_vibrancy_meals-logo.png) top left no-repeat;
	background-size: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#head-pvm-logo.smaller {
	margin: 0;
	padding: 0 0 0 10px;
	top: 5px;
	left: 5px;
	width: auto;
    height: auto;
	z-index: 9999;
}

#head-pvm-logo.smaller img {
	width: auto;
	max-height: 42px;
	background-size: contain;
}

#head-pvm-logo.smaller div#logo {
    display: block;
    width: auto;
    height: 42px;
    line-height: 42px;
	background: url(../images/project_vibrancy_meals-logo2.png) top left no-repeat;
	background-size: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

header {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 15px;
	width: 100%;
	height: 70px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header img {
	width: auto;
	height: 100%;
	max-height: 70px;
	background-size: contain;
}

header div#logo {
    display: block;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller {
    height: auto;
}

header.smaller div#logo {
    width: auto;
    height: 55px;
    line-height: 55px;
}

.header-box {
	margin: 0 auto;
	margin-top: 40px;
	padding: 8px;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #c8db9b;
}

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

.container-pvm-top {
	margin: 0 auto;
	padding: 80px 5%;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #e4f3fc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm {
	margin: 0 auto;
	padding: 120px 10%;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #e4f3fc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm2 {
	margin: 0 auto;
	padding: 80px 15%;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm3 {
	margin: 0 auto;
	padding: 80px 25%;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #e4f3fc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm4 {
	margin: 0 auto;
	padding: 80px 5%;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #e4f3fc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm5 {
	margin: 0 auto;
	padding: 0 15% 80px 15%;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background: #e4f3fc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm ul, .container-pvm2 ul {
	margin: 0 auto;
}

.container-pvm li, .container-pvm2 li {
	padding: 0;
}

.container-pvm-photo1 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
}

.container-pvm-photo2 {
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	float: right;
	width: 50%;
	height: auto;
}

.container-pvm-photo1 img, .container-pvm-photo2 img {
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
}

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


.container-quote-cta {
	margin: 0 auto;
	padding: 15%;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-quote-cta2 {
	margin: 0 auto;
	margin-top: 40px;
	padding: 25px 0;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	border-top: 0.05em solid #003764;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-signup {
	margin: 0 auto;
	padding: 15% 20%;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background: url(../images/signup2.jpg) center center no-repeat;
	background-size: cover;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

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

.content-l {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}

.content-c {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

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

.col_pvm {
	margin: 0 auto;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px;
	display: inline-block;
	width: 38vw;
	height: auto;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.col_pvm ul {
	margin: 0 auto;
	display: inline-block;
	width: 90%;
	height: auto;
}

.col_pvm ul li {
	margin-left: 1em;
	display: list-item;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}

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

.testimonial_txt-l {
	margin: 0;
	padding-left: 50px;
	display: table-cell;
	width: 60%;
	height: auto;
	vertical-align: middle;
}

.testimonial_txt-r {
	margin: 0;
	padding-right: 50px;
	display: table-cell;
	width: 60%;
	height: auto;
	vertical-align: middle;
}

.testimonial_pic-l {
	margin: 0;
	display: table-cell;
	width: 40%;
	height: auto;
	vertical-align: middle;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.testimonial_pic-r {
	margin: 0;
	display: table-cell;
	width: 40%;
	height: auto;
	vertical-align: middle;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

.testimonial_pic-l img,
.testimonial_pic-r img {
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
}







/*shopping list
-----------------------------------------------------------------------------*/

.list-container {
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
	width: 45%;
	height: auto;
	text-align: left;
}

.list-content {
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}

.list-single {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
}

.list-col {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 49%;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.list-single ul,
.list-col ul {
	margin: 0;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list-single ul li,
.list-col ul li {
	margin: 0;
	padding-left: 2em;
	text-indent: -2em;
	list-style-type: none;
}









/* navigation
-----------------------------------------------------------------------------*/

#menu, #menu-toggle {
	display: none;
}	

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

#navigation {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#navigation ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
}

#navigation li {
	margin: 0;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	font: 400 13px 'Quicksand', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #003764;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li.selected a {
	color:#9DD7DC;
}

#navigation li a {
	color: #003764; 
	text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#navigation li a:hover {
	color: #9DD7DC;
	text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}





/*styles
-----------------------------------------------------------------------------*/

.slider-txt1 {
	font: normal 30px 'Quicksand', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

.slider-txt-wh {
	font: normal 30px 'Quicksand', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.sub1 {
	font: normal 20px 'Playfair Display', sans-serif;
	color: #106f80;
	line-height: 30px;
	text-decoration: none;
}

.sub1 a {
	color: #106f80;
	text-decoration: none;
}

.sub1 a:hover {
	color: #666;
	text-decoration: underline;
}

.sub2 {
	font: normal 28px 'Playfair Display', sans-serif;
	color: #106f80;
	text-decoration: none;
}

.sub2 a {
	color: #106f80;
	text-decoration: none;
}

.sub2 a:hover {
	color: #666;
	text-decoration: underline;
}

.sub3 {
	font: normal 40px 'Playfair Display', sans-serif;
	color: #106f80;
	text-decoration: none;
}

.sub3 a {
	color: #106f80;
	text-decoration: none;
}

.sub3 a:hover {
	color: #666;
	text-decoration: underline;
}

.sub-wh {
	font: 500 18px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 0.3em;
	text-decoration: none;
	text-transform: uppercase;
}

.sub-grey {
	font: 500 16px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 22px;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
}

.main-txt1 {
	font: 400 17px 'Quicksand', Arial, Helvetica, sans-serif;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #666;
	text-decoration: none;
}

.main-txt1 a {
	font: 500 17px 'Quicksand', Arial, Helvetica, sans-serif;
	color: #106f80;
	text-decoration: none;
}

.main-txt1 a:hover {
	font: 500 17px 'Quicksand', Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

.main-txt1 ul {
	margin: 0;
}

.main-txt1 li {
	margin-bottom: 10px;
	list-style-type: square;
}

.main-txt2 {
	font: 400 17px 'Quicksand', Arial, Helvetica, sans-serif;
	line-height: 36px;
	letter-spacing: 0.5;
	color: #106f80;
	text-decoration: none;
}

.main-txt2 a {
	color: #106f80;
	text-decoration: none;
}

.main-txt2 a:hover {
	color: #666;
	text-decoration: underline;
}

.main-highlight {
	font: 500 14px 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #106f80;
	text-decoration: none;
}

.main-highlight a {
	font: 500 15px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #106f80;
	text-decoration: underline;
}

.main-highlight a:hover {
	font: 500 15px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #106f80;
	text-decoration: none;
}

.pvm-cta-head {
	font: 400 2.5vw 'Playfair Display', sans-serif;
	color: #003764;
	text-decoration: none;
}

.pvm-cta-sub {
	font: 500 1.1vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 1.1vw;
	letter-spacing: 0.05em;
	color: #B81013;
	text-decoration: none;
}

.pvm-cta-sub2 {
	font: 700 30px 'Montserrat', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #B81013;
	text-decoration: none;
}

.pvm-cta-sub3 {
	font: 700 22px 'Montserrat', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
}

.pvm-cta-offer {
	font: 400 2vw 'Playfair Display', sans-serif;
	line-height: 3.0vw;
	color: #003764;
	text-decoration: none;
}

.pvm-h1 {
	font: 400 2.5vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 4.5vw;
	text-decoration: none;
}

.pvm-quote {
	font: 400 22px 'Playfair Display', serif;
	font-style: italic;
	color: #003764;
	line-height: 38px;
	text-decoration: none;
}

.pvm-quote2 {
	font: 400 20px 'Playfair Display', serif;
	font-style: italic;
	color: #003764;
	line-height: 36px;
	text-decoration: none;
}

.pvm-quote3 {
	font: 400 18px 'Playfair Display', serif;
	font-style: italic;
	color: #666;
	line-height: 30px;
	text-decoration: none;
}

.pvm-main {
	font: 400 17px 'montserrat', Arial, Helvetica, sans-serif;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #666;
	text-decoration: none;
}

.pvm-main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pvm-main li {
	padding: 0;
	margin-bottom: 10px;
}

.pvm-main2 {
	font: 400 17px 'montserrat', Arial, Helvetica, sans-serif;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #666;
	text-decoration: none;
}

.pvm-main2 a {
	color: #666;
	text-decoration: underline;
}

.pvm-main2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.pvm-main2 ul {
	margin: 5px 0 0 10%;
	padding: 0;
	list-style-type: square;
}

.pvm-main2 li {
	padding: 0;
	margin-bottom: 10px;
}

.list-h1 {
	font: 400 3vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 5.5vw;
	text-decoration: none;
}

.list-sub {
	font: 500 1.5vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 2vw;
	letter-spacing: 0.05em;
	color: #003764;
	text-decoration: none;
}

.list-txt1 {
	font: 400 22px 'Quicksand', Arial, Helvetica, sans-serif;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #666;
	text-decoration: none;
}

.list-txt1 a {
	font: 500 22px 'Quicksand', Arial, Helvetica, sans-serif;
	color: #106f80;
	text-decoration: none;
}

.list-txt1 a:hover {
	font: 500 22px 'Quicksand', Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

.list-txt1 ul {
	margin: 0;
}

.list-txt1 li {
	margin-bottom: 10px;
	list-style-type: square;
}

.footer-credit {
	font: 500 12px 'Quicksand', Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #666;
	text-decoration: none;
}

.footer-credit a {
	color: #666;
	text-decoration: none;
}

.footer-credit a:hover {
	color: #666;
	text-decoration: underline;
}










/*CONVERT KIT form
-----------------------------------------------------------------------------*/

.ck_form.ck_naked {
  /* divider image */
	margin: 20px 0px;
	color: #666;
	font-size: 14px;
	text-align: center;
	background: transparent;
	line-height: 1.5em;
	overflow: hidden;
	border: none;
	box-shadow: none;
	clear: both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.ck_form.ck_naked p {
	padding: 0px;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_naked .ck_form_fields {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
}

/*Form fields
--------------------------------*/

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 10px 10px 0px;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
	border: solid 1px #ddd;
	background: #eee;
}

.ck_form.ck_naked input[type="text"],
.ck_form.ck_naked input[type="email"] {
	margin: 0 auto;
	padding: 10px;
	display: inline-block;
	width: 49%;
	height: 40px;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
	background-color: #FFF;
	border: 0.075em solid #CCC;
	border-radius: 3px; 
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.ck_form input[type="text"]:focus,
.ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_form.ck_naked .ck_subscribe_button {
    margin: 0 auto;
	margin-bottom: 10px;
    padding: 10px;
	display: inline-block;
	width: auto;
	height: 40px;
    color: #FFF;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
    background-color: #4FB1BB;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    text-shadow: none;
	vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

.ck_form.ck_naked .ck_subscribe_button:hover {
	background-color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_converted_content {
	display: none;
	padding: 5%;
	background: #fff;
}

.ck_control_group {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: inline-block;
	width: 50%;
	height: auto;
	text-align: left;
}

/* max width 500
--------------------------------*/

.ck_form.ck_naked.width500 .ck_subscribe_button {
	margin-top: 5px;
	width: 100%;
}

.ck_form.ck_naked.width500 input[type="text"], .ck_form.ck_naked.width500 input[type="email"] {
	width: 49%;
}

.ck_form.ck_naked.width500 input[type="email"] {
	width: 50%;
}

/* max width 400
--------------------------------*/

.ck_form.ck_naked.width400 .ck_subscribe_button, .ck_form.ck_naked.width400 input[type="text"], .ck_form.ck_naked.width400 input[type="email"] {
	width: 100%;
	margin-top: 5px;
}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_naked, .ck_modal .ck_naked  {
	min-width: 400px;
}

.page .ck_form.ck_naked {
	margin: 50px auto;
	max-width: 700px;
}

/* v6
--------------------------------*/

.ck_slide_up.ck_form_v6, .ck_modal.ck_form_v6, .ck_slide_up.ck_form_v6 .ck_naked, .ck_modal.ck_form_v6 .ck_naked {
  min-width: 0 !important;
}

.ck_form_v6 #ck_success_msg {
	padding: 0px 10px;
}



@media all and (max-width: 403px) {
.ck_form_v6.ck_modal .ck_naked {
    padding-top: 30px;
  }
}



@media all and (max-width: 499px) {
.ck_form_v6.ck_modal .ck_naked + .ck_close_link {
    color: #fff;
    top: 10px;
  }
}



.ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
	right: 10px;
	top: -5px;
}



@media all and (min-width: 600px) {

.ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
    right: 35px;
  }
}



.content_subheading, .ck_form_title {
    letter-spacing: 0.1em;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
    text-transform: uppercase;
}

h3 {
    letter-spacing: 0.05em;
    font-family: 'Montserrat', Century Gothic, Helvetica, sans-serif;
}

.subscribe_button {
    letter-spacing: 0.1em;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ck_subscribe_button {
    letter-spacing: 0.1em;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
    text-transform: uppercase;
}

.subscribe_container {
    font-family: 'Montserrat', Century Gothic, Helvetica, sans-serif;
    min-height: 475px;
}

.form_show_button {
    letter-spacing: 0.1em;
    font: normal 14px 'Montserrat', Century Gothic, Helvetica, sans-serif;
    text-transform: uppercase;
}

.footer {
    font-family: 'Montserrat', Century Gothic, Helvetica, sans-serif;
    font-size: 10px;
}

.ck_powered_by {
    display: none;
}















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

@media (min-width: 300px) and (max-width: 375px) {
	
#menu, #menu-toggle {
	display: block;
}
	
#navigation {
	display: none;
}

.head-pvm-cta {
	display: none;
}

#head-pvm-logo {
	margin: 0;
	padding: 0 0 0 20px;
	position: fixed;
	top: 70px;
	width: 100%;
	height: auto;
	text-align: center;
	height: auto;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	z-index: 999;
}

#head-pvm-logo img {
	width: auto;
	max-height: 60px;
	background-size: contain;
}

#head-pvm-logo div#logo {
    display: block;
	width: auto;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#head-pvm-logo.smaller img {
	width: auto;
	max-height: 32px;
	background-size: contain;
}

#head-pvm-logo.smaller div#logo {
    width: auto;
    height: 32px;
    line-height: 32px;
}
	
.list-container {
	margin: 0 auto;
	padding-top: 180px;
	position: relative;
	width: 75%;
	height: auto;
	text-align: left;
}

.list-h1 {
	font: 400 7vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 9vw;
	text-decoration: none;
}

.list-sub {
	font: 500 5.5vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 6.5vw;
	letter-spacing: 0.05em;
	color: #003764;
	text-decoration: none;
}

.divider1 {	
	display: none;
}
	
.ck_control_group {
	width: 100%;
}
	
.ck_form.ck_naked .ck_form_fields {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}

.cta {
	display: none;
}
	
.cta-micro {
	margin: 0 auto;
	margin-top: 18px;
    padding: 5px;
	display: inline-block;
	width: auto;
	height: auto;
	font: 500 10px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	border: 1px solid #FFF;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cta-body {
	margin: 10px auto;
	margin-top: 40px;
	display: block;
    padding: 15px 5px;
	width: 90%;
	height: auto;
	font: 500 12px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #003764;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFF;
	border: 1px solid #003764;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cta-body2 {
	margin: 20px auto;
	display: block;
    padding: 6px;
	width: 100px;
	height: auto;
	font: 500 14px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #003764;
	border: 1px solid #003764;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.container-cta {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
	overflow: hidden;
}
	
.container-cta {
	display: none;
}

.container-cta-v {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
}

.container-cta-v img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.container-cta-content li {
	margin: 0;
	padding-top: 10px;
}

.container-cta-offer1 {
	margin: 0 auto;
	padding: 30px 20px;
	position: absolute;
	width: 80%;
	height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm-photo2 {
	margin: 0 auto;
	padding: 0 0 30px 0;
	display: block;
	position: relative;
	float: none;
	width: 100%;
	height: auto;
}

.col_pvm {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 80px;
	padding: 20px;
	display: block;
	width: 80%;
	height: auto;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.col_pvm ul {
	margin: 20px auto;
	padding: 0;
	width: 100%;
}

.pvm-cta-head {
	font: 400 7vw 'Playfair Display', sans-serif;
	line-height: 9vw;
	color: #003764;
	text-decoration: none;
}
	
.pvm-cta-sub {
	font: 500 4vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 5vw;
	letter-spacing: 0.05em;
	color: #B81013;
	text-decoration: none;
}

.pvm-cta-offer {
	font: 400 5.5vw 'Playfair Display', sans-serif;
	line-height: 8vw;
	color: #003764;
	text-decoration: none;
}

.pvm-h1 {
	font: 400 8vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 10vw;
	text-decoration: none;
}

.testimonial_txt-l {
	margin: 0 auto;
	padding-left: 0;
	padding-top: 30px;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

.testimonial_txt-r {
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 30px;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

.testimonial_pic-l {
	margin: 0 auto;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.testimonial_pic-r {
	margin: 0 auto;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

}








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

@media (min-width: 376px) and (max-width: 767px) {
	
#menu, #menu-toggle {
	display: block;
}
	
#navigation {
	display: none;
}
	
#head-pvm-logo {
	margin: 0;
	padding: 0 0 0 20px;
	position: fixed;
	top: 80px;
	width: 100%;
	height: auto;
	text-align: center;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	z-index: 999;
}

#head-pvm-logo img {
	width: auto;
	max-height: 80px;
	background-size: contain;
}

#head-pvm-logo div#logo {
    display: block;
	width: auto;
    height: 80px;
    line-height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
	
.list-container {
	margin: 0 auto;
	padding-top: 250px;
	position: relative;
	width: 75%;
	height: auto;
	text-align: left;
}

.list-h1 {
	font: 400 6vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 8vw;
	text-decoration: none;
}

.list-sub {
	font: 500 5vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 6vw;
	letter-spacing: 0.05em;
	color: #003764;
	text-decoration: none;
}

.divider1 {	
	display: none;
}

.ck_control_group {
	width: 100%;
}
	
.ck_form.ck_naked .ck_form_fields {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}

.container-cta {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
	overflow: hidden;
}

.container-cta {
	display: none;
}

.container-cta-v {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
}

.container-cta-v img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.container-cta-content li {
	margin: 0;
	padding-top: 15px;
}

.container-cta-offer1 {
	margin: 0 auto;
	padding: 30px 20px;
	position: absolute;
	width: 80%;
	height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm-photo2 {
	margin: 0 auto;
	padding: 0 0 30px 0;
	display: block;
	position: relative;
	float: none;
	width: 100%;
	height: auto;
}

.col_pvm {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 80px;
	padding: 20px;
	display: block;
	width: 80%;
	height: auto;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.col_pvm ul {
	margin: 20px auto;
	padding: 0;
	width: 100%;
}

.cta {
	margin: 8px auto;
    padding: 8px;
	display: inline-block;
	width: auto;
	height: auto;
	font: 500 12px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #FFF;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	border: 1px solid #FFF;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
	
.pvm-cta-head {
	font: 400 6vw 'Playfair Display', sans-serif;
	line-height: 8vw;
	color: #003764;
	text-decoration: none;
}
	
.pvm-cta-sub {
	font: 500 4vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 5vw;
	letter-spacing: 0.05em;
	color: #B81013;
	text-decoration: none;
}

.pvm-cta-offer {
	font: 400 5.5vw 'Playfair Display', sans-serif;
	line-height: 8vw;
	color: #003764;
	text-decoration: none;
}

.hidden {
	margin: 0;
	padding: 0;
	display: none;
	width: auto;
	height: auto;
}

.pvm-h1 {
	font: 400 5vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 7vw;
	text-decoration: none;
}

.testimonial_txt-l {
	margin: 0 auto;
	padding-left: 0;
	padding-top: 30px;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

.testimonial_txt-r {
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 30px;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

.testimonial_pic-l {
	margin: 0 auto;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.testimonial_pic-r {
	margin: 0 auto;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

}

	


	
@media (min-width: 768px) and (max-width: 1024px) {

#menu, #menu-toggle {
	display: block;
}
	
#navigation {
	display: none;
}
	
#head-pvm-logo {
	margin: 0;
	padding: 0 0 0 2%;
	position: fixed;
	top: 65px;
	width: 100%;
	height: auto;
	text-align: left;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	z-index: 999;
}

#head-pvm-logo img {
	width: auto;
	max-height: 60px;
	background-size: contain;
}

#head-pvm-logo div#logo {
    display: block;
	width: auto;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
	
.divider1 {	
	display: none;
}
	
.ck_form.ck_naked .ck_form_fields {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}

.container-cta {
	display: none;
}

.container-cta-v {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
}

.container-cta-v img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.container-cta-offer1 {
	margin: 0 auto;
	padding: 30px 20px;
	position: absolute;
	width: 60%;
	height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container-pvm-photo2 {
	margin: 0 auto;
	padding: 0 0 30px 0;
	display: block;
	position: relative;
	float: none;
	width: 100%;
	height: auto;
}

.col_pvm {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 80px;
	padding: 20px;
	display: block;
	width: 55%;
	height: auto;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.hidden {
	margin: 0;
	padding: 0;
	display: none;
	width: auto;
	height: auto;
}
	
.pvm-cta-head {
	font: 400 6vw 'Playfair Display', sans-serif;
	line-height: 8vw;
	color: #003764;
	text-decoration: none;
}
	
.pvm-h1 {
	font: 400 4vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 5.5vw;
	text-decoration: none;
}
	
.pvm-cta-sub {
	font: 500 1.5vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 2vw;
	letter-spacing: 0.05em;
	color: #B81013;
	text-decoration: none;
}

.pvm-cta-offer {
	font: 400 4.5vw 'Playfair Display', sans-serif;
	line-height: 7vw;
	color: #003764;
	text-decoration: none;
}

.testimonial_txt-l {
	margin: 0 auto;
	padding-left: 0;
	padding-top: 30px;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

.testimonial_txt-r {
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 50px;
	display: block;
	width: 90%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

.testimonial_pic-l {
	margin: 0 auto;
	display: block;
	width: 50%;
	height: auto;
	text-align: center;
	vertical-align: middle;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.testimonial_pic-r {
	margin: 0 auto;
	display: block;
	width: 50%;
	height: auto;
	text-align: center;
	vertical-align: middle;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

.list-h1 {
	font: 400 3vw 'Playfair Display', sans-serif;
	color: #003764;
	line-height: 5vw;
	text-decoration: none;
}

.list-sub {
	font: 500 3vw 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 4vw;
	letter-spacing: 0.05em;
	color: #003764;
	text-decoration: none;
}

}





@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.container-cta {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	width: auto;
	height: 100vh;
	text-align: center;
	overflow: hidden;
}

.container-cta-v {
	display: none;
}

.container-cta-offer1 {
	margin: 0 auto;
	padding: 30px 20px;
	position: absolute;
	width: 45%;
	height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pvm-cta-offer {
	font: 400 2.5vw 'Playfair Display', sans-serif;
	line-height: 4.5vw;
	color: #003764;
	text-decoration: none;
}

.col_pvm {
	margin: 0 auto;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px;
	display: inline-block;
	width: 40vw;
	height: auto;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

}
