@import"reset.css";	@import"skeleton.css";	@import"superfish.css";	@import"forms.css"; @import"flexslider.css";
body {
	background-color: #371652;
	font:12px/20px 'Oswald', sans-serif;
	color:#676562;
	position:relative;
	min-width:320px;
}
html,body {
	height:100%;
}
a {
	color:#381059;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}

.border {border: 3px solid #c4c4c4;}
.border img {border: 3px solid #c4c4c4;}


/*  Header styles */
h1 {
font-size: 30pt;
color: #331253;
padding-bottom: 20px;
padding-top: 10px;
/*padding-left:45px;*/
text-transform: uppercase;
}

.h1-icon {background-image:url(../images/bullets/big-bullet.png); background-repeat:no-repeat;}

h2 {
	font:16px/34px 'Oswald', sans-serif;
	color:#3e3545;
	text-transform:uppercase;
}
.h2 {
	letter-spacing: -1px;
}
h3 {
	font: 20px/60px 'Oswald', sans-serif;
	text-transform: uppercase;
	color:#1a1a1a;
}
.h3featuredicons {
font: 14pt/34px  'Oswald', sans-serif;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h4, h4 a {
	font: 14pt/34px 'Oswald', sans-serif;
	color:#472067;
}
.h4 {letter-spacing: -1px;}
	h4 a:hover {color:#625369;}
strong, strong a {
	font: normal 14px/20px 'Oswald', sans-serif;;
	color:#472067;
	text-transform: uppercase;
	word-spacing:2px;
}
	strong a:hover {color:#625369;}

/* List Styles
========================================================================= */
.list-2 {font-size:12pt; padding-top:2px;}
.list-2 li {padding-bottom: 10px;}
	.list-2 li a:hover {text-decoration: underline;}
.list-3 {padding-top:2px;color:white;}
.list-3 li {padding-left: 4px;padding-top:4px;}
	.list-3 li a {color: white;}
	.list-3 li a:hover {color: white;}


/* GLOBAL STRUCTURE
========================================================================= */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.alignmiddle *{
	vertical-align:middle;
}

.ident-bot-1 {margin-bottom: 20px;}
.ident-bot-2 {margin-bottom: 5px;}
.ident-bot-3 {margin-bottom: 18px;}
.ident-bot-4 {margin-bottom: 50px;}
.ident-bot-5 {margin-bottom: 23px;}
.ident-bot-6 {margin-bottom: 42px;}
.ident-bot-7 {margin-bottom: 34px;}
.ident-bot-8 {margin-bottom: 14px;}
.ident-bot-9 {margin-bottom: 21px;}
.ident-bot-10 {margin-bottom: 10px;}
.ident-bot-11 {margin-bottom: 29px;}
.ident-bot-12 {margin-bottom: 41px;}
.ident-bot-13 {margin-bottom: 59px;}
.ident-bot-14 {margin-bottom: 24px;}
.ident-bot-15 {margin-bottom: 32px;}
.ident-bot-16 {margin-bottom: 11px;}
.ident-bot-17 {margin-bottom: 31px;}
.ident-bot-18 {margin-bottom: 36px;}
.ident-bot-19 {margin-bottom: 13px;}
.ident-bot-20 {margin-bottom: 48px;}
.ident-bot-21 {margin-bottom: 43px;}
.ident-bot-22 {margin-bottom: 30px;}
.ident-bot-23 {margin-bottom: 26px;}
.ident-bot-24 {margin-bottom: 16px;}
.ident-bot-25 {margin-bottom: 19px;}
.ident-bot-26 {margin-bottom: 14px;}
.ident-bot-27 {margin-bottom: 28px;}
.ident-bot-28 {margin-bottom: 4px;}
.ident-bot-29 {margin-bottom: 47px;}
.ident-bot-30 {margin-bottom: 22px;}
.ident-bot-31 {margin-bottom: 2px;}
.ident-bot-32 {margin-bottom: 15px;}
.ident-bot-33 {margin-bottom: 40px;}
.ident-bot-34 {margin-bottom: 25px;}


.ident-top-1 {margin-top: -12px;}
.ident-top-2 {margin-top: 3px;}
.ident-top-3 {margin-top: 5px;}
.ident-top-4 {margin-top: 10px;}
.ident-top-5 {margin-top: -7px;}
.ident-top-6 {margin-top: 12px;}
.ident-top-7 {margin-top: 15px;}

.ident-left-1 {margin-left: 2px;}
.ident-left-2 {margin-left: 10px;}

.ident-right-1 {margin-right: 20px;}
.ident-right-2 {margin-right: 10px;}

/* HEADER
========================================================================= */
header {
	background-color: transparent;
	border-bottom: 4px solid #cfcfcf;
	min-height:190px;
	padding-bottom: 10px;
	background: #4a2269; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #4a2269 0%, #20043f 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#4a2269), color-stop(100%,#20043f)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #4a2269 0%,#20043f 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2269', endColorstr='#20043f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	z-index: 2;

}

#logo {
	float:left;
	/*padding-top:17px;*/
}
#logo a {
	display: block;
text-indent: -999em;
width: 417px;
height: 89px;
background: url('../images/logo.png') no-repeat;
margin-top: 25px;
}
#nav1 {
	position: relative;
/*top: 150px;*/
}

#nav2 { position:relative; margin:0 auto; display:none}

#social {
	padding-top: 70px;
padding-right: 120px;}


/* Breadcrumbs ========================================================== */
#breadcrumbs {
float: left;
padding-bottom: 13px;
padding-left: 0;
padding-right: 0;
padding-top: 0;
width: 100%;
}

#breadcrumbs ul {
	float: left;
width: 100%;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}

#breadcrumbs li {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("https://www.bluffton.edu/_resources/images/breadcrumbDivider.png");
background-origin: padding-box;
background-position: right center;
background-repeat: no-repeat;
background-size: auto auto;
float: left;
font-size: 1.2em;
margin-bottom: 0;
margin-left: 0;
margin-right: 4px;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 9px;
padding-top: 0;
width: auto;
}

#breadcrumb ul li a {
float: left;}

#breadcrumb ul li.last {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}


#breadcrumbs2{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs2 li{
  float: left;
  margin: 0px 18px 0px 0px;
}

#breadcrumbs2 a{
  background: #ddd;
  padding: .3em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}

#breadcrumbs2 a:hover{
  background: #482167;
  color: white;
}

#breadcrumbs2 a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs2 a:hover::before{
  border-color: #482167 #482167 #482167 transparent;
}

#breadcrumbs2 a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs2 a:hover::after{
  border-left-color: #482167;
}

#breadcrumbs2 .current,
#breadcrumbs2 .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs2 .current::after,
#breadcrumbs2 .current::before{
  content: normal;
}

.bluffton-list li {background: url("../images/bluffton/bluffton_li.png") no-repeat scroll 10px 10px transparent;    padding-left: 34px;    padding-top: 8px;}

#bluffton-list {padding-left: 34px;
	background: url('../images/bluffton/bluffton_li.png') no-repeat 10px 10px;
	padding-top:8px;}
.list-1 {padding-top:2px;}
.list-1 li {
	padding-left: 34px;
	background: url('../images/bluffton/bluffton_li.png') no-repeat 0 px;
	padding-top:8px;
}
	.list-1 li a {
		color: #472067;
	}
	.list-1 li a:hover {
		color: #625369;
		text-decoration:overline;
	}



/* CONTENT
========================================================================= */
#content {
	padding: 5px 0 25px 0;
	background-color: #ECECEC; /* edit AS 11/05/2012 */
	background: url('../images/body-bg.jpg');
	z-index: -10;
}
#page1 #content {
	padding:5px 0 28px 0;
}
.line {
	background: url('../images/line-1.png') repeat-x;
	height: 2px;
	overflow:hidden;
}
.featureicons {
	text-align:center;
	margin-top: 15px;
	border: 8px solid #c4c4c4;
	background: #4a2269; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #4a2269 0%, #20043f 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#4a2269), color-stop(100%,#20043f)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #4a2269 0%,#20043f 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2269', endColorstr='#20043f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: -2;
	}

.featureicons:after  {
		display:block;
		position:absolute;
		right: 0;
		bottom: 28px;
		content: "";
		z-index: -1;
		background: url('../images/block-1-shadow.png') no-repeat;
		width: 950px;
		height: 34px;
	}
.fiblock {width:225px;float: left;}


.block-1 {
	background: #371457;
	padding: 28px 0 0 0;
	position:relative;
}
	.block-1:after {
		display:block;
		position:absolute;
		right: 0;
		bottom: -34px;
		content: "";
		z-index: -1;
		background: url('../images/block-1-shadow.png') no-repeat;
		width: 950px;
		height: 34px;
	}
.block-2, .block-2-1, .block-2-2, .block-2-3 {
	background: url('../images/block-2-bg.jpg');
	padding:0px 0px 0px 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	line-height:18px;
	position:relative;
}
	.block-2, .block-2-2 {}
	.block-2-1, .block-2-3 {margin-top:12px; padding-bottom:24px; padding-top:18px; padding-left:24px;}
	.block-2-2 {padding-bottom:27px;}
	.block-2-3 {padding-bottom:32px;}

	.block-2-1:after, .block-2-3:after  {
		display:block;
		position:absolute;
		left: -22px;
		bottom: 73px;
		content: "";
		z-index: -1;
		background: url('../images/extra-img.png') no-repeat;
		width: 22px;
		height: 28px;
	}
	.block-2-2:after, .block-2:after {
		display:block;
		position:absolute;
		right: -22px;
		top: 57px;
		content: "";
		z-index: -1;
		background: url('../images/extra-img-2.png') no-repeat;
		width: 22px;
		height: 28px;
	}
.block-3, .block-5 {
	text-align:center;
}
.block-6 {
	padding: 35px 0 0 40px;
	background: url('../images/block-6-bg.jpg');
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.z-index-1 {z-index:5; position:relative;}
.block-4 {
	padding-left:80px;
}
.list-1 {padding-top:2px;}
.list-1 li {
	padding-left: 34px;
	background: url('../images/list-marker-1.png') no-repeat 0 6px;
	padding-top:8px;
	padding-bottom:8px;
}
	.list-1 li a {
		color: #472067;
		font: 14px/17px 'Sonsie One', cursive;
		text-transform: uppercase;
	}
	.list-1 li a:hover {
		color: #625369;
	}
.text-3 {
	color:#fff;
	width:150px;
	margin:0 auto;
}
.rt-block-1 {display:block;}
	.rt-block-1-1 {display:block;}
	.rt-block-1-2 {display:block;}
	.rt-block-1-3 {display:block;}

.rt-block-2 {
	text-align:center;
	margin-bottom:50px;
}
.rt-block-4 {
	padding-right:20px;
}
.rt-block-5 {
	padding-right:40px;
}
	.rt-block-5-1 {
		padding-right:40px;
	}
	.rt-block-5-2 {
		padding-left:24px;
		padding-right:14px;
	}
.rt-block-6 {
	padding-left:40px;
}
.rt-block-7 {
	padding-right:30px;
}
.rt-block-8 {
	padding-right:15px;
	width: 320px;
	float:left;
}
.rt-block-10 {
	padding-right:15px;
}
.word-space-1 {word-spacing:3px;}
.text-10 {
	color:#472067;
	font: 40px/48px 'Sonsie One', cursive;
	word-spacing:3px;
}
.text-20 {
	color:#472067;
	font: 28px/40px 'Sonsie One', cursive;
	text-transform: uppercase;
}
.text-30 {
	color:#3e3545;
	font: 26px/44px 'Sonsie One', cursive;
	text-transform: uppercase;
}
.separator-1 {position:relative;}
.separator-1:after {
	background: url('../images/separator-1.png') no-repeat;
	display:block;
	position:absolute;
	right: -8px;
	margin-left:0;
	top: 44px;
	content: "";
	width: 2px;
	height: 233px;
	z-index:50;
}
.banners img {
	margin-right: 50px;
	margin-bottom:13px;
}
.banners img.rt-ident-right-1 {margin-right:0;}
.banners img.rt-ident-right-2 {margin-right:0px;}

.pagetwo {min-height:950px;}
.pagethree {min-height: 610px;}
/* Image Shadows
========================================================================= */
.shadow
{
  position: relative;
  width: 60%;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 60px auto;
}


.shadow:before, .shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* SIDEBAR
========================================================================= */
.sidebar {position:absolute; margin-left:25px;}
/* For twitter feed */
#result {width:250px;position: relative;bottom: 43px;max-height: 112px;}

/* ACCORDION
========================================================================= */
dl#accordion{
	list-style-type:none;
	padding:0 0 0 0;
	height:auto !important;
	background: url('../images/line-1.png') repeat-x 0 100%;
}
	dl#accordion .border-none {background:none;}
dl#accordion dt {
	background:none;
	padding:0;
	cursor: pointer;
	display:block;
	text-transform:uppercase;
	padding: 16px 38px 17px 0;
	background: url('../images/line-1.png') repeat-x;
}
dl#accordion dt strong a {
	text-decoration:none;
	display:block;
	padding:0;
}
	dl#accordion dt:hover strong a {
		color:#625369;
	}
dl#accordion dt strong {
	background:url(../images/accordion-icon-1.png) no-repeat 0 0px;
	padding-left:40px;
	padding-bottom:6px;
	margin-bottom:-6px;
}
	dl#accordion dt.active strong {
		background:url(../images/accordion-icon-2.png) no-repeat 0 0px;
	}
dl#accordion dd {
	display:none;
	padding: 0 38px 0 40px;
}
dl#accordion dd .indent{
	margin-top:-2px;
	padding-bottom:13px;
}

/* ACCORDION-2
========================================================================= */
dl#accordion-2{
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
	height:auto !important;
	background: url('../images/line-1.png') repeat-x 0 100%;
}
dl#accordion-2 dt {
	margin:0px;
	background:none;
	padding:0;
	cursor: pointer;
	display:block;
	text-transform:uppercase;
	padding: 16px 0 16px 0;
	background: url('../images/line-1.png') repeat-x;
}
dl#accordion-2 dt strong a {
	text-decoration:none;
	display:block;
	padding:0;
}
	dl#accordion-2 dt:hover strong a {
		color:#625369;
	}
dl#accordion-2 dt strong {
	background:url(../images/accordion-icon-1.png) no-repeat 0 0px;
	padding-left:40px;
	padding-bottom:6px;
	margin-bottom:-6px;
}
	dl#accordion-2 dt.active strong {
		background:url(../images/accordion-icon-2.png) no-repeat 0 0px;
	}
dl#accordion-2 dd {
	display:none;
	padding: 0 0 0 40px;
}
dl#accordion-2 dd .indent{
	margin-top:-2px;
	padding-bottom:13px;
}

/*  Buttons */
.button {
	display:inline-block;
	color:#3E3545;
	text-decoration:underline;
	text-transform: uppercase;
	font-weight:bold;
}
	.button:hover {
		text-decoration:none;
		color:#472067;
	}
.button-2 {
	display:inline-block;
	text-transform: uppercase;
	font: 20px/40px 'Oswald', sans-serif;
	padding: 0 5px;
	min-width: 94px;
	text-align:center;
	background: white url('../images/button-2-bg.jpg') repeat-x;
	position:relative;
}
.button-2-slider {
	display:inline-block;
	text-transform: uppercase;
	font:20px/40px 'Oswald', sans-serif;
	padding: 0 5px;
	min-width: 94px;
	text-align:center;
	background: white url('../images/button-2-bg.jpg') repeat-x;
	position:relative;
	margin-left: 275px;
	margin-top: 30px;
}

.button-2:hover {
		background: white url('../images/button-2-bg-hover.jpg') repeat-x;
	}
.button-2-slider:hover {
		background: white url('../images/button-2-bg-hover.jpg') repeat-x;
	}
.button-2:after  {
	display:block;
	position:absolute;
	left: 50%;
	margin-left:-52px;
	bottom: -10px;
	content: "";
	z-index: -1;
	background: url('../images/button-2-shadow.png') no-repeat;
	width: 104px;
	height: 10px;
}
.link-1 {
	color:#381059;
}
	.link-1:hover {
		text-decoration:underline;
	}

/* FOOTER
========================================================================= */
footer {
	padding: 20px 0;
	background: #4a2269; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #4a2269 0%, #20043f 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#4a2269), color-stop(100%,#20043f)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #4a2269 0%,#20043f 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #4a2269 0%,#20043f 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2269', endColorstr='#20043f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

background-color: transparent;
border-top: 4px solid #cfcfcf;

}
.policy {
	color: #b3a8bc;
	padding-top:5px;
	float:left;
}
.policy a {
	color: #604d72;
	text-decoration:underline;
	margin-left:6px;
}
	.policy a:hover {
		color:#fff;
		text-decoration:none;
	}
.footer-logo {
	font:20px/36px 'Sonsie One', cursive;
	color:#ffffff;
	margin-right:5px;
}
.policy-ident-1 {
	display:inline-block;
	padding-top:8px;
}
.soc-list {float:right;}
.soc-list li {
	float:left;
	margin-left:3px;
}
.footer-text a[href^=tel] {
  color:white;
}
.footer-title {text-align:center;color:white;font-size:14pt;}

.footer-text {text-align:center;color:white;}

/* Calendar
========================================================================= */
.sbcal {background-color: white;
padding: 10px;}
.date {background:url(../images/bluffton/date.jpg) no-repeat 0 0px; width:68px; height:35px; position:relative; top: 40px;}
.month {width:20px;font: 16px/20px 'Arvo', serif; float:left;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	margin-top:7px;}
.day {font: 26px/26px 'Arvo', serif;padding-left: 32px;
padding-top: 5px;}
/* Omni Update Calendar */
dl#cal{
	list-style-type:none;
	padding:0 0 0 0;
	height:auto !important;
	background: url('../images/line-1.png') repeat-x 0 100%;
	width: 239px;
}
	dl#cal .border-none {background:none;}
dl#cal dt {
	background:none;
	padding:0;
	cursor: pointer;
	display:block;
	padding: 6px 8px 10px 0;
	background: url('../images/line-1.png') repeat-x;
}
dl#cal dt strong a {
	text-decoration:none;
	display:block;
	padding:0;
}
	dl#cal dt:hover strong a {
		color:#625369;
	}
dl#cal dt strong {
	/*background:url(../images/bluffton/date.jpg) no-repeat 0 0px;*/
	/*padding-left:70px;*/
	padding-bottom:6px;
	margin-bottom:-6px;
	min-height:35px;
	margin-left: 70px;
}
	dl#cal dt.active strong {
		background:url(../images/bluffton/date.jpg) no-repeat 0 0px;
	}
dl#cal dd {
	padding: 0 0 0 0;
}
dl#cal dd .indent{
	margin-top:-2px;
	padding-bottom:13px;
}


/* MAP
========================================================================= */
.dl-form {
	display: block;
	width: 160px;
}
dd span {
	float: right;
}
dl strong {
	display: block;
}
	iframe {
		margin:0;
		border: 1px solid #d0ceca;
	}

.frame-border {
	border: 1px solid #fcfbfb;
	display:inline-block;
}

/* Blockquotes */
/* ========================================*/
blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:1.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}
/* PADDING */
/*==========================================*/

.container_24 p {padding-bottom:15px;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1 {padding-top:6px; font-size:26pt;}
	h3 {font: 16px/37px 'Oswald', sans-serif;}
	.block-4 {padding-left:20px;}
	.featureicons:after {
		display:block;
		position:absolute;
		right: 0;
		bottom: 28px;
		content: "";
		z-index: -1;
		background: url('../images/block-1-shadow-2.png') no-repeat;
		width: 758px;
		height: 103px;
	}
	iframe {
		width: 300px;
	}
	.rt-block-4 {
		padding-right:0px;
	}
	.rt-block-5 {
		padding-right:0px;
	}
	.rt-block-6 {
		padding-left:0px;
	}
	.rt-block-7 {
		padding-right:0;
	}
	.rt-block-8 {
		width:210px;
		padding-right:0;
	}
	.rt-block-1-2 {display:none;}
	.rt-block-10 {
		padding-right:0px;
	}
	.banners img.rt-ident-right-1 {margin-right:50px;}
	/* Modded by Andrew */
	.soc-list {
position: absolute;
top: 18px;
right: 75px;
}
.text-10 {
color:
#472067;
font: 30px/48px 'Sonsie One', cursive;
word-spacing: 3px;
}
.text-30 {
color:
#3E3545;
font: 21px/44px 'Sonsie One', cursive;
text-transform: uppercase;
}


.fiblock {width: 179px;float: left;}

#nav1 {display:block;}
#nav2 {display:none;}
#result {width:150px;}



}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {padding-top:6px; font-size:26pt;}
	.featureicons:after {
		display:block;
		position:absolute;
		right: 0;
		bottom: 28px;
		content: "";
		z-index: -1;
		background: url('../images/block-1-shadow-3.png') no-repeat;
		width: 420px;
		height: 57px;
	}
	.rt-block-3 {
		width:194px !important;
		margin-left:5px;
		margin-right:5px;
	}
	.rt-block-3-1 {
		width:200px !important;
	}
	iframe {
		width: 416px;
	}
	.rt-block-1-1 {display:block;}
	.rt-block-8 {
		padding-right:0;
		width:200px;
		float:left;
		clear:none ;
	}
	.rt-block-1-2 {display:none;}
	.rt-block-9 {
		width:200px;
	}
	.banners img {
			margin-right: 20px;
		}
		.banners img.rt-ident-right-1 {margin-right:20px;}
	.separator-1:after {
		display:block;
	}
	.policy  {float:left; clear:none;}
	.soc-list {float:right;  margin:0;}

	.fiblock {
width: 225px;
float: left;
padding-left: 95px;
}
.sidebar {position:relative;}

#nav1 {display:none;}
#nav2 {display:block;}

.sidebar {margin: 0px;}
header {min-height:115px; padding: 0;}

}
@media only screen and (max-width: 767px) {
	h1 {padding-top:6px; font-size:15pt;}
	#social {padding-right: 40px;}
	#nav1 {
		float: none;
clear: left;
position: relative;
top: 0px;
padding-top: 16px;
	}
	.block-4 {padding-left:0px;}
	.featureicons:after {
		display:none;
		position:absolute;
		right: 0;
		bottom: 28px;
		content: "";
		z-index: -1;
		background: url('../images/block-1-shadow-4.png') no-repeat;
		width: 300px;
		height: 41px;
	}
	iframe {
		width: 296px;
	}
	.rt-block-4 {
		padding-right:0px;
	}
	.rt-block-5 {
		padding-right:0px;
	}
	.rt-block-1-1, .rt-block-1-3 {display:inline-block;}
	.rt-block-6 {
		padding-left:0px;
	}
	.rt-block-7 {
		padding-right:0;
	}
	.rt-block-8 {
		padding-right:0;
		width:100%;
		float:none;
		clear:left;
	}
	.rt-block-10 {
		padding-right:0px;
	}
	.rt-block-5-1 {
		padding-right:0px;
	}
	.rt-block-5-2 {
		padding-left:0px;
		padding-right:0px;
	}
	.rt-ident-bottom-1 {
		margin-bottom:18px;
	}
	.rt-ident-top-1 {
		margin-top:20px;
	}
	.block-2-1:after, .block-2-3:after  {
		display:block;
		position:absolute;
		left: 50%;
		top: -22px;
		content: "";
		z-index: -1;
		background: url('../images/extra-img-rt.png') no-repeat;
		width: 28px;
		height: 22px;
	}
	.block-2:after {
		display:block;
		position:absolute;
		left: 50%;
		top:160px;
		content: "";
		z-index: -1;
		background: url('../images/extra-img-2-rt.png') no-repeat;
		width: 28px;
		height: 22px;
	}
		.block-2-2:after {
			top:150px;
			left: 50%;
			background: url('../images/extra-img-2-rt.png') no-repeat;
		}
		.banners {text-align:center;}
		.banners img {
			margin-right: 20px;
		}
		.banners img.rt-ident-right-1 {margin-right:20px;}
		.separator-1:after {
			display:none;
		}
		.policy  {float:none; text-align:center; clear:left;}
		.soc-list {float:none; margin:0 0 55px 80px;display:none;}
		.sidebar {margin: 0px;}
		#logo a {background-size: 300px;}


/* Andrew Mods */
#search {
	display: block;
    float: none;
	margin-top: 0;
}
#search input {
	width: 225px;
	margin: 0 auto;
}
#logo a {
	background-position: center;
	margin-bottom: 20px;
	float: none;
}
#social {position: absolute;right: 0px;padding-top:40px;padding-right:0px;}
h1 a {
display: block;
text-indent: -999em;
width: 169px;
height: 49px;
background: url('../images/logo-small.png') no-repeat;
}

.fiblock {
width: 225px;
float: left;
/*padding-left: 32px;*/

}
.sidebar {position:relative;}

#nav1 {display:none;}
#nav2 {display:block;}
header {min-height:115px; padding: 0;}

}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */







/********* Added code start *************/

@media(max-width: 767px){
    .home-btn{
        width: auto !important;
        font: 18px 'Oswald', sans-serif !important;
        box-shadow: none !important;
        margin: 0 3px !important;
    }
    .home-btn a{
        box-shadow: none !important;
        border-radius: 5px !important;
        background: #270046 !important;
        color: #c7c7c9 !important;
        padding: 8px 12px !important;
    }

    nav{
        display: none;
    }
}
@media(min-width: 768px){
    .mmenu-wrap{
        display: none;
    }
}
.mmenu-wrap{
    background: #270046;
    padding: 20px 0;
    overflow: hidden;
}
.mmenu-container{
    width: 300px;
    margin: 0 auto;
}
.mmenu{
    float: right;
    font: 18px 'Helvetica';
    color: #FFF;
}
.mmenu img{
    margin: 0 0 0 30px;
    vertical-align: middle;
    width: 50px;
}

ul.slides li a{
    display: block;
    width: 100%;
    background: #46176B;
    overflow: hidden;
    position: relative;
}
ul.slides li a img{
    float: left;
    margin: 0 20px 0 0;
}
ul.slides li a span{
    margin: 70px 20px 0 0;
    color: #FFF;
    font: 33px 'Oswald', sans-serif;
    display: block;
}

ul.slides li a.button-2-slider{
    display: inline-block;
    width: auto;
    background: white url('../images/button-2-bg.jpg') repeat-x;
    overflow: visible;
    position: absolute;
    min-width: auto;
    right: 10px;
    top: 20px;
    margin: 0;
}

/*#breadcrumbs li{
    padding: 0;
}
#breadcrumbs li:after{
    content: "/";
    padding: 0 5px;
}*/

@media(min-width: 768px){
    .circles{
        display: none;
    }
    .visible-xs{
        display: none;
    }
}

@media(max-width: 767px){
    ul.slides li a img{
        float: none;
        margin: 0;
    }
    ul.slides li a figcaption{
        margin: 0;
        color: #FFF;
        padding: 20px 20px 50px;
    }
    ul.slides li a.button-2-slider{
        display: none;
    }
    .flex-direction-nav .prev{
        bottom: 10px;
        top: auto;
        left: 10px;
    }
    .flex-direction-nav .next{
        bottom: 10px;
        top: auto;
        right: 10px;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .circles{
        padding: 30px 0 10px;
        overflow: hidden;
    }
    .circles div{
        width: 50%;
        float: left;
        text-align: center;
        margin: 0 0 20px;
        font: bold 16px 'Oswald', sans-serif;
        color: #555;
    }
    .circles a{
        display: block;
        padding: 0 10px;
    }
    .circles span{
        min-height: 40px;
        display: block;
    }
    .circles img{
        max-width: 100%;
        height: auto;
        margin: 5px 0 0;
    }

    dl#cal{
        width: 90%;
    }
    
    .mobile-side-nav{
        background: #D7D7D7;
        padding: 10px 0;
    }
    .mobile-side-nav ul li{
        padding: 0;
        display: block;
    }
    .mobile-side-nav ul li a{
        display: block;
        border-bottom: 1px solid #C2C2C2;
        padding: 6px 12px;
    }
    .mobile-side-nav ul li:last-child a{
        border: none;
    }
}
@media (max-width: 480px) {
	#logo a {
	background-position: left;
	margin-bottom: 20px;
	float: none;
	width: 300px;
}
	
}
/********* Added code end *************/
