@charset "UTF-8";

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

p { margin:7px 0px 0px 0px; }
p.wee { margin:1px 0px 0px 0px; }
p.small { margin:4px 0px 0px 0px; }
p.regular { margin:10px 0px 0px 0px; }
p.mid { margin:16px 0px 0px 0px; }
p.big { margin:30px 0px 0px 0px; }
p.huge { margin:50px 0px 0px 0px; }
p.divide { margin:10px 0px 0px 0px; }

a:link {text-decoration: none; color:#232323;}
a:visited {text-decoration: none; color:#232323;}
a:active {text-decoration: underline; color:#232323;}
a:hover {text-decoration: underline; color:#232323;}

.copy a:link {text-decoration: underline; color:#232323;}
.copy a:visited {text-decoration: underline; color:#232323;}
.copy a:active {text-decoration: underline; color:#232323;}
.copy a:hover {text-decoration: underline; color:#232323;}

.thindivide {
    position: relative;
    width: 100%;
    height: 20px;
    border-style: solid;
    border-top: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 1px;
    border-color: #999999;
    top: 30px;
    padding-bottom: 30px;
    z-index: 5;
}
.thingreydivide {
    position: relative;
    width: 100%;
    height: 20px;
    border-style: solid;
    border-top: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 1px;
    border-color: #E5E5E5;
    top: 30px;
    padding-bottom: 30px;
    z-index: 5;
}
.thindivideblue {
    position: relative;
    width: 100%;
    height: 20px;
    border-style: solid;
    border-top: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 1px;
    border-color: #000099;
    top: 30px;
    padding-bottom: 30px;
    z-index: 5;
}
.imagelabels {
    position:relative;
    width: 80%;
    height: 35px;
    float: left;
    text-indent: 0px;
    text-align: left;
    margin-top: 15px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.3em;
    color: #FFFFFF;
    z-index: 20;
}
.podbox {
    position: relative;
    width: auto;
    height: auto;
    border-style: solid;
    border-top: solid;
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #E5E5E5;
    margin-left: 0px;
    margin-right: 0px;
    top: 0px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.3em;
    padding-bottom: 30px;
    text-align: left;
    z-index: 60;
}

.carousel {
    position: relative;
    margin-top: 26px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet,
#carousel-6:checked ~ .control-6 ~ .carousel-indicators li:nth-child(6) .carousel-bullet {
    color: #428bca;
}

@font-face {
    font-family: 'courier_primebold';
    src: url('../fonts/courierprime-bold-webfont.woff2') format('woff2'),
         url('../fonts/courierprime-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'courier_primebold_italic';
    src: url('../fonts/courierprime-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/courierprime-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'courier_primeitalic';
    src: url('../fonts/courierprime-italic-webfont.woff2') format('woff2'),
         url('../fonts/courierprime-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'courier_primeregular';
    src: url('../fonts/courierprime-regular-webfont.woff2') format('woff2'),
         url('../fonts/courierprime-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

h7 {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 2.3em;
    line-height: 1.3em;
    text-align: center;
	color:#232323;
}
h5 {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: 'courier_primeregular';
	font-weight: 700;
	font-size: 2.0em;
    line-height: 1.3em;
    text-align: center;
	color:#232323;
}
h3 {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 500;
	font-size: 1.4em;
    line-height: 1.5em;
    text-align: center;
	color:#232323;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#000099;
}
.cookienotice {
    position:fixed;
    width: 100%;
    height: 190px;
    display: block;
    padding: 40px 0px 0px 0px;
    bottom: 0%;
    background-color:#232323;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    z-index: 80;
}
.sitecontent{
    position:relative;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    display:block;
}
.logocontainer {
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
	padding-bottom: 30px;
    text-align: center;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1.5em;
    color: #232323;
    background-color:#FFFFFF;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid;
    border-width: 1px;
    border-color: #999999;
    z-index: 60;
}
.logo {
    position:relative;
    display:block;
    text-align: center;
    width: 26%;
    margin-left: 37%;
    margin-right: 37%;
    color: #232323;
    background-color:#FFFFFF;
}
.mainnav {
    position:relative;
    width: 98%;
    height: 70px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.3em;
    color: #232323;
    text-align: center;
    vertical-align: middle;
    background-color:#FFFFFF;
    z-index: 50;
}
.mainnavlinks {
    position:relative;
    width: 33%;
    height: 40px;
    float: left;
    display:block;
}
.podcontainer {
    position:relative;
    display:block;
    float: left;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podcontainersmall {
    position:relative;
    display:block;
    float: left;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.logoleft {
    position:relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}
.logoright {
    position:relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}
.podleft {
    position:relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    background-color:#FFFFFF;
}
.podright {
    position:relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    background-color:#FFFFFF;
}
.podcontent {
    position:relative;
    display:block;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    padding: 0px;
    text-align: center;
}
.podthrees {
    position:relative;
    display: block;
    width: 90%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    background-color:#FFFFFF;
}
.podthreescontentleft {
    position:relative;
    display:block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: inherit;
    background-color:#FFFFFF;
    text-align: left;
}
.podthreescontentcenter {
    position:relative;
    display:block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podthreescontentright {
    position:relative;
    display:block;
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: right;
}
.podleftsmall {
    position:relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
    background-color:#FFFFFF;
}
.podrightsmall {
    position:relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
    background-color:#FFFFFF;
}
.blockcopy {
    position:relative;
    width: 80%;
    height: 180px;
    text-indent: 0px;
    padding: 15px 0px 0px 0px;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
    color: #FFFFFF;
    z-index: 20;
}
.podtitlescenter {
    position:relative;
    width: 94%;
    height: 130px;
    padding-top: 25px;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
    color: #232323;
    z-index: 20;
}
.podtitlesleft {
    position:relative;
    width: 95%;
    height: 130px;
    text-indent: 0px;
    padding-top: 20px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3em;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.podtitlesright {
    position:relative;
    width: 95%;
    height: 130px;
    text-indent: 0px;
    padding-top: 20px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3em;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.productdetail {
    position:relative;
    display:block;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color:#FFFFFF;
    padding: 0px;
    text-align: left;
    vertical-align: top;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.6em;
    color: #232323;
}
.buybutton {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    text-align: center;
}
.heroimage {
    position: relative;
    width: 100%;
    height: 740px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: center;
    background-image: url("../img/postcards/caxton_rhode_postcards_hero.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 220%;
    background-color: #D4E9FC;
}
.heroimagetext {
    position: relative;
    width: 80%;
    height: 300px;
    font-family: 'courier_primeregular';
	font-weight: 400;
	font-size: 3.0em;
    line-height: 1.2em;
    letter-spacing: 0.4em;
    margin-left: 12%;
    margin-right: 18%;
    padding-top: 40px;
    text-align: center;
    color: #036A37;
}
.fullwidth {
    position:relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FFFFFF;
    clear: both;
}
.imagewidth {
    position:relative;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
}
.midwidth {
    position:relative;
    width: 90%;
    height: auto;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    clear: both;
}
.columnswidth {
    position:relative;
    width: 90%;
    height: auto;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    clear: both;
    background-color: #F5F5F5;
}
.missionsymbols {
    position:relative;
    display: block;
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color:#FFFFFF;
}
.caresymbols {
    position: relative;
    display: inline-block;
    width: 49%;
    height: auto;
    padding: 0px;
    background-color: #FFFFFF;
}
.hugetext {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 3.8em;
	line-height: 1.2em;
    text-align: center;
	color:#232323;
}
.headlinetext {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: 'courier_primeregular';
	font-weight: 700;
	font-size: 2.0em;
	line-height: 1.4em;
    text-align: center;
	color:#232323;
}
.blueheadlinetext {
    position: relative;
    width: 80%;
    height: auto;
    padding: 60px 0px 0px 0px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.4em;
    text-align: center;
	color:#FFFFFF;
}
.subtext {
    position: relative;
    width: 82%;
    height: auto;
    margin-left: 9%;
    margin-right: 9%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.5em;
	color:#232323;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bodytext {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 35px;
    margin-right: 35px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.6em;
	color:#232323;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 40px;
}
.splitbodytext {
	position: relative;
    /* Firefox */
    -moz-column-count: 1;
    -moz-column-gap: 40px;

    /* Safari and Chrome */
    -webkit-column-count: 1;
    -webkit-column-gap: 40px;

	width: 90%;
    height: auto;
    margin-left:20px;
	margin-right:20px;
    margin-top: 40px;
    margin-bottom: 40px;
    column-count: 1;
    column-gap: 40px;
	text-align:left;
	font-family: "Inter", serif;
	font-weight: 300;
	font-size: 1.0em;
	line-height: 1.6em;
	color:#FFFFFF;
}
.footer {
    position:relative;
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.6em;
    text-align: center;
    color: #999999;
    background-color: #FFFFFF;
    clear: both;
	z-index: 1;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 640px) {
h5 {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 1.0em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: 'courier_primeregular';
	font-weight: 700;
	font-size: 2.8em;
    line-height: 1.3em;
    text-align: left;
	color:#232323;
}
h5 {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 1.0em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 2.6em;
    text-align: left;
	color:#232323;
}
h3 {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 1.0em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.4em;
    text-align: left;
	color:#232323;
}
.gridContainer {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#000099;
}
.cookienotice {
    position:fixed;
    width: 100%;
    height: 170px;
    display: block;
    padding: 40px 0px 0px 0px;
    bottom: 0%;
    background-color:#232323;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    z-index: 80;
}
.sitecontent{
    position:relative;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    display:block;
}
.logocontainer {
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 0px;
	padding-bottom: 0px;
    text-align: center;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.5em;
    color: #232323;
    background-color:#FFFFFF;
    border-style: hidden;
    border-top: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 0px;
    border-color: #232323;
    z-index: 60;
}
.logo {
    position:relative;
    display:block;
    text-align: center;
    width: 12%;
    margin-left: 44%;
    margin-right: 44%;
    color: #232323;
    background-color:#FFFFFF;
}
.mainnav {
    position:relative;
    width: 80%;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.3em;
    color: #232323;
    text-align: center;
    vertical-align: middle;
    background-color:#FFFFFF;
    z-index: 50;
}
.mainnavlinks {
    position:relative;
    width: 33%;
    height: 20px;
    float: left;
    display:block;
}
.podcontainer {
    position:relative;
    display:block;
    float: left;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podcontainersmall {
    position:relative;
    display:block;
    float: left;
    width: 80%;
    height: inherit;
    margin-left: 10%;
    margin-right: 10%;
    background-color:#FFFFFF;
    text-align: center;
}
.logoleft {
    position:relative;
    display: block;
    width: 40%;
    height: auto;
    float: left;
    margin-left: 10%;
    margin-right: 0px;
    margin-bottom: 60px;
}
.logoright {
    position:relative;
    display: block;
    width: 40%;
    height: auto;
    float: right;
    margin-left: 0px;
    margin-right: 10%;
    margin-bottom: 60px;
}
.podleft {
    position:relative;
    width: 45%;
    height: auto;
    float: left;
    vertical-align: top;
    margin-left: 30px;
    margin-right: auto;
    background-color:#FFFFFF;
}
.podright {
    position:relative;
    width: 45%;
    height: auto;
    float: right;
    vertical-align: top;
    margin-left: auto;
    margin-right: 30px;
    background-color:#FFFFFF;
}
.podcontent {
    position:relative;
    display:block;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    padding: 0px;
    text-align: center;
}
.podthrees {
    position:relative;
    display: block;
    width: 33.33%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#FFFFFF;
}
.podthreescontentleft {
    position:relative;
    display:block;
    width: 90%;
    margin-left: 9%;
    margin-right: 1%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: left;
}
.podthreescontentcenter {
    position:relative;
    display:block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podthreescontentright {
    position:relative;
    display:block;
    width: 90%;
    margin-left: 1%;
    margin-right: 9%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: right;
}
.podleftsmall {
    position:relative;
    width: 50%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    background-color:#FFFFFF;
}
.podrightsmall {
    position:relative;
    width: 50%;
    height: auto;
    float: right;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#FFFFFF;
}
.blockcopy {
    position:relative;
    width: 80%;
    height: 180px;
    text-indent: 0px;
    padding: 15px 0px 0px 0px;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
    color: #FFFFFF;
    z-index: 20;
}
.podtitlescenter {
    position:relative;
    width: 80%;
    height: 130px;
    padding-top: 15px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
    color: #232323;
    z-index: 20;
}
.podtitlesleft {
    position:relative;
    width: 80%;
    height: 130px;
    text-indent: 0px;
    padding-top: 20px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.4em;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.podtitlesright {
    position:relative;
    width: 80%;
    height: 130px;
    text-indent: 0px;
    padding-top: 20px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.4em;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.productdetail {
    position:relative;
    display:block;
    width: 86%;
    height: auto;
    margin-left: 4%px;
    margin-right: 10%;
    margin-bottom: 0px;
    background-color:#FFFFFF;
    padding: 0px;
    text-align: left;
    vertical-align: top;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.6em;
    color: #232323;
}
.buybutton {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 0%;
    margin-right: 30%;
    margin-bottom: 50px;
    text-align: left;
}
.heroimage {
    position: relative;
    width: 100%;
    height: 720px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: left;
    background-image: url("../img/postcards/caxton_rhode_postcards_hero.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 130%;
    background-color: #D4E9FC;
}
.heroimagetext {
    position: relative;
    width: 50%;
    height: 250px;
    font-family: 'courier_primeregular';
	font-weight: 300;
	font-size: 3.5em;
    line-height: 1.1em;
    letter-spacing: 30px;
    margin-left: 60px;
    margin-right: 0px;
    padding-top: 250px;
    text-align: left;
	color: #036A37;
}
.fullwidth {
    position:relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FFFFFF;
    clear: both;
}
.imagewidth {
    position:relative;
    width: auto;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    clear: both;
}
.midwidth {
    position:relative;
    width: 70%;
    height: auto;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    clear: both;
}
.columnswidth {
    position:relative;
    width: 90%;
    height: auto;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #F5F5F5;
    clear: both;
}
.missionsymbols {
    position:relative;
    display: block;
    width: 40%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 35px;
    background-color:#FFFFFF;
}
.caresymbols {
    position: relative;
    display: inline-block;
    width: 24%;
    height: auto;
    padding: 0px;
    background-color: #FFFFFF;
}
.hugetext {
    position: relative;
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 4.0em;
	line-height: 1.4em;
    text-align: center;
	color:#232323;
}
.headlinetext {
    position: relative;
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: 'courier_primeregular';
	font-weight: 700;
	font-size: 2.0em;
	line-height: 1.4em;
    text-align: center;
	color:#232323;
}
.blueheadlinetext {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    padding: 80px 0px 0px 0px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1.4em;
    text-align: center;
	color:#FFFFFF;
}
.subtext {
    position: relative;
    width: 74%;
    height: auto;
    margin-left: 13%;
    margin-right: 13%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.4em;
	color:#232323;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bodytext {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.6em;
	color:#232323;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.splitbodytext {
	position: relative;
    /* Firefox */
    -moz-column-count: 2;
    -moz-column-gap: 10px;

    /* Safari and Chrome */
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;

	width: auto;
    height: auto;
    margin-left:40px;
	margin-right:40px;
    margin-top: 40px;
    margin-bottom: 40px;
    column-count: 2;
    column-gap: 40px;
	text-align:left;
	font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.6em;
	color:#FFFFFF;
}
.footer {
    position:relative;
    width: 46%;
    height: auto;
    margin-left: 27%;
    margin-right: 27%;
    padding-top: 40px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.7em;
    text-align: center;
    color: #999999;
    background-color: #FFFFFF;
    clear: both;
	z-index: 1;
}


/* Desktop Layout: 769px to a max of 1032px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1032px) {
h7 {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 1.0em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 2.8em;
    line-height: 1.3em;
    text-align: left;
	color:#232323;
}
h5 {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 1.0em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: 'courier_primeregular';
	font-weight: 700;
	font-size: 2.6em;
    text-align: left;
	color:#232323;
}
h3 {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 1.0em;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.4em;
    text-align: left;
	color:#232323;
}
.gridContainer {
	width: 100%;
	max-width: 1032px;
	padding: 0px, 0px, 0px 0px;
	margin: auto;
	background-color:#000099;
}
.cookienotice {
    position:fixed;
    width: 100%;
    height: 170px;
    display: block;
    padding: 40px 0px 0px 0px;
    bottom: 0%;
    background-color:#232323;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    z-index: 80;
}
.sitecontent{
    position:relative;
    width: 1032px;
    height: inherit;
    left:50%;
	margin-left:-516px;
    background-color:#FFFFFF;
    display:block;
}
.logocontainer {
    position:relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 0px;
	padding-bottom: 0px;
    text-align: center;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.5em;
    color: #232323;
    background-color:#FFFFFF;
    border-style: hidden;
    border-top: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 0px;
    border-color: #232323;
    z-index: 60;
}
.logo {
    position:relative;
    display:block;
    text-align: center;
    width: 11%;
    margin-left: 44.5%;
    margin-right: 44.5%;
    color: #232323;
    background-color:#FFFFFF;
}
.mainnav {
    position:relative;
    width: 80%;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.3em;
    color: #232323;
    text-align: center;
    vertical-align: middle;
    background-color:#FFFFFF;
    z-index: 30;
}
.mainnavlinks {
    position:relative;
    width: 33%;
    height: 20px;
    float: left;
    display:block;
}
.podcontainer {
    position:relative;
    display:block;
    float: left;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podcontainersmall {
    position:relative;
    display:block;
    width: 70%;
    height: inherit;
    margin-left: 15%;
    margin-right: 15%;
    background-color:#FFFFFF;
    text-align: center;
}
.podleft {
    position:relative;
    display: block;
    width: 48.5%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#FFFFFF;
}
.podright {
    position:relative;
    display: block;
    width: 48.5%;
    height: auto;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#FFFFFF;
}
.podcontent {
    position:relative;
    display:block;
    width: 100%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podthrees {
    position:relative;
    display: block;
    width: 33.33%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#FFFFFF;
}
.podthreescontentleft {
    position:relative;
    display:block;
    width: 94%;
    margin-left: 1%;
    margin-right: 5%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podthreescontentcenter {
    position:relative;
    display:block;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podthreescontentright {
    position:relative;
    display:block;
    width: 94%;
    margin-left: 5%;
    margin-right: 1%;
    height: inherit;
    background-color:#FFFFFF;
    text-align: center;
}
.podleftsmall {
    position:relative;
    display: block;
    width: 50%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#FFFFFF;
}
.podrightsmall {
    position:relative;
    display: block;
    width: 50%;
    height: auto;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#FFFFFF;
}
.blockcopy {
    position:relative;
    width: 80%;
    height: 180px;
    text-indent: 0px;
    padding: 15px 0px 0px 0px;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
    color: #FFFFFF;
    z-index: 20;
}
.podtitlescenter {
    position:relative;
    width: 100%;
    height: 120px;
    padding-top: 15px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.3em;
    color: #232323;
    z-index: 20;
}
.productdetail {
    position:relative;
    display:block;
    width: 80%;
    height: auto;
    margin-left: 8px;
    margin-right: 12%;
    margin-bottom: 0px;
    background-color:#FFFFFF;
    text-align: left;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
    color: #232323;
}
.buybutton {
    position: relative;
    width: 50%;
    height: auto;
    margin-left: 0%;
    margin-right: 50%;
    margin-bottom: 30px;
    text-align: left;
}
.heroimage {
    position: relative;
    width: 100%;
    height: 720px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
    background-image: url("../img/postcards/caxton_rhode_postcards_hero.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 140%;
    background-color: #D4E9FC;
}
.heroimagetext {
    position: relative;
    width: 50%;
    height: 250px;
    font-family: 'courier_primeregular';
	font-weight: 300;
	font-size: 4.5em;
    line-height: 1.1em;
    letter-spacing: 26px;
    margin-left: 70px;
    margin-right: 0px;
    padding-top: 280px;
    text-align: left;
	color: #036A37;
}
.fullwidth {
    position:relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FFFFFF;
    text-align: center;
    clear: both;
}
.imagewidth {
    position:relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
}
.midwidth {
    position:relative;
    width: 60%;
    height: auto;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    clear: both;
}
.columnswidth {
    position:relative;
    width: auto;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    clear: both;
    background-color:#F5F5F5;
}
.missionsymbols {
    position:relative;
    display: block;
    width: 30%;
    height: auto;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 2%;
    background-color:#FFFFFF;
}
.caresymbols {
    position: relative;
    display: inline-block;
    width: 24%;
    height: auto;
    padding: 0px;
    background-color: #FFFFFF;
}
.hugetext {
    position: relative;
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0px;
    margin-top: 50px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 4.2em;
	line-height: 1.2em;
	color:#232323;
    text-align: center;
}
.headlinetext {
    position: relative;
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: 'courier_primeregular';
	font-weight: 700;
	font-size: 2.0em;
	line-height: 1.4em;
	color:#232323;
    text-align: center;
}
.blueheadlinetext {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15px;
    font-family: "Inter", serif;
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1.3em;
	color:#FFFFFF;
    text-align: center;
    padding: 80px 0px 0px 0px;
}
.subtext {
    position: relative;
    width: 64%;
    height: auto;
    margin-left: 18%;
    margin-right: 18%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#232323;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bodytext {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.6em;
	color:#232323;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}
.splitbodytext {
	position: relative;
    /* Firefox */
    -moz-column-count: 2;
    -moz-column-gap: 10px;

    /* Safari and Chrome */
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;

	width: 100%;
    height: auto;
    margin-left:0px;
	margin-right:0px;
    margin-top: 40px;
    margin-bottom: 40px;
    column-count: 2;
    column-gap: 40px;
	text-align:left;
	font-family: "Inter", serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.6em;
	color:#FFFFFF;
}
.footer {
    position:relative;
    width: 46%;
    height: auto;
    padding-top: 40px;
    margin-left: 27%;
    margin-right: 27%;
    font-family: "Inter", serif;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.7em;
    text-align: center;
    color: #999999;
    background-color: #FFFFFF;
    clear: both;
	z-index: 1;
}


