/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font:16px Arial, Helvetica, sans-serif; 	
color : #4c4d4f; 
text-align: center;
/*background-image: url(../../images/background.png);*/
background-color:#e7e7e8;
}

button, 
input, 
select, 
textarea { 
font-family : arial, MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold;
margin-top: 0px;
letter-spacing: -1px;
text-align:left;
}

h1 { 
color: #293189;
margin-bottom : 0.2em;
font-size : 1.75em; /* 96 / 16 */
line-height : 1.4;
}

h2 { 
color: #8dc63f;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.5em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #8dc63f;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.25em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

em  {
font-size:1em;
}

p.indent  {
padding-left:1em;
}

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
/*font-size : 0.875em; 16 / 16 = 1 */ }

p {
hyphens : none;  }

p.introtext {
font-size : 1.25em; /* 40 / 16 */
}

p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}

p.left {
text-align:left;
}

p.right {
text-align:right;
}

p.head  {
font-size:1.5em;
margin-bottom:0.5em;
color:#c8dd69;
}

p.head2  {
font-size:1.25em;
}

p.tag, p.tagG  {
font-size:1.5em;
font-style:italic;
color:#cacbce;
line-height:1.5;
}

p.tagG  {
color:#8dc63f;
}

.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
/* font-size : 0.875em; 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 0.875em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 100%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

    .blockquote {
        background-color: #efe9e2;
        border-top:1px solid #c3b199;
        border-bottom:1px solid #c3b199;
        /*margin:5px;*/
        margin-bottom:1.25em;
        padding:1.25em;
        background-image:url(/images/openquote1.gif);
        background-position:top left;
        background-repeat:no-repeat;
        /*text-indent: 23px;*/
        }
    .blockquote span {
    	display:block;
    	background-image:url(/images/closequote1.gif);
    	background-repeat:no-repeat;
    	background-position:bottom right;
        padding-bottom:1.25em;
        margin-top:1em;
  	}

.green {
	color:#aeb162;
	}

.blue  {
	color:#293189;
	}
    
.small {
	font-size:0.75em;
    line-height:normal;
	}

.italic {
    font-style:italic;
	}

/* LINKS =============================================================================  */

a { 
color : #0f75bc;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #0f75bc; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #f2c545;
}

#mobBand a, #menu a { 
color : #ffffff;
}

#contactBox a, #contact a { 
color : #ffffff;
}

#contactBox a:hover, #contact a:hover { 
text-decoration:underline;
}

/*#footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#footer a:visited { 
color : #fff; }

#footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

#footer a:hover, 
#footer a:active { 
outline : 0;
color : #fff;
}*/

#maincontent a { 
color : #6699cc;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#maincontent a:hover { 
outline : 0;
color : #735233;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

img.isize { max-width:75%; }
img.isize2 { max-width:50%; }

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:50%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

#conback {
	display:none;
}


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
    max-width:1024px;
    margin:auto;
	position: relative;
	text-align: left;
    background-color:#293189;
    box-shadow:0px 0px 20px 5px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 20px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 0px 20px 5px rgba(0,0,0,0.5);
    }

#mobHead480, #mobHead768 {
	width: 100%;
    display:none;
    clear:both;
    text-align:center;
	/*background-color: #36b449;
    border:1px solid #021a30;*/
	}

#mobBand {
    background-color:#c8dd69;
    font-size:2em;
    font-weight:bold;
    padding:0.2em;
    text-align:center;
    /*border-top:8px solid #aeb162;*/
	}

#menuMobContainer {
    position:relative;
    display:none;
	width: 100%;
    color:#ffffff;
    background-color:#293189;
    text-align:center;
	}

#menuMob {
    padding-bottom:20px;
	}

#contact {
    display:none;
    padding:1em 0 0 0;
    font-size:0.875em;
    text-align:center;
    }

header {
    width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #000;
    z-index:1;
	}

header.smaller {
    height: 100px;
}

header.smaller img {
    max-width:140px;
    transition: all 0.4s ease;
}
    
#topcon {
	width: 100%;
    background-color:#293189;
	}

#top {
	width: 100%;
    max-width: 1280px;
	margin: 0 auto;
    color: #ffffff;
    padding-bottom:1em;
	}
   
#menu {
	width:100%;
    margin: 0 auto;
    padding:0 0 1px 0;
    background-color:#c8dd69;
    }

#slides {
    width: 100%;
    position:relative;
	}

#housecon, #housecon2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index:9999;
	}

#housecon2 {
    top: 0;
	}
    
#house, #house2 {
	width: 100%;
    max-width: 1280px;
	margin: 0 auto;
	}
		
#maincontentcon, #content2con, #testcon {
	width: 100%;
    background-color:#ffffff;
	}

#content2con {
        background-color:#f4f4f4;
	}

#testcon {
        background-image: url(../../images/testback.png);
	}
	
#maincontent, #content2 {
	width: 100%;
    max-width: 1280px;
	margin: 0 auto;
	/*padding: 1em 0px;*/
	line-height: 1.5em;
	position: relative;
	}

#test {
	width: 100%;
    max-width: 800px;
	margin: 0 auto;
	}

	#mobQLinks {
        display:none;
        padding:0;
	}

	.sessions {
		color: #999999;	
	}
		
	.sessions p {
		margin: 2em 0 2em 0;	
	}

	.sessions img {
		padding:20px 0 20px 0;	
	}

		#accred {
			width: 100%;
			/*max-width: 92.3em; 1200px / 13 */
            max-width: 960px;
			margin: 0 auto;
            background-color:#ffffff;
		}

   #footercon {
	    width: 100%;
        background-color:#6d6e71;
        border-top:8px solid #293189;
	}
        
		#footer {
            max-width: 1280px;
	        margin: 0 auto;
            font-size: 0.875em; /* 12 / 16 */
			/*max-width: 92.3em; 1200px / 13 */
			margin: 0 auto;
			padding: 1em 0 1em 0;
            text-align:left;
			color: #ffffff;
            /*-moz-box-shadow: 4px 0px 4px 0px #000;
            -webkit-box-shadow: 4px 0px 4px 0px #000;
            box-shadow: 4px 0px 4px 0px #000;*/        
		}
        
        #footerL {
             padding:0 6em 0 0;
             border-right:2px solid #58585a;
        }

        #footerC {
             padding:0 3em 0 3em;
             border-left:1px dotted #404041;
             border-right:1px dotted #404041;
        }

        #footerR {
             padding:0 0 0 3em;
        }

		#footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}

		#footer a:link, #footer a:visited { color: #ffffff; text-decoration: none; }
		#footer a:hover { color: #ffffff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		/*ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;*/
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		/*ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}*/

			#smallprint {
				margin-top: 10px;
				line-height: 1.4em;
				text-align: center;
				color: #ffffff;
				font-size: 0.923em; /* 12 / 13 */
                font-weight:normal;
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			/*#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);*/
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 0.675em; /* 24 / 16 */
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}

  .csTwitter, .csLinkedIn, .csEmail, .csFacebook {
    display:inline-block;
    width:25px;
    height:25px;
    margin:auto;
    margin-right:5px;
    /*-webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease;*/
  }
  .csTwitter {
    background-image:url('/images/twitter.png');
  }
  .csTwitter:hover {
    background-position: 0 -25px;
  }
  .csFacebook {
    background-image:url('/images/facebook.png');
  }
  .csFacebook:hover {
    background-position: 0 -25px;
  }

/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.spacer { height:20px; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.padding {
    padding:0 2.08% 0 2.08% !important;
    border:1px solid #ffffff;
}

.padding2 {
    padding:1.25em 3% 0 3% !important;
}

.padding3 {
    padding:1.25em 5% 0 5% !important;
}

.padding3A {
    padding:0 5% 0 5% !important;
}

.padding4 {
    padding:1.25em 4% 1em 4% !important;
}

.padding5 {
    padding:1.25em 3% 1.25em 3% !important;
}

.paddingAll {
    padding:5px 2.08% 10px 2.08% !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.tmargin {
	margin-top:1em;
	}

.taright {
	text-align:right;
	}

/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : none;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : none; }

/* RESPONSIVE MENU ============================================================================= */

/* GENERAL */

    .show1280  {
        display:none;
     }

    #social  {
        height:25px;
        z-index:9998;
        margin-top:1em;
        margin-left:-5px;
        display:none;
     }
    
    #socialM  {
        height:25px;
        text-align:center;
        display:none;
     }

    #socialMInner  {
        display:inline-block;
        height:25px;
        margin-top:1em;
     }

    #contactBox {
       	margin:1em 0 0 4em;
        text-align:left;
        font-size:0.75em;
    }

    .dline {
       	border-top: 2px dotted #c8dd69;
        margin:2em 0;
    }
    
    #cbText {
       	position:absolute;
        top:50px;
        left:20px;
		font-family:  Myriad Pro, arial, MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana,  helvetica, helve, sans-serif;
        font-size:0.75em;
        color:#918c8b;
        text-align:left;
    }
	.infoBoxTop, .infoBoxBottom	{
        max-width:500px;
        margin:0;
        padding:0;
        }
	.infoBox	{
        /*float:right;*/
        max-width:500px;
        background-image:url('/images/boxback.png');
        color:#ffffff;
        margin:0;
        padding:0;
        border-top:1px solid #6d6e71; 
        border-bottom:1px solid #6d6e71; 
        }
	.infoBoxInner	{
        padding:0 3em;
        text-align:left;
        }
	.infoBox2	{
        /*float:right;
        width:400px;*/
        padding:20px;
        margin:0;
        font-size:1em;
        background-color:#fafafa;
        border:1px solid #cdc6b6;
        }
	.infoBox span	{
        color: #fffcd6;
        font-weight:bold;
        }
	.infoBox ul, .infoBox2 ul	{
        list-style-type: none;
        padding: 0;
        margin: 0;
        }
	.infoBox ul li, .infoBox2 ul li	{
        min-height:41px;
        background-image: url(/images/tick.png);
        background-repeat: no-repeat;
        background-position: 0px 5px; 
        padding-left: 33px;
        padding-top:10px;        
        }
    .swipe  {
        display:none;
     }
    .quote  {
        font-size:0.875em;
        color:#747474;
        line-height:normal;
        padding:0.5em;
        font-style:italic;
     }
    .quote img  {
        display:block;
        margin-bottom:1em;
     }
    .quote strong  {
        font-size:1.25em;
        color:#46748c;
        font-weight:bold;
     }
/* thumbnail grid for galleries */
.wrap {
   overflow: hidden;
   margin: 10px;
}
.box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 20%;
}
.boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;
   bottom: 10px;
   overflow: hidden;
}
.boxInner img {
   max-width: 100%;
}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 75%;/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) ie divide height by width to get % */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin:1em 0 1em 0;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

